summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-11-26Make option string/struct const (since it is...). I've had thisTodd C. Miller
2014-11-26init array field in the proper place, see regress test t27;Otto Moerbeek
2014-11-26Properly validate line ranges supplied in diff file to prevent overflows.Tobias Stoeckmann
2014-11-26Make the code sipler and more robust by always assigning a valueIngo Schwarze
2014-11-25fix (disabled) build of man.cgiIngo Schwarze
2014-11-25Introduce strtolinenum to properly check line numbers while parsing:Tobias Stoeckmann
2014-11-25Prevent null pointer dereference on empty input files when diff requiresTobias Stoeckmann
2014-11-25Release file descriptors as soon as they are not needed anymore.Tobias Stoeckmann
2014-11-25set ttyout to line buffered, because the signal handler writes areTheo de Raadt
2014-11-25Allow comma-separated options in tbl(7) tables.Anthony J. Bentley
2014-11-25Completely rewrite the top level of the layout parser.Ingo Schwarze
2014-11-25"Aq foo" is not the same as "<foo>". Don't use it to mark up HTML.Anthony J. Bentley
2014-11-25Do not access a NULL pointer when a section has no body,Ingo Schwarze
2014-11-24Change "will write" back to "writes" in -f description. From jmc@Todd C. Miller
2014-11-24The handling of the -f option is a hack. Instead of fooling aroundTodd C. Miller
2014-11-24Remove undocumented and obsolete -T option. It was intended forTodd C. Miller
2014-11-24Fix crashes in the handling of the sshd config file found with the aflJonathan Gray
2014-11-23minor fixes;Jason McIntyre
2014-11-23Improve manpage markup.Anthony J. Bentley
2014-11-23Mention the -no_tls1_[12] optionsPhilip Guenther
2014-11-23<sys/buf.h> isn't actually needed herePhilip Guenther
2014-11-22restore word zapped in previous, and remove some useless "No" macros;Jason McIntyre
2014-11-22/dev/random has created the same effect as /dev/arandom (and /dev/urandom)Theo de Raadt
2014-11-22not compiled before commitTheo de Raadt
2014-11-22Fixed uninitialized pointer (and other struct entries while at it)Tobias Stoeckmann
2014-11-22Remove SCCS support. For this to work, we would need "get", which we don'tTobias Stoeckmann
2014-11-21remove pointless if_var.h and socketvar.h includes; ok deraadtMike Belopuhov
2014-11-21Don't forget to transmit the xrun attribute in GETPAR messages. FoundAlexandre Ratchov
2014-11-21Remove the README. It history from more than 20 years ago, and whileTheo de Raadt
2014-11-21change prototype for crypt_newhash. the login_cap_t is a holdover from itsTed Unangst
2014-11-21We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze
2014-11-21fix NULL pointer dereference crash on invalid timestampDamien Miller
2014-11-20Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ...Kenneth R Westerback
2014-11-20switch to using crypt_newhash interface. ok deraadtTed Unangst
2014-11-20Yet more #include de-duplication.Kenneth R Westerback
2014-11-20Prevent negative arguments to the .ll request from causing integerIngo Schwarze
2014-11-20Remove the vi perl api.Anthony J. Bentley
2014-11-20Fix two minibugs reported by Thomas Klausner <wiz at NetBSD>:Ingo Schwarze
2014-11-19Use stravis() instead of a custom() strvis + mallocarray wrapper.Todd C. Miller
2014-11-19Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze
2014-11-19Fire up your IC fabs!Ingo Schwarze
2014-11-19Three fixes with respect to the names table:Ingo Schwarze
2014-11-19Remove ifdef checks for LIBRARY.Anthony J. Bentley
2014-11-19Escape sequences terminate high-level macro names, and when doing so,Ingo Schwarze
2014-11-19Support the ".if v" conditional operator (vroff mode, always false)Ingo Schwarze
2014-11-18Sync AES code to the one shipped in OpenSSL/LibreSSL.Mike Belopuhov
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-11-18Ignore invalid directories in man.conf(5) and MANPATH, even if theirIngo Schwarze
2014-11-18Avoid iterating over end of string.Tobias Stoeckmann
2014-11-18In man(1) mode, prefer file name matches over .Dt name matches overIngo Schwarze