summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_syscall.h
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate system call tables.ed2011-11-191-1/+1
|
* Regeneratekib2010-06-281-1/+1
|
* Regenerate ibcs2 system call table.ed2009-05-081-3/+1
|
* Regen for MPSAFE flag removal.jhb2006-07-281-1/+1
|
* Regen.jhb2006-07-141-1/+1
|
* Regen.jhb2006-07-141-1/+1
|
* Regen.jhb2006-07-111-1/+1
|
* Regen.jhb2006-07-101-1/+1
|
* Regen.jhb2006-07-061-2/+2
|
* Regen.jhb2005-07-131-1/+1
|
* 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 from ibcs2_wait() becoming MPSAFE.rwatson2004-03-281-1/+1
| | | | Submitted by: Dan Nelson <dnelson@allantgroup.com>
* Regen.jhb2004-02-061-1/+1
|
* Regen.jhb2004-02-041-1/+1
|
* Regen. (This should have been a NOP except it hasn't been regeneratedpeter2003-12-241-1/+1
| | | | | after makesyscalls.sh changes and the last few syscall.master changes, and there have been some tree-sweeps that have touched generated files).
* Regen. (Fix SYS_exit)peter2000-07-291-2/+2
|
* Regenerate with makesyscalls.shpeter2000-07-291-2/+2
|
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-091-1/+2
|
* Regen after Id->FreeBSDpeter1999-08-281-1/+1
|
* Regenerate (removed unused #includes from ibcs2*_sysent.c).bde1997-04-091-1/+1
|
* Regenerate (include file changes, stray blank lines (cosmetic),peter1997-03-291-1/+1
| | | | and a syscall vector was out of sync with it's .master file)
* Reran makesyscalls.sh..peter1996-01-081-1/+1
|
* reran makesyscallspeter1996-01-081-1/+1
| | | | | Always call the SYSV ipc functions, stubs will take their place if necessary.
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-041-1/+1
| | | | The LKMs will need an extra file, to come later.
* Remove old files no longer needed.swallace1995-10-101-19/+13
| | | | | | | | | | | | | | | | | | | | | Add new files created for emulator. Modify NetBSD import to work with FreeBSD and add new features and code. The complete emulator is essentially a combination of work/code implemented by Sean Eric Fagan, Soren Schmidt, Scott Bartram, and myself, Steven Wallace. Features of this new emulator system include: o "clean" code, including strict prototyping. o Auto-generation of ibcs2 system calls, xenix system calls, isc system calls. Generation includes system tables, structure definitions, and prototyping of function calls. o ibcs2 emulator does not rely on any COMPAT_43 system calls. o embedded socksys support o ibcs2 msgsys, semsys, shmsys calls supported if supported in kernel o alternate /emul/ibcs2 namespace searched first for files in ibcs2 system. Usefull to keep sysv libraries, binaries in /emul/ibcs2. o many other finer details and functions fixed or implemented.
* Import of original NetBSD's ibcs2 emulator sources by Scott Bartram,swallace1995-10-101-0/+97
which is used as a basis for a more complete and cleaner ibcs2 emulator. (snapshot about May 1995 with a few files from September 1995) Some files and code from old emulator still remains. New files, features, and changes have been implemented by myself, which will be shown in following commits.
OpenPOWER on IntegriCloud