| Commit message (Expand) | Author | Age | Files | Lines |
* | The pcb_gs32p should be per-cpu, not per-thread pointer. This is | kib | 2008-09-08 | 1 | -3/+1 |
* | In linux_set_thread_area(), mark pcb as PCB_GS32BIT. This was missed | kib | 2008-09-08 | 1 | -1/+1 |
* | Segment registers are stored in the uc_mcontext member of the struct | kib | 2008-09-07 | 2 | -4/+4 |
* | Bring back the save/restore of the %ds, %es, %fs and %gs registers for | kib | 2008-07-30 | 1 | -1/+1 |
* | Regen. | rdivacky | 2008-05-13 | 3 | -7/+10 |
* | Implement robust futexes. Most of the code is modelled after | rdivacky | 2008-05-13 | 2 | -4/+4 |
* | Implement linux_truncate64() syscall. | rdivacky | 2008-04-23 | 1 | -1/+0 |
* | Regenerate. | jkim | 2008-04-16 | 3 | -4/+46 |
* | Add stubs for syscalls introduced in Linux 2.6.17 kernel. | jkim | 2008-04-16 | 2 | -0/+12 |
* | Regenerate | kib | 2008-04-08 | 3 | -41/+73 |
* | Implement the linux syscalls | kib | 2008-04-08 | 4 | -28/+26 |
* | Regen. | rdivacky | 2008-03-16 | 3 | -4/+12 |
* | Implement sched_setaffinity and get_setaffinity using | rdivacky | 2008-03-16 | 1 | -1/+2 |
* | Since version 4.3, gcc changed its behaviour concerning the i386/amd64 | kib | 2008-03-13 | 1 | -2/+2 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -2/+1 |
* | 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 |