summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_xenix_sysent.c
Commit message (Collapse)AuthorAgeFilesLines
* Regenerated (fixed the calculation of sy_nargs in sysent tables).bde2000-05-091-19/+22
|
* 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-4/+2
| | | | 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/+84
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