summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-12-12knfTheo de Raadt
2002-12-11Convert ctype.h macros into inline functions. This fixes the issues weTodd C. Miller
currently have with the macro versions and makes the ctype.h versions 100% identical to what is in libc. Discussed with pjanzen@ and OK'd by deraadt@.
2002-12-11Don't require a list of object file for the -d, -m, -q and -r optionsTodd C. Miller
since neither Solaris nor GNU ar require this. Personally I'd rather change the world to use the BSD behavior but that is unlikely and the differing behavior causes problems with libtool and automake. deraadt@ OK
2002-12-11miod asked me to add thisMichael Shalayeff
2002-12-10staticMarkus Friedl
2002-12-10move tos handling to packet_set_tos; ok provos/henning/deraadtMarkus Friedl
2002-12-10power plant day moves back to the 22 from sun+3; from form@ the powermakerMichael Shalayeff
2002-12-10ansi, KNF, other style(9) improvements and logic simplification; ↵Peter Valchev
andrushock@korovino.net
2002-12-10sort options; andrushock@korovino.netPeter Valchev
2002-12-10Make sure $SHELL points to the shell from the password file, even if shellMarkus Friedl
is overridden from login.conf; bug#453; semen at online.sinor.ru; ok millert@
2002-12-09Correct typo. 'accessable' -> 'accessible'Chad Loder
2002-12-09Avoid setting optind to 0 as GNU getopt treats that like we do optreset.Todd C. Miller
markus@ OK
2002-12-09bind ^Xg to gotoline by defaultTheo de Raadt
2002-12-09do not use sys/types.h and sys/param.h together; andrushock@korovino.netTheo de Raadt
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-08Treat a file name of "-" as either stdin or stdout, depending on position.Todd C. Miller
2002-12-08GNU semantics say that if optstring begins with '-' thenTodd C. Miller
each non-option shall be treated as arguments to option '\1'. BSD getopt match '-' in optstring with a '-' on the command line. This is used to support deprecated options like "su -" that would otherwise prevent the use of getopt(). Resolving this simply requires that the leading '-' be moved somewhere else (I moved it to the end of optstring) since position within optstring is not meaningful.
2002-12-08grop long option names, like gzip.Michael Shalayeff
add most of the gzip's options (a few unimplemented yet). some cleaning, etc. millert@ ok
2002-12-08No need to try and catch "--" by hand, getopt() does it for us.Todd C. Miller
2002-12-08Avoid using "optind = 0" since its meaning to getopt() is implementationTodd C. Miller
dependent (and there is no good reason to use it in this case anyway).
2002-12-07Repair -a flag parsing which I broke in revision 1.47.Todd C. Miller
2002-12-07Treat EPIPE writing to the terminal the same as SIGQUIT from the user.Todd C. Miller
Closes PR 3016.
2002-12-06Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@Damien Miller
2002-12-05use roundup() similar to rcp/util.c and avoid problems with strangeMarkus Friedl
filesystem block sizes, noted by tjr@freebsd.org; ok djm@
2002-12-04grok systrace ioctl namesMichael Shalayeff
2002-12-04remove xauth entries before add; PR 2994 from janjaap@stack.nl.Kevin Steves
ok markus@
2002-12-03ansify, indent, check for malloc/calloc failure, proper usage()Peter Valchev
from andrushock@korovino.net via deraadt
2002-12-03complete SYNOPSIS, sort options and improve wording slightlyPeter Valchev
from andrushock@korovino.net
2002-12-03caldera-licensed docs, now that they are free. need more work, thus not ↵Michael Shalayeff
installed yet
2002-12-03caldera-licensed docs, now that they are free. need more work, thus not ↵Michael Shalayeff
installed yet
2002-12-03constify the not yet constified tables, use defined(__STDC__) instead of ↵Michael Shalayeff
ifdef __STC__ where appropriate; millert@ ok
2002-12-03altq-pf merge - Nov 18 2002Henning Brauer
2002-12-03bridge addition... Feb 26, 1999Jason Wright
2002-12-02nuke unifdefallTheo de Raadt
2002-12-02freebsd diffs; merged by tedu@Stanford.EDUTheo de Raadt
2002-11-30So you think your work is funny, eh?Miod Vallat
2002-11-29inconsistant spelling; torh@bogus.netTheo de Raadt
2002-11-29de is dead; peterw@ifost.org.auTheo de Raadt
2002-11-29Add -b flag (brief mode) like NetBSD and FreeBSD; Ibrahim KhalifaTodd C. Miller
2002-11-27typo; Tor HoughtonTodd C. Miller
2002-11-27unkonwn -> unknown; Tor Houghton <torh@bogus.net>Peter Valchev
2002-11-27allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;Markus Friedl
http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@
2002-11-27Ressurect -l flag to be compliant with spell(1).margarida
millert@ ok
2002-11-26The day of fighting with the violence against womenAlexander Yurchenko
ok mickey@
2002-11-26i've comitted from the wrong tree the previous, needs dkbadMichael Shalayeff
2002-11-26parse all the usefull files in sys for ioctls, change if() return to a ↵Michael Shalayeff
switch(), makes it much smaller on most architectures
2002-11-26KNF, comment and error message repair; ok markus@Kevin Steves
2002-11-26remove outdated statement; ok markus@ deraadt@Kevin Steves
2002-11-26Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.Wilbern Cobb
ok markus@
2002-11-25yeahHenning Brauer