summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Translate l_timeval arg to native struct timeval indchagin2009-05-111-1/+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
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-013-42/+41
* Revert 190445 change to this file restoring:ambrisko2009-03-271-3/+3
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineambrisko2009-03-261-1/+1
* 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-0/+1
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichdchagin2009-03-042-15/+37
* Adapt linux emulation to use cv for vfork wait.kib2009-02-181-2/+2
* Fix the inconsistent tabbing.obrien2009-01-311-52/+55
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-312-8/+8
* 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
* Regeneratekib2008-11-293-9/+9
* Fix iovec32 for linux32/amd64.kib2008-11-293-14/+47
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-0/+1
* 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-18/+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-15/+18
* Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries.kib2008-10-181-1/+2
* 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-49/+49
* The pcb_gs32p should be per-cpu, not per-thread pointer. This iskib2008-09-081-3/+1
* In linux_set_thread_area(), mark pcb as PCB_GS32BIT. This was missedkib2008-09-081-1/+1
* Segment registers are stored in the uc_mcontext member of the structkib2008-09-072-4/+4
* Bring back the save/restore of the %ds, %es, %fs and %gs registers forkib2008-07-301-1/+1
* Regen.rdivacky2008-05-133-7/+10
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-132-4/+4
* Implement linux_truncate64() syscall.rdivacky2008-04-231-1/+0
* Regenerate.jkim2008-04-163-4/+46
* Add stubs for syscalls introduced in Linux 2.6.17 kernel.jkim2008-04-162-0/+12
* Regeneratekib2008-04-083-41/+73
* Implement the linux syscallskib2008-04-084-28/+26
* Regen.rdivacky2008-03-163-4/+12
* Implement sched_setaffinity and get_setaffinity usingrdivacky2008-03-161-1/+2
* Since version 4.3, gcc changed its behaviour concerning the i386/amd64kib2008-03-131-2/+2
* Remove kernel support for M:N threading.jeff2008-03-121-2/+1
* Fix Linux mmap with MAP_GROWSDOWN flag.jkim2008-02-111-13/+14
* Fill in cr2 in the signal context from ksi->ksi_addr.kib2007-09-201-0/+2
OpenPOWER on IntegriCloud