| 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 | Regen for ppoll signature fix | njoly |
| 2014-11-22 | Fix ppoll signature (int ->u_int) | njoly |
| 2014-11-21 | Tweak linux_getifhwaddr | ozaki-r |
| 2014-11-17 | Define compat modules (but without dependencies yet). | uebayasi |
| 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-09-26 | set error return on error (from max) | christos |
| 2014-09-21 | fix leak | christos |
| 2014-06-25 | Add support for more open flags that have a native equivalent | njoly |
| 2014-06-25 | Add a few missing open(2) flags (LINUX_O_*). Fix alpha wrong values. | 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-31 | Regen for munmap(2) signature. | njoly |
| 2014-05-31 | Fix munmap(2) signature. | njoly |
| 2014-05-29 | Regen for utimes(2) change. | njoly |
| 2014-05-29 | For utimes(2), use compat_50_sys_utimes() instead of local version. | njoly |
| 2014-05-23 | Add missing specific LINUX_SOCK_NONBLOCK value for alpha. | 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-20 | Regen for getgroups/setgroups update. | njoly |
| 2014-05-20 | Fix getgroups/setgroups signature. | 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 | Regen for fadvise64 offset types changes. | njoly |
| 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 | Regen for mknod device argument type change. | njoly |
| 2014-05-06 | Reduce diffs between archs; make mknod device argument unsigned. | njoly |
| 2014-05-06 | linux_off_t -> off_t in pwrite() syscall args comment. | njoly |
| 2014-05-04 | Regen for pread/pwrite 64bit offset argument. | njoly |
| 2014-05-04 | Fix pread/pwrite syscalls which need a 64bit offset argument. | njoly |
| 2014-04-15 | There are two times the same branches. | maxv |
| 2014-04-15 | A specially-crafted binary could easily control a kernel array index. | maxv |
| 2014-04-08 | Regen. | njoly |
| 2014-04-08 | Adjust read/write/readv/writev signature to match native versions. | njoly |
| 2014-04-08 | Do not include bsd.kinc.mk in each arch Makefile, it's already pulled | njoly |
| 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 | Use cprng_strong32 for LINUX_AT_RANDOM on amd64 too. | njoly |
| 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-19 | Add explicit #include <x86/fpu.h> instead of relying on pcb.h including it. | dsl |
| 2014-02-19 | Don't rely on pcb.h including x86/include/sysarch.h | dsl |
| 2014-02-15 | Regen. | njoly |
| 2014-02-15 | Reduce diffs between archs, add mincore/madvise to m68k. | njoly |