summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2018-02-08Typos.dholland
2018-02-02convert HAVE_GCC handling to modern GCC release numbering:mrg
2018-01-27Remove trailing whitespace and Tn macro.wiz
2018-01-25sync with tzcode-2018cchristos
2018-01-24ksh: Rename a local function tsearch to mytsearchkamil
2018-01-24ksh: Rename a local function tdelete to mytdeletekamil
2018-01-23drop main() prototypesevan
2018-01-17Use 0600 as the mode for histfile here too.maya
2018-01-15Paul Goyette suggested improvements to parts of the description ofkre
2018-01-12Fix an unitialized memory read bug in ps(1)kamil
2017-12-30In addition to previous the which fixed a (harmless) MSAN detected refkre
2017-12-30initialize just used and prev_jobchristos
2017-12-30initialize the jobtab; it is easier than putting checks for used everywhere.christos
2017-12-17Do a better job of reporting invalid numeric constants in arithmetic exprs.kre
2017-12-09ps: Rename local routine name from uname to usrnamekamil
2017-11-21Remove the -X option from SMALL shells (as used on boot floppies,kre
2017-11-19Implement the -X option - an apparent variant of -x which sends all tracekre
2017-11-19Rearrange "struct output" to be slightly more friendly (I think)kre
2017-11-16Improve quoting in xtrace (-x) output ... if a string ("word") to bekre
2017-11-15DEBUG mode only change. Add some tracing. NFC (without DEBUG).kre
2017-11-15Sort options with long names that differ only by char case inkre
2017-11-15Correct a typo: s/ at / an /kre
2017-11-10PR bin/52715kre
2017-10-30Remove Tn.wiz
2017-10-30Minor spellchecking changes.wiz
2017-10-29Correct a markup typo (Sv -> Dv)kre
2017-10-28Add '-n' and '-p var' args to the wait command (-n: wait for any,kre
2017-10-28Another %zu for size_t (this one in a DEBUG mode trace call, so itkre
2017-10-28Extract the variable name validity test from setname() into akre
2017-10-25Use %zu for size_tmartin
2017-10-25Implement tcgetwinsize() and tcsetwinsize() in libc, with accesskre
2017-10-25Add options to the builtin jobid command to allow discovering thekre
2017-10-23PR bin/52640 PR bin/52641kre
2017-10-19Re-factor the code that extracts status from exited jobs, avoidingkre
2017-10-18Remove unnecessary Tn.wiz
2017-10-18I have seen (way too often) uses of test(1) that are not defined tokre
2017-10-16typo: unvalid -> invalidjnemeth
2017-10-15Fix typo: s/one or mode/one or more/pgoyette
2017-10-06Three fixes and a change to ~ expansionskre
2017-10-02Include time.h for time(2). Sort.joerg
2017-10-02Add cross reference to tac(1).wiz
2017-09-29DEBUG only changes (non-debug, ie: normal, shell unaffected)kre
2017-08-31Fix a bug noticed by Soren Jacobsen running the netbsd-6-0 build.sh whichkre
2017-08-28Bump date for previous. Remove/replace bogus Tn uses.wiz
2017-08-28Remove the filesystem tracing featurekamil
2017-08-27Whitespace fixes. Fix a typo. Refer to emacs using Ic, since emacs(1)wiz
2017-08-27Remove unnecessary Tn macro.wiz
2017-08-21Add support for $'...' quoting (based upon C "..." strings, with \ expansions.)kre
2017-08-19NFC - DEBUG mode change only - add some sanity to a debug printf format stringkre
2017-08-10PR/48182: Fix rmdir -p handling of top-level (root) directory.ginsbach