summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-02-11Fix -d option; it should print a newline at EOL, not the specified delimeter.Todd C. Miller
Problem found and OK by robert@
2005-02-10backout previous; i committed to wrong repository (i meant to commit kame)Jun-ichiro itojun Hagino
2005-02-10dccp supportJun-ichiro itojun Hagino
2005-02-09hrmz, should be right now ...Xavier Santolaria
2005-02-09hrmz .. still missed a few ones ...Xavier Santolaria
2005-02-09ooopsie...Xavier Santolaria
2005-02-09add a KEYWORD SUBSTITUTION section; ok jmc@ jfb@ Joris Vink;Xavier Santolaria
2005-02-08Provide reason in error message if getnameinfo fails; ok markus@Darren Tucker
2005-02-08Some extra strict warning cleanup. From Xin Li <delphij at FreeBSDOtto Moerbeek
dot ORG> with a twist from myself. No binary change. ok djm@
2005-02-08correct the first example; ok otto jmcPeter Valchev
2005-02-07sync and make usage __dead, from Michael KnudsenJared Yanovich
2005-02-07rename "file" to "path" in usage, it's clearerJared Yanovich
from Michael Knudsen <e@molioner.dk> ok jmc millert and rearrange man page EXAMPLES while here
2005-02-07Levels should be between AUDIO_MIN_GAIN and AUDIO_MAX_GAIN inclusiveTodd C. Miller
Truncate specified level to be within this range and avoid wrapping. Idea from espie@, OK henning@
2005-02-07Due to a braindead zlib, the test for seekability of a gzstream usingOtto Moerbeek
gzseek(f, 0L, SEEK_CUR) does not work as expected. Instead test the underlying stream and remember that. This repairs echo foo | gzip | zgrep foo. Problem spotted by Han Boetes in PR 4089; ok millert@
2005-02-07In list mode (which implies test mode), do not forget to initializeOtto Moerbeek
uncompressed_name. Spotted by markus@; ok hshoexer@ millert@
2005-02-06Fix setting of $USER when env_reset is enabled.Todd C. Miller
2005-02-06tweak;Jason McIntyre
2005-02-05Update to Sudo 1.6.8p7Todd C. Miller
2005-02-04add Xavier Santolaria to AUTHORS sectionJean-Francois Brousseau
2005-02-04cleanup and additional error checking on connection setupJean-Francois Brousseau
2005-02-04more `cvs add' doc bits; ok jfb@ jmc@ Joris Vink;Xavier Santolaria
2005-02-04remove duplicate trace message which gets output in cvs_sendfile()Jean-Francois Brousseau
2005-02-04unfuck amd64Peter Valchev
2005-02-04clearer wording;Jason McIntyre
based on a diff from freebsd -r1.22;
2005-02-03be more consistent everywhere with `-k mode' option;Xavier Santolaria
ok jfb@ jmc@ Joris Vink;
2005-02-03add `release' command aliases;Xavier Santolaria
2005-02-03document `cvs release'; ok jmc@ Joris Vink;Xavier Santolaria
2005-02-02document missing options for `cvs update'; ok jmcXavier Santolaria
2005-02-02Fix a few memory leaks and general cleanup. From Joris Vink. ok tedu@Otto Moerbeek
2005-02-02replace 0 with STDIN_FILENO. from han boetes and jared yanovichTed Unangst
2005-02-01- accept a minus sign in front of the file's revision number toJean-Francois Brousseau
indicate that the file has been removed - set the timestamp as invalid if we get the "dummy timestamp" string in the 4th field
2005-02-01first round of malloc()/realloc() fixes:Jean-Francois Brousseau
- avoid using the original pointer to store the return value of realloc(), so we can free it in case of failure - check return values for allocation failures and return errors in the appropriate cases - free the diff buffers once the diff has been generated feedback and testing by Joris Vink
2005-02-01make fbackupfile() return FALSE when the rename(2) from theHenning Brauer
mkstemp()-derived name to the filename~ one fails From: Han Boetes <han@mijncomputer.nl>
2005-02-01document `cvs checkout'; ok jmc@ jfb@ Joris Vink;Xavier Santolaria
2005-01-31perform error checking on all the protocol callsJean-Francois Brousseau
2005-01-31don't crash if we have no valid CVSROOT stringJean-Francois Brousseau
2005-01-31Warn if the user tries to use the -u option w/o running a command.Todd C. Miller
2005-01-31recognize OpenEXR images.Marc Espie
okay ian Darwin.
2005-01-31when reporting a file to remove, we must use the Entry request alongJean-Francois Brousseau
with the file's information, and not the remove request, which is only sent at the end of the command. partially unbreaks remove until we support the '-' symbol in Entries file
2005-01-31use fflush(stdout) before system() so we won't miss anyRobert Nagy
wanted output; from Andreas Burmester <buster_hh@gmx.net> ok espie@
2005-01-31Safer backup file generation using mkstemp(); henning@ OKTodd C. Miller
2005-01-31the most excellent drinkmeister dr.mendeleevMichael Shalayeff
2005-01-30document `cvs export' and add my copyright; ok jmc@ jfb@.Xavier Santolaria
2005-01-30Make code match intent; ok djm@Darren Tucker
2005-01-29apply sizeof() to the appropriate buffer in a strlcpy() callJean-Francois Brousseau
spotted by Andrey Matveev (andrushock at korovino dot net)
2005-01-28document cvsintro(7);Jason McIntyre
2005-01-28- give cvs commands a standard options listJason McIntyre
- document cvsintro(7) - a few other tweaks ok xsa@ joris vink jfb@
2005-01-28wording;Jason McIntyre
ok markus@
2005-01-28grammar;Jason McIntyre
2005-01-28Make it clear that the example entries in ssh_config are only some of theDarren Tucker
commonly-used options and refer the user to ssh_config(5) for more details; ok djm@