summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-31add mg to SEE ALSO. ok jmc@Mark Lumsden
2015-12-31Manual page for pchtemp(4).Mark Kettenis
2015-12-31Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs.Mark Kettenis
2015-12-31Provide a minimal implementation of the Linux vga_get/vga_put API and use itMark Kettenis
2015-12-31Unconditionally set the "switchcookie". Fixes synchronous VT switching.Mark Kettenis
2015-12-31Return FALSE on parse errors.Sunil Nimmagadda
2015-12-31Protect mips64 pmap and pvlist structs with a mutex to make pmapVisa Hankala
2015-12-31fix three bugs in KRL code related to (unused) signature support:Damien Miller
2015-12-30Change the number of binary distribution sets in NOTES to eight.Robert Peichaer
2015-12-30unused prototypeDamien Miller
2015-12-30Remove portslocks from /etc/daily. The ports LOCKDIR was moved from /tmpRobert Peichaer
2015-12-30Remove use of sysexits.h. OK guenther@Todd C. Miller
2015-12-30Small tidy of recently committed transpose-words: unused valueMark Lumsden
2015-12-30Declare usage() as __dead, and while here align a few variables to the rest ofmestre
2015-12-30Document that the ssl free() functions are NULL safe. OK mmcc@Todd C. Miller
2015-12-30Revert r1.59's over-enthusiatic MBR zero'ing in MBR_init(). It wasKenneth R Westerback
2015-12-30Back out of 1.36 and 1.37, which made simplifications to allocationmmcc
2015-12-30Widen the dired command list. ok jmc@Mark Lumsden
2015-12-30sysexits only caught on for mail programs. it is not actually recommendedTed Unangst
2015-12-30SSL_CTX_free() and SSL_free() check for null so dont do it in smtpdSebastian Benoit
2015-12-30SSL_CTX_free() and SSL_free() check for null so dont do it in relaydSebastian Benoit
2015-12-30SSL_CTX_free() and SSL_free() check for null so dont do it in ldapdSebastian Benoit
2015-12-30add another combo for home/end keys that works in tmux.Ted Unangst
2015-12-30date requires strict format including spaces, from miodTheo de Raadt
2015-12-30rename a few variables/functions to avoid shadowingTed Unangst
2015-12-30put back casts for realloc because c++ needs them. reported by naddyTed Unangst
2015-12-30Michal Mazurek pointed out on tech@ that the factor.6 manual needs a bittb
2015-12-30Test logging to console by redirecting the system's console into aAlexander Bluhm
2015-12-30pledge(2) tokenadm(8): it needs "rpath wpath cpath fattr flock" for operationsmestre
2015-12-30now that ibuf_free() checks for null, we can remove the check here.Sebastian Benoit
2015-12-30now that ibuf_free() checks for null, we can remove the check here.Sebastian Benoit
2015-12-30d_namlen is not portable, there is no reason to keep a delta with -portable andJoerg Jung
2015-12-30rename global "e" to genv to avoid accidental shadowing and aliasing.Ted Unangst
2015-12-30another case where bad things would happen after wrterrorTed Unangst
2015-12-30if somebody makes the mistake of disabling abort, don't deref null inTed Unangst
2015-12-29regenMark Kettenis
2015-12-29Intel C610 Thermal SensorMark Kettenis
2015-12-29Verify that the section header size supplied in the ELF header is whatmmcc
2015-12-29Add transpose-words, ok jasper@.Mark Lumsden
2015-12-29Replace single pattern case-blocks with simpler code.Robert Peichaer
2015-12-29Remove backslash, not necessary after '&&'Robert Peichaer
2015-12-29Replace last remaining `` with $()Robert Peichaer
2015-12-29fix exit status on pledge(2) failure.Gleydson Soares
2015-12-29fix exit status on pledge(2) failure.Gleydson Soares
2015-12-29fix exit status on pledge(2) failure.Gleydson Soares
2015-12-29Tweak previous by de-indenting label and replacing remaining continuesmmcc
2015-12-29Don't assume fprintf() will set the FILE * error condition.Todd C. Miller
2015-12-29mention that ibuf_free() does not need a NULL check.Sebastian Benoit
2015-12-29check for NULL in ibuf_free().Sebastian Benoit
2015-12-29Change send_line() return value to be 1/0 like get_responses() andTodd C. Miller