summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2007-01-01add support for [-s state[:rev]]Xavier Santolaria
2006-12-31client-side bits might be useful too for -m...Xavier Santolaria
2006-12-31add support for -m option.Xavier Santolaria
2006-12-31minor nits;Xavier Santolaria
2006-12-30one more 'verses'->'versus' typo in commentMartin Reindl
2006-12-29mention meta-key-mode in mg(1) to enable 8-bit character input. thisReyk Floeter
2006-12-29Netstat has the same issue problem as route when printing a default inet6Claudio Jeker
2006-12-28- remove un-needed trailing backslash from LINKS declaration.Niall O'Higgins
2006-12-28- rearrange textJason McIntyre
2006-12-28- less macros needed in SYNOPSISJason McIntyre
2006-12-27- sync with usageNiall O'Higgins
2006-12-27- no need to mention -e option twice in usage.Niall O'Higgins
2006-12-27Also provide 'C' as a command line arg. From Mark Lumsden <mark at cyodesignsOtto Moerbeek
2006-12-26fts_read returning NULL and errno set is an error. ok ray@Otto Moerbeek
2006-12-25Typo.Alexander Yurchenko
2006-12-25"show ip bgp source-as" should issue a bgpctl show ip bgp source-as and notClaudio Jeker
2006-12-24Fix a bug where inserting a file resulted in an incorrectKjell Wooding