summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-12-29Add transpose-words, ok jasper@.Mark Lumsden
2015-12-29fix exit status on pledge(2) failure.Gleydson Soares
2015-12-29fix exit status on pledge(2) failure.Gleydson Soares
2015-12-28Use err() instead of custom perr() function. Also applied by nvi2Todd C. Miller
2015-12-28realloc and free's behavior when passed NULL is defined by C89, so wemmcc
2015-12-28include time.h over sys/time.h for ctime(3)Brent Cook
2015-12-28Couple of trivial style nits.Nicholas Marriott
2015-12-27Put macro arg in parentheses.mmcc
2015-12-26Use pread/pwrite instead separate lseek+read/write for lastlog.Philip Guenther
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