| Age | Commit message (Expand) | Author |
| 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 | 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 | Explicitly include x86/fpu.h instead of relying in x86/frame.h including it. | dsl |
| 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 |
| 2014-02-15 | Remove all references to MDL_USEDFPU and deferred fpu initialisation. | dsl |
| 2014-02-11 | Move sys/arch/amd64/amd64/fpu.c and sys/arch/amd64/include/fpu.h | dsl |
| 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-02-07 | Convert the amd64 build to use x86/cpu_extended_state.h so that the fpu | dsl |
| 2014-02-03 | Properly translate struct swapent for COMPAT_NETBSD32 (missing commit) | manu |
| 2014-02-03 | Properly translate struct swapent for COMPAT_NETBSD32 | manu |
| 2014-02-02 | Limit the amount of kernel memory a posix_spawn syscall can use (for handling | martin |
| 2014-01-28 | add a struct for the 4.3BSD struct direct | christos |
| 2014-01-28 | Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9. | christos |
| 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-26 | Remove support for 'external' floating point units and the MS-DOS | dsl |
| 2014-01-25 | Clear the VM_TOPDOWN flag only when we succeed. | christos |
| 2014-01-25 | regen | christos |
| 2014-01-25 | Update linux socket socket options (SO_*). Add common version to its | njoly |
| 2014-01-25 | More alignment spellos | skrll |
| 2014-01-25 | a.out binaries can't handle topdown. | christos |
| 2014-01-25 | ifdef debug printf | christos |
| 2014-01-25 | compat_10 fix: open(NULL) == open("."); | christos |
| 2014-01-24 | remove useless flag mangling. It is done already. | christos |
| 2014-01-24 | need to lock the process. | christos |
| 2014-01-24 | It is wishful thinking that vn_readdir will return dirent12 structures. | christos |
| 2014-01-24 | sigaction until 1.4 had an int sigmask, don't trash the stack. | christos |
| 2014-01-24 | Fix locking botch, and ... | christos |
| 2014-01-24 | Support WSDISPLAYIO_GETCMAP/WSDISPLAYIO_PUTCMAP. Tested on evbmips/loongson | bouyer |
| 2014-01-24 | Add ATAIOCCOMMAND ioctl form COMPAT_NETBSD32 | manu |
| 2014-01-23 | Fix inverted pid/lid arguments in do_sched_{get,set}param calls. | njoly |
| 2014-01-23 | Fix netbsd32 compatibility bug in kevent() | manu |
| 2014-01-19 | Flatten the floating point register structures bu moving the | dsl |
| 2014-01-19 | No longer used. | dsl |
| 2014-01-19 | Rip out the code that might once have supported the freebsd ptrace | dsl |
| 2014-01-14 | use new bsd.syscall.mk | christos |
| 2014-01-13 | Regen. | njoly |
| 2014-01-13 | Cleanup, and reduce diffs between arches. Make alpha use | njoly |
| 2014-01-04 | Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size | dsl |
| 2014-01-01 | Change the type of the 'cookie' that holds the state of the core dump file | dsl |
| 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 | Regen. | njoly |