| Age | Commit message (Expand) | Author |
| 2011-11-18 | remove incorrect assertions (the len passed is the size of the bsd structure | christos |
| 2011-11-18 | Provide linux_siginfo_t for all archs, to unbreak kdump build. | martin |
| 2011-11-18 | - add sigtimedwait support. | christos |
| 2011-10-14 | Change the vnode locking protocol of VOP_GETATTR() to request at least | hannken |
| 2011-09-25 | linux_termio c_cc array should be indexed by LINUX_OLD_V* rather than LINUX_V*. | chs |
| 2011-09-14 | Can't use RUN_ONCE here to initialize the futex_lock, otherwise we cannot | christos |
| 2011-09-01 | Make linux_sys_getdents64 fails with ENOTDIR instead of EINVAL, when fd | njoly |
| 2011-08-18 | Better debugging. | christos |
| 2011-08-18 | sizeof type -> sizeof *var | christos |
| 2011-07-17 | fail early on socket domain+type combinations we don't support | christos |
| 2011-07-04 | avoid array bounds violation on netbsd/mips when dealing with termio | mrg |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-06-05 | Delete some splurious commas and very unexpected trailing space | dsl |
| 2011-05-30 | Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32. | alnsn |
| 2011-05-28 | Fix typo in a comment. | alnsn |
| 2011-04-14 | move dup3 to a more appropriate place because pipe is "special". Gotta love | christos |
| 2011-04-10 | - implement dup3 and pipe2 | christos |
| 2011-04-10 | We have O_CLOEXEC now | christos |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2010-11-02 | personality() now interprets its parameter as having | chs |
| 2010-11-02 | implement the following syscalls for linux32: | chs |
| 2010-11-02 | update linux_sys_socket() to understand the flags that are now | chs |
| 2010-09-21 | implement O_DIRECTORY as standardized in POSIX-2008, | chs |
| 2010-09-11 | recent versions of linux (which we now claim to be) supply a BSD-style | chs |
| 2010-09-11 | always supply an auxiliary vector for linux ELF processes. | chs |
| 2010-07-12 | Add CLOCK_MONOTONIC support for compat linux/linux32 | njoly |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2010-07-01 | Remove pfind() and pgfind(), fix locking in various broken uses of these. | rmind |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-04-08 | Do not use 0 for pointers, but NULL. | njoly |
| 2010-04-08 | Add a new clock_gettime1() function that holds most of the | njoly |
| 2010-04-03 | Move most clock_getres syscall code, except for coypout call, to a new | njoly |
| 2010-03-29 | Convert linux/linux32/netbsd32 clock_settime syscalls, to use the | njoly |
| 2010-03-03 | When implementing "read directory", when there are too many empty entries | he |
| 2009-12-10 | Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly | matt |
| 2009-12-05 | Remove the portalfs kernel file system driver. Replace mount_portal(8) | pooka |
| 2009-11-28 | Add LINUX_SIOCGIFMTU and LINUX_IP_HDRINCL support. | dsl |
| 2009-11-24 | Update personality(2) to match Linux definition where the argument is an | njoly |
| 2009-11-18 | Make compat linux/linux32 msgrcv_msgarg type member of type | njoly |
| 2009-11-16 | Make sure to never leak padding space before copyout or copyin | joerg |
| 2009-11-13 | Return the result of copyout. Reminded by Niolas Joly. | joerg |
| 2009-11-13 | Provide SIOCGIFNAME. | joerg |
| 2009-11-11 | - selcommon/pollcommon: drop redundant l argument. | rmind |
| 2009-11-04 | do_sys_wait(): fix previous by checking for ru != NULL. Noticed by | rmind |
| 2009-10-25 | Initialise struct emul members by name (it is readable now and one can search | rmind |
| 2009-09-03 | Use correct sched_setscheduler syscall 3rd argument type. | njoly |
| 2009-08-28 | Another one that needs <sys/exec_aout.h>. | dholland |
| 2009-08-18 | remove some "inline" from functions which are defined in a .c file | drochner |
| 2009-08-18 | more debugging for mmap | christos |
| 2009-08-15 | Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to | matt |