summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-11-17"#ifdef is for emacs developers.", back after kjell criedChad Loder
2005-11-17- "revdate" is something else - function should be calledNiall O'Higgins
2005-11-17- split -d handling into function checkin_setrevdate()Niall O'Higgins
2005-11-17- spelling fixNiall O'Higgins
2005-11-16- add comments for functions.Niall O'Higgins
2005-11-16lots of changes to allow greater code re-use and modularisation, along withNiall O'Higgins
2005-11-16knf & cleanup; mickey okTheo de Raadt
2005-11-16add EXAMPLES section; ok jmc nialloXavier Santolaria
2005-11-16respect -q;Xavier Santolaria
2005-11-16nuke trailing whitespace;Xavier Santolaria
2005-11-16more of the air shakers born and died; from eric@Michael Shalayeff
2005-11-16fix output if file is not locked;Xavier Santolaria
2005-11-16- add file existence checkXavier Santolaria
2005-11-16fix writing of RCS files; it has been bugging us for a while now...Xavier Santolaria
2005-11-16I think some people are missing the point of this fileChad Loder
2005-11-16Remove some random stuff theo said once to someoneChad Loder
2005-11-16anotherChad Loder
2005-11-15Include sys/queue.h explicitly instead of assuming some other headerTodd C. Miller
2005-11-14constuct -> constructMiod Vallat
2005-11-14use asprintf(); ok mickeyTheo de Raadt
2005-11-14fix fd leak; then i got a bit carried away making the code prettierTheo de Raadt
2005-11-14use asprintfTheo de Raadt
2005-11-14use asprintf()Theo de Raadt
2005-11-14spacingTheo de Raadt
2005-11-14minor knf;Xavier Santolaria
2005-11-14print RCS file path;Xavier Santolaria
2005-11-13fseeko() and lseek() have different return values. cope with that correctly....Theo de Raadt
2005-11-13Better error checking of snprintfs. From Han Boetes.Kjell Wooding
2005-11-13Copy buffer before handing it to basename().Kjell Wooding
2005-11-12- fix xsa breakage. char arrays on the stack are not NULL if empty. useNiall O'Higgins
2005-11-12- remove strtab stuff. serves no useful purpose.Niall O'Higgins
2005-11-12break in caseTheo de Raadt
2005-11-12remove unused variable; ok kjellTheo de Raadt
2005-11-12Paranoia. Check if last of a series of strlcats overflows. Pointed out byKjell Wooding
2005-11-12avoid close(-1), as in rcp; ok cloderTheo de Raadt
2005-11-12spaceTheo de Raadt
2005-11-12more asprintf; ok dhill@mindcry.orgTheo de Raadt
2005-11-12support for `-Aoldfile'; joris okXavier Santolaria
2005-11-12use asprintf instead; dhill@mindcry.orgTheo de Raadt
2005-11-11Now that we have an editable minibuffer, revert parsing ofKjell Wooding
2005-11-11spacingTheo de Raadt
2005-11-11Enable some of the more common editing keybindings in the minibuffer.Kjell Wooding
2005-11-11remove nsswitch.conf stuff, and explain how lookup order is handled;Jason McIntyre
2005-11-10Fix HISTORY sectionOtto Moerbeek
2005-11-10Hook getent(1) into the buildOtto Moerbeek
2005-11-10various cleanups, work with ottoTheo de Raadt
2005-11-10$OpenBSD$Otto Moerbeek
2005-11-10Introducing getent(1) from NetBSD. ok deraadt@Otto Moerbeek
2005-11-09add missing '\n' when writing deltatexts in an RCS file;Xavier Santolaria
2005-11-09document `-xsuffixes' and `-ztz';Xavier Santolaria