| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r232799: | Alexander Leidinger | 2012-04-15 | 1 | -1/+55 |
| * | MFC 228957: | John Baldwin | 2012-02-07 | 1 | -2/+5 |
| * | MFC r219559: | Artem Belevich | 2011-06-01 | 1 | -3/+3 |
| * | MFC r220028: linux compat: add non-dummy capget and capset system calls | Andriy Gapon | 2011-04-09 | 1 | -2/+4 |
| * | MFC r218610: | Dmitry Chagin | 2011-03-02 | 1 | -2/+1 |
| * | MFC r218101: | Dmitry Chagin | 2011-03-02 | 1 | -2/+2 |
| * | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | Ed Schouten | 2008-11-09 | 1 | -1/+1 |
| * | Implement robust futexes. Most of the code is modelled after | Roman Divacky | 2008-05-13 | 1 | -2/+4 |
| * | Add stubs for syscalls introduced in Linux 2.6.17 kernel. | Jung-uk Kim | 2008-04-16 | 1 | -0/+6 |
| * | Implement the linux syscalls | Konstantin Belousov | 2008-04-08 | 1 | -13/+24 |
| * | Implement sched_setaffinity and get_setaffinity using | Roman Divacky | 2008-03-16 | 1 | -1/+2 |
| * | The kernel version of Linux statfs64 is actually supposed to take | David Malone | 2007-09-18 | 1 | -1/+1 |
| * | Implement fake linux sched_getaffinity() syscall to enable java to work | Konstantin Belousov | 2007-08-28 | 1 | -1/+2 |
| * | Implement the openat() linux syscall | Julian Elischer | 2007-03-29 | 1 | -1/+2 |
| * | MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570 | Jung-uk Kim | 2007-02-15 | 1 | -1/+1 |
| * | MFp4 (111746, 108671, 108945, 112352): | Alexander Leidinger | 2006-12-31 | 1 | -2/+6 |
| * | Add linux_nanosleep() and regen. | Jung-uk Kim | 2006-12-20 | 1 | -3/+3 |
| * | Backout the linux aio stuff. Several problems where identified and the | Alexander Leidinger | 2006-10-29 | 1 | -5/+5 |
| * | MFP4: | Alexander Leidinger | 2006-10-28 | 1 | -1/+2 |
| * | MFP4 (with some minor changes): | Alexander Leidinger | 2006-10-15 | 1 | -5/+5 |
| * | Use AUE_CREAT instead of AUE_O_CREAT for linux_creat(). | Robert Watson | 2006-09-21 | 1 | -1/+1 |
| * | Use AUE_GETDIRENTRIES instead of AUE_O_GETDENTS and AUE_NULL for a number | Robert Watson | 2006-09-21 | 1 | -13/+14 |
| * | Add the linux statfs64 call. This allows Tivoli backup to proceed a little | Alexander Leidinger | 2006-08-27 | 1 | -1/+1 |
| * | Add new syscalls in the linuxolator (only used when the sysctl | Alexander Leidinger | 2006-08-15 | 1 | -28/+39 |
| * | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | John Baldwin | 2006-07-28 | 1 | -280/+280 |
| * | Various fixes to comments in the syscall master files including removing | John Baldwin | 2006-07-28 | 1 | -7/+2 |
| * | - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditional | John Baldwin | 2006-07-21 | 1 | -1/+1 |
| * | - Add conditional VFS Giant locking to getdents_common() (linux ABIs), | John Baldwin | 2006-07-11 | 1 | -3/+3 |
| * | - Protect the list of linux ioctl handlers with an sx lock. | John Baldwin | 2006-07-06 | 1 | -1/+1 |
| * | - Add a kern_semctl() helper function for __semctl(). It accepts a pointer | John Baldwin | 2006-06-27 | 1 | -1/+1 |
| * | - Expand the scope of Giant some in mount(2) to protect the vfsp structure | John Baldwin | 2006-06-27 | 1 | -3/+3 |
| * | linux_brk() is MPSAFE. | John Baldwin | 2006-06-26 | 1 | -1/+1 |
| * | Switch to using the DUMMY infrastructure instead of UNIMPL for the new | Alexander Leidinger | 2006-06-20 | 1 | -58/+58 |
| * | MFP4 (soc2006/rdivacky_linuxolator) | Alexander Leidinger | 2006-06-13 | 1 | -1/+44 |
| * | Implement rt_sigpending in the linuxolator. | Alexander Leidinger | 2006-05-10 | 1 | -1/+2 |
| * | Fixup some problems in my previous commit (COMPAT_43). | Alexander Leidinger | 2006-03-18 | 1 | -3/+3 |
| * | Get rid of the need of COMPAT_43 in the linuxolator. | Alexander Leidinger | 2006-03-18 | 1 | -11/+7 |
| * | Assign audit event identifiers to Linux i386 system calls. | Robert Watson | 2006-02-06 | 1 | -169/+177 |
| * | Make a pass through all the compat ABIs sychronizing the MP safe flags | John Baldwin | 2005-07-13 | 1 | -125/+125 |
| * | Properly convert FreeBSD priority values into Linux values in the | Maxim Sobolev | 2005-06-08 | 1 | -1/+1 |
| * | Introduce a new field in the syscalls.master file format to hold the | Robert Watson | 2005-05-30 | 1 | -313/+397 |
| * | Handle unimplemented syscall by instantly returning ENOSYS instead of sending | Maxim Sobolev | 2005-03-07 | 1 | -0/+4 |
| * | Add a few stub syscalls to get TransGaming's winex a bit closer to | Doug Rabson | 2004-09-06 | 1 | -3/+3 |
| * | Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() | John Baldwin | 2004-08-24 | 1 | -2/+2 |
| * | Use the BSD madvise() syscall implementation for Linux binary emulation, | Bruce M Simpson | 2004-03-28 | 1 | -1/+1 |
| * | - Mark ABI syscalls that call wait4() MP safe as recent changes to | John Baldwin | 2004-03-15 | 1 | -3/+3 |
| * | The following compat syscalls are now mpsafe: linux_getrlimit(), | John Baldwin | 2004-02-04 | 1 | -3/+3 |
| * | GC unused third namespace column. | Peter Wemm | 2003-12-23 | 1 | -311/+268 |
| * | Pull latest changes from OpenBSD: | Maxim Sobolev | 2003-11-16 | 1 | -0/+46 |
| * | Sync up MP safe flags with global syscalls.master for the first time. This | John Baldwin | 2003-11-07 | 1 | -68/+68 |