summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-19Put ${LD} in double quotes in MAKE_GAP, like has been done elsewhere.Visa Hankala
2017-08-19Set route label to make it easier to identify slaacd routes.Florian Obser
2017-08-19Set correct sin6_len for mask, amazing that this even worked.Florian Obser
2017-08-19Remove a redundant declaration of rtwn_update_avgrssi().Stefan Sperling
2017-08-19\$ in PS1 gets you the default prompt character, which differs from theJason McIntyre
2017-08-18change email address in licenses to ians@openbsd.orgians
2017-08-18Backout because it breaks ramdisks. Anyone making changes in the kernelTheo de Raadt
2017-08-18Add compressed fonts support in the kernel.Frederic Cambus
2017-08-18Show timeouts for addresses and default routers.Florian Obser
2017-08-18print default router IPFlorian Obser
2017-08-18nano second resolution is meaninglessFlorian Obser
2017-08-18Clear WPA group keys from memory before initiating a key exchangeStefan Sperling
2017-08-18RFC2606 gives us example.com, show that instead of another privateJoshua Stein
2017-08-18We just need arc4random() for kernel stack random bias (modulo bios happensTom Cosgrove
2017-08-18Use "infinity" for pltime / vltime.Florian Obser
2017-08-18Truncating a file and then deciding not to change itsKenneth R Westerback
2017-08-18Test for device_lookup() returning NULL in gpioioctl() and gpioclose().Jonathan Gray
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-18Timeouts should be time_t to prevent overflows.Florian Obser
2017-08-18distinguish errors during vm launch and return different error codes toMike Larkin
2017-08-18add a "quiet" flag to exited_cleanly() that supresses errors aboutDamien Miller
2017-08-18Move several subprocess-related functions from various locations toDamien Miller
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-17Set the automatically generated device variables as local to preventAntoine Jacoutot
2017-08-17Implement counter-clockwise rotation.Mark Kettenis
2017-08-17Fix checkfs() when running an MP kernel.Antoine Jacoutot
2017-08-17remove the useless apmwarn and mostly obsolete apmhalt sysctls.Ted Unangst
2017-08-17combine malloc/memset into calloc. from Michael W. BombardieriTed Unangst
2017-08-17delete some not used code. from Michael W. BombardieriTed 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-17Add monitor-bell window option to match the activity and silenceNicholas Marriott
2017-08-17Honor TMPDIR if it is set to prevent erroring in some setup.Antoine Jacoutot
2017-08-17We're a shell script, so honor TMPDIR.Antoine Jacoutot
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-17add two more stripsJasper Lievisse Adriaanse
2017-08-17Make dwiic(4) attach its ACPI parent dependencies.Stefan Sperling
2017-08-16Explicitly say that expr(1) handles decimal integers only, as mandatedIngo Schwarze
2017-08-16remove accidentally duplicated cpp chunksTheo de Raadt