| Age | Commit message (Expand) | Author |
| 2008-07-24 | Add rt_sigpending syscall. | njoly |
| 2008-07-23 | Add linux32_getifconf, following recent linux_getifconf addition. | njoly |
| 2008-07-04 | make LINUX_TCSBRK work. The code is mostly copied from | matthias |
| 2008-06-27 | Add SIOCGIFHWADDR support. | njoly |
| 2008-06-24 | Fix SIOCGIFCONF ioctl under compat linux32. | njoly |
| 2008-06-19 | an attempt at linux32_ioctl_socket(). | christos |
| 2008-06-18 | linux32_sys_ptrace() fixes. | njoly |
| 2008-06-16 | an attempt at ptrace32 | christos |
| 2008-05-20 | Add compat linux32 ipc(2) syscall support, for shared memory and | njoly |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-26 | Remove a duplicate mutex_enter call in linux32_e_proc_init(). | njoly |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-23 | Catch up with linux. | ad |
| 2008-04-17 | Add compat linux32 sys_clock_{getres,gettime,settime} syscalls. | njoly |
| 2008-04-15 | Make linux32_sys_nice call sys_setpriority directly instead of | njoly |
| 2008-03-27 | Make rusage collection per-LWP and collate in the appropriate places. | ad |
| 2008-03-27 | Be sure to not include linux_mmap.h before linux_syscallargs.h. | njoly |
| 2008-03-22 | fdputfile -> fd_putfile | bjs |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-02-17 | pread/pwrite fixes: use SCARG_P32 to access pointers, and update | njoly |
| 2008-02-04 | Use the same function to implement linux32_sys_fcntl() and linux_sys_fcntl64(). | dsl |
| 2008-02-02 | Impletemt pread() and pwrite(). | dsl |
| 2008-02-02 | Fix the linux32 emulations of fcntl() locking. | dsl |
| 2008-01-22 | Add ossaudio support for COMPAT_LINUX32, with help from mrg. With this | jmcneill |
| 2008-01-15 | compat linux (and linux32) uid16 functions cleanup and fixes. | njoly |
| 2008-01-07 | Patch up sysctl locking: | ad |
| 2007-12-26 | Add readdir syscall. | njoly |
| 2007-12-24 | Add old_uname syscall. | njoly |
| 2007-12-21 | - Fix setfsuid to return uid on success. | njoly |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-17 | Fix linux32_sys_wait4 by doing its own jobw instead off calling | njoly |
| 2007-12-15 | s/netbsd32_void */netbsd32_caddr_t/ | njoly |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 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-25 | Refactor time modification checks and place them in the secmodel code. | elad |
| 2007-11-16 | Update, for linux_sys_readlink() removal. | njoly |
| 2007-11-09 | Make linux32_sys_oldolduname use LINUX_UNAME_ARCH instead of machine, | njoly |
| 2007-11-08 | Replace strncpy with strlcpy in compat linux and linux32 uname, | njoly |
| 2007-11-07 | Remove remaining 64-bit compat linux syscalls linux_sys_xxx() (except | njoly |
| 2007-10-31 | compat linux32 syscalls cleanup. | njoly |
| 2007-10-31 | Remove extra return | njoly |
| 2007-10-27 | Add missing chown's syscalls family members. | njoly |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-08-15 | Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed | ad |
| 2007-07-21 | <sys/proc.h> is needed to get nprocs... fixes the build on amd64. | xtraeme |
| 2007-06-16 | Remove a spare 'timeval' structure - makes this version of this function | dsl |
| 2007-06-01 | (Ab)use a KTR_USER trace entry for the linux socket command and arguments. | dsl |
| 2007-05-13 | This code is already set for directly calling a files ioctl fn with a | dsl |