| Commit message (Expand) | Author | Age | Files | Lines |
* | The interpreter name should no longer be treated as a buffer that can be | alc | 2010-07-28 | 1 | -11/+5 |
* | Remove unneeded includes. | kib | 2010-07-26 | 1 | -2/+0 |
* | Regen | kib | 2010-07-23 | 3 | -5/+5 |
* | Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() may | kib | 2010-07-23 | 2 | -101/+5 |
* | Eliminate a little bit of duplicated code. | alc | 2010-07-23 | 1 | -3/+1 |
* | Regenerate | kib | 2010-06-28 | 1 | -317/+317 |
* | Do not require pos parameter to be zero in MAP_ANONYMOUS mmap requests | kan | 2010-06-10 | 1 | -2/+6 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 1 | -16/+31 |
* | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | ed | 2010-03-28 | 1 | -9/+9 |
* | Change the arguments of exec_setregs() so that it receives a pointer | nwhitehorn | 2010-03-25 | 1 | -9/+5 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | nwhitehorn | 2010-03-11 | 1 | -2/+2 |
* | Fix some problems with effective mmap() offsets > 32 bits. This was | jhb | 2009-10-28 | 1 | -36/+30 |
* | In r197963, a race with thread being selected for signal delivery | kib | 2009-10-27 | 1 | -12/+6 |
* | As jhb@ pointed out to me, r197057 was incorrect, not least because these | des | 2009-09-10 | 1 | -0/+7 |
* | Fix handling of .note.ABI-tag section for GNU systems [1]. | bz | 2009-08-24 | 1 | -5/+30 |
* | Restore the segment registers and segment base MSRs for amd64 syscall | kib | 2009-07-09 | 1 | -0/+5 |
* | Implement accept4 syscall. | dchagin | 2009-06-01 | 1 | -0/+1 |
* | Regenerate generated syscall files following changes to struct sysent in | rwatson | 2009-06-01 | 1 | -317/+317 |
* | Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC and | dchagin | 2009-05-16 | 1 | -0/+1 |
* | Translate l_timeval arg to native struct timeval in | dchagin | 2009-05-11 | 1 | -1/+1 |
* | Do not export AT_CLKTCK when emulating Linux kernel prior | dchagin | 2009-05-10 | 1 | -1/+11 |
* | Rework r189362, r191883. | dchagin | 2009-05-10 | 1 | -1/+2 |
* | Move the per-prison Linux MIB from a private one-off pointer to the new | jamie | 2009-05-07 | 1 | -0/+2 |
* | To avoid excessive code duplication move MI definitions to the MI | dchagin | 2009-05-07 | 1 | -8/+0 |
* | Move extern variable definitions to the header file. | dchagin | 2009-05-02 | 1 | -3/+1 |
* | Reimplement futexes. | dchagin | 2009-05-01 | 1 | -3/+3 |
* | Fix KBI breakage by r190520 which affects older linux.ko binaries: | dchagin | 2009-04-05 | 1 | -2/+2 |
* | Save and restore segment registers on amd64 when entering and leaving | kib | 2009-04-01 | 3 | -42/+41 |
* | Revert 190445 change to this file restoring: | ambrisko | 2009-03-27 | 1 | -3/+3 |
* | Add stuff to support upcoming BMC/IPMI flashing of newer Dell machine | ambrisko | 2009-03-26 | 1 | -1/+1 |
* | Implement new way of branding ELF binaries by looking to a | dchagin | 2009-03-13 | 1 | -2/+14 |
* | A better fix for handling different FPU initial control words for different | jhb | 2009-03-05 | 1 | -0/+1 |
* | Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries which | dchagin | 2009-03-04 | 2 | -15/+37 |
* | Adapt linux emulation to use cv for vfork wait. | kib | 2009-02-18 | 1 | -2/+2 |
* | Fix the inconsistent tabbing. | obrien | 2009-01-31 | 1 | -52/+55 |
* | Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions | obrien | 2009-01-31 | 2 | -8/+8 |
* | Remove obsolete AT_DEBUG stuff. It never should have been committed | imp | 2008-12-17 | 1 | -2/+0 |
* | Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64. | kib | 2008-11-29 | 1 | -0/+16 |
* | Regenerate | kib | 2008-11-29 | 3 | -9/+9 |
* | Fix iovec32 for linux32/amd64. | kib | 2008-11-29 | 3 | -14/+47 |
* | Add sv_flags field to struct sysentvec with intention to provide description | kib | 2008-11-22 | 1 | -0/+1 |
* | In the robust futexes list head, futex_offset shall be signed, | kib | 2008-11-16 | 1 | -1/+1 |
* | Several cleanups related to pipe(2). | ed | 2008-11-11 | 1 | -18/+5 |
* | Regenerate system call tables for r184789. | ed | 2008-11-09 | 3 | -5/+11 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -1/+1 |
* | Correctly fill siginfo for the signals delivered by linux tkill/tgkill. | kib | 2008-10-19 | 2 | -15/+18 |
* | Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries. | kib | 2008-10-18 | 1 | -1/+2 |
* | Make robust futexes work on linux32/amd64. Use PTRIN to read | kib | 2008-10-14 | 1 | -0/+11 |
* | Change the static struct sysentvec and struct Elf_Brandinfo initializers | kib | 2008-09-24 | 1 | -49/+49 |
* | The pcb_gs32p should be per-cpu, not per-thread pointer. This is | kib | 2008-09-08 | 1 | -3/+1 |