summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_isc_sysent.c
Commit message (Collapse)AuthorAgeFilesLines
* Auto-generated code from sys_ prefixing makesyscalls.sh changekmacy2011-09-161-21/+21
| | | | Approved by: re(bz)
* Regen for added flags field.jhb2009-06-171-21/+21
|
* Regenerate system call tables to use SVN ids.ed2009-05-081-2/+1
|
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierjhb2006-08-151-21/+21
| | | | systrace changes.
* Regen for MPSAFE flag removal.jhb2006-07-281-16/+16
|
* Regen.jhb2006-07-141-2/+2
|
* Regenerate (accidentally also committed in commit that updatedrwatson2006-02-051-1/+1
| | | | syscalls.isc).
* Assign audit event identifiers to ibcs2 ISC system calls.rwatson2006-02-051-11/+11
| | | | Obtained from: TrustedBSD Project
* Regen.jhb2005-07-131-15/+15
|
* Regenerate after addition of audit event type number to syscalls.masterrwatson2005-06-291-22/+23
| | | | | | file format. Approved by: re (scottl)
* Regen.jhb2004-02-041-2/+2
|
* Regen. (This should have been a NOP except it hasn't been regeneratedpeter2003-12-241-4/+2
| | | | | after makesyscalls.sh changes and the last few syscall.master changes, and there have been some tree-sweeps that have touched generated files).
* Use __FBSDID().obrien2003-06-021-1/+3
|
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-091-13/+16
|
* Regen after Id->FreeBSDpeter1999-08-281-1/+1
|
* Updated generated files.bde1998-06-091-8/+0
|
* This commit fixes various 64bit portability problems required fordfr1998-06-071-0/+2
| | | | | | | | | | FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time.
* Regenerate (removed unused #includes from ibcs2*_sysent.c).bde1997-04-091-3/+1
|
* Regenerate (include file changes, stray blank lines (cosmetic),peter1997-03-291-3/+1
| | | | and a syscall vector was out of sync with it's .master file)
* reran makesyscallspeter1996-01-081-1/+1
| | | | | Always call the SYSV ipc functions, stubs will take their place if necessary.
* Remove old files no longer needed.swallace1995-10-101-0/+49
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.
OpenPOWER on IntegriCloud