aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Burn TTY ioctl bridges in compat layers.Ed Schouten2009-05-081-4/+2
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used toJohn Baldwin2006-07-281-75/+75
* Somewhat surprisingly, ibcs2_ioctl() is MPSAFE as it is without needing anyJohn Baldwin2006-07-141-1/+1
* Mark ibcs2_mount() (just returns EINVAL) and ibcs2_umount() (just callsJohn Baldwin2006-07-141-2/+2
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),John Baldwin2006-07-111-2/+2
* Mark ibcs2_msgsys(), ibcs2_semsys(), and ibcs2_shmsys() MPSAFE.John Baldwin2006-07-101-3/+3
* Use the regular poll(2) function to implement poll(2) for the IBCS2 compatJohn Baldwin2006-07-061-2/+2
* Assign audit event identifiers to ibcs2 system calls.Robert Watson2006-02-061-50/+50
* Make a pass through all the compat ABIs sychronizing the MP safe flagsJohn Baldwin2005-07-131-44/+44
* Introduce a new field in the syscalls.master file format to hold theRobert Watson2005-05-301-138/+175
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()John Baldwin2004-08-241-1/+1
* ibcs2_wait() now MPSAFE.Robert Watson2004-03-281-1/+1
* Sync up MP safe flags with global syscalls.master. This includes write(),John Baldwin2004-02-061-16/+16
* The following compat syscalls are now mpsafe: linux_getrlimit(),John Baldwin2004-02-041-1/+1
* Oops, remove references to namespc column in comment (I'm not going toPeter Wemm2003-12-241-2/+1
* GC namespc column and unwrap long lines that now fit.Peter Wemm2003-12-241-146/+138
* Synchronize syscalls.master(s) with recent Giant pushdown workMatthew Dillon2001-09-011-3/+3
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesePeter Wemm2000-07-291-1/+1
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingPeter Wemm2000-07-291-1/+1
* Fixed the return type and args struct tag for exit(). They were wrong inBruce Evans2000-05-091-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Removed unused #includes.Bruce Evans1997-04-091-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Oops. forgot to remove #include "opt_sysvipc.h"Peter Wemm1996-01-081-2/+1
* Remove the #ifdef SYSVSHM etc. Always call the functions, some stubsPeter Wemm1996-01-081-13/+1
* Convert SYSV IPC to new-style options. (I hope I got everything...)Garrett Wollman1996-01-041-1/+2
* Remove old files no longer needed.Steven Wallace1995-10-101-204/+154
* Import of original NetBSD's ibcs2 emulator sources by Scott Bartram,Steven Wallace1995-10-101-0/+243