summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix handling of .note.ABI-tag section for GNU systems [1].bz2009-08-241-5/+30
* Return ENOSYS instead of EINVAL for invalid function codes to match thejhb2009-06-261-4/+1
* Implement accept4 syscall.dchagin2009-06-011-0/+1
* Regenerate generated syscall files following changes to struct sysent inrwatson2009-06-011-317/+317
* Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC anddchagin2009-05-161-0/+1
* Do not export AT_CLKTCK when emulating Linux kernel priordchagin2009-05-101-1/+11
* Rework r189362, r191883.dchagin2009-05-101-1/+2
* Move the per-prison Linux MIB from a private one-off pointer to the newjamie2009-05-071-0/+2
* To avoid excessive code duplication move MI definitions to the MIdchagin2009-05-071-8/+0
* Move extern variable definitions to the header file.dchagin2009-05-021-3/+1
* Reimplement futexes.dchagin2009-05-011-3/+3
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-2/+2
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-2/+14
* A better fix for handling different FPU initial control words for differentjhb2009-03-051-7/+3
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichdchagin2009-03-042-5/+165
* Adapt linux emulation to use cv for vfork wait.kib2009-02-181-2/+2
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-311-2/+2
* Remove obsolete AT_DEBUG stuff. It never should have been committedimp2008-12-171-2/+0
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.kib2008-11-291-0/+16
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-2/+4
* In the robust futexes list head, futex_offset shall be signed,kib2008-11-161-1/+1
* Several cleanups related to pipe(2).ed2008-11-111-15/+5
* Regenerate system call tables for r184789.ed2008-11-093-5/+11
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-1/+1
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.kib2008-10-192-14/+22
* Make robust futexes work on linux32/amd64. Use PTRIN to readkib2008-10-141-0/+11
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-74/+76
* Segment registers are stored in the uc_mcontext member of the structkib2008-09-072-1/+3
* Regen.rdivacky2008-05-133-7/+10
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-132-4/+4
OpenPOWER on IntegriCloud