summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
1998-10-29Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions ofTodd C. Miller
some that we had already fixed locally. o typeset -f FUNC doesn't print follows command (and expression) substitutions. o when re-allocating memory, too much may be copied from old memory. o set -o printed some options sans names. o emacs mode: <esc>. in very fist command causes core dump. o pdksh dumps core after a cd command. o typeset -i reports on array elements that have no value (at&t ksh reports on array base name - no index). o ulimit -ctn unlimittttted kills shell (resource exceeded). o ". /dev/null" says access denied. o flag field in aliases incorrectly changed (all flags set instead of clearing ISSET) in exec.c(flushcom). o ${#array[*]} prints largest index instead of number of (set) elements in an array (ksh88 does the former). o sys_siglist[] doesn't always have NSIG non-null entries...
1998-10-19Fix off-by-one error when adding files of exactly 100 characters; ↵Todd C. Miller
wsanchez@apple.com
1998-10-09Initialize the correct fields when creating an empty command. Fixes bug where aTodd C. Miller
function with no body ( e.g. "testfun () ;" ) would cause ksh to segfault when it was called. Eric Haszlakiewicz <erh@netbsd.org>
1998-09-27preceeding -> precedingAaron Campbell
1998-09-26for -p preserve sticky bitTheo de Raadt
1998-09-26fix storage of paths that are exactly 100 chars; mgw@pacbell.netTodd C. Miller
1998-09-26more setmode() leaks -- kill 'em allTheo de Raadt
1998-09-24'off of' -> 'off'Paul Janzen
1998-09-23alphabetize SEE ALSO entries and numerically order according to sectionAaron Campbell
1998-09-20When invoked as tar, print verbose output to stdout, not stderr. If in list ↵Todd C. Miller
mode or in create mode where create output is to stdout print to stderr
1998-09-19typosAaron Campbell
1998-09-14typos; pjanzen@foatdi.harvard.eduAaron Campbell
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos.
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-09-01Clear up an overeager Y2K fix; be a little stricter with allowable timesPaul Janzen
1998-09-01s/UCT/UTC/Paul Janzen
1998-08-31system limits can change. Do not document 10240 limitTheo de Raadt
1998-08-26do not *NULL -- i think this patch is rightTheo de Raadt
1998-08-25off by one (dodges bullet)kstailey
1998-08-25support \e in built-in printfTheo de Raadt
1998-08-18people who fail to update man pages and usage lines will henceforth be shot ↵Theo de Raadt
on sight
1998-08-17fix df -P on 0-size filesystemsTheo de Raadt
1998-08-15realloc bug fix and two other bugs found at the same timeTheo de Raadt
1998-08-15fix reallocTheo de Raadt
1998-08-07fix exit code; problem reported by jsh@sun470.rd.qms.com; fix from freebsdTheo de Raadt
1998-08-07repairTheo de Raadt
1998-07-27pull in string.h for memset() protoTodd C. Miller
1998-07-24fix spelling of separate; aaron@ug.cs.dal.caTheo de Raadt
1998-07-21fix +n description; jkoshy@freebsdTheo de Raadt
1998-07-20Spelling, and omitted words for getNAME.Marc Espie
1998-07-16support scsi better; fix another weird bug; mjacobTheo de Raadt
1998-07-12typoTodd T. Fries
1998-07-09why bother; msaitohTheo de Raadt
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1998-07-03Fix handling of trailing slashes. Don't ever strip them, because that'sConstantine Sapuntzakis
the way the user tells us that he really wants a directory. Also, a trailing slash does not mean that the last component is null (in fact, according to POSIX, a component can't be 0 bytes). Rather, the last component is the one directly preceding the trailing slashes.
1998-07-03Xr mtioTheo de Raadt
1998-07-03use 10 X in mkstemp string for improved speed at race winningTheo de Raadt
1998-07-02indentTheo de Raadt
1998-07-02Fix mv b/ a where a is a directory.Constantine Sapuntzakis
1998-07-01Document BSD4.4 flags supportMarc Espie
1998-06-29overflow fix; michael@cs.mun.caTheo de Raadt
1998-06-27new ksh code stupidly did not permit ". /dev/null"; enable that againTheo de Raadt
1998-06-25pdksh-5.2.13 + local changesTodd C. Miller
1998-06-23snprintf returns bytes it wanted to print, not the number it actually didTodd C. Miller
1998-06-23few fixes; msaitohTheo de Raadt
1998-06-09spellingTheo de Raadt
1998-06-09bahTheo de Raadt
1998-06-07use MAP_FAILEDTheo de Raadt
1998-06-03zero sigset_t before useTheo de Raadt