summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-11-09use the correct rdomain when sending gre(4) keepalive packets.Sebastian Benoit
2015-11-09Do not leave dangling pointers in the ART tree in case of memoryMartin Pieuchot
2015-11-09Rewrite rtalloc(9) to consider RTF_GATEWAY entries without valid next-Martin Pieuchot
2015-11-09use IFQ_DEQUEUE to pull of the send queue.David Gwynne
2015-11-09Run config_found() under splusb.Martin Pieuchot
2015-11-09Cache the result of cpuid leaf function $0x1 from the host's boot CPUMike Larkin
2015-11-09Bring GPT validity checking into line with kern/subr_disk.c . InKenneth R Westerback
2015-11-09kenjiro cho points out that requeue is hard to support on queueDavid Gwynne
2015-11-09EPT paging permission bits for amd64, will be used in subsequent pmapMike Larkin
2015-11-09regenMike Larkin
2015-11-09Allocate a currently unused vendor ID for our vmm's pchb.Mike Larkin
2015-11-09rework the start routines to avoid IF_PREPEND.David Gwynne
2015-11-09rework the code to avoid IF_PREPEND.David Gwynne
2015-11-08pull initialization up before poosible goto bad, from Mark LatimerTed Unangst
2015-11-08Merge NetBSD 1.145:Miod Vallat
2015-11-08keep all the setperf timeout(9) handling in one place; ok tedu@Christian Weisgerber
2015-11-08Handle additional RSN element group ciphers.Stefan Sperling
2015-11-08Update section and table numbers inside comments in the RSN code toStefan Sperling
2015-11-08Always claim to support sector mode for eMMC. Allows BeagleBone BlackJonathan Gray
2015-11-08Make "machine disk" show some info for EFI instead of info for BIOS.YASUOKA Masahiko
2015-11-08Make the variables be "const" and fix white space.YASUOKA Masahiko
2015-11-07Spell `unused' correctly.Miod Vallat
2015-11-07Disable red-zone since EFI is running with a different ABI.YASUOKA Masahiko
2015-11-07Update copyright informationMike Belopuhov
2015-11-07Pass AES_GMAC context as a void pointer to cut down on casts in xform.cMike Belopuhov
2015-11-07Use input handlers for bridge(4).Martin Pieuchot
2015-11-07Don't try to be clever testing if a queue is full before callingMartin Pieuchot
2015-11-07get rid of IF_PREPEND by switching to IFQ_POLL/IFQ_DEQUEUE.David Gwynne
2015-11-07typo in nd variable used for adding ni_pledge noteSebastien Marie
2015-11-07Allow overriding ghash_update() with an optimized MD function. UseChristian Weisgerber
2015-11-06In in_arpinput() do not make an extra route lookup to check wetherAlexander Bluhm
2015-11-06Do not compile net/radix_mpath.c in ART-enabled kernels.Martin Pieuchot
2015-11-06Rename rt_mpath_next() into rtable_mpath_next() and provide anMartin Pieuchot
2015-11-06Use a SLIST instead of a LIST for MPATH route entries with ART.Martin Pieuchot
2015-11-06Instead of multiplying with 0..1, extend the bit into a mask and do an AND.Christian Weisgerber
2015-11-06In ART separate the MPATH delete case to properly recover if art_delete()Martin Pieuchot
2015-11-06make hfsc work on ie(4/sparc) by using IFQ_DEQUEUE instead of IF_DEQUEUE.David Gwynne
2015-11-06Do not use rt_ifp directly.Martin Pieuchot
2015-11-06Do not use rt_ifp directly.Martin Pieuchot
2015-11-06Use m_defrag(9) when we fail to load fragmented mbuf chains.Martin Pieuchot
2015-11-06Change nd6_nud_hint() to no longer manipulate rt_ifp directly.Martin Pieuchot
2015-11-06unbreak tree after src/sys/net/if_ppp.c r1.95.David Gwynne
2015-11-06use IFQ_DEQUEUE, not IF_DEQUEUE, to pull off the send queue.David Gwynne
2015-11-06replace sc_npqueue and sc_npqtail with a simple mbuf_list.David Gwynne
2015-11-06Move the logic for adjusting userspace registers in the child after forkPhilip Guenther
2015-11-06Only read/write cr4 if we have a bit to set after testing the variousJonathan Gray
2015-11-05These NDINIT run out of the context of the process doing execve,Theo de Raadt
2015-11-05Now that the kernel virtual address space has been made larger, even onMiod Vallat
2015-11-05explicitly say that we use uio for our crypto operations; ok mikeb@Christian Weisgerber
2015-11-05Fix build with DEBUG_INTC defined; from Daniel Bolgheroni on tech@Miod Vallat