summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2015-10-22Fix typo in comment. From Theo Buehler.mmcc
2015-10-21Style fixes; from Ilya KalimanTodd C. Miller
2015-10-21Remove a couple of unhelpful defines.mmcc
2015-10-21Don't bother casting NULL.mmcc
2015-10-21Assign pointer to NULL rather than 0.mmcc
2015-10-21Penultimate commit to remove EXTERN.mmcc
2015-10-19Remove the define NOT, replace it with '!'. No binary change.mmcc
2015-10-19A little style(9) for sh.h includesmmcc
2015-10-19Move stddef.h include from sh.h to the file that uses it.mmcc
2015-10-19Move string.h include from sh.h to the files that use it.mmcc
2015-10-19Move limits.h include from sh.h to the files that actually need it. Nommcc
2015-10-19More removal of EXTERN.mmcc
2015-10-19Apply style(9) to header includes.mmcc
2015-10-18Move more EXTERN-defined globals from sh.h.mmcc
2015-10-18With TIOCSTI supported in pledge "tty proc", csh is good enough to runTheo de Raadt
2015-10-17add missing underscore; from theo buehlerJason McIntyre
2015-10-17Drop two useless defines.mmcc
2015-10-17Move a system header include from the global header (sh.h) into themmcc
2015-10-17Change allocarray() to areallocarray(), a full reallocarray clone. Allmmcc
2015-10-17Copy alloc()'s overflow check to aresize().mmcc
2015-10-16Change x_do_ins()'s arg type from int to size_t for correctness's sake,mmcc
2015-10-16Move the overflow check to alloc() so that the link struct overhead canmmcc
2015-10-16Cast iscntrl()'s arg to unsigned char.mmcc
2015-10-16wrap a long lineTheo de Raadt
2015-10-16Implement real "flock" request and add it to userland programs thatTodd C. Miller
2015-10-16Add allocarray(), an overflow-safe allocation function.mmcc
2015-10-15Remove three distracting aliases for NULL.mmcc
2015-10-15Remove an unused included header (sys/stat.h).mmcc
2015-10-15Introduce an unsigned char variable for the ctype function calls.mmcc
2015-10-14Use a strict $PATH of "/usr/bin:/usr/local/bin" to run the (de)compressorsTheo de Raadt
2015-10-13revert previous. changes the behaviour of:Daniel Dickman
2015-10-12reenable pledge(2) on pax, but only if pmode isn't in use or if actionSebastien Marie
2015-10-12indent the builtin text a little, for naddy;Jason McIntyre
2015-10-12Revert the pledge() call on pax/ar_io.c for now.Sebastien Marie
2015-10-12preservation modes can adjust setugid bits, so no pledge is possible.Theo de Raadt
2015-10-11Don't return errno from main()Philip Guenther
2015-10-11pledge "stdio tty" works once the kernel allows TIOCGWINSZ. Do the pledgeTheo de Raadt
2015-10-11Don't allow "rm -rf /"Daniel Dickman
2015-10-10Pledge that ln only needs "stdio rpath cpath".Doug Hogan
2015-10-10Add a define for the invalid state, from mksh via Michael McConville.Nicholas Marriott
2015-10-10Kill pledges to only use "stdio proc".Doug Hogan
2015-10-10normalize a few more tame request orderings, to help reviewTheo de Raadt
2015-10-10normalize the ordering of tame requests (particularily, "rpath wpath cpath",Theo de Raadt
2015-10-10Replace calls to x_emacs_putbuf() with x_do_ins() since allTodd C. Miller
2015-10-10Unused macros; from Michael McConville.Nicholas Marriott
2015-10-10Move more declarations out of proto.h into better headers, from MichaelNicholas Marriott
2015-10-10ksh can run with pledge "stdio rpath wpath cpath getpw fattr proc exec tty"Theo de Raadt
2015-10-09The variable errmsg can be static in main.c if code in re.c uses an ownTobias Stoeckmann
2015-10-09Define functions as static when they are not used outside their own c-files.Tobias Stoeckmann
2015-10-09Lexer states are not needed outside of lex.c.Todd C. Miller