summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-01-10you know what, now that openrcs is in fact working properly andJoris Vink
2007-01-10- use .Sq for single characters, rather than .DqJason McIntyre
2007-01-10do not use a list for SYNOPSIS;Jason McIntyre
2007-01-10Clear EOF before prompting user for input.Ray Lai
2007-01-09fix usageTheo de Raadt
2007-01-09add remote handler for the cvs watch command; not linked to the build.Xavier Santolaria
2007-01-09Ignore "mapping symbols" like $a and $t. They seem to be an ARM-onlyChris Kuethe
2007-01-09remove uneeded linebreak when creating the CVS/NotifyXavier Santolaria
2007-01-09Accept empty command, from Matthew R. Dempsky; ok deraadt@ millert@Otto Moerbeek
2007-01-08- simplify CVS/Baserev file parsing; makes unedit work better.Xavier Santolaria
2007-01-07add the temporary file we create to the temp_files worklistJoris Vink
2007-01-07make the output when interrupting writing the log message consistent.Jasper Lievisse Adriaanse
2007-01-07use cvs_logmsg_read() for -F for simplicity.Joris Vink
2007-01-07and lets make import work with the new logmsg code too!Joris Vink
2007-01-07free the filelists we pass to cvs_logmsg_create()Joris Vink
2007-01-07rewrite of the logmessage code, which allows you toJoris Vink
2007-01-07zap-o-matic 2007:Joris Vink
2007-01-06add cvs_base_handle() routine to handle the CVS/Baserev* files.Xavier Santolaria
2007-01-05tidy & sort help displayOtto Moerbeek
2007-01-05for edit: create the CVS/Base directory if it does not already exist.Xavier Santolaria
2007-01-05use current working directory fullpath for notifications.Xavier Santolaria
2007-01-05correctly handle time in notifications.Xavier Santolaria
2007-01-05use correct hostname for notifications.Xavier Santolaria
2007-01-05starting bits for the edit command. more to come.Xavier Santolaria
2007-01-05add new g command to interactive help; from Mark LumsdenOtto Moerbeek
2007-01-05- introduce file comparison routine, cvs_file_cmp().Xavier Santolaria
2007-01-04extend make grammar slightly:Marc Espie
2007-01-04having a function that iterates through node's datum so that we retrieveMarc Espie
2007-01-03make sure remove -f also works in remote setupJoris Vink
2007-01-03add support for 'remove' in a remote setup.Joris Vink
2007-01-03revert changes made in 1.40 - it breaks add in a remote setupJoris Vink
2007-01-03if we are commiting a file, do not let the server resend itJoris Vink
2007-01-03fix CVS_CLIENT_LOG logging, we were missing partsJoris Vink
2007-01-03Missing 'T' in interactive command list. From Mark Lumsden.Otto Moerbeek
2007-01-03Add a 'g' command to only show processes having a string in theirOtto Moerbeek
2007-01-03bring back cvs_yesno() as is it going to be used pretty soon now.Xavier Santolaria
2007-01-03manual page should not mention options which are not yet implemented.Niall O'Higgins
2007-01-03set permissions back on the file after it got copied from theXavier Santolaria
2007-01-03spacesKevin Steves
2007-01-03ARGSUSED for lintKevin Steves
2007-01-03spacesKevin Steves
2007-01-03remove small dead code; arnaud.lacombe.1@ulaval.ca via Coverity scanKevin Steves
2007-01-02- fix cvs_client_remove_entry to correctly handle the passed dataJoris Vink
2007-01-02top(1) doesn't use any math.h function, so do not include math.h andOtto Moerbeek
2007-01-02- fix support for checking out binary files.Niall O'Higgins
2007-01-02some unedit command bits; still work in progress for local mode.Xavier Santolaria
2007-01-02skeletons for the client-side part of the editors and watchers commands.Xavier Santolaria
2007-01-02VarDelete is no longer used by list functions, so let it do type-checkingMarc Espie
2007-01-02do not use lists for SYNOPSIS;Jason McIntyre
2007-01-02missing xfree()'s; spotted by joris.Xavier Santolaria