Age | Commit message (Expand) | Author |
2015-12-26 | adjust pledge promises for ControlMaster: when using "ask" or "autoask", the ... | Sebastien Marie |
2015-12-25 | follwing -> following | Anthony J. Bentley |
2015-12-25 | Generate simpler in-page links: just replace spaces with underscores. | Anthony J. Bentley |
2015-12-25 | Don't retain the search query in the resulting manual links. | Anthony J. Bentley |
2015-12-25 | Don't set (unused) IPV6_V6ONLY option. | Alexandre Ratchov |
2015-12-25 | inline a once-used function that just prints a warning | mmcc |
2015-12-25 | very basic kevent printing | Ted Unangst |
2015-12-24 | Use return rather than exit to enable the stack protector. From | mmcc |
2015-12-24 | Order includes. From fritjof@alokat.org | mmcc |
2015-12-24 | more e-mail -> email | mmcc |
2015-12-24 | KNF cleanup: sort #includes and cases in switch statements. | tb |
2015-12-24 | Add --brief and --dereference, used by xdg-open/xdg-mime. | Jeremie Courreges-Anglas |
2015-12-24 | Add -R option to allow files specified on the command line to be | Mark Lumsden |
2015-12-24 | Replace bzero with memset. No binary change. | mmcc |
2015-12-23 | remove NULL-check before free() | mmcc |
2015-12-23 | remove NULL-checks before free() | mmcc |
2015-12-23 | Add pledge calls to both "helper" and "worker" processes. | Alexandre Ratchov |
2015-12-23 | Update sqlite3 to 3.9.2. Bump major, regen .pc and header. Changes | James Turner |
2015-12-23 | Do undo. | Mark Lumsden |
2015-12-23 | Add rpath to telnet's more restrictive pledge; otherwise if the server requests | Stuart Henderson |
2015-12-23 | fix false-positive "uninitialized" gcc warning | Alexandre Ratchov |
2015-12-23 | Call getpwname() earlier, and if it fails, return the proper | Alexandre Ratchov |
2015-12-23 | hide forgotten debug printfs | Alexandre Ratchov |
2015-12-23 | Repair switch-client -l and switch-client with a window target. | Nicholas Marriott |
2015-12-22 | in case we have a parse error, dispell the target list early to avoid | Marc Espie |
2015-12-22 | commited -> committed | mmcc |
2015-12-22 | remove a NULL-check before free() | mmcc |
2015-12-22 | cast toupper's argument to unsigned char | mmcc |
2015-12-22 | The loop index in grep_cmp() should be size_t to match the type of | Todd C. Miller |
2015-12-22 | Remove commands that are not implemented, at the moment. Added by | Mark Lumsden |
2015-12-22 | remove needless allocation casts | mmcc |
2015-12-22 | Remove a couple needless allocation casts. No binary change. | mmcc |
2015-12-21 | Don't attempt to remove unix socket as it's owned by root and | Alexandre Ratchov |
2015-12-21 | Detach the right session with -d. | Nicholas Marriott |
2015-12-21 | Add RET to dired-find-file. ok jasper@ | Mark Lumsden |
2015-12-21 | Mention dired. | Mark Lumsden |
2015-12-20 | In case of a bug in sndiod, an attacker (a local user) could run | Alexandre Ratchov |
2015-12-19 | UTF-8 support: | Ingo Schwarze |
2015-12-19 | Make input off flag (selectp -d) apply to synchronize-panes too. | Nicholas Marriott |
2015-12-17 | As well as setting up the state, actually use it in cmd_find_target. | Nicholas Marriott |
2015-12-17 | Add missing colon after "Peer name" in verbose output. Mentioned on the | mmcc |
2015-12-16 | send-keys -R should reset the input parser to ground state (so it can be | Nicholas Marriott |
2015-12-16 | Add infrastructure to work out the best target given a pane or window | Nicholas Marriott |
2015-12-16 | showenv and setenv need to be CANFAIL. | Nicholas Marriott |
2015-12-16 | Remove modulo bias in random number generator. | tb |
2015-12-16 | clean up some unused variables, and add the printing of the certificate validity | Bob Beck |
2015-12-15 | missing space in previous; | Jason McIntyre |
2015-12-15 | pledge(2) style: | Ingo Schwarze |
2015-12-15 | UTF-8 support; does not yet handle the -c option. | Ingo Schwarze |
2015-12-15 | Copy state directly rather than dereferencing wl (which could be NULL). | Nicholas Marriott |