.. |
fs_close.c
|
Move cancellation point definitions to their own header file.
|
2016-12-10 09:08:26 -06:00 |
fs_dup2.c
|
|
|
fs_dup.c
|
|
|
fs_dupfd2.c
|
|
|
fs_dupfd.c
|
|
|
fs_epoll.c
|
|
|
fs_fcntl.c
|
Move cancellation point definitions to their own header file.
|
2016-12-10 09:08:26 -06:00 |
fs_fdopen.c
|
setvbuf: Add support for disabling I/O buffering. Initially cut; untested.
|
2017-02-09 09:24:44 -06:00 |
fs_fstat.c
|
C library: Add fstatfs(); fix a reference counting error in fstat().
|
2017-02-17 08:35:59 -06:00 |
fs_fstatfs.c
|
fstatfs: Rethink last commit. Add verification that the file descriptor refers to an open file. This also should eliminate the warning while doing something useful.
|
2017-02-22 14:17:14 -06:00 |
fs_fsync.c
|
Move cancellation point definitions to their own header file.
|
2016-12-10 09:08:26 -06:00 |
fs_getfilep.c
|
|
|
fs_ioctl.c
|
|
|
fs_link.c
|
soft links: Fix a memory leak by correcting a reference counting problem.
|
2017-02-05 15:14:16 -06:00 |
fs_lseek.c
|
|
|
fs_mkdir.c
|
Add macros support that will eventually allow dynamic allocation of strings need to support soft links.
|
2017-02-05 14:25:45 -06:00 |
fs_open.c
|
Add macros support that will eventually allow dynamic allocation of strings need to support soft links.
|
2017-02-05 14:25:45 -06:00 |
fs_poll.c
|
Move cancellation point definitions to their own header file.
|
2016-12-10 09:08:26 -06:00 |
fs_pread.c
|
Move cancellation point definitions to their own header file.
|
2016-12-10 09:08:26 -06:00 |
fs_pwrite.c
|
Move cancellation point definitions to their own header file.
|
2016-12-10 09:08:26 -06:00 |
fs_read.c
|
fstatfs: Rethink last commit. Add verification that the file descriptor refers to an open file. This also should eliminate the warning while doing something useful.
|
2017-02-22 14:17:14 -06:00 |
fs_readlink.c
|
Add macros support that will eventually allow dynamic allocation of strings need to support soft links.
|
2017-02-05 14:25:45 -06:00 |
fs_rename.c
|
rename(): Correct more issues. (1) Move to the root directory in the pseudo file system, (2) Fix path naming calculation when the path is the root directory of a mounted file system, and (3) dont't do the rename if the source and destination of the rename are the same.
|
2017-02-12 08:37:28 -06:00 |
fs_rmdir.c
|
Add macros support that will eventually allow dynamic allocation of strings need to support soft links.
|
2017-02-05 14:25:45 -06:00 |
fs_select.c
|
Move cancellation point definitions to their own header file.
|
2016-12-10 09:08:26 -06:00 |
fs_sendfile.c
|
|
|
fs_stat.c
|
Add basic fstat() support. Now all that is needed is to modify ALL of the file systems.
|
2017-02-12 12:48:24 -06:00 |
fs_statfs.c
|
C library: Add fstatfs(); fix a reference counting error in fstat().
|
2017-02-17 08:35:59 -06:00 |
fs_unlink.c
|
Add macros support that will eventually allow dynamic allocation of strings need to support soft links.
|
2017-02-05 14:25:45 -06:00 |
fs_write.c
|
Move cancellation point definitions to their own header file.
|
2016-12-10 09:08:26 -06:00 |
Make.defs
|
C library: Add fstatfs(); fix a reference counting error in fstat().
|
2017-02-17 08:35:59 -06:00 |