summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-22nanoboottime(9): add and document new interfacecheloha
2019-10-22Replace the mutex that protects the mbuf allocation limit by anAlexander Bluhm
2019-10-22No need to always pass the same thing to sd_get_parms(). One lessKenneth R Westerback
2019-10-22reflect reality. PORTS_PRIVSEP for instance is not a directory valueMarc Espie
2019-10-22Do not log "(null)" in debug logging.Florian Obser
2019-10-22fix SEE ALSO;Jason McIntyre
2019-10-22fixes from lucas;Jason McIntyre
2019-10-22Import regenerated moduli file.Darren Tucker
2019-10-21put bpfdesc reference counting back, revert change introduced in 1.175 as:Alexandr Nedvedicky
2019-10-21syncTheo de Raadt
2019-10-21pwmbl(4) and sxipwm(4)Mark Kettenis
2019-10-21Add sxipwm(4) and pwmbl(4). Thse two drivers together add support for theMark Kettenis
2019-10-21On newer ThinkPads reporting HKEY version > 1, don't claim wsconsJoshua Stein
2019-10-21When incrementing or decrementing screen brightness, don't justJoshua Stein
2019-10-21Fix backtrace across signals on amd64Kurt Miller
2019-10-21Move `p_estcpu' to the region copied during fork & kill scheduler_fork_hook().Martin Pieuchot
2019-10-21Use process-private futexes to avoid the uvm_map lookup overhead.Martin Pieuchot
2019-10-21Kill unused _wait() function.Martin Pieuchot
2019-10-21Mark recycled USB `xfer' as NOT_STARTED to not confuse HCD abort methods.Martin Pieuchot
2019-10-21Optionally log blocked queries when using the block list.Florian Obser
2019-10-21keep in sync with regular doas. req by millertTed Unangst
2019-10-21Whoops: backout mips64+hppa CHECK_LDSO bits: they weren't done and weren'tPhilip Guenther
2019-10-20Improve previouskn
2019-10-20regenMark Kettenis
2019-10-20Add /dev/pri.Mark Kettenis
2019-10-20Firmware that supports the "parallel boot" feature allows us to read the PRIMark Kettenis
2019-10-20Remove redundant newline.Florian Obser
2019-10-20Print LDC protocol version in debug message.Mark Kettenis
2019-10-20Document "set db_console 0|1"kn
2019-10-20Use strtonum(3) in atrun. Also limit uid/gid to UID_MAX-1 andTodd C. Miller
2019-10-20Tweak and sync comment.Antoine Jacoutot
2019-10-20I didn't check robert's fix closely enough.Marc Espie
2019-10-20unstub amdgpu_ttm_bo_eviction_valuable()Jonathan Gray
2019-10-20For more archs, ld.so itself only needs/uses the arch's "just add load offset"Philip Guenther
2019-10-19Add formats for cursor and selection position in copy mode, from Jason Felice.Nicholas Marriott
2019-10-19Plug mem leak when the list of dhcp resolvers didn't change. ok florian@Otto Moerbeek
2019-10-19Use !ISSET() for unset flag checks.Kenneth R Westerback
2019-10-19Use ISSET() for the easier flag checks.Kenneth R Westerback
2019-10-19Fix typo in previous, link->flag is link->flags.Kenneth R Westerback
2019-10-19Resolve mix of '&=' and CLR() usage in favour of CLR().Kenneth R Westerback
2019-10-19Resolve mix of '|=' and SET() usage in favour of SET().Kenneth R Westerback
2019-10-19Determine the OS version in a way that won't break after 9.9.Theo Buehler
2019-10-19Do not crash trying to fix layout size if only one cell, from Azat Khuzhin.Nicholas Marriott
2019-10-19The size limit of the shutdown reason was relaxed to 255 characters butClaudio Jeker
2019-10-19Unlock the vnode in vop_inactive of deadfs. The unlock operation isVisa Hankala
2019-10-18Don't check that the ipv6 source address of a neighbor advertisment isSebastian Benoit
2019-10-18add some checks to avoid UID_MAX (-1) here. this is not problematic withTed Unangst
2019-10-18setting uid to -1 won't work with setresuid, so detect that conditionTed Unangst
2019-10-18Add support for dynamic queue allocation (DQA) to iwm(4).Stefan Sperling
2019-10-18Plug mem leak in error path; ok florian@ who also spotted the rad caseOtto Moerbeek