aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* The kernel version of Linux statfs64 is actually supposed to takeDavid Malone2007-09-181-1/+1
* Implement fake linux sched_getaffinity() syscall to enable java to workKonstantin Belousov2007-08-281-1/+2
* MFP4: Linux set_thread_area syscall (aka TLS) support for amd64.Jung-uk Kim2007-03-301-1/+1
* Implement the openat() linux syscallJulian Elischer2007-03-291-1/+2
* MFP4: 113033Jung-uk Kim2007-02-151-1/+1
* MFp4 (111746, 108671, 108945, 112352):Alexander Leidinger2006-12-311-2/+6
* Assign or clean up audit identifiers for a number of additional LinuxRobert Watson2006-12-291-18/+19
* Backout the linux aio stuff. Several problems where identified and theAlexander Leidinger2006-10-291-5/+5
* MFP4:Alexander Leidinger2006-10-281-1/+2
* MFP4 (with some minor changes):Alexander Leidinger2006-10-151-5/+5
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littleAlexander Leidinger2006-08-271-1/+1
* Add new syscalls in the linuxolator (only used when the sysctlAlexander Leidinger2006-08-151-14/+16
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used toJohn Baldwin2006-07-281-271/+271
* Various fixes to comments in the syscall master files including removingJohn Baldwin2006-07-281-7/+2
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),John Baldwin2006-07-111-3/+3
* - Protect the list of linux ioctl handlers with an sx lock.John Baldwin2006-07-061-1/+1
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerJohn Baldwin2006-06-271-1/+1
* - Expand the scope of Giant some in mount(2) to protect the vfsp structureJohn Baldwin2006-06-271-3/+3
* linux_brk() is MPSAFE.John Baldwin2006-06-261-1/+1
* Switch to using the DUMMY infrastructure instead of UNIMPL for the newAlexander Leidinger2006-06-201-58/+58
* MFP4 (soc2006/rdivacky_linuxolator)Alexander Leidinger2006-06-131-180/+225
* Implement rt_sigpending in the linuxolator.Alexander Leidinger2006-05-101-1/+2
* Fix the linuxolator on amd64 (cross-build).Alexander Leidinger2006-03-201-2/+3
* Unbreak COMPAT_LINUX32 option support on amd64.Ruslan Ermilov2006-03-191-0/+1
* Get rid of the need of COMPAT_43 in the linuxolator.Alexander Leidinger2006-03-181-9/+5
* Make a pass through all the compat ABIs sychronizing the MP safe flagsJohn Baldwin2005-07-131-115/+115
* Properly convert FreeBSD priority values into Linux values in theMaxim Sobolev2005-06-081-1/+1
* Introduce a new field in the syscalls.master file format to hold theRobert Watson2005-05-301-312/+397
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingMaxim Sobolev2005-03-071-0/+4
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledTim J. Robbins2004-08-161-0/+345