summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-08-12add cvs_rename() function; ok jfbXavier Santolaria
2005-08-12a few things left to do here.Xavier Santolaria
2005-08-11print pmtu TCB variablesMarkus Friedl
2005-08-11- replace/remove some gnu-ismsJason 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-11a few casts; ok jfbXavier Santolaria
2005-08-11New 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-11fgets() expects the 2nd arg to be an int.Xavier Santolaria
2005-08-11getdirentries() expects the 3rd arg to be an int.Xavier Santolaria
2005-08-10- we do not need a .Pp before a normal listJason McIntyre
- but we do need .Bk/.Ek in SYNOPSIS
2005-08-10do not forget to also add the local roots to the cache.Joris Vink
fixes a segfault in localmode. ok xsa@
2005-08-10style..Xavier Santolaria
2005-08-10- pre-existent -> pre-existingNiall O'Higgins
ok jmc@
2005-08-10.Xr cvswrappers(5);Xavier Santolaria
2005-08-10fgets() expects the 2nd arg to be an int. OK jfb@ joris@.Xavier Santolaria
2005-08-10use correct return code where we exit();Xavier Santolaria
2005-08-10add global -w option and document it; ok jmc jorisXavier Santolaria
2005-08-10use correct return codes when we exit(); ok jorisXavier Santolaria
2005-08-09handle -A0 correctly; from koen@egelink.nlMichael Shalayeff
2005-08-09fix our root caching method, it was utterly broken and wouldJoris Vink
cause opencvs to segfault in several cases. ok jfb@, xsa@
2005-08-09oops: occured -> occurredJason McIntyre
2005-08-09add missing [-T tmpdir] in usage(), spotted by jmc@.Xavier Santolaria
2005-08-09add DIAGNOSTICS section about utility return codes;Xavier Santolaria
input/ok jmc, ok jfb joris.
2005-08-09Clean up eread handling in mg. (basically, fallout from the 'enter oftenKjell 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 5Xavier Santolaria
2005-08-08add cvswrappers doc; mucho input/ok jmc, ok jfb joris;Xavier Santolaria
2005-08-08zap unused var;Xavier Santolaria
2005-08-08use cvs_tmpdir; OK jfb@ joris@.Xavier Santolaria
2005-08-08sftp 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-08add missing `(' in function declaration;Xavier Santolaria
2005-08-08add rtag command aliases;Xavier Santolaria
2005-08-08zap unused vars;Xavier Santolaria
2005-08-08activate 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-07mklocale tool, from NetBSD/citrus, not yet linked in.Marc Espie
okay deraadt@
2005-08-06zap rcsid. It's not ramdisk, but they still take space.Marc Espie
2005-08-06Unbreak sshd ListenAddress for bare IPv6 addresses.Darren Tucker
Report from Janusz Mucka; ok djm@
2005-08-05when i did the cleanup and switched to http 1.1, i forgot to add chunkedFederico G. Schwindt
support. while it's being tested switch to 1.0. noticed and tested by nick@.
2005-08-05increase ebuf[] size in cvs_vlog() wrt strerror(3) return value;Xavier Santolaria
ok jfb@.
2005-08-05- -f valid for gzsig sign tooJason McIntyre
- tidy up SYNOPSIS and AUTHORS - sort options - sync usage()
2005-08-05occured -> occurred;Jason McIntyre
2005-08-05minor KNF;Xavier Santolaria
2005-08-04better wording, from jfb@. Ok jmc@.Xavier Santolaria
2005-08-04add and document import -d option; ok jmc@ joris@.Xavier Santolaria
2005-08-04document TMPDIR environment variable and global -T <tmpdir> option;Xavier Santolaria
ok jfb@ jmc@.
2005-08-04handle TMPDIR environment variable as well as -T <tmpdir> global option;Xavier Santolaria
Ok jfb@ joris@.
2005-08-04sync command synopsis w/ man page;Xavier Santolaria
2005-08-03avoid xrefs to self...Jason McIntyre
2005-08-03check only once for the HOME environment variable and reuseXavier Santolaria
its value (if any) to check for the .cvsrc and .cvsignore files; ok jfb@ joris@.
2005-08-03improve description of -a and -s a little;Jason McIntyre
2005-08-03document $HOME/.cvsignore in FILES section; ok jmc@.Xavier Santolaria
2005-08-02handle -l global option; ok jfb@ joris@.Xavier Santolaria