summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-05-27combine the extensions notes;Jason McIntyre
2014-05-27document SIGALRM, since it's handling is somewhat special, and useJason McIntyre
2014-05-27Wrap some long lines.Joel Sing
2014-05-27Remove MemCheck_{on,off} that escaped last time around.Joel Sing
2014-05-27More KNF.Joel Sing
2014-05-27Handle the top bit of xterm(1)-style modifier keys, based on a diff fromNicholas Marriott
2014-05-27Add some formats for pane bounds.Nicholas Marriott
2014-05-27We're never going to detach agp(4), so remove the #ifdef'ed out code like weMark Kettenis
2014-05-27Where trying to pread() a single disk sector, the i/o must be for theKenneth R Westerback
2014-05-27Fix ia64 cross-gcc target.Tobias Ulmer
2014-05-27Reserve the highest route priority for kernel-managed routes and preventMartin Pieuchot
2014-05-27there is no need to xref regex(3) and setbuf(3) in SEE ALSO - re_format(7)Jason McIntyre
2014-05-26Replace the following logic:Miod Vallat
2014-05-26Unchecked malloc() return value in SSL_COMP_add_compression_method(), in theMiod Vallat
2014-05-26We don't really to keep history in constructs such as:Miod Vallat
2014-05-26tls_decrypt_ticket(): memory leak and uncleaned EVP_CIPHER_CTX upon error.Miod Vallat
2014-05-26remove /usr/src. avoids useless whining from daily security mail.Alexander Hall
2014-05-26Replace some magic constants with appropriate defines.Mark Kettenis
2014-05-26Do not change the state of the carry bit in the psr when returning withMiod Vallat
2014-05-26tweak the text for -a and function lists;Jason McIntyre
2014-05-26Make sure all error paths in dtls1_buffer_record() invoke SSLErr byMiod Vallat
2014-05-26rework the SED FUNCTIONS text;Jason McIntyre
2014-05-26the `P' function was crying out for a comma;Jason McIntyre
2014-05-26posix does not count `!' as a separate function, and neither should we;Jason McIntyre
2014-05-26remove the ugly hack that saw two It macros used to render one item; replaceJason McIntyre