summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-08-18Fix ar9380 switching regulator setup. Coverity CID 1299115.Jonathan Gray
2017-08-18Avoid a NULL dereference in an error path. Coverity CID 1453201.Jonathan Gray
2017-08-18Put statements in macros inside do while constructs to avoid problemsJonathan Gray
2017-08-18Fix checks for error return from urtw_alloc_rx_data_list() andKevin Lo
2017-08-17Fix typo in comments: s/return/returns/ in "a function that never return."Tom Cosgrove
2017-08-17tedu unused, vestigial, arm STACKCHECKS code that only fills and never checksTom Cosgrove
2017-08-17Mark the nodes for acpi devices that attach to dwiic(4) as attached such thatMark Kettenis
2017-08-17Implement counter-clockwise rotation.Mark Kettenis
2017-08-17remove the useless apmwarn and mostly obsolete apmhalt sysctls.Ted Unangst
2017-08-17Remove a class from parent's active list when queue is emptyMike Belopuhov
2017-08-17Resolve races with the hfsc_deferred timeoutMike Belopuhov
2017-08-17Remove duplicate line introduced in rev 1.72. Coverity CID 1452888.Jonathan Gray
2017-08-17Fix asic test. Coverity CID 990792.Jonathan Gray
2017-08-17Fix pci product test. Coverity CID 1453251.Jonathan Gray
2017-08-17Fix logical or. Spotted by Artturi Alm.Mark Kettenis
2017-08-17Skip SPD lookups for short packets on IPsec-enabled bridgeMike Belopuhov
2017-08-17print why the signature block check of an unhibernate attempt failed, toMike Larkin
2017-08-17Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPAStefan Sperling
2017-08-17Make dwiic(4) attach its ACPI parent dependencies.Stefan Sperling
2017-08-16Randomly bias downwards from the top of each kernel stack, therebyTheo de Raadt
2017-08-16Correct the check when selecting an elevatorMike Belopuhov
2017-08-16Validate pfra_type after copyin before using it to index an arrayMike Belopuhov
2017-08-16Mostly cosmetic changes to make things a bit more consistant:Kevin Lo
2017-08-15Convert hand rolled sockaddr checks to the nam2sin functions.Alexander Bluhm
2017-08-15vmm: inject #DB after emulated instructions if guest RFLAGS.TF is setMike Larkin
2017-08-15After we stopped processing router advertisements in the kernelFlorian Obser
2017-08-15Convert to FDT-based interrupt establish API.Patrick Wildt
2017-08-15Apply KNF and fix whitespaces.Patrick Wildt
2017-08-15Apply KNF and fix whitespaces.Patrick Wildt
2017-08-15remove parens that were copied from ndinit's previous life as a macroTed Unangst
2017-08-15create a temp directory for all the temp files instead of trying to nameTed Unangst
2017-08-14msdofs: Add new CLUST_END constantStefan Fritsch
2017-08-14msdofs: Add new CLUST_END constantStefan Fritsch
2017-08-14Generate SIGILL for EXCP_UNKNOWN.Mark Kettenis
2017-08-14Add the amdisplay(4) and nxphdmi(4) drivers.ians
2017-08-14db_ctf_pprintf() doesn't actually support formatting, so s/f$//Uwe Stuehler
2017-08-14Restore "print" in ddb; add "pp[rint]" for pretty-printingUwe Stuehler
2017-08-14Load CTF debug symbols before mountrootUwe Stuehler
2017-08-14vmm: exit on monitor/mwait and convert these instructions into #UDs asMike Larkin
2017-08-14vmm: add #defines for exception vectors that can be used to injectMike Larkin
2017-08-14knf to fix tab/space mismatches that make it hard to tell what's insideTed Unangst
2017-08-14drop seriously lacking support for SEQPACKET.Ted Unangst
2017-08-14Do not dereference a pointer directly but use db_get_value() instead.Martin Pieuchot
2017-08-14Remove unneeded null pointer check in mpe_input*: ifp cannot be NULL.Reyk Floeter
2017-08-14move pf_get_wscale + pf_get_mss prototypes to pfvar.h (diff shrinkage)Henning Brauer
2017-08-14add half-open tcp states accounting, road paved by sashanHenning Brauer
2017-08-14Use the rv variable in sppp_output() as it was intended.Reyk Floeter
2017-08-14The "ret" return value is reused and overwritten, potentiallyReyk Floeter
2017-08-14Fix CID 1452952: Unlikely use of uninitialized offset in rtwn_efuse_read().Stefan Sperling
2017-08-14don't need vmm_debug variable in VMM_DEBUG modeMike Larkin