summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-09-11sort #includeKevin Steves
2007-09-10Use erealloc3() in more_aliases() instead of malloc/realloc.Todd C. Miller
2007-09-10remove my addition of portnumber for rsh in CVSROOT.Joris Vink
2007-09-10Make sure we don't skip the code which sends the QUIT command to the CDDBChad Loder
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
2007-09-10Allow port specification in our CVSROOT which is used for ourJoris Vink
2007-09-10Properly display list of commands in default 80 column terminal.Tobias Stoeckmann
2007-09-10typo in message, from Mark Lumsden.Otto Moerbeek
2007-09-10Fixed segmentation fault that occured during .cvsrc parsing if an invalidTobias Stoeckmann
2007-09-10optional flags must be sorted and enclosed in single brackets,Igor Sobrado
2007-09-09Added support for checkout -p with local repository.Tobias Stoeckmann
2007-09-09From Pierre Riteau:Ray Lai
2007-09-09Mention -q in compatibility section.Ray Lai
2007-09-09Have rlog exit 1 if any of the files could not be opened.Ray Lai
2007-09-09check fgets return valueCharles Longeau
2007-09-09sort synopsis and options in ssh-agent(1); usage is lowercaseIgor Sobrado
2007-09-08Fix lint warning about unreachable code.Chad Loder
2007-09-08Fix false negatives in dealing with unreachable code after calls to __deadChad Loder
2007-09-07Properly send out rcs info header with "E " in server mode (stderr inTobias Stoeckmann
2007-09-07Do not fatal if getpwuid() fails, instead ignore user configuration files.Tobias Stoeckmann
2007-09-07Sprinkle some magic so checkout/update -p worksJoris Vink
2007-09-07Added support for single file checkout.Tobias Stoeckmann
2007-09-07Do not use global option -V (GNU cvs doesn't understand it), be veryTobias Stoeckmann
2007-09-07Synced atomicio implementation in nc and sendbug with ssh.Tobias Stoeckmann
2007-09-07fix a configure bug introduced in the last commitTodd C. Miller
2007-09-07we have man section 3f by default now;Jason McIntyre
2007-09-06Fix typos in comments. No code changesChad Loder
2007-09-06strictly check rcsnum_cmp() return against -1.Niall O'Higgins
2007-09-06Fix some dates wrt Schleyer and the "Landshut" Lufthansa airplane.Bernd Ahlers
2007-09-06sync with re-rolled 1.6.9p5 tarballTodd C. Miller
2007-09-06restore local changesTodd C. Miller
2007-09-05update to sudo 1.6.9p5Todd C. Miller
2007-09-05The rewritten newfile() algorithm introduced in rev 1.12 wasTodd C. Miller
2007-09-05Cope with if counters being u_int64_t now here, too.Michael Knudsen
2007-09-05Correct the format strings after the recent rt_metrics changes.Claudio Jeker
2007-09-05Counters switched to u_int64_t so use %llu to print them.Claudio Jeker
2007-09-05- use a consistent grammatical case for the C comments sectionJason McIntyre
2007-09-05Document NORETURN, add it to the directive list and rearrange the entries.Federico G. Schwindt
2007-09-05Missing colon in optsring for 'B'Jonathan Gray
2007-09-05Replace magic numbers in calls to shutdown(2)Moritz Jodeit
2007-09-05Change some variables to their proper type size_t.Moritz Jodeit
2007-09-04Removed dead code.Tobias Stoeckmann
2007-09-04Replaced strlen() with sizeof() - 1 when #define'd strings are used.Tobias Stoeckmann
2007-09-04Handle ^D as a)bort in log message question.Tobias Stoeckmann
2007-09-04make ssh(1)'s ConnectTimeout option apply to both the TCP connection andDamien Miller
2007-09-04make file descriptor passing code return an error rather than call fatal()Damien Miller
2007-09-03move back to using malloc() instead of calloc(), because the yaccTheo de Raadt
2007-09-03OpenBSD now has memrchr(3)Todd C. Miller
2007-09-03use calloc() for the sake of regularity, prompted by deraadt@Marc Espie
2007-09-03- break "Defaults env_keep" into several lines so it is more readableAntoine Jacoutot