summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Correct arguments of stat64, fstat64 and lstat64 syscalls for Linuxulator.jkim2012-04-161-6/+6
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27jkim2012-04-161-2/+2
* - add comments to syscalls.master and linux(32)_dummy about which linuxnetchild2012-03-101-1/+55
* Implement linux_fadvise64() and linux_fadvise64_64() usingjhb2011-12-291-2/+5
* Make the Linux *at() calls a bit more complete.ed2011-11-191-2/+2
* Improve *access*() parameter name consistency.ed2011-11-191-2/+2
* linux compat: add non-dummy capget and capset system callsavg2011-03-261-2/+4
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-121-3/+3
* The fourth argument of linux_clone is a pointer to the TLS. Change clone sysc...dchagin2011-02-121-2/+1
* Change linux futex syscall definition to match actual linux one.dchagin2011-01-301-2/+2
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-1/+1
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-131-2/+4
* Add stubs for syscalls introduced in Linux 2.6.17 kernel.jkim2008-04-161-0/+6
* Implement the linux syscallskib2008-04-081-13/+24
* Implement sched_setaffinity and get_setaffinity usingrdivacky2008-03-161-1/+2
* The kernel version of Linux statfs64 is actually supposed to takedwmalone2007-09-181-1/+1
* Implement fake linux sched_getaffinity() syscall to enable java to workkib2007-08-281-1/+2
* Implement the openat() linux syscalljulian2007-03-291-1/+2
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570jkim2007-02-151-1/+1
* MFp4 (111746, 108671, 108945, 112352):netchild2006-12-311-2/+6
* Add linux_nanosleep() and regen.jkim2006-12-201-3/+3
* Backout the linux aio stuff. Several problems where identified and thenetchild2006-10-291-5/+5
* MFP4:netchild2006-10-281-1/+2
* MFP4 (with some minor changes):netchild2006-10-151-5/+5
* Use AUE_CREAT instead of AUE_O_CREAT for linux_creat().rwatson2006-09-211-1/+1
* Use AUE_GETDIRENTRIES instead of AUE_O_GETDENTS and AUE_NULL for a numberrwatson2006-09-211-13/+14
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littlenetchild2006-08-271-1/+1
* Add new syscalls in the linuxolator (only used when the sysctlnetchild2006-08-151-28/+39
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-280/+280
* Various fixes to comments in the syscall master files including removingjhb2006-07-281-7/+2
* - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditionaljhb2006-07-211-1/+1
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-111-3/+3
* - Protect the list of linux ioctl handlers with an sx lock.jhb2006-07-061-1/+1
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-271-1/+1
* - Expand the scope of Giant some in mount(2) to protect the vfsp structurejhb2006-06-271-3/+3
* linux_brk() is MPSAFE.jhb2006-06-261-1/+1
* Switch to using the DUMMY infrastructure instead of UNIMPL for the newnetchild2006-06-201-58/+58
* MFP4 (soc2006/rdivacky_linuxolator)netchild2006-06-131-1/+44
* Implement rt_sigpending in the linuxolator.netchild2006-05-101-1/+2
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-3/+3
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-11/+7
* Assign audit event identifiers to Linux i386 system calls.rwatson2006-02-061-169/+177
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-125/+125
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-1/+1
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-313/+397
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-071-0/+4
* Add a few stub syscalls to get TransGaming's winex a bit closer todfr2004-09-061-3/+3
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-241-2/+2
* Use the BSD madvise() syscall implementation for Linux binary emulation,bms2004-03-281-1/+1
* - Mark ABI syscalls that call wait4() MP safe as recent changes tojhb2004-03-151-3/+3
OpenPOWER on IntegriCloud