| Age | Commit message (Expand) | Author |
| 2008-08-01 | linux_sys_rt_sigreturn: properly restore stack flags, pointed out by | jmcneill |
| 2008-06-29 | Move amd64 MD termois types definitions from linux_termios.h to linux_types.h | njoly |
| 2008-06-18 | Regen from syscalls.master rev 1.62: | tsutsui |
| 2008-06-18 | Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. | tsutsui |
| 2008-05-19 | Fix free() argument in linux_read_ldt. | njoly |
| 2008-05-11 | Pull in machine/cpufunc.h for wrmsr definition. | jmcneill |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-04-23 | Disable bitrotted linux ptrace interfaces, which are likely now a | ad |
| 2008-04-23 | Regen. | ad |
| 2008-04-23 | -SYCALL_MPSAFE | ad |
| 2008-04-21 | Rename LINUX_SHMCTL_FORCEIPC64 define to LINUX_IPC_FORCE64. | njoly |
| 2008-04-04 | Regen for linux_sys_msync removal. | njoly |
| 2008-04-04 | Cleanup. Kill linux_sys_msync and use sys___msync13 instead. | njoly |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-02-02 | Extract the fcntl64() suppoort from linux_file64.c into linux_fcntl64.c | dsl |
| 2008-01-28 | Make shmctl + {IPC,SHM}_STAT work an amd64, by forcing use of IPC_64. | njoly |
| 2008-01-15 | Regen. | njoly |
| 2008-01-15 | compat linux (and linux32) uid16 functions cleanup and fixes. | njoly |
| 2008-01-08 | In linux_sys_sysmips(), remove redundant kauth(9) call for LINUX_SETNAME | elad |
| 2008-01-05 | Use the new names (_REG_RFLAGS and _REG_RSP) for the indexes of __gregs[] | dsl |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-12-24 | Regen for linux_sys_getpgid removal. | njoly |
| 2007-12-24 | Kill unneeded linux_sys_getpgid and use native sys_getpgid instead. | njoly |
| 2007-12-21 | Regen for getfsuid/setfsgid syscall exchange. | njoly |
| 2007-12-21 | - Fix setfsuid to return uid on success. | njoly |
| 2007-12-21 | Make this compile again. | matt |
| 2007-12-20 | regen | dsl |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-12-04 | Remove all the __P | dsl |
| 2007-11-16 | Regen, for syscalls cleanup. | njoly |
| 2007-11-16 | Cleanup. Remove a few linux syscalls definitions, now identical to | njoly |
| 2007-11-08 | Replace strncpy with strlcpy in compat linux and linux32 uname, | njoly |
| 2007-10-19 | Add compat_linux and exec_linux_elf lkm support for amd64: | njoly |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-03 | fxsave() is a function, don't re-use the name. | ad |
| 2007-08-15 | Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-07-08 | fix pasto: sigframe.sf_sc is of type linux_sigcontext | pooka |
| 2007-06-30 | Call fp->f_ops->fo_ioctl() directly (not by sys_ioctl() for LINUX_VT_GETMODE | dsl |
| 2007-06-23 | Read and write the ldt without using the stackgap. | dsl |
| 2007-06-13 | regen | christos |
| 2007-06-13 | Get ready for NPTL but don't turn it on as of yet. | christos |
| 2007-06-13 | regen. | christos |
| 2007-06-13 | Add futex. | christos |
| 2007-06-13 | cleanup some bitrot; from Matthew Orgass | christos |
| 2007-05-24 | Fix restart of interrupted system calls. | njoly |
| 2007-05-21 | rename si_sigval -> si_value to match POSIX RTS. | christos |
| 2007-05-10 | - linux uname -m on x86 returns i{3,4,5,6}86 make it so. | christos |