| Age | Commit message (Expand) | Author |
| 2014-11-26 | Tweak ifconf variants | ozaki-r |
| 2014-11-22 | Do not define LINUX_EDEADLK more than once. | njoly |
| 2014-11-22 | Fix ppoll signature (int ->u_int) | njoly |
| 2014-11-21 | Tweak linux_getifhwaddr | ozaki-r |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-10-30 | Reject non-regular files. | maxv |
| 2014-10-19 | Resource leak. | maxv |
| 2014-06-25 | Add support for more open flags that have a native equivalent | njoly |
| 2014-06-21 | If SCARG(uap, what) = 0, copyin() will copy (size_t)-1 bytes, and it's not | maxv |
| 2014-06-01 | Cleanup pipe(2) flags, now that native handle them. | njoly |
| 2014-05-29 | For utimes(2), use compat_50_sys_utimes() instead of local version. | njoly |
| 2014-05-23 | Add a funtion that translate socket type value from Linux to NetBSD. | njoly |
| 2014-05-20 | Fix signed vs. unsigned comparison in getgroups16() syscall. Negative | njoly |
| 2014-05-18 | Simplify dup3 emulation to call dodup() directly instead of | njoly |
| 2014-05-17 | Replace open-coded access (and boundary checking) of ifindex2ifnet with | rmind |
| 2014-05-17 | Fix fadvise64 syscalls to use 64bit offset types. | njoly |
| 2014-05-16 | Get rid of all sysc_init_field uses - initialize fields directly in C99 | martin |
| 2014-05-06 | Fix c&p error for the length argument in fadvise64_64. | njoly |
| 2014-05-06 | linux_off_t -> off_t in pwrite() syscall args comment. | njoly |
| 2014-05-04 | Fix pread/pwrite syscalls which need a 64bit offset argument. | njoly |
| 2014-04-15 | A specially-crafted binary could easily control a kernel array index. | maxv |
| 2014-03-23 | typos in comments | dholland |
| 2014-03-07 | c99 initializers for struct execsw | christos |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-23 | Fix wrong KASSERTs. Do not compare size vs. entries count. | njoly |
| 2014-02-21 | Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also, | maxv |
| 2014-02-11 | Fix uninitialized variable. Harmless: it does not change the behavior | maxv |
| 2014-02-09 | account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518. | chs |
| 2014-01-27 | Add basic IPV6 level socket options support (IPV6_V6ONLY). | njoly |
| 2014-01-27 | Add SO_SNDLOWAT, SO_RCVLOWAT and SO_ACCEPTCONN support for socket | njoly |
| 2014-01-25 | Update linux socket socket options (SO_*). Add common version to its | njoly |
| 2014-01-23 | Fix inverted pid/lid arguments in do_sched_{get,set}param calls. | njoly |
| 2014-01-13 | Cleanup, and reduce diffs between arches. Make alpha use | njoly |
| 2013-12-27 | Add easy parts (TCOOFF/TCOON) of the TCXONC linux termios ioctl. | njoly |
| 2013-12-27 | Rename ipcall/socketcall specific defines to avoid conflict with | njoly |
| 2013-12-27 | Add struct linux_stat64 definition for alpha, and enable syscalls that | njoly |
| 2013-12-22 | CTASSERT that native to compat errno translation tables are kept in | njoly |
| 2013-12-17 | Cleanup compat linux errnos by adding generic errnos in a single file. | njoly |
| 2013-12-08 | Sprinkle a few more linux_umode_t where appropriate. | njoly |
| 2013-12-08 | Add missing syscall argument fd in comment. | njoly |
| 2013-11-18 | claim to be linux 3.11.6 (opensuse 13.1). | chs |
| 2013-11-18 | implement the *at() syscalls. | chs |
| 2013-11-18 | implement AT_RANDOM. | chs |
| 2013-11-10 | On linux_sys_getdents, insert d_type at the end of each record. | slp |
| 2013-10-17 | remove unused variable | christos |
| 2013-09-24 | Add utimensat(2) for compat linux. | njoly |
| 2013-09-19 | exec modules need to be of the exec kind | christos |
| 2013-09-15 | Make alpha use linux_sys_utimes() just like other archs. | njoly |
| 2013-08-11 | Allow to build in envs without USRSTACK (namely, rump kernels on powerpc). | pooka |
| 2013-07-18 | Do not make FUTEX_WAIT wait indefinitely for an invalid timeout | njoly |