freebsd-nq/sys
Alan Cox 82641acd17 o Correct an error made in revision 1.65: In readv(), if uap->iovcnt is
out-of-range, drop the file reference before returning.  (This error
   also exists in the RELENG_4 branch.)
 o Eliminate the acquisition and release of Giant in readv()
   now that malloc() and free() are callable without Giant.
2002-05-09 02:30:41 +00:00
..
alpha Only saying you're launching other CPUs if there are more than one to launch. 2002-05-08 23:12:00 +00:00
amd64 Restore the ability interrupt dumps on i386, based on 2002-05-04 17:45:48 +00:00
arm
boot
cam
coda
compat Zap some stale unused headers, including one machine/psl.h (which is 2002-05-01 02:17:33 +00:00
conf Reconnect db_elf.c to the build (now under "options DDB_NOKLDSYM"). It 2002-05-07 10:59:52 +00:00
contrib
crypto
ddb Reconnect db_elf.c to the build (now under "options DDB_NOKLDSYM"). It 2002-05-07 10:59:52 +00:00
dev Detect and attach to the ICH3 SMBus controller. 2002-05-08 00:51:54 +00:00
fs Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles. 2002-05-04 02:37:00 +00:00
geom
gnu
i4b
i386 s/sysctl -w/sysctl/ 2002-05-06 00:45:27 +00:00
ia64 o Add ar.lc to the pcb. 2002-05-07 05:52:27 +00:00
isa Don't export timecounter structures under debug. with sysctl, they 2002-04-30 19:34:31 +00:00
isofs/cd9660 Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles. 2002-05-04 02:37:00 +00:00
kern o Correct an error made in revision 1.65: In readv(), if uap->iovcnt is 2002-05-09 02:30:41 +00:00
libkern
modules Zap KMODDEPS entries so that people do not wonder why it isn't working on 2002-05-01 01:34:48 +00:00
net Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) so 2002-05-08 01:08:26 +00:00
netatalk Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. 2002-04-30 01:54:54 +00:00
netatm - Remove the init routine for loop -- it broke something and I don't have 2002-05-07 20:50:10 +00:00
netgraph Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. 2002-04-30 01:54:54 +00:00
netinet Move ISO88025 source routing information into sockaddr_dl's sdl_data 2002-05-07 22:14:06 +00:00
netinet6 Revised MLD-related definitions 2002-05-06 16:28:25 +00:00
netipx Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. 2002-04-30 01:54:54 +00:00
netkey Redo the sigio locking. 2002-05-01 20:44:46 +00:00
netnatm Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. 2002-04-30 01:54:54 +00:00
netncp
netns
netsmb Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. 2002-04-30 01:54:54 +00:00
nfs
nfsclient
nfsserver
pc98 Typo fix: detects -> detect. 2002-05-03 17:59:25 +00:00
pccard
pci Add support for the D-Link DFE-690TXD Cardbus card which has a RealTek 8139 2002-05-06 13:43:00 +00:00
posix4
powerpc Don't export timecounter structures under debug. with sysctl, they 2002-04-30 19:34:31 +00:00
rpc
security/lomac
sparc64 Comment two values I was looking at for GDB. 2002-05-09 02:07:51 +00:00
sys Make funsetown() take a 'struct sigio **' so that the locking can 2002-05-06 19:31:28 +00:00
tools include systm.h in vnode_if.c so that panic is defined when we're doing 2002-05-04 02:35:13 +00:00
ufs o Condition the compilation and use of vm_freeze_copyopts() 2002-05-06 05:45:57 +00:00
vm o Header files shouldn't depend on options: Provide prototypes 2002-05-06 06:20:04 +00:00
Makefile