summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2007-05-01use strtonum; ok millert@Jason Dixon
2007-04-30- checkout from a read-only repository implies -l.Xavier Santolaria
2007-04-30make usage() __dead; from Tobias Stoeckmann.Xavier Santolaria
2007-04-30missing header; from Tobias Stoeckmann.Xavier Santolaria
2007-04-28the options list must be alphabetically sortedIgor Sobrado
2007-04-27typo; mikolaj.kucharski@gmailTheo de Raadt
2007-04-26replace REV, REV1 and REV2 with rev, rev1 and rev2, respectively;Igor Sobrado
2007-04-26replace D, D1 and D2 by date, date1 and date2 respectively;Igor Sobrado
2007-04-26`[-sstate[:rev]]' is not available in rcs(1)Igor Sobrado
2007-04-26the message returned by usage() must fit on a 80-column displayIgor Sobrado
2007-04-26compatibility (`do nothing') options do not need to be announcedIgor Sobrado
2007-04-26replace tabs by spaces in the message returned by usage()Igor Sobrado
2007-04-25Copy signal-safe edit function from sendbug.Ray Lai
2007-04-25Remove extra code that only applies to setuid/setgid programs.Ray Lai
2007-04-24It's never too late to write "too late" correctly.Miod Vallat
2007-04-24exeption -> exceptionMiod Vallat
2007-04-24replace D, D1 and D2 by date, date1 and date2 respectively;Igor Sobrado
2007-04-24changes "Usage" to "usage"; sorts options list in cvs history;Igor Sobrado
2007-04-24support non-integral refresh intervals, possibly as low as 0.1s.Ted Unangst
2007-04-23Remove duplicate commmentTodd C. Miller
2007-04-23chopping the end of this sentence off made more sense than fixing it;Jason McIntyre
2007-04-23Remove debug() left over from development. ok deraadt@Darren Tucker
2007-04-22Remove non-existent keyword protocol and replace it withMoritz Jodeit
2007-04-22+04/22 Portuguese navigator Pedro Alvares Cabral becomes the firstPedro Martelletto
2007-04-21Add a reference to the original RCS paper.Jonathan Gray
2007-04-20- correct signal handling and process waiting for the EDITOR support codeXavier Santolaria
2007-04-19Update to less version 382. This removes some code that is licensed underMarc Balmer
2007-04-18adds a detailed synopsis to the man page; sorts options inIgor Sobrado
2007-04-18Fix a NULL dereference if the symbol table size is zero; ok millert@ deraadt@Miod Vallat
2007-04-18cast "%llu" format spec to (unsigned long long); do not assume aKevin Steves
2007-04-17For "spell -t" pass the -w flag to detex like we do for deroff.Todd C. Miller
2007-04-17Support proxies which require a password just like ftp servers accept passwordsDale Rahn
2007-04-17cvsrc(5) is no more, so point to cvs(5) instead;Jason McIntyre
2007-04-16don't truncate wchan, ok miod@Otto Moerbeek
2007-04-16file argument is not mandatory, say so.Xavier Santolaria
2007-04-15allow systat(1) to be exited with 'q' like top(1).Matthieu Herrb
2007-04-15adjust Makefile for my man changes;Jason McIntyre
2007-04-15Add Leonhard Euler.Marco Pfatschbacher
2007-04-14naptime is already extern in extern.h, don't do it againTed Unangst
2007-04-14remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>Kevin Steves