summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2006-12-24Add column-number indicator to status line (enabled when line-number-mode isKjell Wooding
2006-12-23Spelling.Kenneth R Westerback
2006-12-22snprintf() -> cvs_path_cat();Xavier Santolaria
2006-12-21if the add or import command is issued, send the wrapper-sendme-rcsOptionsXavier Santolaria
2006-12-21Fix !command piping by Alexander Bluhm in PR 5325. Tested by quite aOtto Moerbeek
2006-12-21Fix a realloc-style bug (curmap = reallocmap(curmap)) inKjell Wooding
2006-12-21Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode,Kjell Wooding
2006-12-21- plug memleak in rcs_parse_delta()Niall O'Higgins
2006-12-21- plug memory leak in rcs_parse_delta()Niall O'Higgins
2006-12-21- plug memory leak in rcs_translate_tag()Niall O'Higgins
2006-12-21- plug memory leak in rcs_patch_lines()Niall O'Higgins
2006-12-21'immediatly' -> 'immediately' in comments.Kenneth R Westerback
2006-12-20kjell loves his extra spacesTheo de Raadt
2006-12-20Get rid of CVMVAS define. Originally to change pgforw/back parameterKjell Wooding
2006-12-20since auto-execute expects a function name at the "Execute:" prompt anyway,Kjell Wooding
2006-12-20kill an ill-formed (and totally unnecessary) realloc.Kjell Wooding
2006-12-20missing xfree();Xavier Santolaria
2006-12-20remove debug message left in previous commit.Xavier Santolaria
2006-12-20.Xr cmp and sdiff each otherJasper Lievisse Adriaanse
2006-12-20remove unneeded #includeSteven Mestdagh
2006-12-19add some bits to handle Remove-entry.Xavier Santolaria
2006-12-19correctly check snprintf(), noticed by ray@Joris Vink