1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys
Edward Tomasz Napierala 2b05020882 Fix array overflow.
Reviewed by:	philip
2010-01-08 19:56:37 +00:00
..
amd64 In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
arm
boot
bsm
cam Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
cddl
compat Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
conf Generate a second LINT configuration for i386 and amd64 in 2010-01-08 19:00:20 +00:00
contrib Fix array overflow. 2010-01-08 19:56:37 +00:00
crypto
ddb Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order 2010-01-08 15:44:49 +00:00
dev Get rid of #ident, GCC 4.4 warns about it being deprecated. 2010-01-08 17:20:41 +00:00
fs Remove unused smbfs_smb_qpathinfo(). 2010-01-08 15:53:07 +00:00
gdb
geom
gnu Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
i386 In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
ia64 In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
isa Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
kern - Fix a bug in sched_4bsd where the timestamp for the sleeping operation 2010-01-08 14:55:11 +00:00
kgssapi
libkern
mips Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
modules
net Stop GCC from complaining about lagg_port_checkstacking() being unused. 2010-01-08 16:44:33 +00:00
net80211 Fix #ifdefs so that GCC 4.4 doesn't complain about it. 2010-01-08 15:41:24 +00:00
netatalk
netgraph
netinet Ensure an address is removed from the interface address 2010-01-08 17:49:24 +00:00
netinet6 Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order 2010-01-08 15:44:49 +00:00
netipsec
netipx
netnatm
netncp
netsmb
nfs
nfsclient Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
nfsserver
nlm
opencrypto
pc98 In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
pci Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
powerpc In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
rpc Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
security
sparc64 In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
sun4v In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows 2010-01-08 18:57:31 +00:00
sys - Fix a bug in sched_4bsd where the timestamp for the sleeping operation 2010-01-08 14:55:11 +00:00
teken
tools
ufs Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
vm
xdr
xen Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
Makefile