summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-181-6/+4
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-181-4/+6
* Remove use of non-ISO-C integer types from system call tables.ed2012-05-251-2/+2
* Correct an argument type of iopl syscall for Linuxulator. This also fixesjkim2012-04-161-1/+1
* 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-1/+1
* 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
* Fix typo.kib2010-10-081-1/+1
* Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() maykib2010-07-231-2/+2
* Fix iovec32 for linux32/amd64.kib2008-11-291-4/+4
* 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
* MFP4: Linux set_thread_area syscall (aka TLS) support for amd64.jkim2007-03-301-1/+1
* Implement the openat() linux syscalljulian2007-03-291-1/+2
* MFP4: 113033jkim2007-02-151-1/+1
* MFp4 (111746, 108671, 108945, 112352):netchild2006-12-311-2/+6
* Assign or clean up audit identifiers for a number of additional Linuxrwatson2006-12-291-18/+19
* 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
* 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-14/+16
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-271/+271
* Various fixes to comments in the syscall master files including removingjhb2006-07-281-7/+2
* - 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-180/+225
* Implement rt_sigpending in the linuxolator.netchild2006-05-101-1/+2
* Fix the linuxolator on amd64 (cross-build).netchild2006-03-201-2/+3
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-191-0/+1
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-9/+5
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-115/+115
* 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-312/+397
OpenPOWER on IntegriCloud