summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2000-07-20Code cleanup, user errx and warn instead of the hacks already there.Eric Jackson
2000-07-20missing free, reorderMarkus Friedl
2000-07-19chflags no moreMichael Shalayeff
2000-07-19new strtofflags/fflagstostrMichael Shalayeff
2000-07-18Handle MAKEFLAGS variation mandated by POSIX.Marc Espie
2000-07-18Another closing of stdin; ok deraadtDamien Miller
2000-07-17FALLTHRU -> FALLTHROUGH, requested by miod@ and style(9)Marc Espie
2000-07-17parse embedded variable specs, e.g., ${VAR_${SUB}}Marc Espie
2000-07-17- let VarModifiers_Apply accept NULL string gracefully,Marc Espie
2000-07-17Major unobfuscation: split var modifiers handling to a separate file.Marc Espie
2000-07-17separate modifiers handling from Var_Parse into a separateMarc Espie
2000-07-17Str_Match returns TRUE or FALSE, better style to test those ratherMarc Espie
2000-07-17This does replace Str_Match with a better routine, which handles negatedMarc Espie
2000-07-17Constify a few functions, propagated from VarModify.Marc Espie
2000-07-17- recognize that FIND_CMD and FIND_GLOBAL are always used together,Marc Espie
2000-07-17Consistency bug: for substitution should look in the same places otherMarc Espie
2000-07-17 o use strlcpy() where sensibleTodd C. Miller
2000-07-16Add -o option for printing file offset. Also some whitespace reformatting.Hugh Graham
2000-07-16make ssh-add accept dsa keys (the agent does not)Markus Friedl
2000-07-15Always create ~/.ssh with mode 700; ok MarkusDamien Miller
2000-07-14 allow leading whitespace. ok nielsMarkus Friedl
2000-07-14previous two patches mixed up if/else matchingTheo de Raadt
2000-07-13close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>Niels Provos
2000-07-13typo; todd@fries.netNiels Provos
2000-07-13allow multiple whitespace but only one '=' between tokens, bug report fromNiels Provos
2000-07-12make whois(1) IPv6-ready. patch from deraadt + minor tweaks.Jun-ichiro itojun Hagino
2000-07-12remove m_pulldown statistics, it is purely experimental and belongs toJun-ichiro itojun Hagino
2000-07-11disable FallBackToRsh by defaultTheo de Raadt
2000-07-11make MaxStartups code still work with -d; djmTheo de Raadt
2000-07-10Typo & style fix.Ian Darwin
2000-07-10strtok() --> strsep(). (niels@ ok)Hakan Olsson
2000-07-10Get the correct message on errors. (niels@ ok)Hakan Olsson
2000-07-10Xr chflags(1)Todd C. Miller
2000-07-10Bail if getch() returns ERR. In ncurses < 5.1 getch() incorrectlyTodd C. Miller
2000-07-09Better conditions for strsep() ending.Hakan Olsson
2000-07-09KNFTheo de Raadt
2000-07-08replace strtok with strsep; from David Young <dyoung@onthejob.net>Niels Provos
2000-07-08Add a -flags option similar to -perm but for filke flags (alaTodd C. Miller
2000-07-08Move option flags that don't require arguments to the first of the list inAaron Campbell
2000-07-07avoid non-formatter printf, use fputsTheo de Raadt
2000-07-07or just use puts() insteadTheo de Raadt
2000-07-07heck, be more careful with printf here tooTheo de Raadt
2000-07-07fixed formatting in numlabels; danhTheo de Raadt
2000-07-07If the timeout is not set, don't send a zeroed timeout to select.Artur Grabowski
2000-07-07sense of port forwarding flag test was backwardsTheo de Raadt
2000-07-07clean code is good codeTodd T. Fries
2000-07-06more statsJun-ichiro itojun Hagino
2000-07-06use %s with printf familyTheo de Raadt
2000-07-06i feel dirty whenever i edit in hereTheo de Raadt
2000-07-06do not assume h_errs[] is clean, use %sTheo de Raadt