NetBSD/sys/compat/freebsd
onoe eb1f8f2a3a Map the ioctl number of ifioctl ('i') group as much as possible.
commands are:		FreeBSD	NetBSD
	SIOCALIFADDR	27	28
	SIOCGLIFADDR	28	29
	SIOCDLIFADDR	29	30
	SIOCGIFMTU	51	126
	SIOCSIFMTU	52	127
* SIOCGLIFADDR is necessary for cvsup to work.
commands not emulated are:
	SIOCGIFPHYS, SIOCSIFPHYS, SIOCGIFSTATUS, SIOCSIFLLADDR
2000-10-09 06:19:31 +00:00
..
Makefile
files.freebsd Put a local copy of the SysV IPC compatibility from compat/common in here, so 1998-01-22 16:31:33 +00:00
freebsd_exec.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-28 15:39:24 +00:00
freebsd_exec.h compute the value to be used for e_arglen via howmany(value, sizeof (char *)), 1999-04-30 23:07:01 +00:00
freebsd_file.c Include the NFS option header. 1998-02-19 00:36:03 +00:00
freebsd_ioctl.c Map the ioctl number of ifioctl ('i') group as much as possible. 2000-10-09 06:19:31 +00:00
freebsd_ioctl.h Map the ioctl number of ifioctl ('i') group as much as possible. 2000-10-09 06:19:31 +00:00
freebsd_ipc.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-28 15:39:24 +00:00
freebsd_misc.c Second phase of changes to remove ntp_adjtime(2) from the kernel entirely if 2000-08-07 18:10:20 +00:00
freebsd_ptrace.c
freebsd_ptrace.h rcsid fascism 1997-10-13 14:22:22 +00:00
freebsd_rtprio.h RCSID Police. 1998-01-05 17:51:27 +00:00
freebsd_signal.h implement new signal syscalls in FreeBSD 4.0-RELEASE, using native syscalls: 2000-07-18 14:15:05 +00:00
freebsd_syscall.h update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
freebsd_syscallargs.h update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
freebsd_syscalls.c update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
freebsd_sysent.c update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
freebsd_timex.h RCSID Police. 1998-01-05 17:51:27 +00:00
freebsd_util.h Assign copyright to TNF. 1998-09-05 14:50:25 +00:00
syscalls.conf
syscalls.master s/#ifdefined/#ifdef/ 2000-08-08 02:12:30 +00:00