summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-06-11remove unused variableJoris Vink
2006-06-10update .Nd, SYNOPSIS, and DESCRIPTION, after alexey e. suslikov pointedJason McIntyre
2006-06-09- fix rcs_expand_keywords().Niall O'Higgins
2006-06-09handle `cvs tag -F'; input && OK joris@.Xavier Santolaria
2006-06-08do not set the gid, noted by solar; ok djmMarkus Friedl
2006-06-07a bug in cvs_mkpath() prevented to create the CVS admin directory andReyk Floeter
2006-06-07bring back tag command; basic tag addition/deletion available. OK joris@.Xavier Santolaria
2006-06-07bring back -v support; OK joris@.Xavier Santolaria
2006-06-07this file is public domain;Jason McIntyre
2006-06-07add support for <name>,t file:Xavier Santolaria
2006-06-07document that tip(1) can set the line discipline.Marc Balmer
2006-06-06teach tip about line disciplines; tried by mbalmer tooTheo de Raadt
2006-06-06minor cleanupTheo de Raadt
2006-06-06zap another magic numberMichael Coulter
2006-06-06make use of new structs and defines in cd.hMichael Coulter
2006-06-06replace remaining setuid() calls with permanently_set_uid() andMarkus Friedl
2006-06-06more bits for the export command to work correctly. OK joris@.Xavier Santolaria
2006-06-06hello commit -F supportJoris Vink
2006-06-06add support for the -D option of update,Joris Vink
2006-06-05allow the re-adding of files with previous revisionsJoris Vink
2006-06-04- initialise path pointers to NULL since error code checks for that.Niall O'Higgins
2006-06-04sync exit status bits with reality.Xavier Santolaria
2006-06-04- explicitly set some pointers to NULL since they are tested on error.Niall O'Higgins
2006-06-04fix output if file is lost, unknown, or in the Attic; OK joris@.Xavier Santolaria
2006-06-04lets not stop looking for a branch if the first oneJoris Vink
2006-06-04sprinkle -n voodoo over the add, commit and import commands.Joris Vink
2006-06-04- we can just use the 'sizdiff' variable instead of calling strlen(expbuf);Niall O'Higgins
2006-06-04- ensure fin pointer is not invalidated after reallocNiall O'Higgins
2006-06-04- don't forget to free data in rcs_expand_keywords()Niall O'Higgins
2006-06-04- fix off-by-one in rcs_expand_keywords()Niall O'Higgins
2006-06-03add support for update -A and update -r<rev>.Joris Vink
2006-06-03- correctly handle binary files; say bye bye to using c strings for deltatexts.Niall O'Higgins
2006-06-02various spelling fixesDavid Krause
2006-06-02- at end of checkin_main loop, reset pb.newrev. fixes a problem with checkinNiall O'Higgins
2006-06-02Rework logic for function argument conversion warnings. Only do certainChad Loder
2006-06-02Show interface state and link state in ifstat output. Idea and OK dlg@Claudio Jeker
2006-06-02strtoul() -> strtonum(). Also change iflag to unsigned int, sinceRay Lai
2006-06-02Replaced by new stuff in regressIan Darwin
2006-06-01Remove two unnecessary strlen() calls. Also, check if asprintfRay Lai
2006-06-01- rcs_buf_release() has no need for u_char since it returns void *Niall O'Higgins
2006-06-01- zap dangling macro, will be replaced with a function later.Niall O'Higgins
2006-06-01fix outputJoris Vink
2006-06-01import work on existing repos:Joris Vink
2006-06-01major rewrite of some rcs parsing stuff:Joris Vink
2006-06-01Like DENIC, DK-HOSTMASTER is requires extra attention. This makes youMichael Knudsen
2006-06-01kill another superfluous strlenKjell Wooding
2006-06-01Style. no practical change.Kjell Wooding
2006-06-01Fix message on empty goto-line. While here, lose a strlen and KNF.Kjell Wooding
2006-06-01call get_remote_ipaddr() early; fixes logging after client disconnects;Markus Friedl
2006-06-01Display line number in the mg statusbar. Yes, it seems like a fuglyKjell Wooding