| Commit message (Expand) | Author | Age | Files | Lines |
* | Burn TTY ioctl bridges in compat layers. | Ed Schouten | 2009-05-08 | 1 | -4/+2 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | John Baldwin | 2006-07-28 | 1 | -75/+75 |
* | Somewhat surprisingly, ibcs2_ioctl() is MPSAFE as it is without needing any | John Baldwin | 2006-07-14 | 1 | -1/+1 |
* | Mark ibcs2_mount() (just returns EINVAL) and ibcs2_umount() (just calls | John Baldwin | 2006-07-14 | 1 | -2/+2 |
* | - Add conditional VFS Giant locking to getdents_common() (linux ABIs), | John Baldwin | 2006-07-11 | 1 | -2/+2 |
* | Mark ibcs2_msgsys(), ibcs2_semsys(), and ibcs2_shmsys() MPSAFE. | John Baldwin | 2006-07-10 | 1 | -3/+3 |
* | Use the regular poll(2) function to implement poll(2) for the IBCS2 compat | John Baldwin | 2006-07-06 | 1 | -2/+2 |
* | Assign audit event identifiers to ibcs2 system calls. | Robert Watson | 2006-02-06 | 1 | -50/+50 |
* | Make a pass through all the compat ABIs sychronizing the MP safe flags | John Baldwin | 2005-07-13 | 1 | -44/+44 |
* | Introduce a new field in the syscalls.master file format to hold the | Robert Watson | 2005-05-30 | 1 | -138/+175 |
* | Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() | John Baldwin | 2004-08-24 | 1 | -1/+1 |
* | ibcs2_wait() now MPSAFE. | Robert Watson | 2004-03-28 | 1 | -1/+1 |
* | Sync up MP safe flags with global syscalls.master. This includes write(), | John Baldwin | 2004-02-06 | 1 | -16/+16 |
* | The following compat syscalls are now mpsafe: linux_getrlimit(), | John Baldwin | 2004-02-04 | 1 | -1/+1 |
* | Oops, remove references to namespc column in comment (I'm not going to | Peter Wemm | 2003-12-24 | 1 | -2/+1 |
* | GC namespc column and unwrap long lines that now fit. | Peter Wemm | 2003-12-24 | 1 | -146/+138 |
* | Synchronize syscalls.master(s) with recent Giant pushdown work | Matthew Dillon | 2001-09-01 | 1 | -3/+3 |
* | Sigh. Fix SYS_exit problems. I misunderstood the significance of these | Peter Wemm | 2000-07-29 | 1 | -1/+1 |
* | Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping | Peter Wemm | 2000-07-29 | 1 | -1/+1 |
* | Fixed the return type and args struct tag for exit(). They were wrong in | Bruce Evans | 2000-05-09 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Removed unused #includes. | Bruce Evans | 1997-04-09 | 1 | -3/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Oops. forgot to remove #include "opt_sysvipc.h" | Peter Wemm | 1996-01-08 | 1 | -2/+1 |
* | Remove the #ifdef SYSVSHM etc. Always call the functions, some stubs | Peter Wemm | 1996-01-08 | 1 | -13/+1 |
* | Convert SYSV IPC to new-style options. (I hope I got everything...) | Garrett Wollman | 1996-01-04 | 1 | -1/+2 |
* | Remove old files no longer needed. | Steven Wallace | 1995-10-10 | 1 | -204/+154 |
* | Import of original NetBSD's ibcs2 emulator sources by Scott Bartram, | Steven Wallace | 1995-10-10 | 1 | -0/+243 |