summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-29Make it substantially easier to identify protocol version requirementsJoel Sing
2014-05-29When you have functions that perform specific functions, use them.Joel Sing
2014-05-29document control characters which are extensions;Jason McIntyre
2014-05-29flesh out STANDARDS;Jason McIntyre
2014-05-29fsck should use the same values in checking as newfs does in creatingKenneth R Westerback
2014-05-29Fix another two cases where the return value of ssl_replace_hash() isJoel Sing
2014-05-29no more gcc2.Daniel Dickman
2014-05-29Add missing NULL checks for calls to ssl_replace_hash(). This functionJoel Sing
2014-05-29Read MAXPHYS bytes at a time in the hibernate image read, instead ofMike Larkin
2014-05-29zap double word;Jason McIntyre
2014-05-29Use .Er for errnosPhilip Guenther
2014-05-29GrammarPhilip Guenther
2014-05-29for -a and -g, do not say "as per posix": it adds no value to the user, andJason McIntyre
2014-05-29some basic formatting fixes;Jason McIntyre
2014-05-29Update to match recent changesPhilip Guenther
2014-05-29We now use arc4random() so PERL_RANDOM_DEVICE is no longer needed.Philip Guenther
2014-05-29When vmcmd_map_readvn() maps in the page it reads into, it forcesPhilip Guenther
2014-05-29To get a random seed, just call arc4random() instead of reading aPhilip Guenther
2014-05-28tweak previous;Jason McIntyre
2014-05-28prio is meaningless when bandwidth shaping is in use, fix exampleHenning Brauer
2014-05-28Remove additional files generated during ld.so build on make clean.Brad Smith
2014-05-28onocr suppresses the cr, not outputs it;Jason McIntyre
2014-05-28finally enable writing per-commit commitid tokens to rcs ,v filesjoshua stein
2014-05-28Fixed chap_input() and chap_authenticate() not to be used as if theyYASUOKA Masahiko
2014-05-28document that posix defaults to -L if no options are given, and tweak previous;Jason McIntyre
2014-05-28in the compat with more section, document:Jason McIntyre
2014-05-28More KNF.Joel Sing
2014-05-28Refactor tls1_change_cipher_state() and split the compression handling outJoel Sing
2014-05-28EVP_MD_CTX_create() calls malloc and can return NULL. However, only one ofJoel Sing
2014-05-28There is no point in checking if a pointer is non-NULL before calling free,Joel Sing
2014-05-28More KNF.Joel Sing
2014-05-28missing space in error messageOtto Moerbeek
2014-05-28When invoked as more, make the -i option behave the same as less'sTodd C. Miller
2014-05-28Apart from the early exploration done to find a console keyboard duringMartin Pieuchot
2014-05-28remove an errant semicolon.Daniel Dickman
2014-05-28a void function should not be returning anything.Daniel Dickman
2014-05-28On delete-window, remember the position of dot and mark in the bufferFlorian Obser
2014-05-28In his continuing quest to improve our documentation, jmc@ noticed thatPhilip Guenther
2014-05-27Fix 'mount -ur' for msdosfsStefan Fritsch
2014-05-27Fix a Y2038 problem, by conversion of long to time_t.Theo de Raadt
2014-05-27Remove unused defines.Miod Vallat
2014-05-27Big refactoring of the radix code (mainly rn_addroute but also partClaudio Jeker
2014-05-27Enable strong stack protector by default for GCC 3 architectures.Martynas Venckus
2014-05-27Remove redundant test introduced in s3_pkt.c on 20001225, which got cargo-cultedMiod Vallat
2014-05-27paste in an EXAMPLES section, from posix spec;Jason McIntyre
2014-05-27Zap a bunch of trailing whitespace.Kenneth R Westerback