summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-12-19s/msg_send/ssh_msg_send/ to avoid namespace clashes in portable; ok markus@Damien Miller
2002-12-18t'was not enough space malloced when generating the bodun entriesMichael Shalayeff
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-12-17ANSIfu and if given multiple names, don't exit if we get an errorTodd C. Miller
2002-12-17Only call setlogin() if this proccess is a session leader.Todd C. Miller
2002-12-17o Implement -r (recursive) optionTodd C. Miller
2002-12-16typo; from Tor Houghton <torh@bogus.net>Michael Shalayeff
2002-12-16Make systat(1), iostat(8) and vmstat(8) automatically update their diskThierry Deval
2002-12-15more writable spelling; torhHenning Brauer
2002-12-15typo; torh at bogus.netHenning Brauer
2002-12-14handle multiline replies from the server.Marc Espie
2002-12-14add missing OpenBSD tagTodd C. Miller
2002-12-13Recent modifications to netcat changed the behaviour to only exit when bothAaron Campbell
2002-12-13audio_prinfo.seek is int now; document and syncChristian Weisgerber
2002-12-13No need to include sys/cdefs.h explicitly here; Andrey MatveevTodd C. Miller
2002-12-131) include stalling time in total timeMarkus Friedl
2002-12-13Some KNF from Andrey Matveev plus a little cleanup of my own.Todd C. Miller
2002-12-13cleanup debug messages, more useful information for the client user.Markus Friedl
2002-12-12knfTheo de Raadt
2002-12-11Convert ctype.h macros into inline functions. This fixes the issues weTodd C. Miller
2002-12-11Don't require a list of object file for the -d, -m, -q and -r optionsTodd C. Miller
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; andrushock@k...Peter Valchev
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
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
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
2002-12-08grop long option names, like gzip.Michael Shalayeff
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
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
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
2002-12-04grok systrace ioctl namesMichael Shalayeff
2002-12-04remove xauth entries before add; PR 2994 from janjaap@stack.nl.Kevin Steves
2002-12-03ansify, indent, check for malloc/calloc failure, proper usage()Peter Valchev
2002-12-03complete SYNOPSIS, sort options and improve wording slightlyPeter Valchev
2002-12-03caldera-licensed docs, now that they are free. need more work, thus not insta...Michael Shalayeff
2002-12-03caldera-licensed docs, now that they are free. need more work, thus not insta...Michael Shalayeff
2002-12-03constify the not yet constified tables, use defined(__STDC__) instead of ifde...Michael Shalayeff
2002-12-03altq-pf merge - Nov 18 2002Henning Brauer