summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-05-12pushing NET_LOCK() further down from if_clone_{create,destroy}()Alexandr Nedvedicky
2019-05-12Between the broken GIC-500 on the RK3399 and differences in the secure modeMark Kettenis
2019-05-12Unused switch_port variable.akoshibe
2019-05-12Add ZLIB_CONSTJeremie Courreges-Anglas
2019-05-12Make sure the extended PM register descriptions actually exist beforeMark Kettenis
2019-05-12Document which fields are protected by the SCHED_LOCK().Martin Pieuchot
2019-05-12Add support for mapping ACPI PM registers using the "extended" gasioMark Kettenis
2019-05-11Correct a check in if_isconnected().Martin Pieuchot
2019-05-11Show driver name on net80211 scan debug lines.Stefan Sperling
2019-05-11whitespace removalMike Larkin
2019-05-11whitespace removalMike Larkin
2019-05-11whitespace removalMike Larkin
2019-05-11Kill an unused done: label and the associated superfluous "return;"Kenneth R Westerback
2019-05-11move the noise about W^X mapping failure inside the sysctl kern.wxabortTheo de Raadt
2019-05-11wxneeded binaries on wxallowed filesystems were refused execution. We haveTheo de Raadt
2019-05-11Further cleanup of efi32/64.Mike Larkin
2019-05-11A trunk(4) usually stays up when the link state of one of its membersFlorian Obser
2019-05-11make rw-lock adaptiveAlexandr Nedvedicky
2019-05-11unbreak the build without IPSEC.Sebastian Benoit
2019-05-11implement dma_fence_arrayJonathan Gray
2019-05-11we have never built without %b supportTheo de Raadt
2019-05-11Make rt_mpls_set() be more strict in what it accepts. Also ensure thatClaudio Jeker
2019-05-11Fix incorrect error message.Lawrence Teo
2019-05-11Implement interrupt controller functionality in the RockchipPatrick Wildt
2019-05-11Add fusbtc(4) to support the Fairchild FUSB302 USB Type-C controller.Patrick Wildt
2019-05-11move irq_work bits into irq_work headerJonathan Gray
2019-05-11RegenAaron Bieber
2019-05-11Add the colemak keyboard layout.Aaron Bieber
2019-05-11Restore previous behavior of limiting deadlock detection to posix-styleanton
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-05-11Refactor efiboot into 32 and 64 bit copies.Mike Larkin
2019-05-11Refactor efiboot into 32 and 64 bit copies.Mike Larkin
2019-05-10Disentangle #ifdef EFIBOOT.Mike Larkin
2019-05-10vmm: handle some unhandled exits for SVMpd
2019-05-10Add bsd.upgrade support to sparc64 bootloader.Claudio Jeker
2019-05-10Reduce number of timehands from to just two.cheloha
2019-05-10Fix idr_get_next() such that idr_for_each_entry() actually works.Mark Kettenis
2019-05-10On the transmit path the ethernet and ip headers might not bePatrick Wildt
2019-05-10Add a fallback to ehci(4)'s phy init code so that when therePatrick Wildt
2019-05-10Explicitly disable BCM4331 chips present in 2011-2012 Apple Mac systems.Brent Cook
2019-05-10regenJonathan Gray
2019-05-10add Intel Atom C3000 idsJonathan Gray
2019-05-10Add port protection support to switch(4). The behavior copies that ofakoshibe
2019-05-10Fix prototype of upgrade(). OK benno@Claudio Jeker
2019-05-10Move bridge_filterrule() before doing the mbuf copy. Fixes a memory leakClaudio Jeker
2019-05-10simplify logic after wakeup since this variable is only manipulatedBob Beck
2019-05-10Check for nowait failed *after* the wakeup point, not before.Bob Beck
2019-05-10Add more flags to the debug bitmaskPhilip Guenther
2019-05-09If mallocing the array program header fails, give up on coredumpingPhilip Guenther
2019-05-09Ensure that pagedaemon wakeups as a result of failed UVM_PLA_NOWAITBob Beck