summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* regennetchild2012-03-105-7/+583
* - add comments to syscalls.master and linux(32)_dummy about which linuxnetchild2012-03-102-1/+102
* Do not write to the user address directly, use suword().kib2012-02-251-4/+4
* Fix misuse of the kernel map in miscellaneous image activators.kib2012-02-171-16/+10
* Convert files to UTF-8uqs2012-01-154-4/+4
* Regen.jhb2011-12-295-10/+64
* Implement linux_fadvise64() and linux_fadvise64_64() usingjhb2011-12-293-4/+15
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-211-0/+1
* Regenerate system call tables.ed2011-11-195-7/+12
* Make the Linux *at() calls a bit more complete.ed2011-11-191-2/+2
* Regenerate system call tables.ed2011-11-195-8/+8
* Improve *access*() parameter name consistency.ed2011-11-191-2/+2
* Correct the types of the arguments to return probes of the syscallrstone2011-11-111-1/+1228
* Auto-generated code from sys_ prefixing makesyscalls.sh changekmacy2011-09-161-48/+48
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-14/+14
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+5
* Add accounting for most of the memory-related resources.trasz2011-04-051-1/+3
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingavg2011-03-311-1/+0
* linux compat: add SO_PASSCRED option with basic handlingavg2011-03-261-0/+1
* linux compat: add non-dummy capget and capset system calls, regenerateavg2011-03-266-12/+38
* linux compat: add non-dummy capget and capset system callsavg2011-03-261-2/+4
* Export the correct AT_PLATFORM value.dchagin2011-03-261-2/+1
* Enable shared page use for amd64/linux32 and i386/linux binaries.dchagin2011-03-132-18/+21
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-125-4/+5728
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-123-8/+10
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-4/+2
* For realtime signals fill the sigval value.dchagin2011-02-151-0/+1
* Sort include files in the alphabetical order.dchagin2011-02-131-1/+1
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-122-242/+1
* In preparation for moving linux_clone() to a MI pathdchagin2011-02-122-1/+12
* In preparation for moving linux_clone () to a MI pathdchagin2011-02-121-54/+58
* Regen for r218610.dchagin2011-02-123-4/+4
* The fourth argument of linux_clone is a pointer to the TLS. Change clone sysc...dchagin2011-02-121-2/+1
* Setting VV_TEXT here is redundant. It is already set by do_execve().alc2011-02-091-3/+0
* Regen for r218101.dchagin2011-01-301-3/+3
* Change linux futex syscall definition to match actual linux one.dchagin2011-01-301-2/+2
* The kern_wait() code already removes the SIGCHLD signal for the waiteddchagin2011-01-301-7/+0
* Implement a variation of the linux_common_wait() which shoulddchagin2011-01-281-0/+38
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-2/+2
* Add macro DECLARE_MODULE_TIED to denote a module as requiring thekib2010-10-121-1/+1
* The interpreter name should no longer be treated as a buffer that can bealc2010-07-281-10/+5
* Regeneratekib2010-06-281-317/+317
* Do not require pos parameter to be zero in MAP_ANONYMOUS mmap requestskan2010-06-101-2/+6
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-051-2/+2
* Reorganize syscall entry and leave handling.kib2010-05-231-18/+36
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-9/+9
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-5/+4
* Fix some problems with effective mmap() offsets > 32 bits. This wasjhb2009-10-281-34/+31
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-12/+6
* As jhb@ pointed out to me, r197057 was incorrect, not least because thesedes2009-09-101-0/+7
OpenPOWER on IntegriCloud