| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Linux mmap with MAP_GROWSDOWN flag. | jkim | 2008-02-11 | 1 | -13/+14 |
* | Fill in cr2 in the signal context from ksi->ksi_addr. | kib | 2007-09-20 | 1 | -0/+2 |
* | The kernel version of Linux statfs64 is actually supposed to take | dwmalone | 2007-09-18 | 3 | -1/+15 |
* | Regenerate. | kib | 2007-08-28 | 3 | -4/+19 |
* | Implement fake linux sched_getaffinity() syscall to enable java to work | kib | 2007-08-28 | 1 | -1/+2 |
* | Fix a couple of issues with the stack limit for 32-bit processes on 64-bit | jhb | 2007-07-12 | 1 | -1/+2 |
* | Don't add the 'pad' argument to the mmap/truncate/etc syscalls. | peter | 2007-07-04 | 1 | -2/+0 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -6/+6 |
* | Move futex support code from <arch>/support.s into linux compat directory. | kib | 2007-05-23 | 1 | -0/+124 |
* | Rework the support for ABIs to override resource limits (used by 32-bit | jhb | 2007-05-14 | 1 | -34/+28 |
* | Do not dereference linux_to_bsd_signal[-1] if userland has | kan | 2007-05-11 | 1 | -4/+5 |
* | Fix style(9) and comments. | jkim | 2007-04-18 | 1 | -12/+16 |
* | style(9) says sizeof's are not be followed by a space. Fix them. | jkim | 2007-04-18 | 1 | -3/+3 |
* | Implement settimeofday() for Linuxulator/amd64. | jkim | 2007-04-18 | 2 | -1/+27 |
* | MFP4: Turn emul_lock into a mutex. | jkim | 2007-04-02 | 1 | -2/+2 |
* | MFP4: Fix style(9) nits and grammar in comments. | jkim | 2007-03-30 | 1 | -49/+48 |
* | MFP4: 114193, 114194 | jkim | 2007-03-30 | 1 | -11/+11 |
* | Regen for set_thread_area. | jkim | 2007-03-30 | 3 | -4/+10 |
* | MFP4: Linux set_thread_area syscall (aka TLS) support for amd64. | jkim | 2007-03-30 | 4 | -16/+158 |
* | Implement the openat() linux syscall | julian | 2007-03-29 | 5 | -5/+11 |
* | MFP4: 115220, 115222 | jkim | 2007-03-02 | 2 | -175/+182 |
* | MFP4: 115094 | jkim | 2007-02-27 | 1 | -3/+4 |
* | Partial MFp4 of 114977: | netchild | 2007-02-24 | 2 | -5/+5 |
* | Fix accidental removal of an empty line from the previous commit. | jkim | 2007-02-15 | 1 | -0/+1 |
* | Regen. | jkim | 2007-02-15 | 3 | -4/+10 |
* | MFP4: 113033 | jkim | 2007-02-15 | 2 | -2/+20 |
* | MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570 | jkim | 2007-02-15 | 2 | -60/+51 |
* | Introduce some more SO_ option equivalents from Linux to FreeBSD. | kib | 2007-02-01 | 1 | -0/+7 |
* | Fix LOR that occurs because proctree_lock was acquired while holding | kib | 2007-02-01 | 1 | -8/+8 |
* | MFi386: Use LINUX_SIG_VALID macro. | kib | 2007-02-01 | 1 | -1/+1 |
* | - Remove setrunqueue and replace it with direct calls to sched_add(). | jeff | 2007-01-23 | 1 | -3/+4 |
* | MFp4 (113077, 113083, 113103, 113124, 113097): | netchild | 2007-01-20 | 1 | -4/+37 |
* | MFp4 (112893): | netchild | 2007-01-14 | 1 | -0/+1 |
* | MFp4 (112498): | netchild | 2007-01-07 | 1 | -1/+1 |
* | MFi386 rev 1.56: | netchild | 2007-01-06 | 1 | -6/+46 |
* | regen after addition of linux_utimes and linux_rt_sigtimedwait | netchild | 2006-12-31 | 3 | -7/+11 |
* | MFp4 (111746, 108671, 108945, 112352): | netchild | 2006-12-31 | 2 | -4/+6 |
* | Regenerate. | rwatson | 2006-12-29 | 3 | -17/+17 |
* | Assign or clean up audit identifiers for a number of additional Linux | rwatson | 2006-12-29 | 1 | -18/+19 |
* | MFP4: 109655 | jkim | 2006-12-20 | 2 | -23/+2 |
* | MFP4 (110939): | netchild | 2006-12-03 | 1 | -1/+1 |
* | Regen. | ru | 2006-11-11 | 1 | -1/+1 |
* | Add a new 'union l_sigval' to use in place of 'union sigval' in the | jhb | 2006-11-07 | 1 | -3/+6 |
* | Fix a typo resulting in truncated linux32 signal trampoline code copied | kib | 2006-10-31 | 1 | -1/+1 |
* | regen after linux_io_* backout | netchild | 2006-10-29 | 3 | -47/+8 |
* | Backout the linux aio stuff. Several problems where identified and the | netchild | 2006-10-29 | 2 | -7/+5 |
* | regen (prctl addition) | netchild | 2006-10-28 | 3 | -5/+9 |
* | MFP4: | netchild | 2006-10-28 | 2 | -2/+2 |
* | regen (linux AIO stuff) | netchild | 2006-10-15 | 3 | -8/+47 |
* | MFP4 (with some minor changes): | netchild | 2006-10-15 | 2 | -5/+7 |