NetBSD/sys
christos eba2a3cf3e PR/40594: Antti Kantee: Don't call issignal() here to determine what errno
to set for the interrupted syscall, because issignal() will consume the signal
and it will not be delivered to the process afterwards. Instead call
sigispending() (which now returns the first pending signal) and does not
consume the signal.
2011-08-31 16:09:55 +00:00
..
altq
arch If the host doesn't define LABELUSESMBR, set it to 1 2011-08-31 12:56:13 +00:00
coda
common
compat Provide netbsd32 compat for bpf. Beside the ioctls, the structure 2011-08-30 14:22:22 +00:00
conf let kernel makefile override *.d targets 2011-08-28 23:15:53 +00:00
crypto
ddb Define SYMTAB_SPACE in opt_ksyms.h, not opt_ddbparam.h. Ensure 2011-07-28 13:42:16 +00:00
dev Switch von u_int_XY to uintXY 2011-08-31 12:25:05 +00:00
dist fix -Wshadow warnings when ALTQ is enabled 2011-08-30 19:05:12 +00:00
external have pci register itself as a module, and make PCI driver modules depend on it 2011-08-29 14:47:07 +00:00
fs Add a mutex for operations that touch size (setattr, getattr, write, fsync). 2011-08-29 04:12:45 +00:00
gdbscripts
ipkdb
kern PR/40594: Antti Kantee: Don't call issignal() here to determine what errno 2011-08-31 16:09:55 +00:00
lib Build and install ppath(3), property-list paths library. 2011-08-26 21:22:07 +00:00
miscfs both LINUX_USRSTACK32 and USRSTACK32 need to be defined for linux32 2011-08-28 18:48:14 +00:00
modules Add CWARNFLAGS+= -Wno-unused for clang. 2011-08-31 14:42:18 +00:00
net Typo in comment. 2011-08-30 22:23:06 +00:00
net80211
netatalk
netbt fix comment typo 2011-08-21 14:20:34 +00:00
netinet Add 3 logging sysctls for arp from freebsd: 2011-08-27 09:05:54 +00:00
netinet6
netipsec
netisdn
netiso
netkey
netmpls
netnatm
netsmb
nfs nfs_namei() should not return a non-null path buffer except on success, 2011-08-08 16:04:07 +00:00
opencrypto
rump Use __dead 2011-08-29 20:41:06 +00:00
secmodel
stand
sys Add a new ioctl, GPIOPULSE to gpio(4) to allow for pulsing a pin. 2011-08-28 07:48:50 +00:00
ufs fix sign-compare warnings 2011-08-14 12:37:09 +00:00
uvm Add an optional pglist argument to uvm_obj_wirepages, to be 2011-08-27 09:11:52 +00:00
Makefile