summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2004-12-04minor tweaks; ok jmcJared Yanovich
2004-11-29Build the table of created directories in-memory, instead of usingOtto Moerbeek
2004-11-29Spell precede correctly.Jonathan Gray
2004-11-25Change the behavior of IFS word-splitting: split wordsJared Yanovich
2004-11-24remove obsolete `A' from `state' example;Jason McIntyre
2004-11-24on MP machines, in STAT field, add /# where # is the cpu number so thatTheo de Raadt
2004-11-18Sync usage with man page; Paul de WeerdTodd C. Miller
2004-11-18handle SONPROC; ok aaron, deraadt, krwMarkus Friedl
2004-11-17Document exit code, pointed out by Paul de Weerd.Todd C. Miller
2004-11-10defer ! and !! handling till prompt printing, like real ksh, and this nowTheo de Raadt
2004-11-09/bin/sh supports PS1 expansion;Jason McIntyre
2004-11-08add a more complex PS1 example, which does not use the new backslashJason McIntyre
2004-11-06\[ and \] delimit blocks of characters which are processed just likeTheo de Raadt
2004-11-06change \w to output ~/subpath type things, except for root of courseTheo de Raadt
2004-11-06correct my description of \[ and \]Jason McIntyre
2004-11-05document PS1 expansions;Jason McIntyre
2004-11-05incorrect markup was messing the description of IFS. i've rearranged itJason McIntyre
2004-11-04do the variety-pack of bash-style \letter expansions on prompt variables.Theo de Raadt
2004-11-03HISTSIZE cranked to 500Jared Yanovich
2004-11-02crank history to 500, requested by pvalTheo de Raadt
2004-10-28fix spacing after period at EOL. from ray@cyth.netJared Yanovich
2004-10-23If a uid or gid does not fit into into the tar header, issue a warningOtto Moerbeek
2004-10-15Don't print header if we didn't print any usage lines. Noticed andTodd C. Miller
2004-10-04remove the section on regular expressions - instead point peopleJason McIntyre
2004-09-28remove confusing sentence which suggests we usually run in single-userJason McIntyre
2004-09-16Use angle bracket macros instead of literal angle brackets. OK jmc@Todd C. Miller
2004-09-16de-lint (long vs int vs unsigned); otto okTheo de Raadt
2004-09-16ARGSUSED on signal handlerTheo de Raadt
2004-09-14remove unused variableTheo de Raadt
2004-09-14rename internal uname() to euname() to avoid libc conflictTheo de Raadt
2004-09-14fd leak (and who said lint never finds real bugs)Theo de Raadt
2004-09-14remove unused variableTheo de Raadt
2004-09-14do not alias unions between files (lint hates it)Theo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-08-24Note that collisions have been found for MD5, so SHA-1 is preferred.Tom Cosgrove
2004-08-23Don't send SIGINT or SIGTERM to the entire processes group when theTodd C. Miller
2004-08-10-L and -h are synonymous; noticed by espie@Todd C. Miller
2004-08-08print vmemoryuse immediately after vmemoryuse in limit outputTodd C. Miller
2004-08-07Document ulimit -v; mickey@ OKTodd C. Miller
2004-08-07vmemsize -> vmemoryuse for consistency with tcsh and document. mickey@ OKTodd C. Miller
2004-08-06conditional use of RLIMIT_VMEM (like ksh)Michael Shalayeff
2004-08-04- mdoc and macro fixes and simplificationJared Yanovich
2004-08-03only neuter fc builtin if initial shell is not interactiveDan Harnett
2004-08-03insure -> ensure;Jason McIntyre
2004-07-28note that uucp is not part of base install, but can be installed w/Jason McIntyre
2004-07-23add a manpage for /etc/defaultdomainJared Yanovich
2004-07-23move example descriptions before the examples themselvesJared Yanovich
2004-07-21tidy up EXAMPLES somewhat;Jason McIntyre
2004-07-16Neuter the fc builtin on non-interactive shells; inspired by NetBSD PR#26339.Miod Vallat
2004-07-09#ifdef hpux only for m68k or hppa; this needs a revisit since this showsTheo de Raadt