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
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
freebsd_file.c
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
freebsd_rtprio.h
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
freebsd_util.h
syscalls.conf
syscalls.master s/#ifdefined/#ifdef/ 2000-08-08 02:12:30 +00:00