summaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* This is a direct commit rather than an MFC of r271744.Bjoern A. Zeeb2014-09-235-19/+109
* MFC r271743:Bjoern A. Zeeb2014-09-233-10/+12
* Revert MFC r266925 because it can lead to instant panic at fexecve():Dmitry Chagin2014-06-171-2/+2
* MFC r266925:Dmitry Chagin2014-06-031-2/+2
* MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)Ed Maste2013-11-251-22/+2
* Regen.Roman Divacky2013-09-185-94/+16
* Revert r255672, it has some serious flaws, leaking file references etc.Roman Divacky2013-09-182-6/+8
* Regen.Roman Divacky2013-09-185-16/+95
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueueRoman Divacky2013-09-182-8/+6
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+4
* Retire write-only PCB_GS32BIT pcb flag on amd64.Dmitry Chagin2013-05-092-3/+2
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin2013-01-292-160/+1
* Don't assume that all Linux TCP-level socket options are identical toJohn Baldwin2013-01-231-0/+7
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Regenerate system call tables.Ed Schouten2012-05-255-10/+10
* Remove use of non-ISO-C integer types from system call tables.Ed Schouten2012-05-251-2/+2
* - >500 static DTrace probes for the linuxulatorAlexander Leidinger2012-05-052-0/+10
* Regen for r234359.Jung-uk Kim2012-04-165-7/+7
* Correct an argument type of iopl syscall for Linuxulator. This also fixesJung-uk Kim2012-04-161-1/+1
* Regen for r234357.Jung-uk Kim2012-04-165-31/+16
* Correct arguments of stat64, fstat64 and lstat64 syscalls for Linuxulator.Jung-uk Kim2012-04-161-6/+6
* Regen for r234352.Jung-uk Kim2012-04-165-10/+27
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27Jung-uk Kim2012-04-163-22/+2
* regenAlexander Leidinger2012-03-105-7/+583
* - add comments to syscalls.master and linux(32)_dummy about which linuxAlexander Leidinger2012-03-102-1/+102
* Convert files to UTF-8Ulrich Spörlein2012-01-153-3/+3
* Regen.John Baldwin2011-12-295-10/+64
* Implement linux_fadvise64() and linux_fadvise64_64() usingJohn Baldwin2011-12-293-4/+15
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()Lawrence Stewart2011-11-211-0/+1
* Regenerate system call tables.Ed Schouten2011-11-195-7/+12
* Make the Linux *at() calls a bit more complete.Ed Schouten2011-11-191-2/+2
* Regenerate system call tables.Ed Schouten2011-11-195-8/+8
* Improve *access*() parameter name consistency.Ed Schouten2011-11-191-2/+2
* Correct the types of the arguments to return probes of the syscallRyan Stone2011-11-111-1/+1166
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Auto-generated code from sys_ prefixing makesyscalls.sh changeKip Macy2011-09-161-42/+42
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-3/+3
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingAndriy Gapon2011-03-311-1/+0
* linux compat: add SO_PASSCRED option with basic handlingAndriy Gapon2011-03-261-0/+1
* linux compat: add non-dummy capget and capset system calls, regenerateAndriy Gapon2011-03-266-12/+38
* linux compat: add non-dummy capget and capset system callsAndriy Gapon2011-03-261-2/+4
* Export the correct AT_PLATFORM value.Dmitry Chagin2011-03-261-2/+1
* Enable shared page use for amd64/linux32 and i386/linux binaries.Dmitry Chagin2011-03-132-16/+15
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-03-125-3/+5431
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-03-123-5/+7
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-081-4/+1
* Remove dead code.Dmitry Chagin2011-03-071-2/+0
* For realtime signals fill the sigval value.Dmitry Chagin2011-02-151-0/+1