summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* pledge "stdio rpath".deraadt2015-10-291-1/+4
* Pretty sure this can pledge "stdio rpath wpath cpath". Commiting to startderaadt2015-10-291-1/+4
* pledgederaadt2015-10-281-1/+5
* remove knowledge of dnssocket/dnsconnectderaadt2015-10-281-3/+1
* Like options, move the environ struct into environ.c.nicm2015-10-2819-120/+144
* Move struct options into options.c.nicm2015-10-2737-238/+260
* No more TMPDIR.nicm2015-10-271-6/+5
* Break the common process set up, event loop and imsg dispatch codenicm2015-10-2713-614/+648
* Count brackets in #{?...} so that nested conditional formats work, fromnicm2015-10-272-17/+21
* The format callback may not always succeed, so we need to check fornicm2015-10-271-1/+3
* Use copy-mode -et= in WheelUpPane binding, from Patrick Palka.nicm2015-10-271-2/+2
* fix execv arguments in a way less likely to cause grief for -portable;djm2015-10-271-2/+7
* log certificate serial in verbose() messages to match the maindjm2015-10-271-4/+7
* avoid de-const warning & shrink; ok dtucker@djm2015-10-271-7/+2
* If a mouse event has no key binding, pass it through to the pane itnicm2015-10-261-12/+16
* Default bindings for mouse wheel on status line to change window (likenicm2015-10-261-1/+3
* Tidy up error() levels: merge COMPILE and COMPILE2, and kill ERROR (unused)jca2015-10-262-9/+7
* Use error(FATAL) instead of what was previously err(1,...)jca2015-10-261-4/+4
* Handle unknown keys more gracefully, return a string instead of NULL.nicm2015-10-262-12/+6
* Don't reject properties with no whitespace after the colon; it's perfectlyjasper2015-10-261-2/+2
* no more TMPDIR;jmc2015-10-261-5/+2
* Some extra logging of where keys are actually going.nicm2015-10-262-4/+7
* Rather than setpassent(1) for the lifetime of the program, use two smallerderaadt2015-10-261-2/+5
* Put off some "notyet" dust from login.c.zhuk2015-10-261-15/+1
* Rename err() to error() to prevent confusion with the stdlib function.mmcc2015-10-265-74/+74
* remove the silly username cache here and use libc user_from_uid.tedu2015-10-261-87/+2
* remove TMPDIR supportderaadt2015-10-261-5/+2
* remove TMPDIR support. ok millerttedu2015-10-263-33/+8
* print uptime too. ok deraadttedu2015-10-261-1/+45
* If the system call is entirely unpermitted, code will be 0, and there isderaadt2015-10-261-3/+5
* remove libutil from dpadd tootedu2015-10-261-2/+2
* remove util.h include and -lutil after pidfile removaljung2015-10-262-4/+3
* stop using pidfile()deraadt2015-10-261-2/+1
* Set low-delay traffic class for IPv6 connections as welljca2015-10-261-11/+14
* space before punctuation;jmc2015-10-261-3/+3
* Expand tildes in filenames passed to -i before checking whether or not thedtucker2015-10-251-6/+7
* Do not prepend "exec" to the shell command run by "Match exec" in a configdtucker2015-10-251-10/+3
* Extend the modifiers allowed before formats: as well as the existingnicm2015-10-255-113/+175
* Unify & improve paragraphs talking about "==> file <==" headers inzhuk2015-10-252-12/+12
* Fold "malloc" into "stdio" and -- recognizing that no program so far hasderaadt2015-10-252-3/+38
* Write error message instead of duplicated file name on error.tobias2015-10-251-2/+2
* Decapitalize yyparse tag name here.zhuk2015-10-251-3/+3
* Kill unused local var, and reorder while here.jca2015-10-251-7/+2
* We don't care about lack of source route support for IPv6.jca2015-10-251-4/+2
* Kill IP Source Route support, unusable since 1998.jca2015-10-251-189/+20
* need "getpw" pledge; spotted by matthieuderaadt2015-10-251-2/+2
* Pass output from jobs through format_expand() so they are expanded againnicm2015-10-251-11/+13
* No need to declare pwd_gensalt; it's unused and gone.ajacoutot2015-10-252-4/+2
* Let's see if anyone screams about not being able to specify $TMPDIRderaadt2015-10-251-3/+1
* fix keyscan output for multiple hosts/addrs on one line whendjm2015-10-241-6/+21