summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add transpose-words, ok jasper@.lum2015-12-295-7/+173
* fix exit status on pledge(2) failure.gsoares2015-12-291-2/+2
* fix exit status on pledge(2) failure.gsoares2015-12-297-15/+15
* Use err() instead of custom perr() function. Also applied by nvi2millert2015-12-281-24/+8
* realloc and free's behavior when passed NULL is defined by C89, so wemmcc2015-12-281-17/+9
* include time.h over sys/time.h for ctime(3)bcook2015-12-281-2/+2
* Couple of trivial style nits.nicm2015-12-282-5/+5
* Put macro arg in parentheses.mmcc2015-12-271-1/+1
* Use pread/pwrite instead separate lseek+read/write for lastlog.guenther2015-12-263-18/+16
* adjust pledge promises for ControlMaster: when using "ask" or "autoask", the process will use ssh-askpass for asking confirmation.semarie2015-12-262-16/+13
* follwing -> followingbentley2015-12-252-6/+6
* Generate simpler in-page links: just replace spaces with underscores.bentley2015-12-252-8/+6
* Don't retain the search query in the resulting manual links.bentley2015-12-251-56/+3
* Don't set (unused) IPV6_V6ONLY option.ratchov2015-12-251-15/+1
* inline a once-used function that just prints a warningmmcc2015-12-251-11/+1
* very basic kevent printingtedu2015-12-251-1/+23
* Use return rather than exit to enable the stack protector. Frommmcc2015-12-241-2/+2
* Order includes. From fritjof@alokat.orgmmcc2015-12-241-2/+2
* more e-mail -> emailmmcc2015-12-243-8/+8
* KNF cleanup: sort #includes and cases in switch statements.tb2015-12-241-17/+25
* Add --brief and --dereference, used by xdg-open/xdg-mime.jca2015-12-242-8/+10
* Add -R option to allow files specified on the command line to belum2015-12-242-7/+14
* Replace bzero with memset. No binary change.mmcc2015-12-242-14/+14
* remove NULL-check before free()mmcc2015-12-231-3/+2
* remove NULL-checks before free()mmcc2015-12-231-5/+3
* Add pledge calls to both "helper" and "worker" processes.ratchov2015-12-231-1/+10
* Update sqlite3 to 3.9.2. Bump major, regen .pc and header. Changesjturner2015-12-231-11/+48
* Do undo.lum2015-12-231-1/+3
* Add rpath to telnet's more restrictive pledge; otherwise if the server requestssthen2015-12-231-2/+2
* fix false-positive "uninitialized" gcc warningratchov2015-12-231-4/+3
* Call getpwname() earlier, and if it fails, return the properratchov2015-12-231-15/+31
* hide forgotten debug printfsratchov2015-12-231-4/+4
* Repair switch-client -l and switch-client with a window target.nicm2015-12-231-3/+2
* in case we have a parse error, dispell the target list early to avoidespie2015-12-221-3/+9
* commited -> committedmmcc2015-12-221-3/+3
* remove a NULL-check before free()mmcc2015-12-221-3/+2
* cast toupper's argument to unsigned charmmcc2015-12-221-2/+2
* The loop index in grep_cmp() should be size_t to match the type ofmillert2015-12-221-11/+11
* Remove commands that are not implemented, at the moment. Added bylum2015-12-221-10/+2
* remove needless allocation castsmmcc2015-12-223-6/+6
* Remove a couple needless allocation casts. No binary change.mmcc2015-12-221-3/+3
* Don't attempt to remove unix socket as it's owned by root andratchov2015-12-212-7/+3
* Detach the right session with -d.nicm2015-12-211-2/+2
* Add RET to dired-find-file. ok jasper@lum2015-12-211-4/+12
* Mention dired.lum2015-12-211-2/+15
* In case of a bug in sndiod, an attacker (a local user) could runratchov2015-12-207-64/+539
* UTF-8 support:schwarze2015-12-192-9/+38
* Make input off flag (selectp -d) apply to synchronize-panes too.nicm2015-12-191-2/+4
* As well as setting up the state, actually use it in cmd_find_target.nicm2015-12-171-3/+4
* Add missing colon after "Peer name" in verbose output. Mentioned on themmcc2015-12-171-2/+2