summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_syscallnames.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC 313564:jhb2017-05-101-1/+0
| | | | | | | | | | | | | Drop the "created from" line from files generated by makesyscalls.sh. This information is less useful when the generated files are included in source control along with the source. If needed it can be reconstructed from the $FreeBSD$ tag in the generated file. Removing this information from the generated output permits committing the generated files along with the change to the system call master list without having inconsistent metadata in the generated files. Regenerate the affected files along with the MFC.
* Regen post r302096 and implement svr4_pipe().brooks2016-06-231-2/+2
| | | | | Approved by: re (implict, fixing build) Sponsored by: DARPA, AFRL
* Regenerate system call tables.ed2011-11-191-1/+1
|
* Regeneratekib2010-06-281-1/+1
|
* Regenerate system call tables to use SVN ids.ed2009-05-081-1/+1
|
* Regen for MPSAFE flag removal.jhb2006-07-281-1/+1
|
* Regen.jhb2006-07-281-1/+1
|
* Regen.jhb2006-07-211-1/+1
|
* Regen.jhb2006-07-191-1/+1
|
* Regen.jhb2006-07-111-1/+1
|
* Regen.jhb2006-06-271-1/+1
|
* Regen.jhb2006-06-261-1/+1
|
* Regen.jhb2005-07-131-1/+1
|
* Regen.jhb2005-07-131-7/+3
|
* Rebuild generated system call definition files following the addition ofrwatson2005-05-301-1/+1
| | | | | | | the audit event field to the syscalls.master file format. Submitted by: wsalamon Obtained from: TrustedBSD Project
* Regenerate after fcntl() wrappers were marked MP safe.jhb2004-08-241-1/+1
|
* Regen.jhb2004-02-061-1/+1
|
* Regen.jhb2004-02-041-1/+1
|
* Regen. This should have been a NOP, but its not been regenerated forpeter2003-12-241-2/+2
| | | | | 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
* 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-1/+1
| | | | | regeneration which somehow used the wrong syscalls.master file, resulting in unbuildable svr4_sysent.c).
* Remove unnecessary includes.newton1999-10-171-0/+1
| | | | Submitted by: phk
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-301-0/+263
See http://www.freebsd.org/~newton/freebsd-svr4 for limitations, capabilities, history and TO-DO list.
OpenPOWER on IntegriCloud