summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* miscellaneous cruft:naddy2015-10-268-97/+10
* remove the profiling and debugging ifdefs; ok zhuk@naddy2015-10-266-131/+7
* document the -p and -l file enquiries and explicitly do not document -snaddy2015-10-261-2/+6
* Remove the #define Strfoo() s_strfoo() redirection and move everythingnaddy2015-10-263-42/+26
* Clean up cruft made visible by the NLS unifdefing:naddy2015-10-266-142/+9
* unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)naddy2015-10-2613-221/+15
* strvis directory names in psczarkoff2015-10-251-4/+7
* need "getpw" pledge; spotted by matthieuderaadt2015-10-251-2/+2
* POSIX says that you can't capture the return value of sigsetjmp().guenther2015-10-251-2/+3
* Remove three strange and unused preproc defines. Submitted by Ilyammcc2015-10-231-6/+1
* With new pledge "ps" and "vminfo" requests, ps/top/w become possible.deraadt2015-10-231-1/+4
* Remove two comments listing functionless files. Trivial, no functionalmmcc2015-10-231-3/+1
* proto.h contains many function prototypes. It's apparently separate frommmcc2015-10-232-245/+237
* correct precedence; from Ilya Kalimanderaadt2015-10-231-2/+2
* document tid keyword.benno2015-10-221-2/+6
* Final removal of EXTERN.mmcc2015-10-222-27/+22
* setlocale() before pledge()... until we learn morederaadt2015-10-221-5/+6
* Fix typo in comment. From Theo Buehler.mmcc2015-10-221-2/+2
* Style fixes; from Ilya Kalimanmillert2015-10-211-2/+2
* Remove a couple of unhelpful defines.mmcc2015-10-212-5/+3
* Don't bother casting NULL.mmcc2015-10-213-6/+6
* Assign pointer to NULL rather than 0.mmcc2015-10-211-2/+2
* Penultimate commit to remove EXTERN.mmcc2015-10-212-13/+31
* Remove the define NOT, replace it with '!'. No binary change.mmcc2015-10-193-8/+7
* A little style(9) for sh.h includesmmcc2015-10-191-2/+3
* Move stddef.h include from sh.h to the file that uses it.mmcc2015-10-192-3/+3
* Move string.h include from sh.h to the files that use it.mmcc2015-10-1927-28/+62
* Move limits.h include from sh.h to the files that actually need it. Nommcc2015-10-197-8/+16
* More removal of EXTERN.mmcc2015-10-192-6/+13
* Apply style(9) to header includes.mmcc2015-10-1922-59/+86
* Move more EXTERN-defined globals from sh.h.mmcc2015-10-182-10/+18
* With TIOCSTI supported in pledge "tty proc", csh is good enough to runderaadt2015-10-181-1/+5
* add missing underscore; from theo buehlerjmc2015-10-171-3/+3
* Drop two useless defines.mmcc2015-10-172-7/+4
* Move a system header include from the global header (sh.h) into themmcc2015-10-173-5/+5
* Change allocarray() to areallocarray(), a full reallocarray clone. Allmmcc2015-10-171-3/+3
* Copy alloc()'s overflow check to aresize().mmcc2015-10-171-1/+5
* Change x_do_ins()'s arg type from int to size_t for correctness's sake,mmcc2015-10-161-4/+2
* Move the overflow check to alloc() so that the link struct overhead canmmcc2015-10-161-5/+5
* Cast iscntrl()'s arg to unsigned char.mmcc2015-10-161-2/+2
* wrap a long linederaadt2015-10-161-2/+3
* Implement real "flock" request and add it to userland programs thatmillert2015-10-161-2/+2
* Add allocarray(), an overflow-safe allocation function.mmcc2015-10-161-1/+26
* Remove three distracting aliases for NULL.mmcc2015-10-152-15/+11
* Remove an unused included header (sys/stat.h).mmcc2015-10-151-2/+1
* Introduce an unsigned char variable for the ctype function calls.mmcc2015-10-151-5/+7
* Use a strict $PATH of "/usr/bin:/usr/local/bin" to run the (de)compressorsderaadt2015-10-141-1/+5
* revert previous. changes the behaviour of:daniel2015-10-132-25/+14
* reenable pledge(2) on pax, but only if pmode isn't in use or if actionsemarie2015-10-121-6/+6
* indent the builtin text a little, for naddy;jmc2015-10-121-3/+3