minix/servers
Thomas Veerman abd6043a2f AVFS: fix various system call interruption issues
- When cancelling ioctls, VFS did not remember which file descriptor
   to cancel and sent bogus to the driver.
 - Select state was not cleaned up when select()ing process was
   interrupted.
 - Process trying to do a system call at the exact same time as a user
   trying to interrupt the process, could cause the system call worker
   thread to overwrite state belonging to the worker thread trying to
   exit the process. This led to hanging threads and eventual system hang
   when this happens often enough.
2012-02-09 14:24:28 +00:00
..
apfs APFS: fix link issue when compiling with Clang 2012-02-02 15:00:01 +00:00
avfs AVFS: fix various system call interruption issues 2012-02-09 14:24:28 +00:00
devman Cleanup servers to make GCC/Clang a little happier 2011-09-08 13:57:03 +00:00
ds Add "expected size" parameter to getsysinfo() 2011-12-11 22:34:14 +01:00
ext2 Don't repeat out-of-space messages 2011-12-21 10:47:28 +00:00
hgfs hgfs: fix atime/mtime attribute setting bug 2011-12-23 19:02:57 +01:00
inet -lminixutil link fixes 2012-02-06 16:08:29 +01:00
init init: write boot entry to root wtmp 2011-12-05 13:56:16 +01:00
ipc vm_remap_ro 2012-01-13 11:30:01 +00:00
is IS: unbreak F6 2011-12-11 22:34:54 +01:00
iso9660fs VFS/FS: REQ_NEW_DRIVER now provides a label 2011-11-30 19:05:26 +01:00
lwip Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
mfs temporarily disable update-superblock check 2012-02-02 15:04:51 +01:00
pfs Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
pm APFS: drop privileges upon startup 2012-01-30 15:16:20 +00:00
procfs procfs: add /proc/dmap 2011-12-11 22:35:33 +01:00
rs PM: extend srv_fork to set a specific UID 2012-01-30 15:16:19 +00:00
sched boot: Add multiboot support 2011-06-24 17:21:51 +02:00
vfs libchardriver: fix open reply for async devices 2012-02-09 14:17:54 +00:00
vm Cut PM out of the adddma/deldma/getdma call path 2012-01-14 00:27:06 +01:00
Makefile Merge AVFS and APFS 2011-08-17 13:40:36 +00:00
Makefile.inc Fix GCC image building 2011-07-09 15:04:42 +02:00