freebsd-dev/sys
Poul-Henning Kamp 777d1b3990 Fix off-by-one error in drive number check.
Don't return(foo(...)) in function returning void.

Found by:       FlexeLint
2003-05-31 18:41:09 +00:00
..
alpha Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT. 2003-05-30 20:40:33 +00:00
amd64 Add acpi to the build. Remove the hack from machdep.c that lies to the 2003-05-31 07:00:08 +00:00
arm sys/sys/limits.h: 2003-05-19 20:29:07 +00:00
boot Man, I'm not on the ball. 4th does not need to escape '\' chars. This 2003-05-31 16:07:00 +00:00
cam Add /* FALLTHROUGH */ 2003-05-31 18:20:26 +00:00
coda
compat Regenerate. 2003-05-31 06:51:04 +00:00
conf Eliminate potential overflows by allocating softc dynamically, 2003-05-31 17:06:20 +00:00
contrib This commit was generated by cvs2svn to compensate for changes in r115367, 2003-05-28 17:32:31 +00:00
crypto Assembly files put thru the C preprocessor need to have C style comments. 2003-04-21 16:30:12 +00:00
ddb Move the _oncpu entry from the KSE to the thread. 2003-04-10 17:35:44 +00:00
dev Fix off-by-one error in drive number check. 2003-05-31 18:41:09 +00:00
fs Clean up proc locking in procfs: make sure the proc lock is held before 2003-05-05 15:12:51 +00:00
geom Introduce a init and fini member functions on a class. 2003-05-31 18:13:07 +00:00
gnu This commit was generated by cvs2svn to compensate for changes in r113778, 2003-04-21 02:27:52 +00:00
i4b Fix systematic off-by-one errors in unit number range checks. 2003-05-31 16:57:01 +00:00
i386 Eliminate potential overflows by allocating softc dynamically, 2003-05-31 17:06:20 +00:00
ia64 Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT. 2003-05-30 20:40:33 +00:00
isa Remove extra ';' 2003-05-31 18:37:30 +00:00
isofs/cd9660
kern "break" rather than fall through to a break in the default clause. 2003-05-31 16:53:16 +00:00
libkern Deprecate machine/limits.h in favor of new sys/limits.h. 2003-04-29 13:36:06 +00:00
modules Add GEOM module compilation shims. 2003-05-31 18:36:41 +00:00
net Replace a handrolled defrag function with m_defrag. The handrolled 2003-05-28 02:04:33 +00:00
netatalk
netatm Use __FBSDID rather than rcsid[]. 2003-04-03 21:36:33 +00:00
netgraph fix a cut-n-paste error. 2003-05-15 18:51:28 +00:00
netinet Don't generate an ip_id for packets with the DF bit set; ip_id is 2003-05-31 17:55:21 +00:00
netinet6 Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP. 2003-04-29 22:03:46 +00:00
netipsec Introduce an M_ASSERTPKTHDR() macro which performs the very common task 2003-04-08 14:25:47 +00:00
netipx
netkey Introduce an M_ASSERTPKTHDR() macro which performs the very common task 2003-04-08 14:25:47 +00:00
netnatm Introduce an M_ASSERTPKTHDR() macro which performs the very common task 2003-04-08 14:25:47 +00:00
netncp - Merge struct procsig with struct sigacts. 2003-05-13 20:36:02 +00:00
netsmb - Merge struct procsig with struct sigacts. 2003-05-13 20:36:02 +00:00
nfs
nfsclient The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to prevent 2003-05-31 16:42:45 +00:00
nfsserver Add /* FALLTHROUGH */ 2003-05-31 18:20:26 +00:00
opencrypto
pc98 Eliminate potential overflows by allocating softc dynamically, 2003-05-31 17:06:20 +00:00
pccard 1. Allow drivers to query CIS strings from OLDCARD. 2003-04-23 23:39:21 +00:00
pci Fix support for 256 MB aperture sizes on chipsets such as the 845 and 2003-05-27 20:13:44 +00:00
posix4
powerpc Bring back bus_dmasync_op_t. It is now a typedef to an int, though the 2003-05-27 04:59:59 +00:00
rpc
security Make sure all character pointers are properly initialized; this was 2003-05-30 17:02:36 +00:00
sparc64 Fix interrupt assignment for non-builtin PCI devices on e450s. 2003-05-30 20:48:05 +00:00
sys Use symbolic constants instead of "4". 2003-05-31 16:54:37 +00:00
tools
ufs Remove unused local variables. 2003-05-31 18:17:32 +00:00
vm If we seem to be out of VM, don't allow the pagedaemon to kill 2003-05-19 00:51:07 +00:00
Makefile Exclude sys/boot for amd64. There are still toolchain issues to deal 2003-05-08 06:35:39 +00:00