summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-11-18In man(1) mode, prefer file name matches over .Dt name matches overIngo Schwarze
2014-11-18fix NULL pointer dereference crash in key loadingDamien Miller
2014-11-17Activate support for "package != version" requests, this time withJeremie Courreges-Anglas
2014-11-17Check fstat return value. Also, use off_t for file size and offsets asTobias Stoeckmann
2014-11-17Multiple fixes with respect to in-line macros:Ingo Schwarze
2014-11-17fix KRL generation when multiple CAs are in useDamien Miller
2014-11-16When a line (in the sense of term_flushln()) contains white space only,Ingo Schwarze
2014-11-16Delete five standards that are:Ingo Schwarze
2014-11-16Convert the logic in rcsparse_warnx(). Instead of creating aAlexander Bluhm
2014-11-16Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(),Philip Guenther
2014-11-16Don't save the return from getindent() if you don't need it; adjustPhilip Guenther
2014-11-16pull in <time.h> for struct timespecPhilip Guenther
2014-11-16ctype macros/functions expect unsigned char values. Note that the lgetc()Philip Guenther
2014-11-16scroll_fwd should be const char *Philip Guenther
2014-11-16constipate charcost()Philip Guenther
2014-11-16correct type in sizeof by switching to sizeof(*ptr). (harmless)Ted Unangst
2014-11-15Call munmap with the same size argument as mmap.Tobias Stoeckmann
2014-11-15Reword vacation(1)'s one-line description.Anthony J. Bentley
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-11-15No point in documenting an outright bug fixed in 4.3BSD.Anthony J. Bentley
2014-11-14from natano:Ted Unangst
2014-11-14from natano:Ted Unangst
2014-11-14from natano:Ted Unangst
2014-11-14Remove needless and harmful byte swapping on big endian architectures.Ingo Schwarze
2014-11-14Label windows which are smaller than expected with a reason.Nicholas Marriott
2014-11-13Nuke GOOD define and just exit(0) on success. While there removeFlorian Obser
2014-11-12Restore change in r1.17 but add checks to prevent the line lengthNicholas Marriott
2014-11-12Add -b to splitw like joinw, from Felix Rosencrantz.Nicholas Marriott
2014-11-12Remove more portability bits for older systems; from Martin NatanoTodd C. Miller
2014-11-12Don't let force-width or force-height be < PANE_MINIMUM.Nicholas Marriott
2014-11-12Ansify vi.Anthony J. Bentley
2014-11-11use crypt_checkpass instead of crypt/strcmpTed Unangst
2014-11-11In man(1) mode without -a, stop searching after the first manual treeIngo Schwarze
2014-11-11Let -h imply -c (that is, not use the pager).Ingo Schwarze
2014-11-11implement -h (synopsis only) for preformatted (cat) pages;Ingo Schwarze
2014-11-10mux-related manual tweaksDamien Miller
2014-11-10add required vertical spacing before lists that beginIngo Schwarze
2014-11-10remove various bits of autoconf cruft. from Martin NatanoTed Unangst
2014-11-10remove ipc leftovers. from Martin NatanoTed Unangst
2014-11-10remove old, unnecessary compat code. from Martin NatanoTed Unangst
2014-11-10Revert r1.17 as it breaks inserting in some cases.Nicholas Marriott
2014-11-09Expand formats in copy-pipe command, suggested by Suraj N Kurapati.Nicholas Marriott
2014-11-08Check the mode flag being passed in to mmopen() instead of ignoring it.Brad Smith
2014-11-08Two improvements to reflow from Balazs Kezes:Nicholas Marriott
2014-11-08Empty strings should be false too for #{?}, from Marc Finet.Nicholas Marriott
2014-11-07More OPENSSL_NO_TLSEXT clean up.Joel Sing
2014-11-07Document the -servername option for openssl(1) s_client.Joel Sing
2014-11-07V should be vi not emacs, also sort. From Theo Buehler.Nicholas Marriott
2014-11-06Let -Tascii \(bu (bullet) output agree with groff;Ingo Schwarze
2014-11-06TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,Joel Sing