freebsd-nq/sys
Bruce Evans 25874f75bc Don't define away __attribute__() for the non-gcc and old-gcc cases.
Using __attribute__() in non-ifdefed code is just wrong if it changes
the semantics, and there is no way to ignore __attribute__() only in
the benign cases.

Don't use __attribute__ in non-ifdefed code here.  It was a benign
case, but we already have a macro (__unused) for this case.

Expanded comment about gotchas for __CONCAT() in the non-ANSI case.
1998-06-14 13:40:01 +00:00
..
alpha Reimplement spl*() as function calls. Implement software interrupts. 1998-06-11 11:51:27 +00:00
amd64 Increased MAXTSIZ to 128MB...there are binaries that get quite large. 1998-06-12 09:10:22 +00:00
compat
compile
conf I accidentally committed the wrong file, sorry. 1998-06-10 17:54:37 +00:00
contrib/softupdates Note which version of Kirk's sources this corresponds to. 1998-06-12 21:21:26 +00:00
ddb Add initial support for the FreeBSD/alpha kernel. This is very much a 1998-06-10 10:57:29 +00:00
dev Add a macro tweak. 1998-06-13 19:36:22 +00:00
fs Avoid a 64-bit division in procfs_readdir(). Fixed related overflows. 1998-06-14 12:53:39 +00:00
geom
gnu
i386 Avoid 64-bit divisions and modulos. Fixed related overflows for weird 1998-06-14 10:52:52 +00:00
isa Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFS 1998-06-13 18:53:22 +00:00
isofs/cd9660
kern Introduce std_pps_ioctl() to automagically DTRT. 1998-06-13 09:30:26 +00:00
libkern Add initial support for the FreeBSD/alpha kernel. This is very much a 1998-06-10 10:57:29 +00:00
miscfs Avoid a 64-bit division in procfs_readdir(). Fixed related overflows. 1998-06-14 12:53:39 +00:00
modules
msdosfs Back out previous change. This behavior is at least completely 1998-06-10 13:46:46 +00:00
net Allow a protocol to specify that it does NOT want to be looped back 1998-06-13 02:27:10 +00:00
netatalk Go through the loopback code with a broom.. 1998-06-12 03:48:19 +00:00
netinet Remove 3 occurances of __FUNCTION__ 1998-06-12 20:03:26 +00:00
netipx When system act as IPX router (sysctl -w net.ipx.ipx.ipxforwarding=1, 1998-06-10 12:52:11 +00:00
netkey
netnatm
netns
nfs
nfsclient
nfsserver
pc98 Sync with sys/i386/isa/clock.c revision 1.124. 1998-06-10 08:25:23 +00:00
pccard
pci Merge changes from vendor branch; 1998-06-13 17:20:03 +00:00
posix4
powerpc Add missing copyrights. Thanks to Jason Thorpe for politely noting the 1998-06-10 19:59:41 +00:00
rpc
scsi
sys Don't define away __attribute__() for the non-gcc and old-gcc cases. 1998-06-14 13:40:01 +00:00
tools
ufs Note which version of Kirk's sources this corresponds to. 1998-06-12 21:21:26 +00:00
vm
Makefile