| Age | Commit message (Expand) | Author |
| 2018-05-01 | Implement PTRACE_VFORK | kamil |
| 2018-05-01 | Add additional hardening in PT_TRACE_ME and PT_ATTACH | kamil |
| 2018-05-01 | Improve the proc_stoptrace() function | kamil |
| 2018-04-29 | Remove references to m_copy in comments. | maxv |
| 2018-04-29 | Harden the NetBSD PT_TRACE_ME operation | kamil |
| 2018-04-28 | Rename the 'flags' and 'nowait' arguments to 'how'. The other BSDs did the | maxv |
| 2018-04-28 | Modify m_defrag, so that it never frees the first mbuf of the chain. While | maxv |
| 2018-04-27 | Remove unused debug code. | maxv |
| 2018-04-27 | Remove reference to m_ext.ext_type (doesn't exist). | maxv |
| 2018-04-27 | Canonicalize the interpreter path in #! scripts since check_exec() expects | christos |
| 2018-04-27 | Correct XXX comment in the ptrace(2) kernel code | kamil |
| 2018-04-27 | Remove unused ext_flags field in struct _m_ext_storage. | maxv |
| 2018-04-27 | Stop passing the pool as argument of the storage. M_EXT_CLUSTER mbufs | maxv |
| 2018-04-27 | Remove _MCLGET, merge its content into m_clget(). The code is slightly | maxv |
| 2018-04-27 | Reorder, to group related functions. | maxv |
| 2018-04-27 | M_CLUSTER -> M_EXT_CLUSTER | maxv |
| 2018-04-27 | Rename m_reclaim -> mb_drain, and localify. | maxv |
| 2018-04-27 | Implement M_COPY_PKTHDR as a function, like m_move_pkthdr. | maxv |
| 2018-04-27 | Move m_align and m_append into iee80211_netbsd.c. They are part of | maxv |
| 2018-04-27 | Simplify m_copydata, use unsigned int, and change its last argument to | maxv |
| 2018-04-27 | Style and simplify. | maxv |
| 2018-04-27 | Panic in m_copypacket if no header is present, that's a requirement. | maxv |
| 2018-04-26 | Stop using m_copy(), use m_copym() directly. m_copy is useless, | maxv |
| 2018-04-26 | Remove unused mbuf argument from sbsavetimestamp. | maxv |
| 2018-04-26 | Change MCLGET, so that it calls m_clget instead of doing the work in a | maxv |
| 2018-04-26 | Rename | maxv |
| 2018-04-26 | Stop adding '0's in parameter and function names, that's just misleading. | maxv |
| 2018-04-26 | Change comment, to clearly say that m_prepend should not be used directly. | maxv |
| 2018-04-24 | Remove unused code branch in the signal code | kamil |
| 2018-04-23 | PR/kern/53202: Kernel hangs running t_ptrace_wait:resume1 test, revert | christos |
| 2018-04-20 | add prot parameter for uvm_emap_enter(), so that it's possible to | jdolecek |
| 2018-04-20 | Cast to int, to properly handle dstoff > MHLEN (which never happens). | maxv |
| 2018-04-19 | The mbuf length is allowed to be zero. | maxv |
| 2018-04-17 | change the comment | maxv |
| 2018-04-17 | If the mbuf is shared leave M_PKTHDR in place. Given where this function | maxv |
| 2018-04-16 | Function pserialize_perform() usually succeeds after two cross calls | hannken |
| 2018-04-16 | Disable the M_PKTHDR check for now. It causes PR/53189 (which is also | maxv |
| 2018-04-16 | Remove the rnewprocp argument from fork1(9) | kamil |
| 2018-04-16 | Set initproc inside start_init() | kamil |
| 2018-04-15 | Introduce a m_verify_packet function, that verifies the mbuf chain of a | maxv |
| 2018-04-14 | Don't set errno ESRCH for empty result of KINFO_PROC[2] | kamil |
| 2018-04-14 | cosmetic | maxv |
| 2018-04-14 | Change the default precision of timestamps from 9 digits (nanosecs) | kre |
| 2018-04-14 | Allow the precision of the sub-second field of timestamps to | kre |
| 2018-04-13 | make this narrower by popular request. | christos |
| 2018-04-12 | ignore the ancient NetBSD emulation tag. | christos |
| 2018-04-12 | let the modular code load the sysv modules. | christos |
| 2018-04-11 | fix type confusion on 32 bits | christos |
| 2018-04-11 | flip the default and enable kernel timestamps. | christos |
| 2018-04-10 | Remove m_getclr. It is unused, confusing (vs m_clget), and is a weak | maxv |