freebsd-nq/sys
Bosko Milekic 6a47d852b9 Remove declaration of airq variable from outer block. There were two
declarations of a variable of the same name. The one in the outer block
was unused and probably just slipped in at one point or another. This
silences a compiler warning.
2001-01-12 07:49:29 +00:00
..
alpha Remove unused per-cpu variables inside_intr and ss_eflags. 2001-01-12 07:47:54 +00:00
amd64 Remove declaration of airq variable from outer block. There were two 2001-01-12 07:49:29 +00:00
arm/include Remove seconds types we don't use that came in thru the NetBSD heiratage. 2001-01-08 06:17:11 +00:00
boot Add commented out examples for the new KTR loader tunables. 2001-01-06 06:52:49 +00:00
cam Spell declarations correctly. 2001-01-12 02:49:40 +00:00
coda Delete unused #include <sys/select.h>. 2001-01-09 04:32:24 +00:00
compat Protect proc.p_pptr with the proctree lock. 2001-01-10 15:41:26 +00:00
compile
conf Add itjc ISDN hardware driver 2001-01-11 15:35:45 +00:00
contrib/dev Disable strstr() if ACPICA is compiled in userland. 2001-01-10 19:28:03 +00:00
crypto
ddb
dev Catch up to the name changes in the hwvol API. 2001-01-11 23:26:38 +00:00
fs Delete unused #include <sys/select.h>. 2001-01-09 04:32:24 +00:00
geom
gnu Completed move of Digiboard drivers to dev/dgb 2001-01-08 02:47:37 +00:00
i4b Add the ISDN itjc hardware driver. This driver supports the NETJet-S cards 2001-01-11 14:35:45 +00:00
i386 Remove declaration of airq variable from outer block. There were two 2001-01-12 07:49:29 +00:00
ia64 Remove unused per-cpu variables inside_intr and ss_eflags. 2001-01-12 07:47:54 +00:00
isa select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
isofs/cd9660
kern Style improvements for last fix. Should be functionally the same. 2001-01-11 00:13:54 +00:00
libkern Convert all instances of: 2001-01-12 07:28:46 +00:00
miscfs Don't compile a dead variable declaration. 2001-01-09 04:24:43 +00:00
modules Evidently, svr4 is broken at the moment. Disconnect the build to prevent 2001-01-09 04:56:53 +00:00
msdosfs
net select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
netatalk
netatm
netgraph remove debug sysctl 2001-01-11 23:05:34 +00:00
netinet Prototype inet_ntoa_r and thereby silence a warning from GCC. The function 2001-01-12 07:47:53 +00:00
netinet6
netipx
netkey
netnatm
netncp Common option '-N' do not require an argument. 2001-01-07 07:03:59 +00:00
netns
nfs NFS O_EXCL file create semantics temporarily uses file attributes to store 2001-01-04 22:45:19 +00:00
nfsclient NFS O_EXCL file create semantics temporarily uses file attributes to store 2001-01-04 22:45:19 +00:00
nfsserver
ntfs
nwfs
pc98 Correct typo. 2001-01-08 09:17:58 +00:00
pccard Fix a minor bug that prevents NEWBUS users from setting more than 2001-01-09 23:39:32 +00:00
pci moved isp_pci.c from pci to dev/isp 2001-01-09 19:15:12 +00:00
posix4
powerpc Remove unused per-cpu variables inside_intr and ss_eflags. 2001-01-12 07:47:54 +00:00
rpc
svr4
sys Add session argument to *CLOSEDISK, allowing to set session type on fixate. 2001-01-10 19:17:38 +00:00
tools
ufs o Commit reems of style(9) changes, whitespace improvements, and comment 2001-01-07 23:45:56 +00:00
vm
Makefile