summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-05-01Implement PTRACE_VFORKkamil
2018-05-01GC private 802.11 rateset declarations, use the standard ones.maya
2018-05-01Fix ALL configs following MPVERBOSE becoming a defparammaya
2018-05-01Add additional hardening in PT_TRACE_ME and PT_ATTACHkamil
2018-05-01Improve the proc_stoptrace() functionkamil
2018-05-01Make MPVERBOSE a defparam rather than defflag. It has multiplepgoyette
2018-05-01fix define of CPU IDsryo
2018-05-01Remove unused argument from udp4_espinudp, and remove unused includes.maxv
2018-05-01Remove some more dead code.maxv
2018-05-01When IP6_EXTHDR_GET fails, return ENOBUFS, and don't log an error (HDROPSmaxv
2018-05-01When the replay check fails, return EACCES instead of ENOBUFS.maxv
2018-05-01Remove double include, opencrypto/xform.h is already included inmaxv
2018-05-01Remove unused.maxv
2018-05-01Remove now unused net_osdep.h includes, the other BSDs did the same.maxv
2018-05-01Remove unused alias to tcpiphdr.maxv
2018-05-01Enable ffsv2 in boot.ragge
2018-05-01Redefine the structure, not to rely on tcpiphdr.maxv
2018-05-01Move if_name() from net_osdep.h to if.h. net_osdep.h is now unused and canmaxv
2018-05-01Fix the checks in compute_ipsec_pos, otherwise m_copydata could crash. Imaxv
2018-04-30titemp_match: filter on ia_addr for indirect config (device is expected at 0x4c)jmcneill
2018-04-30tcakp_match: filter on ia_addr for indirect config (device is expected at 0x34)jmcneill
2018-04-30act8846_match: filter on ia_addr (device is expected at 0x5a)jmcneill
2018-04-30Kernel linker support for vax. Now modules can be loaded again.ragge
2018-04-30add missing KERNEL_LOCK protection around autoconf calls.mlelstv
2018-04-30Remove set but not used sc_flags.maya
2018-04-29Fix bug causing small constants not to be printed out.ragge
2018-04-29Remove useless icmp6.h include, remove manual externs and include in6.hmaxv
2018-04-29Remove obsolete/dead code, the IP-in-IP encapsulation doesn't work thismaxv
2018-04-29Move struct tcpiphdr from tcpip.h to tcp_var.h, to match UDP (udpiphdr inmaxv
2018-04-29fix KASSERT panic. pv_entry may not be exists in pvlist when pmap_remove().ryo
2018-04-29delete unused coderyo
2018-04-29Remove unused and misleading argument from ipsec_set_policy.maxv
2018-04-29Remove unused function.maxv
2018-04-29Remove duplicate prototype.maxv
2018-04-29Add missing pserialize_read_exit in error branch, spotted during mymaxv
2018-04-29Remove references to m_copy in comments.maxv
2018-04-29Replacemaxv
2018-04-29Add KASSERTs in the rcvif functions.maxv
2018-04-29Harden the NetBSD PT_TRACE_ME operationkamil
2018-04-28Enable motgjmcneill
2018-04-28Enable Allwinner SID and thermal sensor controllerjmcneill
2018-04-28Add sun7i-a20-olimex-som204-evb-emmc.dts, sun7i-a20-olimex-som204-evb.dts, su...jmcneill
2018-04-28Add sun50i-a64-teres-i.dts, sun50i-h5-orangepi-zero-plus.dtsjmcneill
2018-04-28merge conflictsjmcneill
2018-04-28Cover all pic_maxsources lines for armgic_cpu_init_priorities() andjakllsch
2018-04-28Import dts from Linux 4.17-rc2jmcneill
2018-04-28Oops, my previous commit is totally wrong. recast mask/pattern list.ryo
2018-04-28Remove IPSEC_SPLASSERT_SOFTNET, it has always been a no-op.maxv
2018-04-28Initialize clk domain name and call clk_attach to register sysctl nodesjmcneill
2018-04-28Create private sysctl nodes for inspecting clock trees.jmcneill