summaryrefslogtreecommitdiffstats
path: root/sys/svr4/svr4_ioctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-311-161/+0
|
* Remove unnecessary includesnewton1999-12-081-3/+0
| | | | Prodded by: phk
* SVR4 emulator source files now take their compilation options fromnewton1999-12-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | opt_global.h and opt_svr4.h, instead of from the command line. This brings them in-line with most of the rest of the kernel. svr4_ioctl.c has also failed to compile with debugging for a while now; fixed by adding systm.h and socketvar. Some svr4 source files are automatically generated from syscalls.master; these have been committed as consequential changes, otherwise everyone will have to "make svr4_sysent.c". Changes: sys/svr4/svr4.h include opt_global.h and opt_svr4.h sys/svr4/svr4_ioctl.c include svr4.h, sys/systm.h and sys/socketvar.h sys/svr4/svr4_ipc.c include svr4.h sys/svr4/svr4_resource.c include svr4.h sys/svr4/svr4_socket.c include svr4.h sys/svr4/svr4_ttold.c include svr4.h sys/svr4/syscalls.master include svr4.h sys/svr4/svr4_syscallnames.c dependent on syscalls.master sys/svr4/svr4_sysent.c dependent on syscalls.master sys/svr4/svr4_syscall.h dependent on syscalls.master sys/svr4/svr4_proto.h dependent on syscalls.master sys/modules/svr4/Makefile create opt_global.h and opt_svr4.h
* Remove unnecessary includes.newton1999-10-171-7/+0
| | | | Submitted by: phk
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$ tagsnewton1999-07-301-0/+2
|
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-301-0/+167
See http://www.freebsd.org/~newton/freebsd-svr4 for limitations, capabilities, history and TO-DO list.
OpenPOWER on IntegriCloud