Age | Commit message (Expand) | Author |
2015-11-22 | remove the init files that we don't build. if they are ever needed for | Ted Unangst |
2015-11-22 | return to size_t typedef for yy_size_t. | Ted Unangst |
2015-11-22 | Don't leak extddata, memset after freeing it, not before. From Patrick | Nicholas Marriott |
2015-11-22 | Add getpw to pledge, makes tmux work in YP environments, discovered by | Nicholas Marriott |
2015-11-22 | If display-time is set to 0, show status messages until a key is pressed; | Tim van der Molen |
2015-11-22 | Disallow multiple -L options and remove the constraint -U to | Alexandre Ratchov |
2015-11-22 | save port number if port structure | Alexandre Ratchov |
2015-11-21 | remove mlinks for aliases: ntalkd, mfs, updatedb | Jason McIntyre |
2015-11-21 | In pledge(), put "dns" right after "inet". | Jeremie Courreges-Anglas |
2015-11-21 | Unbreak s_client, which should be allowed by pledge(2) to do DNS requests. | Jeremie Courreges-Anglas |
2015-11-21 | better fixes for running tail without -f. from Martijn van Duren | Ted Unangst |
2015-11-21 | remove fancy null check function in favor of checking for null. | Ted Unangst |
2015-11-21 | change type of yy_size_t back to int for now. we have some prebuilt | Ted Unangst |
2015-11-21 | add "getpw" promise to calendar(1) (in doall case only) | Sebastien Marie |
2015-11-20 | allow comment change for all supported formats | Alexander Hall |
2015-11-20 | Memory leaks and an uninitialized part of utf8_data, from Patrick Palka. | Nicholas Marriott |
2015-11-20 | Fix multiple issues regarding process group and signal mask handling | Ingo Schwarze |
2015-11-20 | pledge "stdio rpath wpath cpath fattr flock tty" | Theo de Raadt |
2015-11-20 | switch back to yaccing parse.y, it seems to work. | Ted Unangst |
2015-11-20 | ansi | Ted Unangst |
2015-11-20 | The alerts callback should be fired for bells even if bell-action is | Nicholas Marriott |
2015-11-20 | wrapping an ioctl for TIOCGWINSZ inside #ifdef TIOCGWINSIZE (entirely | Theo de Raadt |
2015-11-20 | spaces | Theo de Raadt |
2015-11-20 | do not need sys/param.h | Theo de Raadt |
2015-11-20 | Replace hardcoded "2" with SHUT_RDWR; from Ricardo Mestre | Jeremie Courreges-Anglas |
2015-11-20 | Instead of separate tables for different types of options, give each | Nicholas Marriott |
2015-11-20 | vi -S doesn't need proc or exec. | Anthony J. Bentley |
2015-11-20 | Always use the system m4; OK tedu@ | Todd C. Miller |
2015-11-20 | Back out rev 1.22 which somehow had unreported merge conflicts. | Todd C. Miller |
2015-11-20 | Always use the system m4. | Todd C. Miller |
2015-11-20 | add cast to make -Werror clean | Damien Miller |
2015-11-20 | quick hack to fix "tail +n", reported broken by Mikolaj Kucharski. | Ted Unangst |
2015-11-20 | Cast two ctype args to u_char. | mmcc |
2015-11-19 | burn down all the gratutious alloca() compatability that autofuck injected | Ted Unangst |
2015-11-19 | make sure parse.c depends on initparse.c | Ted Unangst |
2015-11-19 | remove the LGPL gettext.h since we aren't using it anyway. | Ted Unangst |
2015-11-19 | split out some variable initialization to be easier | Ted Unangst |
2015-11-19 | Replace Char (defined as unsigned char) with u_char. | mmcc |
2015-11-19 | it is not necessary to cast the result of malloc/calloc. | Ted Unangst |
2015-11-19 | flex_alloc and flex_free are nothing more than malloc and free, so replace | Ted Unangst |
2015-11-19 | it should be safe to assume the presence of memset these days instead of | Ted Unangst |
2015-11-19 | remove VMS and MSDOS support | Ted Unangst |
2015-11-19 | mechanical knf | Ted Unangst |
2015-11-19 | orbital strike from moonbase knf | Ted Unangst |
2015-11-19 | Only assume pasting with at least two characters, reduces problems for | Nicholas Marriott |
2015-11-19 | typically indentation decreases after a block is closed | Ted Unangst |
2015-11-19 | repair some of the preposterously damaged indentation | Ted Unangst |
2015-11-19 | we don't keep vim modelines in files | Ted Unangst |
2015-11-19 | how did the pledge "dns" get forgotten?!?! wow.. | Theo de Raadt |
2015-11-19 | Sort and simplify includes, remove a couple needless extern decls. | mmcc |