1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00
freebsd/sys
Jake Burkholder a7cddfed7f return x; -> return (x);
return(x); -> return (x);

Reviewed by:	md5
2002-08-24 22:01:40 +00:00
..
alpha
amd64
arm
boot
cam Add some \n's to printf()s 2002-08-24 02:51:28 +00:00
coda
compat
conf
contrib
crypto
ddb
dev Be sure to unregister from sndstat on unregister. Gets rid of phantom 2002-08-24 19:13:11 +00:00
fs
geom Don't use the static thread.. it is going away. 2002-06-29 07:47:20 +00:00
gnu
i4b
i386
ia64
isa
isofs/cd9660
kern return x; -> return (x); 2002-08-24 22:01:40 +00:00
libkern
modules
net
netatalk
netatm
netgraph
netinet Correct bug in t_bw_rtttime rollover, #undef USERTT 2002-08-24 17:22:44 +00:00
netinet6 check packet length before fetching ESP crypto checksum. 2002-08-24 04:48:13 +00:00
netipx
netkey
netnatm
netncp
netns
netsmb
nfs
nfsclient
nfsserver
pc98
pccard
pci style: put return types on a line by themselves. 2002-08-24 00:02:03 +00:00
posix4
powerpc
rpc
security
sparc64
sys
tools
ufs
vm o Use vm_object_lock() in place of directly locking Giant. 2002-08-24 18:44:52 +00:00
Makefile