aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sort include files in the alphabetical order.Dmitry Chagin2011-02-131-1/+1
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.Dmitry Chagin2011-02-122-242/+1
* In preparation for moving linux_clone() to a MI pathDmitry Chagin2011-02-122-1/+12
* In preparation for moving linux_clone () to a MI pathDmitry Chagin2011-02-121-40/+46
* Regen for r218610.Dmitry Chagin2011-02-123-4/+4
* The fourth argument of linux_clone is a pointer to the TLS. Change clone sysc...Dmitry Chagin2011-02-121-2/+1
* Regen for r218101.Dmitry Chagin2011-01-301-3/+3
* Change linux futex syscall definition to match actual linux one.Dmitry Chagin2011-01-301-2/+2
* The kern_wait() code already removes the SIGCHLD signal for the waitedDmitry Chagin2011-01-301-7/+0
* My style(9) bug.Dmitry Chagin2011-01-291-1/+3
* Implement a variation of the linux_common_wait() which shouldDmitry Chagin2011-01-281-0/+43
* To avoid excessive code duplication move struct rusage translationDmitry Chagin2011-01-281-18/+23
* linux_sigreturn() loads the struct trapframe from l_sigcontextKonstantin Belousov2011-01-271-22/+22
* Add macro to test the sv_flags of any process. Change some places to testDmitry Chagin2011-01-261-1/+1
* Remove redundant, bogus, and even harmful uses of setting TS bit in CR0.Jung-uk Kim2011-01-141-1/+1
* Improve PCB flags handling and make it more robust. Add two new functionsJung-uk Kim2010-12-222-12/+15
* Update some comments related to use of amd64 full context switch.Konstantin Belousov2010-12-071-2/+2
* Retire write-only PCB_FULLCTX pcb flag on amd64.Konstantin Belousov2010-12-071-1/+1
* Add macro DECLARE_MODULE_TIED to denote a module as requiring theKonstantin Belousov2010-10-121-1/+1
* Regen.Konstantin Belousov2010-10-083-4/+4
* Fix typo.Konstantin Belousov2010-10-081-1/+1
* The interpreter name should no longer be treated as a buffer that can beAlan Cox2010-07-281-11/+5
* Remove unneeded includes.Konstantin Belousov2010-07-261-2/+0
* RegenKonstantin Belousov2010-07-233-5/+5
* Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() mayKonstantin Belousov2010-07-232-101/+5
* Eliminate a little bit of duplicated code.Alan Cox2010-07-231-3/+1