Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-09 | tidy up FAST STARTUP; | Jason McIntyre | |
2005-01-09 | better example; | Jason McIntyre | |
2005-01-09 | better section reference; | Jason McIntyre | |
2005-01-08 | New shortcuts for commands device (d) and debug (deb) | Aleksander Piotrowski | |
go ahead espie@ | |||
2005-01-08 | Fix for FreeBSD PR#12801 from Sven Verdoolaege (nvi maintainer) via FreeBSD | Peter Valchev | |
(an infinite loop at certain case when options "comment" and "leftright" are used) | |||
2005-01-08 | Move 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-08 | When 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-08 | move the license into the body of the man page; | Jason McIntyre | |
ok millert@ | |||
2005-01-07 | document `cvs import'; | Jason McIntyre | |
from joris vink; | |||
2005-01-07 | Remove line in copyright declaration that conflicts with the LICENSE file. | Todd C. Miller | |
OK bostic@sleepycat.com | |||
2005-01-07 | oops - 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-07 | better wording for -l; | Jason McIntyre | |
2005-01-07 | - better documenting of `host' and `port[s]' | Jason McIntyre | |
- note that -l ignores timeouts | |||
2005-01-06 | the status command now supports the same arguments as its gnu cvs | Jean-Francois Brousseau | |
counterpart (-lRv) | |||
2005-01-06 | add cvsintro.7 to MAN now that jmc@ has put useful information in there | Jean-Francois Brousseau | |
2005-01-06 | add *.core as part of the standard ignore patterns | Jean-Francois Brousseau | |
2005-01-06 | * always assign a cvsroot to directories, even if they are unknown | Jean-Francois Brousseau | |
to cvs * only avoid recursion on unknown directories if the CF_KNOWN flag was specified | |||
2005-01-06 | Improved and working import code from Joris Vink with modifications | Jean-Francois Brousseau | |
from me (client mode only for the moment) | |||
2005-01-06 | check the return value of a strdup() call and return an error on | Jean-Francois Brousseau | |
failure from Joris Vink | |||
2005-01-06 | clarify what -a does; | Jason McIntyre | |
prod and ok deraadt@ | |||
2005-01-05 | document `cvs tag'; | Jason McIntyre | |
from joris vink; | |||
2005-01-05 | Before attempting to initialize the cvs repository, make sure we have | Jean-Francois Brousseau | |
a valid CVSROOT, and abort with the appropriate error message otherwise. Fixes a core dump spotted by jmc@ | |||
2005-01-05 | remove dead code, log connect() failures with level error, ok djm@ | Markus Friedl | |
2005-01-04 | add snprintf sanity check. | Moritz Jodeit | |
ok millert@, henning@ | |||
2005-01-04 | Minor KNF, s/for(/for (/ | Todd C. Miller | |
2005-01-04 | Fix some issues noted by Joris Vink; pedro@ OK | Todd 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-04 | first cut at an introduction to CVS; | Jason McIntyre | |
ok jfb@ | |||
2005-01-03 | when releasing a file structure, free the reference to its name so | Jean-Francois Brousseau | |
we don't leak memory spotted by Joris Vink, more complete diff from me | |||
2005-01-03 | limit the maximum length of RCS numbers to 64 nums and avoid | Jean-Francois Brousseau | |
potential integer overflow in case of ridiculously large RCSNUMs | |||
2005-01-03 | more error checking on buffer operations and plug a descriptor leak | Jean-Francois Brousseau | |
from Joris Vink | |||
2005-01-03 | the proclamation of the Soviet Socialist Zaurus Portablic | Michael Shalayeff | |
2005-01-03 | use an example of nmap `outpattern' containing spaces that works; | Jason McIntyre | |
2005-01-03 | don't try to demangle C symbols if we're ELF. | Marc Espie | |
looks okay mickey@ | |||
2005-01-03 | a little cleanup in the nmap description; | Jason McIntyre | |
2005-01-03 | need to escape lines starting w/ `...'; | Jason McIntyre | |
2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | Dale Rahn | |
2005-01-02 | remove misleading "client host" string; | Jason McIntyre | |
from matthias kilian pr# 4057; | |||
2004-12-31 | explicitly mention port in an example; | Jason McIntyre | |
from fgsch@ | |||
2004-12-30 | add strdup() check; jfb ok | Xavier Santolaria | |
2004-12-30 | Send files to add using `Is-Modified' instead of `add', and send | Jean-Francois Brousseau | |
directories regardless of whether they are known or not, in case they are part of the files to add. | |||
2004-12-30 | these pages already have their copyrights contained within the main | Jason McIntyre | |
body of the page, commented out; no point in giving them their own COPYRIGHT sections, so remove them; | |||
2004-12-30 | stdinit() and flush_all() are prototyped globally, no need to do it | Todd C. Miller | |
inside functions that use them. | |||
2004-12-30 | Restore error checking in tostring(). | Todd C. Miller | |
2004-12-30 | Update to version 20041222; OK deraadt@ | Todd C. Miller | |
2004-12-29 | handle snprintf -1; otto ok | Theo de Raadt | |
2004-12-28 | remove signedness warnings; jfb ok | Xavier Santolaria | |
2004-12-28 | abort with an error if we can't figure out what the connection | Jean-Francois Brousseau | |
method is |