summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-11-22remove the init files that we don't build. if they are ever needed forTed Unangst
2015-11-22return to size_t typedef for yy_size_t.Ted Unangst
2015-11-22Don't leak extddata, memset after freeing it, not before. From PatrickNicholas Marriott
2015-11-22Add getpw to pledge, makes tmux work in YP environments, discovered byNicholas Marriott
2015-11-22If display-time is set to 0, show status messages until a key is pressed;Tim van der Molen
2015-11-22Disallow multiple -L options and remove the constraint -U toAlexandre Ratchov
2015-11-22save port number if port structureAlexandre Ratchov
2015-11-21remove mlinks for aliases: ntalkd, mfs, updatedbJason McIntyre
2015-11-21In pledge(), put "dns" right after "inet".Jeremie Courreges-Anglas
2015-11-21Unbreak s_client, which should be allowed by pledge(2) to do DNS requests.Jeremie Courreges-Anglas
2015-11-21better fixes for running tail without -f. from Martijn van DurenTed Unangst
2015-11-21remove fancy null check function in favor of checking for null.Ted Unangst
2015-11-21change type of yy_size_t back to int for now. we have some prebuiltTed Unangst
2015-11-21add "getpw" promise to calendar(1) (in doall case only)Sebastien Marie
2015-11-20allow comment change for all supported formatsAlexander Hall
2015-11-20Memory leaks and an uninitialized part of utf8_data, from Patrick Palka.Nicholas Marriott
2015-11-20Fix multiple issues regarding process group and signal mask handlingIngo Schwarze
2015-11-20pledge "stdio rpath wpath cpath fattr flock tty"Theo de Raadt
2015-11-20switch back to yaccing parse.y, it seems to work.Ted Unangst
2015-11-20ansiTed Unangst
2015-11-20The alerts callback should be fired for bells even if bell-action isNicholas Marriott
2015-11-20wrapping an ioctl for TIOCGWINSZ inside #ifdef TIOCGWINSIZE (entirelyTheo de Raadt
2015-11-20spacesTheo de Raadt
2015-11-20do not need sys/param.hTheo de Raadt
2015-11-20Replace hardcoded "2" with SHUT_RDWR; from Ricardo MestreJeremie Courreges-Anglas
2015-11-20Instead of separate tables for different types of options, give eachNicholas Marriott
2015-11-20vi -S doesn't need proc or exec.Anthony J. Bentley
2015-11-20Always use the system m4; OK tedu@Todd C. Miller
2015-11-20Back out rev 1.22 which somehow had unreported merge conflicts.Todd C. Miller
2015-11-20Always use the system m4.Todd C. Miller
2015-11-20add cast to make -Werror cleanDamien Miller
2015-11-20quick hack to fix "tail +n", reported broken by Mikolaj Kucharski.Ted Unangst
2015-11-20Cast two ctype args to u_char.mmcc
2015-11-19burn down all the gratutious alloca() compatability that autofuck injectedTed Unangst
2015-11-19make sure parse.c depends on initparse.cTed Unangst
2015-11-19remove the LGPL gettext.h since we aren't using it anyway.Ted Unangst
2015-11-19split out some variable initialization to be easierTed Unangst
2015-11-19Replace Char (defined as unsigned char) with u_char.mmcc
2015-11-19it is not necessary to cast the result of malloc/calloc.Ted Unangst
2015-11-19flex_alloc and flex_free are nothing more than malloc and free, so replaceTed Unangst
2015-11-19it should be safe to assume the presence of memset these days instead ofTed Unangst
2015-11-19remove VMS and MSDOS supportTed Unangst
2015-11-19mechanical knfTed Unangst
2015-11-19orbital strike from moonbase knfTed Unangst
2015-11-19Only assume pasting with at least two characters, reduces problems forNicholas Marriott
2015-11-19typically indentation decreases after a block is closedTed Unangst
2015-11-19repair some of the preposterously damaged indentationTed Unangst
2015-11-19we don't keep vim modelines in filesTed Unangst
2015-11-19how did the pledge "dns" get forgotten?!?! wow..Theo de Raadt
2015-11-19Sort and simplify includes, remove a couple needless extern decls.mmcc