summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-07-09channel changing is to be handled by radioctl; the rest of it requres use of ...Michael Shalayeff
2005-07-09kill useless "&& r1 == NULL" expression.Niall O'Higgins
2005-07-09explicit casts to const char *Niall O'Higgins
2005-07-09convert snprintf with format string "%s" to an strlcpy.Niall O'Higgins
2005-07-08split local and remote function handlers from each other.Joris Vink
2005-07-08new sentence, new line;Jason McIntyre
2005-07-08handle -Q correctly; Ok joris@.Xavier Santolaria
2005-07-08if a file has been locally added, output correct info! Ok joris@.Xavier Santolaria
2005-07-08don't try to run the pruning function on server side.Joris Vink
2005-07-08change BindAddress to match recent ssh -b change; prompted by markus@Darren Tucker
2005-07-08hrmz spaces...Xavier Santolaria
2005-07-08race when efd gets closed while there is still buffered data:Markus Friedl
2005-07-08Make comment match code; ok djm@Darren Tucker
2005-07-08- revert previous commit a bit, those arguments belonged to expand-modules.Joris Vink
2005-07-08do not send the Arguments to the server twice.Joris Vink
2005-07-08display in local mode only the mtime of a file stored in the Entries file;Xavier Santolaria
2005-07-07do not run the callback for "." twice.Joris Vink
2005-07-07add a field to CVSFILE which holds the timestamp from the Entries file.Joris Vink
2005-07-07more snprintf(3) checks, check against the correctJoris Vink
2005-07-07add info message when examining directories; Ok joris@.Xavier Santolaria
2005-07-07remove trailing whitespacesJoris Vink
2005-07-07snprintf(3) checks.Joris Vink
2005-07-07arrange list of hash algorithms as previously done for skeyinit(1);Jason McIntyre
2005-07-07add comment;Xavier Santolaria
2005-07-07display what we should in case the file is unknown to cvs. Ok joris@.Xavier Santolaria
2005-07-06- tidy up SYNOPSISJason McIntyre
2005-07-06- use nroff symbolsJason McIntyre
2005-07-06- simplify SYNOPSISJason McIntyre
2005-07-06alter spacing of usage() so we don;t get a line break if skey isJason McIntyre
2005-07-06- tidy up SYNOPSISJason McIntyre
2005-07-06oops, $macro was documented, just not where i expected it; reword andJason McIntyre
2005-07-06add explicit comments for file status;Xavier Santolaria
2005-07-06correct file status strings;Xavier Santolaria
2005-07-06clarify meaning of ssh -b ; with & ok jmc@Darren Tucker
2005-07-06- now that `macdef' is nicely documented, tell people how to use itJason McIntyre
2005-07-06improve the description of `macdef';Jason McIntyre
2005-07-06sync spell usage() w/ man page synopsis;Jason McIntyre
2005-07-06spacingTheo de Raadt
2005-07-06warning clean and constinessTed Unangst
2005-07-06drop in parsemonth from freebsd.Ted Unangst
2005-07-05sync usage() w/ man page synopsis;Jason McIntyre
2005-07-05if we can't stat the file and there is no entry for it, don't failJoris Vink
2005-07-05correct ouput to match gnu/usr.bin/cvs; more to come.Xavier Santolaria
2005-07-05`No' -> `no' in output; matches gnu/usr.bin/cvs output;Xavier Santolaria
2005-07-05little bit better description of -ml;Jason McIntyre
2005-07-05- sort description of -mJason McIntyre
2005-07-05sort options, and some formatting improvememnts;Jason McIntyre
2005-07-05protect against cvs_getln() failure.Joris Vink
2005-07-05tweaks;Jason McIntyre
2005-07-04add HISTORYRobert Nagy