Go to file
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
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin Replace rm and rmdir with NetBSD version 2012-01-16 10:46:14 +00:00
boot boot e820 memory detection fixes 2011-09-19 13:36:03 +00:00
commands service: allow starting service with user's realuid 2012-02-01 13:21:56 +00:00
common APFS: drop privileges upon startup 2012-01-30 15:16:20 +00:00
dist/bzip2 import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
docs Don't overwrite old mv, ln, cp, etc man pages with new rm 2012-01-20 09:48:48 +00:00
drivers -lminixutil link fixes 2012-02-06 16:08:29 +01:00
etc PM: extend srv_fork to set a specific UID 2012-01-30 15:16:19 +00:00
include Cut PM out of the adddma/deldma/getdma call path 2012-01-14 00:27:06 +01:00
kernel SMP - clock calibration spurious IRQ deadlock fix 2012-01-26 11:39:40 +00:00
lib libchardriver: fix open reply for async devices 2012-02-09 14:17:54 +00:00
libexec update/fix manpage support 2011-09-28 15:24:15 +00:00
man service: allow starting service with user's realuid 2012-02-01 13:21:56 +00:00
nbsd_include NBSD INCLUDES - fixed missing vm_remap_ro() proto 2012-02-03 20:06:21 +00:00
sbin import netbsd ext2fs fsck and newfs 2011-12-22 23:07:23 +01:00
servers AVFS: fix various system call interruption issues 2012-02-09 14:24:28 +00:00
share New zoneinfo port from NetBSD 2012-01-16 11:03:25 +00:00
test Remove unused variables 2012-02-02 10:47:06 +00:00
tools New zoneinfo port from NetBSD 2012-01-16 11:03:25 +00:00
usr.bin import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
usr.sbin New zoneinfo port from NetBSD 2012-01-16 11:03:25 +00:00
.gitignore .gitignore: add more generated files 2011-12-03 23:04:45 +01:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile netbsd fsck driver import 2011-12-22 23:07:15 +01:00