..
devfs.cpp
Removed superfluous uint32 ref parameter from select() FS hook.
2008-04-30 00:06:17 +00:00
fd.cpp
Added get_open_fd() function which gets the descriptor and also
2008-05-05 00:24:14 +00:00
fifo.cpp
Replaced benaphores with mutexes.
2008-05-08 15:52:27 +00:00
fifo.h
* Reorganized the FS interface a little:
2008-04-05 23:05:16 +00:00
IOScheduler.cpp
* Removed old mutex implementation and renamed cutex to mutex.
2008-05-01 22:07:36 +00:00
IOScheduler.h
Renamed system/core to system/kernel.
2005-04-13 13:22:10 +00:00
Jamfile
* Changed the way the socket functions work:
2008-04-11 04:12:23 +00:00
KPath.cpp
* Added Adopt() method that steals the other path's buffer.
2008-05-08 16:45:29 +00:00
node_monitor.cpp
Removed obsolete notify_listener().
2008-04-19 17:42:34 +00:00
rootfs.cpp
* Removed old mutex implementation and renamed cutex to mutex.
2008-05-01 22:07:36 +00:00
socket.cpp
Also check whether the data pointers of provided userland iovecs are
2008-05-03 01:04:20 +00:00
vfs_boot.cpp
* Added _kern_create_pipe() syscall, creating a pipe as an entryless
2008-04-06 02:49:12 +00:00
vfs_boot.h
[Sorry, couldn't split this one up any further.]
2007-07-15 02:10:15 +00:00
vfs_net_boot.cpp
Fixed the build of vfs_net_boot.cpp - I obviously messed up the full build I
2008-04-19 19:28:34 +00:00
vfs_net_boot.h
[Sorry, couldn't split this one up any further.]
2007-07-15 02:10:15 +00:00
vfs.cpp
Replaced benaphores with mutexes.
2008-05-08 15:52:27 +00:00