summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
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