summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-10-20The table could change when retrying so don't save it at start ofNicholas Marriott
2015-10-20Replace a function-local allocation with stack memory.mmcc
2015-10-20In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze
2015-10-19style cleanup, no functional changeIngo Schwarze
2015-10-19Simplify, no functional change:Ingo Schwarze
2015-10-19including <ohash.h> requires including <stdint.h> beforehand;Ingo Schwarze
2015-10-19pledge "stdio exec proc" early on, setpriority, then pledge "stdio exec"Theo de Raadt
2015-10-18pledge bgplg(8).Sebastian Benoit
2015-10-18Pass current directory as a string rather than a file descriptor becauseNicholas Marriott
2015-10-18Use "getpw" rather than "flock", per deraadt@'s suggestion.Miod Vallat
2015-10-18pledge+=flock, for /var/run/ypbind.lock. ok semarie@Miod Vallat
2015-10-18Do not warn for sort -o if we can't chown the output temporary fileTodd C. Miller
2015-10-18Use offsetof() instead of adding the sizes of the preceeding struct membersPhilip Guenther
2015-10-18sorry, sdiff -o interactive mode does another spawnTheo de Raadt
2015-10-18Add "dns" to the pledges. Previously these worked because of "inet",Theo de Raadt
2015-10-18unrelated commit; not ready yetTheo de Raadt
2015-10-18First casualty of making pledge "dns" mandatory for dns users.Theo de Raadt
2015-10-18A whole buncha unsigned char casts for ctype function arguments.mmcc
2015-10-18Describe dnssocket / dnsconnect argumentsTheo de Raadt
2015-10-17Tighten pledge: We only write to stdio and never to any files ifChristian Weisgerber
2015-10-17remove some unneccessary macros; from michael reedJason McIntyre
2015-10-17Add pledge "stdio unix sendfd proc exec tty" to tmux client process,Nicholas Marriott
2015-10-17Exit if a pledge call fails in non-interactive mode.Doug Hogan
2015-10-17Pledge; OK millert@ tobias@Tim van der Molen
2015-10-17add "tty" for several subcommands of opensslSebastien Marie
2015-10-17The file(1) magic-parsing process was using pledge "stdio getpw proc recvfd"Theo de Raadt
2015-10-17Very tricky diff to fix macro interpretation and spacing around tabsIngo Schwarze
2015-10-16increase the minimum modulus that we will send or accept inDamien Miller
2015-10-16Once apropos(1) or man(1) are done with database access, or if theIngo Schwarze
2015-10-16better handle anchored FQDNs (e.g. 'cvs.openbsd.org.') in hostnameDamien Miller
2015-10-16Cast isspace() argument to unsigned char.mmcc
2015-10-16Modernize allocation by:mmcc
2015-10-160 -> NULL when comparing with a char*.mmcc
2015-10-16Implement real "flock" request and add it to userland programs thatTodd C. Miller
2015-10-16Don't free after calling paste_set but do after evbuffer_add, from TheoNicholas Marriott
2015-10-16Add native support for ed-style diffs. No need to pledge "proc exec" anymore.Tobias Stoeckmann
2015-10-16doug and I think the kernel has enough features to supportTheo de Raadt
2015-10-16Pledge for ftp(1) in non-interactive mode.Doug Hogan
2015-10-15fix some signed/unsigned integer type mismatches in formatDamien Miller
2015-10-15Do not abuse .Nm for emphasis;Ingo Schwarze
2015-10-15Delete two preprocessor constants that are no longer used.Ingo Schwarze
2015-10-15argument to sshkey_from_private() and sshkey_demote() can't be NULLDamien Miller
2015-10-15After spawning, the parent can pledge "stdio rpath wpath cpath"Theo de Raadt
2015-10-15Simplify the part of args() that is handling .Bl -column phrases:Ingo Schwarze
2015-10-15When blk_full() handles an .It line in .Bl -column and indirectlyIngo Schwarze
2015-10-15Avoid a race between fopen(3) and fchmod(2). Use umask(2) andAlexander Bluhm
2015-10-15Plegde x99token with "stdio rpath wpath cpath fattr getpw tty".Alexander Bluhm
2015-10-15Cast arguments of ctype functions to Char, a lexism defined as unsignedmmcc
2015-10-15lock needs pledge(proc exec) to use bsd auth system. from tronddTed Unangst
2015-10-14Copy permissions AND ownership when -o will override an input file.Tobias Stoeckmann