summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-17Simplify multicast option handling (10 less lines) by matching /etc/rc behaviorAntoine Jacoutot
2015-12-17As well as setting up the state, actually use it in cmd_find_target.Nicholas Marriott
2015-12-17Make the cost of moving a process to the primary cpu a bit higher. This isMark Kettenis
2015-12-17sprinkling ifndef __linux__ around two variable declarations could notTed Unangst
2015-12-17Add missing colon after "Peer name" in verbose output. Mentioned on themmcc
2015-12-17s/expresion/expression/gmmcc
2015-12-17s/failes/failed/gmmcc
2015-12-17add return code to newrequest to distinguish between cache hit and error.Ted Unangst
2015-12-17add a size to free. from MathieuTed Unangst
2015-12-17arrays decay to pointers without needing &Ted Unangst
2015-12-17no need to check null before freeTed Unangst
2015-12-17add ktrace to kevent. ok guentherTed Unangst
2015-12-17add size to free. from MathieuTed Unangst
2015-12-17rm a bit more trailers code. no longer accept them as alias for ethernet.Ted Unangst
2015-12-17If CORB/RIRB are not running, log error message unconditonnalyAlexandre Ratchov
2015-12-17regen NSD's autoconf script, forgotten with the update - noticed by BradStuart Henderson
2015-12-17Add display brightness support. This is available on the last few generationsMark Kettenis
2015-12-17Implement a memory barrier for mips. Basically this makes __sync_synchronize()Mark Kettenis
2015-12-17Missing include, spotted by benoit@Martin Pieuchot
2015-12-17Move vcpu register state init to vmd. Allows vmd bootloader to make theMike Larkin
2015-12-17Use config_mountroot(9) instead of startuphook_establish(9).Martin Pieuchot
2015-12-17Replace 'arc4random() % (2^k - 1)' by 'arc4random() & (2^k - 1)' totb
2015-12-17Add missing $OpenBSD$ tags.tb
2015-12-17Replace arc4random() % i by arc4random_uniform(i) to avoid modulo bias.tb
2015-12-16send-keys -R should reset the input parser to ground state (so it can beNicholas Marriott
2009-10-15import of gcc-4.2.1, the last gcc release under GPLv2Robert Nagy
2015-12-16Add infrastructure to work out the best target given a pane or windowNicholas Marriott
2015-12-16showenv and setenv need to be CANFAIL.Nicholas Marriott
2015-12-16change the kqueue backend to call kevent() as events are added insteadTed Unangst
2015-12-16Remove modulo bias in random number generator.tb
2015-12-16Remove the solbourne entries now that all its code is gone.mmcc
2015-12-16Add _sndiop user and group for (future) privileged sndiod process.Alexandre Ratchov
2015-12-16tweak previous;Jason McIntyre
2015-12-16documents pledge(2) "dpath" promiseSebastien Marie
2015-12-16Remove support for HOSTALIASES from the resolver. This "open and parseTheo de Raadt
2015-12-16in pledged process, setuid/setgid/sticky bits should be ignored.Sebastien Marie
2015-12-16Don't attempt to get the ThinkLight state if neither the KLCG nor the MLCGMark Kettenis
2015-12-16Refactor umass_detach() in order to pass a size to free(9).Martin Pieuchot
2015-12-16clean up some unused variables, and add the printing of the certificate validityBob Beck
2015-12-16Avoid grabbing the kernel lock in uvm_unmap() if we have an interrupt-safeMark Kettenis
2015-12-16Use __progname instead of hand-rolled parsing of argv[0].tb
2015-12-16Add pexp match otherwise rcctl stop vmd doesn't work. OK deraadt@James Turner
2015-12-16Use __progname instead of hand-rolled parsing of argv[0].tb
2015-12-16Adding mark messages to log files was broken since OpenBSD 5.7.Alexander Bluhm
2015-12-16Merge rtable_mpath_select() into rtable_match().Martin Pieuchot
2015-12-16Don't forget about monitor mode while building the ifmedia listStefan Sperling
2015-12-16in pledged process, setuid/setgid/sticky bits should be ignored.Sebastien Marie
2015-12-16Replace "tame" by "pledge" in a comment.tb
2015-12-15less macro and linesJoerg Jung
2015-12-15ignore unlikely temperature values like -127 degCJoerg Jung