summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-01-09tidy up FAST STARTUP;Jason McIntyre
2005-01-09better example;Jason McIntyre
2005-01-09better section reference;Jason McIntyre
2005-01-08New shortcuts for commands device (d) and debug (deb)Aleksander Piotrowski
go ahead espie@
2005-01-08Fix for FreeBSD PR#12801 from Sven Verdoolaege (nvi maintainer) via FreeBSDPeter Valchev
(an infinite loop at certain case when options "comment" and "leftright" are used)
2005-01-08Move a line of code which was "obviously" misplaced.Peter Valchev
This fixes a core dump when auto-completing filenames and at least one of the file names is larger than the screen width. from NetBSD PR and fix by Peter Bex in PR#28382
2005-01-08When an error occurs in v_txt(), leave input mode too.Peter Valchev
Otherwise, (among other things) db_get() thinks it can re-use the TEXT buffers when it's not true, leading to a crash because that TEXT buffer will be released just before it is actually used to create a new one. From NetBSD, fixes NetBSD PR#21797.
2005-01-08`login'(n) -> `log in'(v);Jason McIntyre
2005-01-08move the license into the body of the man page;Jason McIntyre
ok millert@
2005-01-07document `cvs import';Jason McIntyre
from joris vink;
2005-01-07Remove line in copyright declaration that conflicts with the LICENSE file.Todd C. Miller
OK bostic@sleepycat.com
2005-01-07oops - 2 more .Dq -> .Sq;Jason McIntyre
2005-01-07- distinguish between client (ftp) and protocol (FTP)Jason McIntyre
- uppercase http - use .Sq for single characters, rather than .Dq - adjust a list
2005-01-07`login'(n) -> `log in'(v);Jason McIntyre
2005-01-07better wording for -l;Jason McIntyre
2005-01-07- better documenting of `host' and `port[s]'Jason McIntyre
- note that -l ignores timeouts
2005-01-06the status command now supports the same arguments as its gnu cvsJean-Francois Brousseau
counterpart (-lRv)
2005-01-06add cvsintro.7 to MAN now that jmc@ has put useful information in thereJean-Francois Brousseau
2005-01-06add *.core as part of the standard ignore patternsJean-Francois Brousseau
2005-01-06* always assign a cvsroot to directories, even if they are unknownJean-Francois Brousseau
to cvs * only avoid recursion on unknown directories if the CF_KNOWN flag was specified
2005-01-06Improved and working import code from Joris Vink with modificationsJean-Francois Brousseau
from me (client mode only for the moment)
2005-01-06check the return value of a strdup() call and return an error onJean-Francois Brousseau
failure from Joris Vink
2005-01-06clarify what -a does;Jason McIntyre
prod and ok deraadt@
2005-01-05document `cvs tag';Jason McIntyre
from joris vink;
2005-01-05Before attempting to initialize the cvs repository, make sure we haveJean-Francois Brousseau
a valid CVSROOT, and abort with the appropriate error message otherwise. Fixes a core dump spotted by jmc@
2005-01-05remove dead code, log connect() failures with level error, ok djm@Markus Friedl
2005-01-04add snprintf sanity check.Moritz Jodeit
ok millert@, henning@
2005-01-04Minor KNF, s/for(/for (/Todd C. Miller
2005-01-04Fix some issues noted by Joris Vink; pedro@ OKTodd C. Miller
o g/c the changed field in struct field o increment argv for bad fields too o deal with AUDIO_MIXER_DEVINFO (unlikely) failures
2005-01-04first cut at an introduction to CVS;Jason McIntyre
ok jfb@
2005-01-03when releasing a file structure, free the reference to its name soJean-Francois Brousseau
we don't leak memory spotted by Joris Vink, more complete diff from me
2005-01-03limit the maximum length of RCS numbers to 64 nums and avoidJean-Francois Brousseau
potential integer overflow in case of ridiculously large RCSNUMs
2005-01-03more error checking on buffer operations and plug a descriptor leakJean-Francois Brousseau
from Joris Vink
2005-01-03the proclamation of the Soviet Socialist Zaurus PortablicMichael Shalayeff
2005-01-03use an example of nmap `outpattern' containing spaces that works;Jason McIntyre
2005-01-03don't try to demangle C symbols if we're ELF.Marc Espie
looks okay mickey@
2005-01-03a little cleanup in the nmap description;Jason McIntyre
2005-01-03need to escape lines starting w/ `...';Jason McIntyre
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2005-01-02remove misleading "client host" string;Jason McIntyre
from matthias kilian pr# 4057;
2004-12-31explicitly mention port in an example;Jason McIntyre
from fgsch@
2004-12-30add strdup() check; jfb okXavier Santolaria
2004-12-30Send files to add using `Is-Modified' instead of `add', and sendJean-Francois Brousseau
directories regardless of whether they are known or not, in case they are part of the files to add.
2004-12-30these pages already have their copyrights contained within the mainJason McIntyre
body of the page, commented out; no point in giving them their own COPYRIGHT sections, so remove them;
2004-12-30stdinit() and flush_all() are prototyped globally, no need to do itTodd C. Miller
inside functions that use them.
2004-12-30Restore error checking in tostring().Todd C. Miller
2004-12-30Update to version 20041222; OK deraadt@Todd C. Miller
2004-12-29handle snprintf -1; otto okTheo de Raadt
2004-12-28remove signedness warnings; jfb okXavier Santolaria
2004-12-28abort with an error if we can't figure out what the connectionJean-Francois Brousseau
method is