summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_sysent.c
Commit message (Collapse)AuthorAgeFilesLines
* Regen.jhb2004-02-061-30/+30
|
* Regen.jhb2004-02-041-6/+6
|
* Regen. This should have been a NOP, but its not been regenerated forpeter2003-12-241-7/+7
| | | | | ages and is missing the changes from the last few makesyscalls.sh revisions.
* KSE Milestone 2julian2001-09-121-1/+1
| | | | | | | | | | | | | | Note ALL MODULES MUST BE RECOMPILED make the kernel aware that there are smaller units of scheduling than the process. (but only allow one thread per process at this time). This is functionally equivalent to teh previousl -current except that there is a thread associated with each process. Sorry john! (your next MFC will be a doosie!) Reviewed by: peter@freebsd.org, dillon@freebsd.org X-MFC after: ha ha ha ha
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-311-4/+4
|
* Regen. (Fix SYS_exit)peter2000-07-291-2/+2
|
* Regenerate with makesyscalls.shpeter2000-07-291-2/+2
|
* Regenerated (to fix "created from" lines, and to fix the previousbde2000-05-101-2/+2
| | | | | regeneration which somehow used the wrong syscalls.master file, resulting in unbuildable svr4_sysent.c).
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-091-127/+129
|
* SVR4 emulator source files now take their compilation options fromnewton1999-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-10/+0
| | | | | | | | phk's script walked through .c and .h files, but some of the ones on the list are actually derived from sys/svr4/syscalls.master. Make the necessary changes here and the others will implicitly follow... Submitted by: phk
* Remove unnecessary includes.newton1999-10-171-0/+1
| | | | Submitted by: phk
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-301-0/+282
See http://www.freebsd.org/~newton/freebsd-svr4 for limitations, capabilities, history and TO-DO list.
OpenPOWER on IntegriCloud