summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-09-30missing flags;Joris Vink
2005-09-30allow ci to run, niallo forgot this when he commited his ci code;Joris Vink
2005-09-30no need for cvs_log_init() here;Joris Vink
2005-09-30add missing function prototypes for ci.cNiall O'Higgins
2005-09-30add a basic ci.c as a starting point. requires more changes to rcs apiNiall O'Higgins
2005-09-30avoid using `cvs add *' idiom wrt special files; joris okXavier Santolaria
2005-09-30spacing & KNFJoris Vink
2005-09-30KNFJoris Vink
2005-09-30ensure RCSDIR is in fact a directory before deciding to use it.Niall O'Higgins
2005-09-30rework the rcs_write() function.Niall O'Higgins
2005-09-30Ensure we do not compress files we need for decompressing by alsoOtto Moerbeek
2005-09-29hrmz..better.Xavier Santolaria
2005-09-29minor knfXavier Santolaria
2005-09-29support -q flag in 'co' and 'rcs'Joris Vink
2005-09-29free the access list when rcs file is closed. ok joris@Moritz Jodeit
2005-09-29set RCS_SYNCED to off in some more functions whichMoritz Jodeit
2005-09-29return -1 instead of NULL in rcs_sym_{add,remove}. ok joris@Moritz Jodeit
2005-09-29don't forget to put the revision into the rcs_lockMoritz Jodeit
2005-09-29implement RCS_HEAD_REV in rcs_rev_add()Niall O'Higgins
2005-09-29allow RCS_HEAD_REV to be passed to rcs_getrev() to obtain the head revision;Joris Vink
2005-09-29fix usageJoris Vink
2005-09-29stuff needed for 'co'Joris Vink
2005-09-29put it basic checkout codeJoris Vink
2005-09-29zap unused varsJoris Vink
2005-09-29- prototypes for the RCS commands go in rcsprog.hJoris Vink
2005-09-29for RCS files look in RCSDIR, if there is no path prefix specified.Joris Vink
2005-09-28sort options and sync usage();Jason McIntyre
2005-09-28fix buflist mode; pr 4524; from jasonTheo de Raadt
2005-09-28make -s print information about kmapent as well, reminded by deraadt@Pedro Martelletto
2005-09-28- when we run out of static kernel map entries, grab a fresh page usingPedro Martelletto
2005-09-28pull in protos from rpcsvc/ypclnt.h; issue noted by leonardo@iken.com.brTheo de Raadt
2005-09-27add a -z option that allows you to split records on the nul characterDavid Gwynne
2005-09-27add some file status checks in local setup;Xavier Santolaria
2005-09-26terminate the buffer before calling regexec(3) when prompting forFederico G. Schwindt
2005-09-26some more style nits and bits;Xavier Santolaria
2005-09-26style;Xavier Santolaria
2005-09-25cal now (well, has done for a while) accepts a single argumentJason McIntyre
2005-09-25Produce more clear error message parsing date strings. ok joris@Otto Moerbeek
2005-09-25Fix wrong normalization in compare. From andreas@Otto Moerbeek
2005-09-25use cvs_add_build_entry(); joris okXavier Santolaria
2005-09-24some people suggested to put this quote in here... ok joris@Reyk Floeter
2005-09-22-s was using the wrong arg (PF_INET) for protocol instead of IPPROTO_TCP & IP...Theo de Raadt
2005-09-22style;Xavier Santolaria
2005-09-21change label at markus@'s requestDamien Miller
2005-09-21aquire -> acquire, from stevesk@Damien Miller
2005-09-21add ability to disable EPSV/EPRT from command-line.Federico G. Schwindt
2005-09-21clean this mess up; joris okXavier Santolaria
2005-09-21use correct return codes in cvs_add_directory(); joris okXavier Santolaria
2005-09-20missing 'ident' command in the programs table.Joris Vink
2005-09-20- create the correct RCS filename before calling rcs_open().Joris Vink