summaryrefslogtreecommitdiff
path: root/Source/Kernel/VFS/File.class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Re-organized file system stuff.Alexis2112009-11-251-1/+2
|
* More work on userland syscalls : Files are implemented.Alexis2112009-10-241-7/+22
| | | | TextFile now is a common (= kernel and userland) library.
* Tasking now works with linked listsAlexis2112009-10-111-2/+2
|
* Lot of changes. Log now go to /System/Logs/*.logAlexis2112009-09-191-0/+4
|
* Implemented ByteArray and wf command.Alexis2112009-09-191-1/+26
|
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-131-0/+110