| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -1/+1 |
* | Implement robust futexes. Most of the code is modelled after | rdivacky | 2008-05-13 | 1 | -2/+4 |
* | Add stubs for syscalls introduced in Linux 2.6.17 kernel. | jkim | 2008-04-16 | 1 | -0/+6 |
* | Implement the linux syscalls | kib | 2008-04-08 | 1 | -13/+24 |
* | Implement sched_setaffinity and get_setaffinity using | rdivacky | 2008-03-16 | 1 | -1/+2 |
* | The kernel version of Linux statfs64 is actually supposed to take | dwmalone | 2007-09-18 | 1 | -1/+1 |
* | Implement fake linux sched_getaffinity() syscall to enable java to work | kib | 2007-08-28 | 1 | -1/+2 |
* | Implement the openat() linux syscall | julian | 2007-03-29 | 1 | -1/+2 |
* | MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570 | jkim | 2007-02-15 | 1 | -1/+1 |
* | MFp4 (111746, 108671, 108945, 112352): | netchild | 2006-12-31 | 1 | -2/+6 |
* | Add linux_nanosleep() and regen. | jkim | 2006-12-20 | 1 | -3/+3 |
* | Backout the linux aio stuff. Several problems where identified and the | netchild | 2006-10-29 | 1 | -5/+5 |
* | MFP4: | netchild | 2006-10-28 | 1 | -1/+2 |
* | MFP4 (with some minor changes): | netchild | 2006-10-15 | 1 | -5/+5 |
* | Use AUE_CREAT instead of AUE_O_CREAT for linux_creat(). | rwatson | 2006-09-21 | 1 | -1/+1 |
* | Use AUE_GETDIRENTRIES instead of AUE_O_GETDENTS and AUE_NULL for a number | rwatson | 2006-09-21 | 1 | -13/+14 |
* | Add the linux statfs64 call. This allows Tivoli backup to proceed a little | netchild | 2006-08-27 | 1 | -1/+1 |
* | Add new syscalls in the linuxolator (only used when the sysctl | netchild | 2006-08-15 | 1 | -28/+39 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 1 | -280/+280 |
* | Various fixes to comments in the syscall master files including removing | jhb | 2006-07-28 | 1 | -7/+2 |
* | - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditional | jhb | 2006-07-21 | 1 | -1/+1 |
* | - Add conditional VFS Giant locking to getdents_common() (linux ABIs), | jhb | 2006-07-11 | 1 | -3/+3 |
* | - Protect the list of linux ioctl handlers with an sx lock. | jhb | 2006-07-06 | 1 | -1/+1 |
* | - Add a kern_semctl() helper function for __semctl(). It accepts a pointer | jhb | 2006-06-27 | 1 | -1/+1 |
* | - Expand the scope of Giant some in mount(2) to protect the vfsp structure | jhb | 2006-06-27 | 1 | -3/+3 |
* | linux_brk() is MPSAFE. | jhb | 2006-06-26 | 1 | -1/+1 |
* | Switch to using the DUMMY infrastructure instead of UNIMPL for the new | netchild | 2006-06-20 | 1 | -58/+58 |
* | MFP4 (soc2006/rdivacky_linuxolator) | netchild | 2006-06-13 | 1 | -1/+44 |
* | Implement rt_sigpending in the linuxolator. | netchild | 2006-05-10 | 1 | -1/+2 |
* | Fixup some problems in my previous commit (COMPAT_43). | netchild | 2006-03-18 | 1 | -3/+3 |
* | Get rid of the need of COMPAT_43 in the linuxolator. | netchild | 2006-03-18 | 1 | -11/+7 |
* | Assign audit event identifiers to Linux i386 system calls. | rwatson | 2006-02-06 | 1 | -169/+177 |
* | Make a pass through all the compat ABIs sychronizing the MP safe flags | jhb | 2005-07-13 | 1 | -125/+125 |
* | Properly convert FreeBSD priority values into Linux values in the | sobomax | 2005-06-08 | 1 | -1/+1 |
* | Introduce a new field in the syscalls.master file format to hold the | rwatson | 2005-05-30 | 1 | -313/+397 |
* | Handle unimplemented syscall by instantly returning ENOSYS instead of sending | sobomax | 2005-03-07 | 1 | -0/+4 |
* | Add a few stub syscalls to get TransGaming's winex a bit closer to | dfr | 2004-09-06 | 1 | -3/+3 |
* | Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() | jhb | 2004-08-24 | 1 | -2/+2 |
* | Use the BSD madvise() syscall implementation for Linux binary emulation, | bms | 2004-03-28 | 1 | -1/+1 |
* | - Mark ABI syscalls that call wait4() MP safe as recent changes to | jhb | 2004-03-15 | 1 | -3/+3 |
* | The following compat syscalls are now mpsafe: linux_getrlimit(), | jhb | 2004-02-04 | 1 | -3/+3 |
* | GC unused third namespace column. | peter | 2003-12-23 | 1 | -311/+268 |
* | Pull latest changes from OpenBSD: | sobomax | 2003-11-16 | 1 | -0/+46 |
* | Sync up MP safe flags with global syscalls.master for the first time. This | jhb | 2003-11-07 | 1 | -68/+68 |
* | Mark linux_getpid(), linux_getuid() and linux_getgid() as MPSAFE. | tjr | 2003-02-20 | 1 | -3/+3 |
* | Mark linux_sigpending() as MPSAFE. | tjr | 2003-02-16 | 1 | -1/+1 |
* | Back out last commit. Linux uses the old 4.3BSD sockaddr format. | mini | 2002-09-24 | 1 | -3/+4 |
* | Don't use compatability syscall wrappers in emulation code. | mini | 2002-09-23 | 1 | -4/+3 |
* | Sparkling new implementation of linux_ptrace. Slight tweaking by | marcel | 2002-05-19 | 1 | -1/+2 |
* | o Change prototype of linux_lchown and linux_chown so that the | marcel | 2001-10-16 | 1 | -6/+5 |