summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2004-04-05cope with fdopen failure betterTheo de Raadt
2004-04-04Can't resist.Bob Beck
<deraadt> don't they recognize their moral responsibility to entertain me?
2004-04-04.br workaround no longer necessary;Jason McIntyre
2004-04-03.br workaround no longer necessary;Jason McIntyre
2004-04-03argument to -w is not optional;Jason McIntyre
`name' in 3rd form of SYNOPSIS not optional;
2004-04-03- correct SYNOPSISJason McIntyre
- sync usage() - some small tweaks
2004-04-03remove unnecessary .Sm macros (oops, this is my fault it everJason McIntyre
made it into the tree);
2004-04-02a few more of recent and not very soMichael Shalayeff
2004-04-02Document --line-bufferedOtto Moerbeek
ok jmc@
2004-04-02Implement --line-bufferedOtto Moerbeek
ok millert@ tedu@
2004-04-01knf and ansi, mostly from joris vinkTed Unangst
2004-04-01limit trust between local and remote rcp/scp process,Markus Friedl
noticed by lcamtuf; ok deraadt@, djm@
2004-04-01change -p to restrict output to protocol (not just for -s);Markus Friedl
ok deraadt@, hshoexer@, tdeval@, jmc@
2004-03-31don't skip ip options check when UseDNS=no; ok markus@Damien Miller
2004-03-31allow cross-compiling for m68k and better usage(); miod@ okMichael Shalayeff
2004-03-31apropos outputs name (section), not name(section);Jason McIntyre
adjust -width of options list;
2004-03-30no need to force N_EXT as deducted later from typeMichael Shalayeff
2004-03-30there is more than one way to define symbol type in elf...; kill a debugging ↵Michael Shalayeff
printf too
2004-03-30translate names in .sbss section as static N_BSS; found by drahn@Michael Shalayeff
2004-03-30sync comment with realityDamien Miller
2004-03-23Recognize amd64 binaries and coredumps; ok todd@ deraadt@ drahn@Miod Vallat
2004-03-203.8.1Markus Friedl
2004-03-20Fix bad errno check. deraadt@ okAaron Campbell
2004-03-19clarify -c;Jason McIntyre
from Vincent Aymeric (NetBSD PR 24676); ok millert@
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
suggested by tedu@
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
FIFOs shall be skipped. Other types of files may be skipped too (this is implementation-dependent). In directory mode, just skip anything that is not a regular file or directory. OK tedu@
2004-03-15Replace "if (foo == bar); else baz;" idiom with "if (foo != bar) baz;". MuchAaron Campbell
less confusing. deraadt@ ok
2004-03-15enable french calendar;Xavier Santolaria
ok mickey@
2004-03-15only copy extra incomplete crec data if there is any, fixes occasionalNikolay Sturm
failures of locate.updatedb adapted from NetBSD, ok tedu@, millert@
2004-03-15$OpenBSD$Xavier Santolaria
ok mickey@
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
pw_error() instead. OK deraadt@ otto@
2004-03-12If kqueue is not available, revert back to old behavior. Unbreaks tail -fOtto Moerbeek
on NFS and other filesystems not supporting kqueues. ok tedu@ millert@
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
With help and OK from otto@.
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