aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* Fix the inconsistent tabbing.David E. O'Brien2009-01-311-52/+55
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsDavid E. O'Brien2009-01-312-8/+8
* 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
* RegenerateKonstantin Belousov2008-11-293-9/+9
* Fix iovec32 for linux32/amd64.Konstantin Belousov2008-11-293-14/+47
* Add sv_flags field to struct sysentvec with intention to provide descriptionKonstantin Belousov2008-11-221-0/+1
* 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-18/+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-15/+18
* Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries.Konstantin Belousov2008-10-181-1/+2
* 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-49/+49
* The pcb_gs32p should be per-cpu, not per-thread pointer. This isKonstantin Belousov2008-09-081-3/+1
* In linux_set_thread_area(), mark pcb as PCB_GS32BIT. This was missedKonstantin Belousov2008-09-081-1/+1
* Segment registers are stored in the uc_mcontext member of the structKonstantin Belousov2008-09-072-4/+4
* Bring back the save/restore of the %ds, %es, %fs and %gs registers forKonstantin Belousov2008-07-301-1/+1
* 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/+26
* 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-13/+14
* Fill in cr2 in the signal context from ksi->ksi_addr.Konstantin Belousov2007-09-201-0/+2
* The kernel version of Linux statfs64 is actually supposed to takeDavid Malone2007-09-183-1/+15
* Regenerate.Konstantin Belousov2007-08-283-4/+19
* Implement fake linux sched_getaffinity() syscall to enable java to workKonstantin Belousov2007-08-281-1/+2
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitJohn Baldwin2007-07-121-1/+2
* 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
* Move futex support code from <arch>/support.s into linux compat directory.Konstantin Belousov2007-05-231-0/+124
* Rework the support for ABIs to override resource limits (used by 32-bitJohn Baldwin2007-05-141-34/+28
* Do not dereference linux_to_bsd_signal[-1] if userland hasAlexander Kabaev2007-05-111-4/+5
* Fix style(9) and comments.Jung-uk Kim2007-04-181-12/+16
* style(9) says sizeof's are not be followed by a space. Fix them.Jung-uk Kim2007-04-181-3/+3
* Implement settimeofday() for Linuxulator/amd64.Jung-uk Kim2007-04-182-1/+27
* MFP4: Turn emul_lock into a mutex.Jung-uk Kim2007-04-021-2/+2
* MFP4: Fix style(9) nits and grammar in comments.Jung-uk Kim2007-03-301-49/+48
* MFP4: 114193, 114194Jung-uk Kim2007-03-301-11/+11
* Regen for set_thread_area.Jung-uk Kim2007-03-303-4/+10
* MFP4: Linux set_thread_area syscall (aka TLS) support for amd64.Jung-uk Kim2007-03-304-16/+158
* Implement the openat() linux syscallJulian Elischer2007-03-295-5/+11