Rev |
Age |
Author |
Path |
Log message |
Diff |
4647 |
5591 d 5 h |
jermar |
/branches/arm/ |
Branch out a new arm branch. |
|
4482 |
5633 d 4 h |
decky |
/trunk/uspace/lib/libc/ |
I/O subsystem overhaul:
- add more POSIX-like file and stream functions (with real functionality of stdin, stdout, stderr)
- cleanup console access methods (now generic to any console-like device)
- remove unsafe stream functions
- add special open_node(), fd_node(), fd_phone() (file) and fopen_node(), fnode(), fphone() (stream) functions for HelenOS-specific I/O operations |
|
2699 |
6135 d 0 h |
jermar |
/trunk/uspace/ |
Finish implementation of readdir(). Functions from this family are implemented
via using file descriptors for directories. For example, readdir() is
implemented as read() from an open directory. Of course, FS implementations
must understand that they are asked to read a directory and behave accordingly. |
|
2694 |
6140 d 3 h |
jermar |
/trunk/uspace/lib/libc/ |
Add opendir(), rewinddir(), closedir() and some prototypes and stubs. Add dirent.h. |
|