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