summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Improve *access*() parameter name consistency.ed2011-11-191-1/+1
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-081-1/+0
* Burn TTY ioctl bridges in compat layers.ed2009-05-081-4/+2
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-75/+75
* Somewhat surprisingly, ibcs2_ioctl() is MPSAFE as it is without needing anyjhb2006-07-141-1/+1
* Mark ibcs2_mount() (just returns EINVAL) and ibcs2_umount() (just callsjhb2006-07-141-2/+2
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-111-2/+2
* Mark ibcs2_msgsys(), ibcs2_semsys(), and ibcs2_shmsys() MPSAFE.jhb2006-07-101-3/+3
* Use the regular poll(2) function to implement poll(2) for the IBCS2 compatjhb2006-07-061-2/+2
* Assign audit event identifiers to ibcs2 system calls.rwatson2006-02-061-50/+50
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-44/+44
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-138/+175
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-241-1/+1
* ibcs2_wait() now MPSAFE.rwatson2004-03-281-1/+1
* Sync up MP safe flags with global syscalls.master. This includes write(),jhb2004-02-061-16/+16
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-041-1/+1
* Oops, remove references to namespc column in comment (I'm not going topeter2003-12-241-2/+1
* GC namespc column and unwrap long lines that now fit.peter2003-12-241-146/+138
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-011-3/+3
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-291-1/+1
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-291-1/+1
* Fixed the return type and args struct tag for exit(). They were wrong inbde2000-05-091-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Removed unused #includes.bde1997-04-091-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Oops. forgot to remove #include "opt_sysvipc.h"peter1996-01-081-2/+1
* Remove the #ifdef SYSVSHM etc. Always call the functions, some stubspeter1996-01-081-13/+1
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-041-1/+2
* Remove old files no longer needed.swallace1995-10-101-204/+154
* Import of original NetBSD's ibcs2 emulator sources by Scott Bartram,swallace1995-10-101-0/+243
OpenPOWER on IntegriCloud