summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-09-28Move the unions into the rom struct which fixes Coverity CID 1473649 andKevin Lo
2018-09-27Coherently name "struct bridge_iflist" variables `bif'.Martin Pieuchot
2018-09-27Make sure the L2 entry is cloned before dereferencing its parent.Martin Pieuchot
2018-09-26KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha
2018-09-26Fix controller name.Visa Hankala
2018-09-26Move the allocating and freeing of mount points intoVisa Hankala
2018-09-26Move bridge input/output paths outside of the KERNEL_LOCK().Martin Pieuchot
2018-09-26Increase the timeout from previous commit further. Rather than warningTheo de Raadt
2018-09-25fix typo in commentJasper Lievisse Adriaanse
2018-09-25Insert a workaround for per-ifp ioctl being called w/o NET_LOCK().Martin Pieuchot
2018-09-24Prevent ieee80211_get_txkey() from returning the integrity group temporalStefan Sperling
2018-09-24Turn carp_ourether() mp-safe, this is a requirement for taking bridge(4)Martin Pieuchot
2018-09-24Add "Spleen 5x8" to wsfont, a font targetted at small OLED displaysFrederic Cambus
2018-09-22Remap the UEFI buffer early such that we can use a write combining mappingMark Kettenis
2018-09-22Only clear the character backing store when the RI_CLEAR flag is set.Mark Kettenis
2018-09-22Back out the following if_iwm.c revisions:Stefan Sperling
2018-09-22Enable USB bwfm(4) on macppc RAMDISK as well, matching GENERIC.Stefan Sperling
2018-09-22Harmonize spacing after ellipses in displayed messages.Frederic Cambus
2018-09-21Enable bwfm(4) in GENERIC on macppc.Stefan Sperling
2018-09-21Add support for RTL8188EE.Jonathan Matthew
2018-09-20As a step towards per inpcb or socket locks, remove the net lockAlexander Bluhm
2018-09-20grow alpha and hppa media to accomodate some recent growthTheo de Raadt
2018-09-20vmm(4): Clear the guest MWAITX/MONITORX extended CPUID feature bit,Bryan Steele
2018-09-20fix a memory leak in ihidev_hid_command()Jonathan Gray
2018-09-19Always call bridge_iflist `bif'.Martin Pieuchot
2018-09-19Report duplex state correctly for adapters with firmware interface versionsJonathan Matthew
2018-09-19Free edid_buf after use so to fix possible memory leak.Claudio Jeker
2018-09-19In mue_iff() move the initialization of the hash table up so that is doneRicardo Mestre
2018-09-19Delete checks of the CST bit_width ('vendor') field, as new Ryzen machinesPhilip Guenther
2018-09-18Updating time counters without memory barriers is wrong. PutAlexander Bluhm
2018-09-18whitespace fix; no binary changeanton
2018-09-18vmm(4): Reset host LDTR on exit for SVMMike Larkin
2018-09-18grow arm64 ramdiskTheo de Raadt
2018-09-18cast HWRM_NA_SIGNATURE when shortening it to keep gcc happy, prodded by jsg@Jonathan Matthew
2018-09-18fix memory leak in ieee80211_end_scan()Ricardo Mestre
2018-09-17Simplify VFS initialization.Visa Hankala
2018-09-17Do not acknowledge a received ack-only tcp packet that we would drop due tofriehm
2018-09-17fix memory leaks in ieee80211_add_ess()Jonathan Gray
2018-09-16Fix length checks in the receive path of iwm(4).Stefan Sperling
2018-09-16Move vfsconf lookup code into dedicated functions.Visa Hankala
2018-09-14Initialize the TDB to NULL in ipsec_common_input() andRicardo Mestre
2018-09-14Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toClaudio Jeker
2018-09-14add gapdummy.c to the "clean" target like other generated filesChristian Weisgerber
2018-09-14In general it is a bad idea to use one random secret for two things.Alexander Bluhm
2018-09-14ansify auich_trigger_input() and remove #ifdef around DPRINTF(); ok ratchov@miko
2018-09-14mark some suspend/resume functions always returning zero as void; ok ratchov@miko
2018-09-14unbreak userland uses of in_pcb.h by including sys/refcnt.hJonathan Gray
2018-09-13Add reference counting for inet pcb, this will be needed when weAlexander Bluhm
2018-09-13Include the size of IPCOMP header when checking for compression.Martin Pieuchot
2018-09-13In drm_wait_one_vblank() add a delay when we're "cold". Interrupts aren'tMark Kettenis