summaryrefslogtreecommitdiff
path: root/Source/Kernel/VFS/File.class.h
Commit message (Collapse)AuthorAgeFilesLines
* More work on userland syscalls : Files are implemented.Alexis2112009-10-241-18/+21
| | | | TextFile now is a common (= kernel and userland) library.
* Re-organized everythingAlexis2112009-10-181-1/+1
|
* Nothing intrestingAlexis2112009-09-261-0/+7
|
* Lot of changes. Log now go to /System/Logs/*.logAlexis2112009-09-191-3/+4
|
* Implemented ByteArray and wf command.Alexis2112009-09-191-1/+6
|
* cat command now uses the File class.Alexis2112009-09-151-1/+2
|
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-131-0/+42