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