summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-12-15add 2 more temperature keys found in macbook pro (10,2)Joerg Jung
2015-12-15add commented-out unbound.conf entries for dns64 (sitting in my tree and ok'dStuart Henderson
2015-12-15Remove "C=US, O=VeriSign, Inc., OU=Class 3 Public Primary CertificationStuart Henderson
2015-12-15add more temperature keys found in newer macbook airs (6,1 and 7,2)Joerg Jung
2015-12-15update to Unbound 1.5.7, looks fine to deraadt@.Stuart Henderson
2015-12-15make sure the read fan description is always nul terminatedJoerg Jung
2015-12-15Cleanup: pwd.h is no longer needed.tb
2015-12-15Replace 'arc4random() % range' by 'arc4random_uniform(range)'.tb
2015-12-15Include RFC number in reference. While here, improve formatting of anotherTim van der Molen
2015-12-15Document /var/db/mountdtabTim van der Molen
2015-12-15When (re)reading /etc/exports, handle the case where the mount point of anTim van der Molen
2015-12-15missing space in previous;Jason McIntyre
2015-12-15pledge(2) style:Ingo Schwarze
2012-08-23update to unbound 1.4.18Stuart Henderson
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2015-12-15Revert the previous commit; the licencing needs to be checked very carefully.Ingo Feinerer