summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2004-02-19escape full stops where necessary to kill erroneous double spaces;Jason McIntyre
softly, softly, catchy monkey...
2004-02-19switch to new license.templateMarkus Friedl
2004-02-19don't use -$ flag for cpp with gcc 3 and upBrad Smith
ok espie@
2004-02-19fix mem leak.Mike Pechkin
hackers@ ok
2004-02-18Rewrite argv processing to not alter argv[] and optind while in theOtto Moerbeek
getopt() loop. ok deraadt@
2004-02-17remove cruft left over from RhostsAuthentication removal;Jason McIntyre
ok markus@
2004-02-17Change the maketemp() description into what it really does.Miod Vallat
ok espie@ jmc@
2004-02-17Unbreak numeric flag parsing. Based on a fix from Jared Yanovich; thisOtto Moerbeek
version with millert@. Resolves PR 3677. ok millert@
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
don't end up with a bogus argument to process_read() ok drahn@, vincent@
2004-02-16make -b and -c work with large offsets; tweak from millert@Otto Moerbeek
ok henning@ itojun@ millert@
2004-02-16handle allocation failure; jjy2+@pitt.eduTheo de Raadt
2004-02-15'split' command for iostat modeTed Unangst
from Pedro Martelletto <pbastos@rdc.puc-rio.br>
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br>
2004-02-14- adjust -widthJason McIntyre
- sort options - kill a -compact in a display
2004-02-12plural of suffix is suffixes;Jason McIntyre
idea stolen from a NetBSD PR submitted by Todd Vierling;
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
- simplify SYNOPSIS - note that files are copied, not moved (from couderc@)
2004-02-10Clean-up logic, support -$ on gcc2, nothing on gcc3.Marc Espie
Add -notraditional to help the transition into not -trad land. ok deraadt@
2004-02-09point people to ex tutorial;Jason McIntyre
2004-02-09install edit usd;Jason McIntyre
this has been updated/reworded to work as an ex tutorial; as usual, much help and patience (and ok) millert@
2004-02-09make Nm match Dt; found by pb@Jason McIntyre
some of this ok espie@, all of it ok deraadt@
2004-02-09- sort optionsJason McIntyre
- add calendar.french - tidy up FILES ok mickey@
2004-02-09typo;Jason McIntyre
ok mickey@
2004-02-09make sure errno gets declared for C++ as well.Marc Espie
okay millert@
2004-02-09slight tweaks, ok jmc@Marc Espie
2004-02-07Use __LP64__ to determine whether a platform is 32bit or 64bitTodd C. Miller
instead of using a hard-coded list. OK deraadt@, miod@
2004-02-06Use EVP_CIPHER_CTX_key_length for key length. ok markus@Darren Tucker
2004-02-06- options description cleanupJason McIntyre
- 10x not 6 for mkstemp(3)
2004-02-05fix ETA for > 4GB; bugzilla #791; ok henning@ deraadt@Markus Friedl
2004-02-05Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@Darren Tucker
2004-02-04Fix anchors (^ or $) in -w mode broken by the last commit's -w overhaul.Todd C. Miller
With this change we pass the updated regress. Tested and OK by ho@
2004-02-03bring some standard C++ fixes, mostly from NetBSD.Marc Espie
get isatty proto from the right place. avoid malloc.h okay otto@, millert@
2004-02-03Recognize openbsd arm executables and corefiles. ok deraadt@Dale Rahn
2004-02-02trap SIGHUP, SIGINT and SIGTERM as well; input and ok millert@.Federico G. Schwindt
2004-02-02be just like gnu emacs when more than 2 files are specified on the commandVincent Labrecque
line: create a buffer list window
2004-02-02partially working...Dale Rahn
2004-02-02Don't set alarms in the past + cleanup from NetBSD (minus the bugs there).Otto Moerbeek
ok millert@ hshoexer@
2004-02-01remove old precompiler weirdness that is not really needed...Vincent Labrecque
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
remove explicit paper.ps target, since it's already built by default; (this paper not installed yet)
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
also, this needs -ms macros, not -me; (though paper not installed yet)
2004-02-01add paper.txt target;Jason McIntyre