summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-09-06recognize flac format; from netbsd viaFederico G. Schwindt
2005-09-06more bits for the local remove command support; OK joris@.Xavier Santolaria
2005-09-06Fix example that uses rs(1)Todd C. Miller
2005-09-06less diff in -g/not -g.Marc Espie
2005-09-06finally make our m4 SusV3-compliant.Marc Espie
2005-09-06Make sure entries do not go away when we run through them in the file code.Joris Vink
2005-09-05add warning message if file status is unknown;Xavier Santolaria
2005-09-05let's move forward with the local add command;Xavier Santolaria
2005-09-05add trace message (-t);Xavier Santolaria
2005-09-05use CVS_ENT_MAXLINELEN;Xavier Santolaria
2005-09-05add new functions: cvs_write_tagfile() and cvs_parse_tagfile(),Xavier Santolaria
2005-09-05style;Xavier Santolaria
2005-08-314.2Markus Friedl
2005-08-30destroy credentials if krb5_kuserok() call fails. Stops credentials beingDamien Miller
2005-08-30remove -W from synopsis; ok deraadt@ jmc@David Krause
2005-08-27Fix off-by-one when moving a line to the end of the buffer. InsteadTodd C. Miller
2005-08-26kill bad punctuation;Jason McIntyre
2005-08-25Prevent zs_stackp from going past the end of zs_htab. May happenTodd C. Miller
2005-08-24checkout -D also implies -P; ok jmc@.Xavier Santolaria
2005-08-24range check months 1-12; ok tedu millert othersTheo de Raadt
2005-08-23cvs does not remove directories unless it's empty and thatXavier Santolaria
2005-08-23use vis() consistently in field printing.Marc Espie
2005-08-23preceeded -> precededJason McIntyre
2005-08-22document $CVSROOT/CVSROOT/history file; ok jmc jorisXavier Santolaria
2005-08-22- handle removal of a freshly added fileXavier Santolaria
2005-08-22add the correct entry for newly added files.Joris Vink
2005-08-19do not close the entries file until all files depending on it haveJoris Vink
2005-08-19style;Xavier Santolaria
2005-08-19missing cast;Xavier Santolaria
2005-08-18Oops, previous fix would prevent standard input from being processed at allMiod Vallat
2005-08-18Properly initialize 'end' in seq(), fixing a crashJared Yanovich
2005-08-17only close the RCS file if we opened it.Joris Vink
2005-08-17more use of CVS_ENT_MAXLINELEN;Xavier Santolaria
2005-08-17keep a pointer to the CVSENTRIES in the CVSFILE structure.Joris Vink
2005-08-17trailing whitespaces ...Xavier Santolaria
2005-08-17document CVS/* files; input+ok jmcXavier Santolaria
2005-08-16Do not consider there is a file to process when stat(2) fails; gets rid ofMiod Vallat
2005-08-16#define CVS_ENT_MAXLINELEN 1024Xavier Santolaria
2005-08-16- watchers remote handlerXavier Santolaria
2005-08-14we do not want '.' to show up in the entries file, because itJoris Vink
2005-08-14missing casts; ok jorisXavier Santolaria
2005-08-14catched->caughtMiod Vallat
2005-08-12- style fixXavier Santolaria
2005-08-12add cvs_rename() function; ok jfbXavier Santolaria
2005-08-12a few things left to do here.Xavier Santolaria
2005-08-11print pmtu TCB variablesMarkus Friedl
2005-08-11- replace/remove some gnu-ismsJason McIntyre
2005-08-11a few casts; ok jfbXavier Santolaria
2005-08-11New counter for not joined IPv4 multicast groups.Marco Pfatschbacher
2005-08-11fgets() expects the 2nd arg to be an int.Xavier Santolaria