Age | Commit message (Expand) | Author |
2015-12-24 | More adress -> address | mmcc |
2015-12-22 | Assign pointer variables to NULL rather than 0. No functional change. | mmcc |
2015-12-22 | Remove a needless allocation cast. No binary change. | mmcc |
2015-12-21 | Replace an ugly bit of pointer arithmetic with a conditional expression. | mmcc |
2015-12-16 | Replace "tame" by "pledge" in a comment. | tb |
2015-12-14 | Move system headers from sh.h to those files that actually need them. | tb |
2015-12-14 | Remove a superfluous macro. No binary change. ok tb@ | mmcc |
2015-12-10 | In emacs command-line editing mode, make sure that moving left and | Ingo Schwarze |
2015-12-09 | Remove NULL-check before free(). ok tb@ | mmcc |
2015-12-06 | Remove a 250-line catalog of AT&T ksh bugs. ok tedu | mmcc |
2015-12-06 | pledge "dpath" to allow creation of nodes via mkfifo(2) and mknod(2) | Theo de Raadt |
2015-12-06 | Use __progname instead of manually handling argv[0]. | Tobias Stoeckmann |
2015-12-05 | Remove some more pdksh-specific stuff and references to files that no | mmcc |
2015-12-05 | Remove descriptions of files that no longer exist. | mmcc |
2015-12-05 | Remove needless reference to LEGAL, which is likely outdated itself. | mmcc |
2015-12-05 | Remove some bug report guidelines from pdksh that aren't relevant to us. | mmcc |
2015-12-02 | comment typo | mmcc |
2015-12-01 | Support UTF-8: use wcwidth(3) for column adjustment and replace | Ingo Schwarze |
2015-11-27 | the rm code in mv inherited pledge from rm. it shoud be safe, but there | Ted Unangst |
2015-11-27 | Use strlcpy to copy strings in struct mount, not memmove. Avoids | Todd C. Miller |
2015-11-24 | Revert previous tweak, pending a more complete rewording. Discussed with | mmcc |
2015-11-22 | This man page uses "Note that" profusely, which is generally considered | mmcc |
2015-11-22 | Don't use pdksh for self-reference and remove needless historical | mmcc |
2015-11-22 | Remove commented-out BUGS section that directs reports to long-extinct | mmcc |
2015-11-21 | "one" -> "one or more" | mmcc |
2015-11-20 | honestly i think you should just zap that paragraph - it doesn;t make | tb |
2015-11-20 | Cannot pledge bottom half of setting, because of the ioctl backing | Theo de Raadt |
2015-11-20 | KNF | Theo de Raadt |
2015-11-20 | remove unused prototype | tb |
2015-11-20 | make ed restore the user defined prompt (specified with -p) when it was turned | tb |
2015-11-18 | Only unget match[] if it has been used, ok sthen | Nicholas Marriott |
2015-11-17 | as in rm, needs getpw in pledge | Ted Unangst |
2015-11-17 | don't need locale header anymore | Ted Unangst |
2015-11-17 | overwriting code isn't used | Ted Unangst |
2015-11-17 | int -> size_t for a len field | mmcc |
2015-11-17 | remove some more flags | Ted Unangst |
2015-11-17 | trim down the flags in rm | Ted Unangst |
2015-11-17 | remove Rflag and pflag (1) and rflag (0). | Ted Unangst |
2015-11-17 | remove getopt() from the nested cp and rm mains | Ted Unangst |
2015-11-17 | direct copy of cp and rm code into mv, so it can avoid fork+exec. | Ted Unangst |
2015-11-17 | Missing "getpw" pledges, these were unnoticed because nobody expects | Theo de Raadt |
2015-11-16 | rename link to name to avoid shadowing the function | Ted Unangst |
2015-11-12 | use symbolics for flags to open | Theo de Raadt |
2015-11-12 | Use isdigit() instead of ksh's homebrewed alternative. | mmcc |
2015-11-11 | fix pledge error message | Theo de Raadt |
2015-11-11 | exit() after perror() for pledge failure. Perhaps this got introduced | Theo de Raadt |
2015-11-09 | add missing NAME entries; ok schwarze | Jason McIntyre |
2015-11-08 | Tweak a reallocarray call to be more overflow-resistant. From Theo Buehler. | mmcc |
2015-11-07 | Make it clearer that warningf()'s first argument determines whether the | mmcc |
2015-11-06 | add [ to NAME, and document it; the NAME addition was | Jason McIntyre |