summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-05-20rewrite DIAGNOSTICS to avoid confusion about which application returnsJason McIntyre
2007-05-20since less(1) and more(1) are the same point, don;t list them bothJason McIntyre
2007-05-20Add support for zmore being called as zless,Jonathan Gray
2007-05-19improve the descriptions of "section" and "subsection"; ok millertJason McIntyre
2007-05-19- Rewrite argument handling to not pass closed fd's to asa()Moritz Jodeit
2007-05-17djm owes me a vb and a tism cd for breaking ssh compilationJolan Luff
2007-05-17pass received SIGINT from monitor to postauth child so it can cleanDamien Miller
2007-05-17fall back to gethostname() when the outgoing connection is notDamien Miller
2007-05-17Check getpwnam() return value for NULL before dereferencing it.Moritz Jodeit
2007-05-17Check getpwuid() return value for NULL before dereferencing it.Moritz Jodeit
2007-05-17Fix fgetln(3) handling of lines without trailing newline.Moritz Jodeit
2007-05-17bz#1286 stop reading and processing commands when input or output bufferDamien Miller
2007-05-17save and restore errno when logging; ok deraadt@Damien Miller
2007-05-17Remove extra return statement, from tbert from lint.Ray Lai
2007-05-17Don't free unused variable, from tbert.Ray Lai
2007-05-17Remove nonsensical dereference. From tbert.Ray Lai
2007-05-16Figure out DST by setting tm_isdst element to -1.Xavier Santolaria
2007-05-16In remote setup, write sent files to inlog (if specified) instead of outlog.Xavier Santolaria
2007-05-16Allow stripping of files, even if the destination filenameMoritz Jodeit
2007-05-16open() returns -1 on error, not NULL. From Tobias Stoeckmann.Xavier Santolaria
2007-05-16Add missing ssize_t rlen, used when DEBUG is defined, and onlyRay Lai
2007-05-15Remove useless NOxxx defines and use NULL instead.Moritz Jodeit
2007-05-14use sys/queue macros instead of accessing fields directly.Pierre-Yves Ritschard
2007-05-12Prevent core dump if strpbrk() returns NULL. Reported to bugs@ byRay Lai
2007-05-12Change 0x30 to more readable '0'.Ray Lai
2007-05-11typo in previous commit;Xavier Santolaria
2007-05-11fix format of the CVSROOT string in comments.Xavier Santolaria
2007-05-11Sync with editit from sendbug.Ray Lai
2007-05-11cvs_logmsg_edit no longer fails with ECHILD.Ray Lai
2007-05-11Sync with editit from sendbug.Ray Lai
2007-05-11If fork fails with EAGAIN, ignore errno and fail. Looping justRay Lai
2007-05-11Instead of returning -1 and setting errno to ECHILD if the editorRay Lai
2007-05-11Delinting from tbert <bret dot lambert at gmail dot com>Ray Lai
2007-05-10Simplify cvs_vlog() to avoid endless fatal() loop on some error case.Xavier Santolaria
2007-05-10ftsopen -> fts_open; partly from Alexander Holupirek, documentation/5472Jason McIntyre
2007-05-09cvs_splitpath() isn't used anymore; from Tobias Stoeckmann.Xavier Santolaria
2007-05-09- we do not have -H, zap it.Xavier Santolaria
2007-05-09typo in license found by ray; verified repair using my old archives...Theo de Raadt
2007-05-09Be more consistent about when dmesg is attached to template.Ray Lai
2007-05-09Remove shadowed, redundant variable. From Bret Lambert.Ray Lai
2007-05-07Compare chars with '\0', not NULL.Ray Lai
2007-05-07Replace manual loops with strcspn and plug realloc memory leaks.Ray Lai
2007-05-07Simplify some loops.Ray Lai
2007-05-06Restore signals before returning.Ray Lai
2007-05-06Save and restore signals once instead of each time fork fails withRay Lai
2007-05-06Grammar.Ray Lai
2007-05-05Localize variables and don't do anything after exit().Ray Lai
2007-05-04warren zevon's deathJasper Lievisse Adriaanse
2007-05-02like the init command, version does not take any extra args.Xavier Santolaria
2007-05-02strtol() -> strtonum(); from Tobias Stoeckmann.Xavier Santolaria