Age | Commit message (Expand) | Author |
2015-10-30 | 'fc -e -' is deprecated in favor of 'fc -s', so update the built-in alias | Philip Guenther |
2015-10-28 | unifdef _PATH_* | Christian Weisgerber |
2015-10-26 | miscellaneous cruft: | Christian Weisgerber |
2015-10-26 | remove the profiling and debugging ifdefs; ok zhuk@ | Christian Weisgerber |
2015-10-26 | document the -p and -l file enquiries and explicitly do not document -s | Christian Weisgerber |
2015-10-26 | Remove the #define Strfoo() s_strfoo() redirection and move everything | Christian Weisgerber |
2015-10-26 | Clean up cruft made visible by the NLS unifdefing: | Christian Weisgerber |
2015-10-26 | unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set) | Christian Weisgerber |
2015-10-25 | strvis directory names in ps | Dmitrij Czarkoff |
2015-10-25 | need "getpw" pledge; spotted by matthieu | Theo de Raadt |
2015-10-25 | POSIX says that you can't capture the return value of sigsetjmp(). | Philip Guenther |
2015-10-23 | Remove three strange and unused preproc defines. Submitted by Ilya | mmcc |
2015-10-23 | With new pledge "ps" and "vminfo" requests, ps/top/w become possible. | Theo de Raadt |
2015-10-23 | Remove two comments listing functionless files. Trivial, no functional | mmcc |
2015-10-23 | proto.h contains many function prototypes. It's apparently separate from | mmcc |
2015-10-23 | correct precedence; from Ilya Kaliman | Theo de Raadt |
2015-10-22 | document tid keyword. | Sebastian Benoit |
2015-10-22 | Final removal of EXTERN. | mmcc |
2015-10-22 | setlocale() before pledge()... until we learn more | Theo de Raadt |
2015-10-22 | Fix typo in comment. From Theo Buehler. | mmcc |
2015-10-21 | Style fixes; from Ilya Kaliman | Todd C. Miller |
2015-10-21 | Remove a couple of unhelpful defines. | mmcc |
2015-10-21 | Don't bother casting NULL. | mmcc |
2015-10-21 | Assign pointer to NULL rather than 0. | mmcc |
2015-10-21 | Penultimate commit to remove EXTERN. | mmcc |
2015-10-19 | Remove the define NOT, replace it with '!'. No binary change. | mmcc |
2015-10-19 | A little style(9) for sh.h includes | mmcc |
2015-10-19 | Move stddef.h include from sh.h to the file that uses it. | mmcc |
2015-10-19 | Move string.h include from sh.h to the files that use it. | mmcc |
2015-10-19 | Move limits.h include from sh.h to the files that actually need it. No | mmcc |
2015-10-19 | More removal of EXTERN. | mmcc |
2015-10-19 | Apply style(9) to header includes. | mmcc |
2015-10-18 | Move more EXTERN-defined globals from sh.h. | mmcc |
2015-10-18 | With TIOCSTI supported in pledge "tty proc", csh is good enough to run | Theo de Raadt |
2015-10-17 | add missing underscore; from theo buehler | Jason McIntyre |
2015-10-17 | Drop two useless defines. | mmcc |
2015-10-17 | Move a system header include from the global header (sh.h) into the | mmcc |
2015-10-17 | Change allocarray() to areallocarray(), a full reallocarray clone. All | mmcc |
2015-10-17 | Copy alloc()'s overflow check to aresize(). | mmcc |
2015-10-16 | Change x_do_ins()'s arg type from int to size_t for correctness's sake, | mmcc |
2015-10-16 | Move the overflow check to alloc() so that the link struct overhead can | mmcc |
2015-10-16 | Cast iscntrl()'s arg to unsigned char. | mmcc |
2015-10-16 | wrap a long line | Theo de Raadt |
2015-10-16 | Implement real "flock" request and add it to userland programs that | Todd C. Miller |
2015-10-16 | Add allocarray(), an overflow-safe allocation function. | mmcc |
2015-10-15 | Remove three distracting aliases for NULL. | mmcc |
2015-10-15 | Remove an unused included header (sys/stat.h). | mmcc |
2015-10-15 | Introduce an unsigned char variable for the ctype function calls. | mmcc |
2015-10-14 | Use a strict $PATH of "/usr/bin:/usr/local/bin" to run the (de)compressors | Theo de Raadt |
2015-10-13 | revert previous. changes the behaviour of: | Daniel Dickman |