Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-15 | a few typos and improvements found in the last by James Herbert | Michael Shalayeff | |
2005-06-15 | bye bye whiteouts | Todd C. Miller | |
2005-06-15 | bye bye whiteouts | Todd C. Miller | |
2005-06-15 | more music dates; from eric@catastrophe.net | Michael Shalayeff | |
2005-06-15 | no more whiteouts | Todd C. Miller | |
2005-06-15 | add -P for dumping PCB infos, similar to netbsd; ok deraadt@ | Markus Friedl | |
2005-06-15 | add descritpion of the watch/watchers commands; | Xavier Santolaria | |
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding | |
ok millert@, deraadt@ | |||
2005-06-14 | finish pruning support, this has been sitting | Joris Vink | |
in my tree since c2k5 ok xsa@ | |||
2005-06-14 | missing closedir() on error path; ok joris xsa | Patrick Latifi | |
2005-06-14 | Three more ereply that should be ereads. This fixes henning's "replace | Kjell Wooding | |
with null string is busted" observation. ok henning@, cloder@ | |||
2005-06-13 | fix syntax for out of date mixerctl(1) examples; | Jason McIntyre | |
based on a diff from mechiel lukkien; help and ok miod@ | |||
2005-06-13 | move the CVSROOT check earlier in the process, this way we get the | Xavier Santolaria | |
CVSROOT checked before the commands are run ... ok joris@. | |||
2005-06-13 | `export' command first bits .. ok joris | Xavier Santolaria | |
2005-06-11 | clearify empty lines and comments in the cvsrc file. | Joris Vink | |
based upon a diff from Michael Knudsen, tweaks from jmc@ ok jmc@ | |||
2005-06-10 | if the remote end doesn't support a version request, | Joris Vink | |
send noop instead. | |||
2005-06-10 | unused variable. | Joris Vink | |
2005-06-10 | instead of opening and closing the entry file all the | Joris Vink | |
time, keep the entry file for the last received directory open until we switch directories. cuts CPU time in half and increases overall performance a bit. ok xsa@ | |||
2005-06-10 | -Wall clean; ok otto deraadt | Peter Valchev | |
2005-06-10 | allow comments in the cvsrc file. | Joris Vink | |
reported by david@ | |||
2005-06-09 | Correctly initialize end of array sentinel; ok djm@ | Darren Tucker | |
2005-06-09 | -D implies pruning directories, as already does -r; ok joris | Xavier Santolaria | |
2005-06-09 | manpage nits. | Joris Vink | |
from Micheal Knudsen. ok jmc@, xsa@ | |||
2005-06-09 | LP_ERR -> LP_ABORT to match gnu/usr.bin/cvs output; okay joris@. | Xavier Santolaria | |
2005-06-09 | don't forget to close entfile in cvs_file_getspec(). | Joris Vink | |
2005-06-09 | remove useless cvsd leftovers. | Joris Vink | |
from Michael Knudsen | |||
2005-06-08 | Multi-cpu support for top. Each cpu now gets its own stats line. | Todd C. Miller | |
Based on work by todd@ at the hackathon. | |||
2005-06-08 | add ControlMaster=auto/autoask options to support opportunistic multiplexing; | Damien Miller | |
tested avsm@ and jakob@, ok markus@ | |||
2005-06-08 | bye bye, Xerox NS protocols | Henning Brauer | |
2005-06-08 | make nfsstats counters 64 bit. | marius eriksen | |
ok pedro@ | |||
2005-06-08 | increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@ | Damien Miller | |
2005-06-08 | add open_write_error() to bail on fopen(3) failing to open for write, gains | Peter Valchev | |
more descriptive error messages, eg: "cannot open target file y.tab.h for writing" as opposed to a generic error. based on Alexander von Gernler <grunk@pestilenz.org>, ok deraadt | |||
2005-06-07 | don't forget to call cvs_disconnect() at the end | Joris Vink | |
of a remote connection. ok xsa@ | |||
2005-06-07 | silly me. do not abuse the copy/paste skills i have ... | Xavier Santolaria | |
2005-06-07 | enable -P option .. joris@ ok | Xavier Santolaria | |
2005-06-07 | catch SIGWINCH and resize progress meter accordingly; ok markus dtucker | Jared Yanovich | |
2005-06-07 | add the -P option in the checkout example; ok jmc@ joris@. | Xavier Santolaria | |
2005-06-07 | remove ancient and unused CVS define. it was a leftover from | Joris Vink | |
the daemon. ok xsa@ | |||
2005-06-07 | cvs_path_cat() already sets errno, no need to duplicate. | Xavier Santolaria | |
2005-06-07 | only display the ``cannot open ./CVS/Entries'' error message when | Xavier Santolaria | |
appropriate ... ok joris@. | |||
2005-06-07 | remove tiny AF_CCITT trace | Henning Brauer | |
2005-06-06 | introduce a generic %foo expansion function. replace existing % expansion and | Damien Miller | |
add expansion to ControlPath; ok markus@ | |||
2005-06-05 | * introduce cvs_putchar(), to output a single character to stdout. | Joris Vink | |
if we are in server mode send 'M' when needed. * switch diff command to cvs_printf() and cvs_putchar() so it will output correctly in local and server mode. ok xsa@, jfb@ | |||
2005-06-05 | s/-p1003.1-2003/-p1003.1-2004/g | Jason McIntyre | |
2005-06-05 | if functions permits null reply from minibuffer, use eread (with | Kjell Wooding | |
EFNUL), not ereply. ok cloder | |||
2005-06-03 | Make M-x gid tokenize C identifiers correctly. Problem reported by mjc. | Chad Loder | |
Testing and OK mjc | |||
2005-06-03 | May 09 First commit to OpenBSD stable branch, OPENBSD_2_7, 2000 | Jason Wright | |
2005-06-03 | Fix memory leak. OK kjell, with comments by beck and kjell | Chad Loder | |
2005-06-03 | Like emacs, handle ^W during incremental search. Pressing ^W during | Chad Loder | |
search will add the rest of the word from the current buffer to the pattern buffer. Testing and comments by kjell and marc | |||
2005-06-03 | Clean up find-alternate-file (C-x C-v) so abort returns to original | Kjell Wooding | |
file, like its emacs ancestor. ok cloder@ |