..
devfs.cpp
When a partition was unpublished from devfs the devfs_delete_vnode() would
2008-04-06 12:07:45 +00:00
fd.cpp
* Removed SyscallRestartWrapper comparison operators. They are not
2008-04-12 17:18:31 +00:00
fifo.cpp
* Detemplatized ConditionVariable{Entry}. Merged them with their
2008-04-22 18:32:15 +00:00
fifo.h
* Reorganized the FS interface a little:
2008-04-05 23:05:16 +00:00
IOScheduler.cpp
Renamed system/core to system/kernel.
2005-04-13 13:22:10 +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 RemoveLeaf() leaf method. Very handy for recursive directory
2007-07-15 00:34:17 +00:00
node_monitor.cpp
Removed obsolete notify_listener().
2008-04-19 17:42:34 +00:00
rootfs.cpp
create_special_node() supports creating a special node without entry,
2008-04-06 02:44:37 +00:00
socket.cpp
* Removed SyscallRestartWrapper comparison operators. They are not
2008-04-12 17:18:31 +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
* Added fd_ops::set_flags() hook. It's only implemented by socket FDs
2008-04-11 19:21:14 +00:00