Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-12 | add cvs_rename() function; ok jfb | Xavier Santolaria | |
2005-08-12 | a few things left to do here. | Xavier Santolaria | |
2005-08-11 | print pmtu TCB variables | Markus Friedl | |
2005-08-11 | - replace/remove some gnu-isms | Jason McIntyre | |
- use -mdoc macros - grammar - some formatting fixups - add rcsid - comment out Xr to non-existent nls(7): pointed out by ulrich kahl | |||
2005-08-11 | a few casts; ok jfb | Xavier Santolaria | |
2005-08-11 | New counter for not joined IPv4 multicast groups. | Marco Pfatschbacher | |
Don't count link local scope multicast as not forwardable. This stops ips_cantforward growing on carp(4) networks. tested and ok mcbride@, ok markus@. | |||
2005-08-11 | fgets() expects the 2nd arg to be an int. | Xavier Santolaria | |
2005-08-11 | getdirentries() expects the 3rd arg to be an int. | Xavier Santolaria | |
2005-08-10 | - we do not need a .Pp before a normal list | Jason McIntyre | |
- but we do need .Bk/.Ek in SYNOPSIS | |||
2005-08-10 | do not forget to also add the local roots to the cache. | Joris Vink | |
fixes a segfault in localmode. ok xsa@ | |||
2005-08-10 | style.. | Xavier Santolaria | |
2005-08-10 | - pre-existent -> pre-existing | Niall O'Higgins | |
ok jmc@ | |||
2005-08-10 | .Xr cvswrappers(5); | Xavier Santolaria | |
2005-08-10 | fgets() expects the 2nd arg to be an int. OK jfb@ joris@. | Xavier Santolaria | |
2005-08-10 | use correct return code where we exit(); | Xavier Santolaria | |
2005-08-10 | add global -w option and document it; ok jmc joris | Xavier Santolaria | |
2005-08-10 | use correct return codes when we exit(); ok joris | Xavier Santolaria | |
2005-08-09 | handle -A0 correctly; from koen@egelink.nl | Michael Shalayeff | |
2005-08-09 | fix our root caching method, it was utterly broken and would | Joris Vink | |
cause opencvs to segfault in several cases. ok jfb@, xsa@ | |||
2005-08-09 | oops: occured -> occurred | Jason McIntyre | |
2005-08-09 | add missing [-T tmpdir] in usage(), spotted by jmc@. | Xavier Santolaria | |
2005-08-09 | add DIAGNOSTICS section about utility return codes; | Xavier Santolaria | |
input/ok jmc, ok jfb joris. | |||
2005-08-09 | Clean up eread handling in mg. (basically, fallout from the 'enter often | Kjell Wooding | |
means abort' behaviour added during the hackathon). Eliminates redundant ereply function, fixes miscellaneous cores when aborting, and move a number of assumed pathnames into the prompt text, since they are used there anyway. All changes consistent with emacs behavior ok beck@ many, many moons ago. | |||
2005-08-08 | .Xr cvswrappers 5 | Xavier Santolaria | |
2005-08-08 | add cvswrappers doc; mucho input/ok jmc, ok jfb joris; | Xavier Santolaria | |
2005-08-08 | zap unused var; | Xavier Santolaria | |
2005-08-08 | use cvs_tmpdir; OK jfb@ joris@. | Xavier Santolaria | |
2005-08-08 | sftp prompt enhancements: | Jared Yanovich | |
- in non-interactive mode, do not print an empty prompt at the end before finishing - print newline after EOF in editline mode - call el_end() in editline mode ok dtucker djm | |||
2005-08-08 | add missing `(' in function declaration; | Xavier Santolaria | |
2005-08-08 | add rtag command aliases; | Xavier Santolaria | |
2005-08-08 | zap unused vars; | Xavier Santolaria | |
2005-08-08 | activate LC_CTYPE for 8 bits locale. | Marc Espie | |
Make sure tolower/toupper use the whole 8 bits. okay deraadt@ thanks to everyone who tested | |||
2005-08-07 | mklocale tool, from NetBSD/citrus, not yet linked in. | Marc Espie | |
okay deraadt@ | |||
2005-08-06 | zap rcsid. It's not ramdisk, but they still take space. | Marc Espie | |
2005-08-06 | Unbreak sshd ListenAddress for bare IPv6 addresses. | Darren Tucker | |
Report from Janusz Mucka; ok djm@ | |||
2005-08-05 | when i did the cleanup and switched to http 1.1, i forgot to add chunked | Federico G. Schwindt | |
support. while it's being tested switch to 1.0. noticed and tested by nick@. | |||
2005-08-05 | increase ebuf[] size in cvs_vlog() wrt strerror(3) return value; | Xavier Santolaria | |
ok jfb@. | |||
2005-08-05 | - -f valid for gzsig sign too | Jason McIntyre | |
- tidy up SYNOPSIS and AUTHORS - sort options - sync usage() | |||
2005-08-05 | occured -> occurred; | Jason McIntyre | |
2005-08-05 | minor KNF; | Xavier Santolaria | |
2005-08-04 | better wording, from jfb@. Ok jmc@. | Xavier Santolaria | |
2005-08-04 | add and document import -d option; ok jmc@ joris@. | Xavier Santolaria | |
2005-08-04 | document TMPDIR environment variable and global -T <tmpdir> option; | Xavier Santolaria | |
ok jfb@ jmc@. | |||
2005-08-04 | handle TMPDIR environment variable as well as -T <tmpdir> global option; | Xavier Santolaria | |
Ok jfb@ joris@. | |||
2005-08-04 | sync command synopsis w/ man page; | Xavier Santolaria | |
2005-08-03 | avoid xrefs to self... | Jason McIntyre | |
2005-08-03 | check only once for the HOME environment variable and reuse | Xavier Santolaria | |
its value (if any) to check for the .cvsrc and .cvsignore files; ok jfb@ joris@. | |||
2005-08-03 | improve description of -a and -s a little; | Jason McIntyre | |
2005-08-03 | document $HOME/.cvsignore in FILES section; ok jmc@. | Xavier Santolaria | |
2005-08-02 | handle -l global option; ok jfb@ joris@. | Xavier Santolaria | |