freebsd-dev/sys
Bruce Evans 93915a2ac4 Fixed the args list for mount(). We're not ready for the BSD4.4lite2/
NetBSD interface.

Increased the bogusness of the args list for mmap().  The args lists for
most of the memory mapping functions are bogus.  The args lists in
syscalls.master are a little better than the ones in the args structs
currently being used, but the improvement for mmap() changed the object
code and I don't want to worry about that now.

Increased the bogusness of the args list for fcntl.  BSD4.4lite2/NetBSD
uses `void *' instead of int for the third arg.  This has the advantage
of working when `void *'s are longer than ints, but requires extra bogus
casts that I hope to avoid.

Fixed the args list for uname.  `struct outsname' seems to be a typo,
not an old interface.

Added comments about bogus args lists for open, mount, msync, munmap,
mprotect, madvise, mincore, fcntl, semsys, msgsys and shmsys.
1995-11-12 04:24:53 +00:00
..
alpha
amd64 convert more sysctl variables. 1995-11-10 09:53:50 +00:00
compat/linux All: 1995-11-06 12:52:37 +00:00
compile
conf Bump RELDATE to one more than the RELENG_2_1_0 branch, so one could 1995-11-10 21:52:59 +00:00
ddb Change db_ps() to have the correct number and type of args for a ddb 1995-08-27 02:40:39 +00:00
dev Modify the kdc_description for eisa0 to include the system board ID. 1995-11-10 01:32:12 +00:00
fs Removed unsed function dead_nullop(). 1995-11-11 03:36:07 +00:00
gnu ext2_inode_cnv.c: 1995-11-09 08:41:25 +00:00
i386 Cleaned up after moving the prototypes: 1995-11-11 05:10:48 +00:00
isa Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the 1995-11-04 17:08:13 +00:00
isofs/cd9660 Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
kern Fixed the args list for mount(). We're not ready for the BSD4.4lite2/ 1995-11-12 04:24:53 +00:00
libkern Add qsort() to libkern, taken from libc. 1995-11-08 08:40:11 +00:00
miscfs Removed unsed function dead_nullop(). 1995-11-11 03:36:07 +00:00
modules Update if_ppp lkm to pull in the new files... 1995-10-31 20:54:15 +00:00
msdosfs Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
net Replaced bogus macros for dummy devswitch entries by functions. 1995-11-06 00:36:19 +00:00
netccitt Reviewed by: julian and jhay@mikom.csir.co.za 1995-10-26 20:31:59 +00:00
netinet Start adding new style sysctl here too. 1995-11-09 20:23:09 +00:00
netipx Suggested by: bde 1995-11-04 09:03:47 +00:00
netiso
netns Reviewed by: julian and jhay@mikom.csir.co.za 1995-10-26 20:31:59 +00:00
nfs Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
nfsclient Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
nfsserver Include a prerequisite header (so this is consistent again with the 1995-10-31 21:17:59 +00:00
pc98/pc98 Latest fixes from Serge: 1995-10-14 15:41:10 +00:00
pccard Clean up the ident style. 1995-11-09 20:44:36 +00:00
pci Remove uneccessary increment of the unit number. 1995-11-07 05:33:27 +00:00
powerpc/include
rpc
scsi Set B_BUSY on the private buffer to avoid a panic in biodone when the 1995-11-10 14:54:16 +00:00
sys convert more sysctl variables. 1995-11-10 10:14:55 +00:00
tools Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
ufs Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
vm Fixed type of obreak(). The args struct member name conflicted with 1995-11-11 06:40:35 +00:00
Makefile