summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-04-21- correct SYNOPSISJason McIntyre
2004-04-21point people to usd doc;Jason McIntyre
2004-04-20Adapt to new pw_copy() API, closes PR 3698.Todd C. Miller
2004-04-19fix idiot typo that i introduced in my last commit;Damien Miller
2004-04-19point people to usd/psd docs;Jason McIntyre
2004-04-19kill whitespace at eol;Jason McIntyre
2004-04-19remove double entry;Jason McIntyre
2004-04-19document strict permission checks on ~/.ssh/config; prompted by, with & ok jmc@Damien Miller
2004-04-19- sort SYNOPSISJason McIntyre
2004-04-18perform strict ownership and modes checks for ~/.ssh/config files, as theseDamien Miller
2004-04-17-w uses [[:<:]] and [[:>:]], not \< and \>,Jason McIntyre
2004-04-16print clusters, not pages. half from millert@ ok deraadt@ millert@Ted Unangst
2004-04-14wakeup after ^Z did not continue redraws and such. use own ^Z handler.Theo de Raadt
2004-04-10improve BUGS:Jason McIntyre
2004-04-09Sync with FreeBSD; adds base64 support and other options.Todd C. Miller
2004-04-09If no user/group is specified for the log file in newsyslog.conf,Todd C. Miller
2004-04-09ex is not a screen editor;Jason McIntyre
2004-04-08sort options and sync usage();Jason McIntyre
2004-04-08swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDHenning Brauer
2004-04-08When reallocating the line buffer, double the existing bufferTodd C. Miller
2004-04-07ISO function declarations, trim a few comments, rename a few variables toMarc Espie
2004-04-07- alter .Nd to reflect that characters can be counted alsoJason McIntyre
2004-04-06Set mode and ownership when renaming file -> file.0 like we do whenTodd C. Miller
2004-04-06- add margins when formatting w/ -TasciiJason McIntyre
2004-04-05o use mode_t, not int for permissions.Todd C. Miller
2004-04-05In Exit() when used as a signal handler, emsg is a pointer soTodd C. Miller
2004-04-05Pass correct buffer length to gethdir(), and also change int arg to size_tAaron Campbell
2004-04-05cope with fdopen failure betterTheo de Raadt
2004-04-04Can't resist.Bob Beck
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
2004-04-03- correct SYNOPSISJason McIntyre
2004-04-03remove unnecessary .Sm macros (oops, this is my fault it everJason McIntyre
2004-04-02a few more of recent and not very soMichael Shalayeff
2004-04-02Document --line-bufferedOtto Moerbeek
2004-04-02Implement --line-bufferedOtto Moerbeek
2004-04-01knf and ansi, mostly from joris vinkTed Unangst
2004-04-01limit trust between local and remote rcp/scp process,Markus Friedl
2004-04-01change -p to restrict output to protocol (not just for -s);Markus Friedl
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
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
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