| Age | Commit message (Expand) | Author |
| 2014-12-05 | Add compatibility for pre MIDMAGIC a.out binaries (with COMPAT_NOMID) | christos |
| 2014-12-05 | User-triggerable kmem_alloc(0). | maxv |
| 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-22 | Regen for ppoll(2) | njoly |
| 2014-11-22 | Add ppoll(2) for compat linux32. | 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-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-10-30 | Reject non-regular files. | maxv |
| 2014-10-27 | fix multiple mistakes: | christos |
| 2014-10-24 | remove unused prototypes | christos |
| 2014-10-24 | sync with the regular method; no functional diff | christos |
| 2014-10-20 | simplify | christos |
| 2014-10-20 | Memory leak, triggerable from root only. | maxv |
| 2014-10-19 | Resource leak. | maxv |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-10-10 | I'm not sure reading from an unsanitized userland pointer is a good idea. | maxv |
| 2014-10-05 | add tmpfs. | christos |
| 2014-09-26 | set error return on error (from max) | christos |
| 2014-09-21 | fix leak | christos |
| 2014-09-19 | #include <sys/condvar.h> | matt |
| 2014-09-05 | Fix previous. There is no uap. | nakayama |
| 2014-09-05 | make this compile again | christos |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2014-09-05 | Don't use private as a variable name since it's reserved in C++ | matt |
| 2014-08-24 | Ensure nbytes > 0. Otherwise bad things may happen. | maxv |
| 2014-08-21 | Remove dead returns: | maxv |
| 2014-08-16 | Add COMPAT_70 to conf/files; add compat_70 to kern/syscalls.conf | apb |
| 2014-08-14 | http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-2 | maxv |
| 2014-07-31 | Just return sys_open(). COMPAT_10 will be handled internally. | maxv |
| 2014-07-25 | Remove ELF_ROUND and ELF_TRUNC (unused). Found by my code scanner. | maxv |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-22 | 1) On 64bit systems, don't add the 32bit execsw[] to the global exec array. | maxv |
| 2014-07-11 | netbsd32 should depend on exec_elf32, since it will use exec_elf32's functions. | maxv |
| 2014-07-09 | * split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic() | rtr |
| 2014-07-01 | fix parameter types in pr_ioctl, called xx_control() functions and remove | rtr |
| 2014-06-28 | Revert the following changes: | dholland |
| 2014-06-28 | Sync getfh() with the native implementation. It also fixes: | maxv |
| 2014-06-28 | Empy comment | maxv |
| 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-24 | Allocate directly KQ_NEVENTS bytes. Otherwise a user can panic the system. | maxv |
| 2014-06-24 | Remove unused headers. | maxv |
| 2014-06-24 | Remove dead code. The kernel already checks for PT_INTERP sections, and puts | maxv |
| 2014-06-22 | simplify and clarify | christos |