NetBSD/sys
kristerw 07936511f0 The C language does not permit statements of the form
(X ? Y : Z) = 0;
even though gcc handles this by a stupid extension.

Transform these to correct C.

Approved by fvdl.
2003-05-15 20:25:31 +00:00
..
altq
arch Don't install machine/mouse.h on i386 and prep; there are no users for 2003-05-15 18:51:18 +00:00
coda PR/1796: John Kohl: statfs misbehaves under chrooted environments. 2003-04-16 21:44:18 +00:00
compat Added io_service_close and the io_connect_map_memory method for 2003-05-14 18:28:04 +00:00
conf no need to compile net_osdep.c. simplify net_osdep.h conditions (remove 2003-05-14 22:45:02 +00:00
crypto
ddb (1) Don't print the message buffer (via ddb's dmesg command) if the 2003-05-15 13:18:18 +00:00
dev Fix reversed arguments to bus_space_unmap. 2003-05-15 18:04:08 +00:00
fs fix a few missing malloc attach/detach. Now this works. 2003-04-24 07:50:19 +00:00
gdbscripts Clean up the output a little and print the lwp pointer. 2003-04-28 01:43:48 +00:00
ipkdb
kern ktrace rval[1] - in order to get both fd numbers for pipe() 2003-05-15 12:56:16 +00:00
lib latest copyright notice (more loose). noted by wiz 2003-05-15 15:02:52 +00:00
lkm use "rm -f $@ ; ln -s ... $@" instead of "ln -sf ... $@" 2003-05-04 06:36:37 +00:00
miscfs Add breaks which were forgotten in rev. 1.2 change. 2003-05-08 13:46:50 +00:00
net use arc4random 2003-05-14 23:16:44 +00:00
netatalk
netccitt
netinet more KNF 2003-05-14 17:28:31 +00:00
netinet6 rt->rt_ifp may not always be available. masanori kanaoka via kame 2003-05-15 14:57:58 +00:00
netisdn Change a integer value that is passed via a void* in an ioctl() like 2003-05-08 21:15:13 +00:00
netiso if 0 out some redundant asserts. 2003-04-17 12:52:21 +00:00
netkey
netnatm
netns
netsmb
nfs acquire vmobjlock when touch pg->flags. 2003-05-15 14:34:06 +00:00
stand
sys ktrace rval[1] - in order to get both fd numbers for pipe() 2003-05-15 12:56:16 +00:00
ufs The C language does not permit statements of the form 2003-05-15 20:25:31 +00:00
uvm Back out the following chagne: 2003-05-10 21:10:23 +00:00
Makefile