summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-02-26better englishMarkus Friedl
2004-02-26print tcps_rcvmemdrop; ok deraadtMarkus Friedl
2004-02-25typo in commentDamien Miller
2004-02-24- remove double spaces in the examplesJason McIntyre
2004-02-23knfTheo de Raadt
2004-02-23enter 3.8Markus Friedl
2004-02-23encode 0 correctly in buffer_put_bignum2; noted by Mikulas PatockaMarkus Friedl
2004-02-23`r' before `s';Jason McIntyre
2004-02-23- mark up punctuationJason McIntyre
2004-02-23backout revision 1.279; set listen socket to non-block; ok henning.Markus Friedl
2004-02-21Correctness is also not using err(1, "out of memory") if malloc()Tom Cosgrove
2004-02-20uppercase CRT;Jason McIntyre
2004-02-20Make passwd understand master.passwd.byname so it can work in a secureMats O Jansson
2004-02-20bring back old cdelay & ldelay code, make it work; millert okTheo de Raadt
2004-02-20add `ruler' to the list of helpful options;Jason McIntyre
2004-02-20add section on helpful ex options;Jason McIntyre
2004-02-20cleanup of 6.2: Options, set, and editor startup filesJason McIntyre
2004-02-20correctness is err vs. errx useHenning Brauer
2004-02-20- sort options and SYNOPSISJason McIntyre
2004-02-19escape full stops where necessary to kill erroneous double spaces;Jason McIntyre
2004-02-19switch to new license.templateMarkus Friedl
2004-02-19don't use -$ flag for cpp with gcc 3 and upBrad Smith
2004-02-19fix mem leak.Mike Pechkin
2004-02-18Rewrite argv processing to not alter argv[] and optind while in theOtto Moerbeek
2004-02-17remove cruft left over from RhostsAuthentication removal;Jason McIntyre
2004-02-17Change the maketemp() description into what it really does.Miod Vallat
2004-02-17Unbreak numeric flag parsing. Based on a fix from Jared Yanovich; thisOtto Moerbeek
2004-02-17sftp.c and sftp-int.c, together at last; ok markus@Damien Miller
2004-02-17Remove useless headers; ok deraadt@Damien Miller
2004-02-17switch to license.template for code written by me (belated, I know...)Damien Miller
2004-02-17use unsigned ints for the frame fields and add proper typecasting so weJean-Francois Brousseau
2004-02-16make -b and -c work with large offsets; tweak from millert@Otto Moerbeek
2004-02-16handle allocation failure; jjy2+@pitt.eduTheo de Raadt
2004-02-15'split' command for iostat modeTed Unangst
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-02-14- adjust -widthJason McIntyre
2004-02-12plural of suffix is suffixes;Jason McIntyre
2004-02-11Make flag set in signal handler volatileOtto Moerbeek
2004-02-10repair frame size; makes tr workMichael Shalayeff
2004-02-10- sort optionsJason McIntyre
2004-02-10Clean-up logic, support -$ on gcc2, nothing on gcc3.Marc Espie
2004-02-09point people to ex tutorial;Jason McIntyre
2004-02-09install edit usd;Jason McIntyre
2004-02-09make Nm match Dt; found by pb@Jason McIntyre
2004-02-09- sort optionsJason McIntyre
2004-02-09typo;Jason McIntyre
2004-02-09make sure errno gets declared for C++ as well.Marc Espie
2004-02-09slight tweaks, ok jmc@Marc Espie
2004-02-07Use __LP64__ to determine whether a platform is 32bit or 64bitTodd C. Miller
2004-02-06Use EVP_CIPHER_CTX_key_length for key length. ok markus@Darren Tucker