aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC andDmitry Chagin2009-05-161-0/+1
* Do not export AT_CLKTCK when emulating Linux kernel priorDmitry Chagin2009-05-101-1/+11
* Rework r189362, r191883.Dmitry Chagin2009-05-101-1/+2
* Move the per-prison Linux MIB from a private one-off pointer to the newJamie Gritton2009-05-071-0/+2
* To avoid excessive code duplication move MI definitions to the MIDmitry Chagin2009-05-071-8/+0
* Move extern variable definitions to the header file.Dmitry Chagin2009-05-021-3/+1
* Reimplement futexes.Dmitry Chagin2009-05-011-3/+3
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-051-2/+2
* Implement new way of branding ELF binaries by looking to aDmitry Chagin2009-03-131-2/+14
* A better fix for handling different FPU initial control words for differentJohn Baldwin2009-03-051-7/+3
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichDmitry Chagin2009-03-042-5/+165
* Adapt linux emulation to use cv for vfork wait.Konstantin Belousov2009-02-181-2/+2
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsDavid E. O'Brien2009-01-311-2/+2
* Remove obsolete AT_DEBUG stuff. It never should have been committedWarner Losh2008-12-171-2/+0
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.Konstantin Belousov2008-11-291-0/+16
* Add sv_flags field to struct sysentvec with intention to provide descriptionKonstantin Belousov2008-11-221-2/+4
* In the robust futexes list head, futex_offset shall be signed,Konstantin Belousov2008-11-161-1/+1
* Several cleanups related to pipe(2).Ed Schouten2008-11-111-15/+5
* Regenerate system call tables for r184789.Ed Schouten2008-11-093-5/+11
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-1/+1
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.Konstantin Belousov2008-10-192-14/+22
* Make robust futexes work on linux32/amd64. Use PTRIN to readKonstantin Belousov2008-10-141-0/+11
* Change the static struct sysentvec and struct Elf_Brandinfo initializersKonstantin Belousov2008-09-241-74/+76
* Segment registers are stored in the uc_mcontext member of the structKonstantin Belousov2008-09-072-1/+3
* Regen.Roman Divacky2008-05-133-7/+10
* Implement robust futexes. Most of the code is modelled afterRoman Divacky2008-05-132-4/+4
* Implement linux_truncate64() syscall.Roman Divacky2008-04-231-1/+0
* Regenerate.Jung-uk Kim2008-04-163-4/+46
* Add stubs for syscalls introduced in Linux 2.6.17 kernel.Jung-uk Kim2008-04-162-0/+12
* RegenerateKonstantin Belousov2008-04-083-41/+73
* Implement the linux syscallsKonstantin Belousov2008-04-084-28/+25
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-311-0/+1
* Regen.Roman Divacky2008-03-163-4/+12
* Implement sched_setaffinity and get_setaffinity usingRoman Divacky2008-03-161-1/+2
* Since version 4.3, gcc changed its behaviour concerning the i386/amd64Konstantin Belousov2008-03-131-2/+2
* Remove kernel support for M:N threading.Jeff Roberson2008-03-121-2/+1
* Fix Linux mmap with MAP_GROWSDOWN flag.Jung-uk Kim2008-02-111-14/+15
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-2/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Implement read_default_ldt in linux_modify_ldt(). It copies out zeroedKonstantin Belousov2007-11-261-0/+9
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-051-1/+3
* Fill in cr2 in the signal context from ksi->ksi_addr.Konstantin Belousov2007-09-201-0/+2
* regen.David Malone2007-09-183-3/+3
* The kernel version of Linux statfs64 is actually supposed to takeDavid Malone2007-09-183-1/+15
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-2/+2
* Regenerate.Konstantin Belousov2007-08-283-4/+19
* Implement fake linux sched_getaffinity() syscall to enable java to workKonstantin Belousov2007-08-281-1/+2
* i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFEAttilio Rao2007-07-201-6/+0
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.Peter Wemm2007-07-041-2/+0
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-6/+6