Age | Commit message (Expand) | Author |
2015-11-23 | Remove support for the UTF-8 mouse extension. This was a briefly used, | Nicholas Marriott |
2015-11-23 | define port_log even without -DDEBUG | Alexandre Ratchov |
2015-11-23 | Update less(1) and lesskey(1) manuals for LESSCHARSET removal | tb |
2015-11-23 | Remove unused -M option (2+ years get used to it is enough) | Alexandre Ratchov |
2015-11-23 | If the clock is ticking because of a MMC start message, then stop | Alexandre Ratchov |
2015-11-23 | Remove bug-less email address. From Michael Reed, thanks! | tb |
2015-11-23 | Save and restore umask when creating /tmp/aucat/ to ensure the | Alexandre Ratchov |
2015-11-23 | use device numbers stored in the dev structure rather than | Alexandre Ratchov |
2015-11-23 | - fix printing of non-ascii chars in error message | Otto Moerbeek |
2015-11-23 | Insert new ports at the head of the list and stop assuming its | Alexandre Ratchov |
2015-11-23 | Don't shadow a function argument. | Nicholas Marriott |
2015-11-23 | Most of these functions can be static. | Nicholas Marriott |
2015-11-23 | Missing prototype. | Nicholas Marriott |
2015-11-23 | A couple more prototypes without arguments. | Nicholas Marriott |
2015-11-23 | Just use the default CDIAGFLAGS rather than defining our own. | Nicholas Marriott |
2015-11-23 | Fix function type arguments. | Nicholas Marriott |
2015-11-23 | $OpenBSD$ | Nicholas Marriott |
2015-11-23 | Remove cscope references in documentation. | Anthony J. Bentley |
2015-11-23 | less builds its programs one level lower, so we need a Makefile.inc here | Ted Unangst |
2015-11-23 | calling ioctl() requires include sys/ioctl.h | Ted Unangst |
2015-11-23 | rename variable 'sun' to allow building on Solaris | Brent Cook |
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 |