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