summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-03-203.8.1Markus Friedl
2004-03-20Fix bad errno check. deraadt@ okAaron Campbell
2004-03-19clarify -c;Jason McIntyre
2004-03-17do not init SINGL_FLD, SEP_FLAG twice; from robert nagyMichael Shalayeff
2004-03-17add references to procmap(1) in SEE ALSO;Jason McIntyre
2004-03-16errno is not specified to be int, but something from errno.h. ok millert@Ted Unangst
2004-03-16POSIX specifies that in directory mode device special files andTodd C. Miller
2004-03-15Replace "if (foo == bar); else baz;" idiom with "if (foo != bar) baz;". MuchAaron Campbell
2004-03-15enable french calendar;Xavier Santolaria
2004-03-15only copy extra incomplete crec data if there is any, fixes occasionalNikolay Sturm
2004-03-15$OpenBSD$Xavier Santolaria
2004-03-15simpler special character list. provoked by Patrick Latifi ok jmc@Ted Unangst
2004-03-15Wall, commons, little knfTed Unangst
2004-03-14use pid_t for fork return. started by Joris VinkTed Unangst
2004-03-13.IT -> .ItJason McIntyre
2004-03-13use \0 for char. Joris VinkTed Unangst
2004-03-13some NULL vs 0 and knf; parts from nimadeus@pandora.beTheo de Raadt
2004-03-13use NULL for pointers. from Joris VinkTed Unangst
2004-03-12Remove pw_abort() added in last commit and use the local verson ofTodd C. Miller
2004-03-12If kqueue is not available, revert back to old behavior. Unbreaks tail -fOtto Moerbeek
2004-03-12fix memory leak in the code yacc generates, ok millert deraadtHenning Brauer
2004-03-12add keeps to SYNOPSIS and sync usage();Jason McIntyre
2004-03-12knfTheo de Raadt
2004-03-11ssh, sshd: sync version output, ok djmMarkus Friedl
2004-03-11trim usage; ok deraadtMarkus Friedl
2004-03-10Check getpass() return value for NULL. Closes Pr 3706.Todd C. Miller
2004-03-10trim usage to match ssh(1) and look more like unix. ok djm@Markus Friedl
2004-03-09increase x11 cookie lifetime to 20 minutes; ok djmMarkus Friedl
2004-03-08knf. there are some scary XXX in here which need fixingTheo de Raadt
2004-03-08knfTheo de Raadt
2004-03-08Document KerberosGetAFSToken; ok markus@Darren Tucker
2004-03-08explicitly initialise remote_major and remote_minor.Damien Miller
2004-03-07Print error when connect() fails. ok markus@ deraadt@Ryan Thomas McBride
2004-03-05don't panic if we can't getcwd() initially, just chdir("/")Vincent Labrecque
2004-03-05add IdentitiesOnly; ok djm@, pb@Markus Friedl
2004-03-04Better ptrace description, also fix an off-by-one spotted by ottoMiod Vallat
2004-03-03Fix initialisation of progress meter; ok markus@Damien Miller
2004-03-03Don't print duplicate messages when progressmeter is offDamien Miller
2004-03-03spaces, was reading code..Theo de Raadt
2004-03-03change proctiltle after accept(2); ok henning, deraadt, djmMarkus Friedl
2004-03-03add -d to usage too, from carson hardingTed Unangst
2004-03-02fix ndev counting loop. report from Stuart CassoffTed Unangst
2004-03-02use socklen_t and better socket() checks. from Andrey MatveevTed Unangst
2004-03-02pretty usage and sort options. started by Andrey MatveevTed Unangst
2004-03-01Unbreak file truncation handling. Resolves PR 3689.Otto Moerbeek
2004-03-01resolve pr3694. add -d [etached] to ignore stdin. ok henning@ mcbride@Ted Unangst
2004-02-29print tcps_conndrained; reminder from mcbride@Markus Friedl
2004-02-29don't stat(2) outfile in testmode; ok millert@, miod@Markus Friedl
2004-02-28Open a new connection for each URL given on the command line.Kenneth R Westerback
2004-02-28use amd64 chunksTheo de Raadt