summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* skip "Could not chdir to home directory" message when chrooteddjm2015-10-241-4/+6
* Move removal of "getpw" pledge after all setusercontext() calls, for yp sake.miod2015-10-241-4/+4
* setusercontext() may still need "getpw" pledge rights; unbreaks doas on ypmiod2015-10-241-4/+1
* the last user of gensalt has been removed. remove the file.tedu2015-10-241-92/+0
* Make it more obvious what exact csplit commands will do.zhuk2015-10-241-4/+5
* The default modifier should be copied for empty keys even if -b ismillert2015-10-241-5/+6
* Handle the split of tun(4) "link0" into tap(4) in ssh tun-forwarding.sthen2015-10-241-21/+11
* Pasting mouse escape sequences is unlikely, so skip them when workingnicm2015-10-231-2/+2
* Fix a couple of issues in Russian calendar entries:zhuk2015-10-237-301/+289
* Remove some unnecessary checks before free().nicm2015-10-234-11/+9
* If $TMUX is set, and we are unsure about the session, use it.nicm2015-10-231-2/+39
* tmux can call pledge() in main with large set and then reduce itnicm2015-10-232-2/+11
* Format for scroll position, from Jorge Morante.nicm2015-10-234-6/+22
* Use tty_term_flag not _has for XT, and make -2 force direct use ofnicm2015-10-231-10/+10
* apply bold and italic to all non-ASCII Unicode codepoints,schwarze2015-10-231-2/+2
* don't need MMAP to compile nowtedu2015-10-231-3/+3
* correct spelling of statistic in function name, from Pablo Hernandeztedu2015-10-231-5/+5
* getnameinfo() no longer needs pledge "route". this drops toderaadt2015-10-231-2/+2
* delete ) that jumped inderaadt2015-10-231-2/+2
* A bit of whitespace cleanup, to make further diffs smaller.zhuk2015-10-233-9/+9
* Fix BODUN handling after switch to UTF-8.zhuk2015-10-232-6/+10
* forgot to commit makefile change for utf-8 calendarstedu2015-10-231-2/+2
* i assume this file needs a LANG like all the resttedu2015-10-231-1/+2
* translate calendar files to utf-8tedu2015-10-2338-1966/+1966
* further simplify argvtedu2015-10-231-10/+8
* cleanup argv handling a bittedu2015-10-231-10/+4
* simplify backcompat. no more support for kernel or kmem on argvtedu2015-10-231-9/+4
* undent includes, from michael reedtedu2015-10-231-6/+6
* mmap is the default. it's effectively the only tested codepath. so burn downtedu2015-10-233-160/+16