summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-06-09LP_ERR -> LP_ABORT to match gnu/usr.bin/cvs output; okay joris@.Xavier Santolaria
2005-06-09don't forget to close entfile in cvs_file_getspec().Joris Vink
2005-06-09remove useless cvsd leftovers.Joris Vink
from Michael Knudsen
2005-06-08Multi-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-08add ControlMaster=auto/autoask options to support opportunistic multiplexing;Damien Miller
tested avsm@ and jakob@, ok markus@
2005-06-08bye bye, Xerox NS protocolsHenning Brauer
2005-06-08make nfsstats counters 64 bit.marius eriksen
ok pedro@
2005-06-08increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@Damien Miller
2005-06-08add open_write_error() to bail on fopen(3) failing to open for write, gainsPeter 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-07don't forget to call cvs_disconnect() at the endJoris Vink
of a remote connection. ok xsa@
2005-06-07silly me. do not abuse the copy/paste skills i have ...Xavier Santolaria
2005-06-07enable -P option .. joris@ okXavier Santolaria
2005-06-07catch SIGWINCH and resize progress meter accordingly; ok markus dtuckerJared Yanovich
2005-06-07add the -P option in the checkout example; ok jmc@ joris@.Xavier Santolaria
2005-06-07remove ancient and unused CVS define. it was a leftover fromJoris Vink
the daemon. ok xsa@
2005-06-07cvs_path_cat() already sets errno, no need to duplicate.Xavier Santolaria
2005-06-07only display the ``cannot open ./CVS/Entries'' error message whenXavier Santolaria
appropriate ... ok joris@.
2005-06-07remove tiny AF_CCITT traceHenning Brauer
2005-06-06introduce a generic %foo expansion function. replace existing % expansion andDamien 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-05s/-p1003.1-2003/-p1003.1-2004/gJason McIntyre
2005-06-05if functions permits null reply from minibuffer, use eread (withKjell Wooding
EFNUL), not ereply. ok cloder
2005-06-03Make M-x gid tokenize C identifiers correctly. Problem reported by mjc.Chad Loder
Testing and OK mjc
2005-06-03May 09 First commit to OpenBSD stable branch, OPENBSD_2_7, 2000Jason Wright
2005-06-03Fix memory leak. OK kjell, with comments by beck and kjellChad Loder
2005-06-03Like emacs, handle ^W during incremental search. Pressing ^W duringChad 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-03Clean up find-alternate-file (C-x C-v) so abort returns to originalKjell Wooding
file, like its emacs ancestor. ok cloder@
2005-06-02remove unneeded error reporting when using cvs_path_cat(), theJoris Vink
function does it for us. OK jfb@
2005-06-02make cvs_printf() a bit smarter, so it can be called without havingJoris Vink
to worry about the 'M' in server mode. OK jfb@
2005-06-02be gone unused init handler.Joris Vink
2005-06-02handle commands which do not have any init callback a bitJoris Vink
better, eliminates the use of dummy functions. OK jfb@
2005-06-02for sysctl syscall pass the mib[] back to kdump to parse;Michael Shalayeff
always print () on syscalls w/ void args even (deraadt version)
2005-06-02- set LP_ABORT log level when action is abored by user instead of LP_ERRXavier Santolaria
- missing \n in output of an unchanged log message warning - always use the command name in error messages instead of aliases ok jfb@.
2005-06-02remove references to telnetd(8);Jason McIntyre
ok deraadt@
2005-06-02revert cvs_noexec checks commit, requested by jfb@.Xavier Santolaria
2005-06-02c2k5Michael Shalayeff
2005-06-01missed these in previous commits.Joris Vink
2005-06-01remove debug codeJoris Vink
2005-06-01don't trust cvs_file_getpath() to get the correct path when creatingJoris Vink
the Repository file for subdirs, if we are not in the root directory of the repository. instead, save the parent's Repository path and reuse it when needed, this way CVS/Repository files aren't messed up with completely wrong pathnames when running "cvs update -d" in src/sys/ for example. ok xsa@
2005-06-01when creating a new directory, steal the parent its cvsroot structure ifJoris Vink
we cannot find one with cvsroot_get(). fixes several segfaults. tested & ok xsa@
2005-06-01document cvs -n option; help/ok jmc@, ok joris@.Xavier Santolaria
2005-06-01utility is called gzsig, not gzsign;Jason McIntyre
from number six;
2005-05-31standard EXAMPLES;Jason McIntyre
spacing;
2005-05-31update to sudo 1.6.8p8Todd C. Miller
2005-05-31fix broken minibuffer defaults introduced in echo.c:1.33Kjell Wooding
adds eread flag EFDEF allowing null minibuffer response noticed by otto ok cloder@ jason@, works otto@
2005-05-31get rid of LP_WARNING (vs. LP_WARN) as well ... ok jfb@.Xavier Santolaria
2005-05-31cvs_noexec check if -d option specified ..Xavier Santolaria
2005-05-31add some comments ..Xavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-05-31remove LP_ERROR log priority level and rather use LP_ERR as they are bothXavier Santolaria
the same... ok jfb joris