summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)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
- when commiting in a remote setup, allow the opencvs server to send the correct response to the client when a file has been removed
2007-01-02top(1) doesn't use any math.h function, so do not include math.h andOtto Moerbeek
do not link with libm. ok ray@
2007-01-02- fix support for checking out binary files.Niall O'Higgins
testing from xsa@ and Igor Sobrado <igor at string1.ciencias.uniovi.es> ok xsa@
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
not linked to build.
2007-01-02VarDelete is no longer used by list functions, so let it do type-checkingMarc Espie
correctly.
2007-01-02do not use lists for SYNOPSIS;Jason McIntyre
from eric s. raymond via brad
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
is required if you need to type characters like german umlauts. the mg documentation is still very incomplete and will need some more work. also split the manpage into sections to make it a bit more readable. ok jmc@
2006-12-29Netstat has the same issue problem as route when printing a default inet6Claudio Jeker
route. Need to typecast the sizeof() to int so that the compare works. Having a negativ lim is OK. Reported by Björn Ketelaars. OK deraadt@
2006-12-28- remove un-needed trailing backslash from LINKS declaration.Niall O'Higgins
noticed by Igor Sobrado <igor at string1.ciencias.uniovi.es>
2006-12-28- rearrange textJason McIntyre
- sort options - some markup fixes
2006-12-28- less macros needed in SYNOPSISJason McIntyre
- sort options
2006-12-27- sync with usageNiall O'Higgins
2006-12-27- no need to mention -e option twice in usage.Niall O'Higgins
pointed out by Igor Sobrado <igor at string1.ciencias.uniovi.es>
2006-12-27Also provide 'C' as a command line arg. From Mark Lumsden <mark at cyodesignsOtto Moerbeek
dot com>.
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
just a show ip bgp as. OK reyk@
2006-12-24Fix a bug where inserting a file resulted in an incorrectKjell Wooding
line-number count for a buffer (M-X insert-file, M-> to reproduce). While here, fix a number of bugs with incorrect line numbers after swap point-and-mark Originally reported via debian's bug tracking system. Fix tested by Han Boetes and Deanna Phillips.
2006-12-24Add column-number indicator to status line (enabled when line-number-mode isKjell Wooding
enabled; i.e. by default). This is essentially free, and has been requested a few times now
2006-12-23Spelling.Kenneth R Westerback
'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded'
2006-12-22snprintf() -> cvs_path_cat();Xavier Santolaria
2006-12-21if the add or import command is issued, send the wrapper-sendme-rcsOptionsXavier Santolaria
request to the server.
2006-12-21Fix !command piping by Alexander Bluhm in PR 5325. Tested by quite aOtto Moerbeek
few on tech@.
2006-12-21Fix a realloc-style bug (curmap = reallocmap(curmap)) inKjell Wooding
keymap repapping. spotted by theo
2006-12-21Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode,Kjell Wooding
which swaps ^H and DEL. ok jason@
2006-12-21- plug memleak in rcs_parse_delta()Niall O'Higgins
same as opencvs diff, ok xsa@
2006-12-21- plug memory leak in rcs_parse_delta()Niall O'Higgins
ok joris@ ray@
2006-12-21- plug memory leak in rcs_translate_tag()Niall O'Higgins
ok joris@ ray@
2006-12-21- plug memory leak in rcs_patch_lines()Niall O'Higgins
ok joris@ ray@
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
from pages to lines. We don't use it.
2006-12-20since auto-execute expects a function name at the "Execute:" prompt anyway,Kjell Wooding
enable autocomplete for that field.
2006-12-20kill an ill-formed (and totally unnecessary) realloc.Kjell Wooding
Spotted by theo.
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
ok jmc@ ray@
2006-12-20remove unneeded #includeSteven Mestdagh
ok mbalmer@ deraadt@
2006-12-19add some bits to handle Remove-entry.Xavier Santolaria
2006-12-19correctly check snprintf(), noticed by ray@Joris Vink