Age | Commit message (Expand) | Author |
2005-06-08 | Multi-cpu support for top. Each cpu now gets its own stats line. | Todd C. Miller |
2005-06-08 | add ControlMaster=auto/autoask options to support opportunistic multiplexing; | Damien Miller |
2005-06-08 | bye bye, Xerox NS protocols | Henning Brauer |
2005-06-08 | make nfsstats counters 64 bit. | marius eriksen |
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 |
2005-06-07 | don't forget to call cvs_disconnect() at the end | Joris Vink |
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 |
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 |
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 |
2005-06-05 | * introduce cvs_putchar(), to output a single character to stdout. | Joris Vink |
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 |
2005-06-03 | Make M-x gid tokenize C identifiers correctly. Problem reported by mjc. | Chad Loder |
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 |
2005-06-03 | Clean up find-alternate-file (C-x C-v) so abort returns to original | Kjell Wooding |
2005-06-02 | remove unneeded error reporting when using cvs_path_cat(), the | Joris Vink |
2005-06-02 | make cvs_printf() a bit smarter, so it can be called without having | Joris Vink |
2005-06-02 | be gone unused init handler. | Joris Vink |
2005-06-02 | handle commands which do not have any init callback a bit | Joris Vink |
2005-06-02 | for sysctl syscall pass the mib[] back to kdump to parse; | Michael Shalayeff |
2005-06-02 | - set LP_ABORT log level when action is abored by user instead of LP_ERR | Xavier Santolaria |
2005-06-02 | remove references to telnetd(8); | Jason McIntyre |
2005-06-02 | revert cvs_noexec checks commit, requested by jfb@. | Xavier Santolaria |
2005-06-02 | c2k5 | Michael Shalayeff |
2005-06-01 | missed these in previous commits. | Joris Vink |
2005-06-01 | remove debug code | Joris Vink |
2005-06-01 | don't trust cvs_file_getpath() to get the correct path when creating | Joris Vink |
2005-06-01 | when creating a new directory, steal the parent its cvsroot structure if | Joris Vink |
2005-06-01 | document cvs -n option; help/ok jmc@, ok joris@. | Xavier Santolaria |
2005-06-01 | utility is called gzsig, not gzsign; | Jason McIntyre |
2005-05-31 | standard EXAMPLES; | Jason McIntyre |
2005-05-31 | update to sudo 1.6.8p8 | Todd C. Miller |
2005-05-31 | fix broken minibuffer defaults introduced in echo.c:1.33 | Kjell Wooding |
2005-05-31 | get rid of LP_WARNING (vs. LP_WARN) as well ... ok jfb@. | Xavier Santolaria |
2005-05-31 | cvs_noexec check if -d option specified .. | Xavier Santolaria |
2005-05-31 | add some comments .. | Xavier Santolaria |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-31 | remove LP_ERROR log priority level and rather use LP_ERR as they are both | Xavier Santolaria |
2005-05-31 | b1 and b2 can be NULL if an invalid revision is given. | Joris Vink |
2005-05-30 | add find-alternate-file command and binding for ^X^V; ok cloder | Jason Wright |
2005-05-30 | don't forget to send the log message, this fixes the commit command. | Joris Vink |