| Age | Commit message (Expand) | Author |
| 2014-11-26 | Tweak ifconf variants | ozaki-r |
| 2014-11-22 | Regen for ppoll(2) | njoly |
| 2014-11-22 | Add ppoll(2) for compat linux32. | njoly |
| 2014-11-17 | Define compat modules (but without dependencies yet). | uebayasi |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-07-22 | 1) On 64bit systems, don't add the 32bit execsw[] to the global exec array. | maxv |
| 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 | Regen for utimes(2). | njoly |
| 2014-05-29 | Add utimes(2) support. | 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. Unlike our, linux fadvise syscall do not | njoly |
| 2014-05-16 | Get rid of all sysc_init_field uses - initialize fields directly in C99 | martin |
| 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-05-04 | Remove now unneeded bsd.kinc.mk. | njoly |
| 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 Aux32Info not AuxInfo. Noticed by Maxime Villard. | 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 | Explicitly include x86/fpu.h instead of relying in x86/frame.h including it. | dsl |
| 2014-02-15 | Remove all references to MDL_USEDFPU and deferred fpu initialisation. | dsl |
| 2014-02-09 | account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518. | chs |
| 2014-02-07 | Convert the amd64 build to use x86/cpu_extended_state.h so that the fpu | dsl |
| 2014-01-14 | use new bsd.syscall.mk | christos |
| 2013-12-01 | revert fpu/pcu changes until we figure out what's wrong; they cause random | christos |
| 2013-11-18 | Regen | christos |
| 2013-11-18 | Fix extended attribute syscalls to use the proper types and call their netbsd32 | christos |
| 2013-11-18 | claim to be linux 3.11.6 (opensuse 13.1). | chs |
| 2013-11-18 | regen | chs |
| 2013-11-18 | implement the *at() syscalls. | chs |
| 2013-11-07 | Regen for dup/dup2/dup3 argument types fix. | njoly |
| 2013-11-07 | Fix dup/dup2/dup3 argument types (u_int -> int). | njoly |
| 2013-10-23 | Use the MI "pcu" framework for bookkeeping of npx/fpu states on x86. | drochner |
| 2013-09-19 | exec modules need to be of the exec kind | christos |
| 2013-01-11 | Use copyin/copyout and linux-specific ifreq structures (they are the same | christos |
| 2012-10-02 | kernel portion of clock_nanosleep() | christos |
| 2012-09-22 | LINUX_RLIM_INFINITY doesn't fit into the value range for linux32, so | joerg |
| 2012-07-15 | Rename MDP_IRET to MDL_IRET since it is an lwp flag, not a proc one. | dsl |
| 2012-07-13 | regen | christos |
| 2012-07-13 | add xattr stubs | christos |
| 2012-07-08 | The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags not | dsl |
| 2012-05-10 | regen | christos |
| 2012-05-10 | Fix rt_sigtimedwait(): | christos |
| 2012-05-10 | prefix message with linux32 | christos |
| 2012-03-15 | Do not read past end of array. Found by gcc -03 | bouyer |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2012-02-03 | Add a hook for freeing an ep_emul_arg. Add a wrapper routine | matt |