summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-10-23further simplify argvTed Unangst
2015-10-23cleanup argv handling a bitTed Unangst
2015-10-23simplify backcompat. no more support for kernel or kmem on argvTed Unangst
2015-10-23undent includes, from michael reedTed Unangst
2015-10-23mmap is the default. it's effectively the only tested codepath. so burn downTed Unangst
2015-10-23Initial pledge of netcat - unfortunately flawed because fiddling the rtableidBob Beck
2015-10-23pledge "stdio rpath getpw proc exec id" at start, much like doas.Theo de Raadt
2015-10-23With new pledge "ps" and "vminfo" requests, ps/top/w become possible.Theo de Raadt
2015-10-22use the new function man_validate() here, tooIngo Schwarze
2015-10-22move man(7) validation into the dedicated validation phase, tooIngo Schwarze
2015-10-22If no output device was allocated because no file wanted to produce output,Ingo Schwarze
2015-10-22copying of the environment can be done later, as the user runningTed Unangst
2015-10-22If the pane is still on all_window_panes but not actually connected toNicholas Marriott
2015-10-22Unzoom before -LRUD, reported by Andy Weidenbaum.Nicholas Marriott
2015-10-22Log identify messages.Nicholas Marriott
2015-10-22This should not be changed.Nicholas Marriott
2015-10-22Rename shutdown to exit.Nicholas Marriott
2015-10-22at present the setpriority() syscall is considered fairly low risk andTheo de Raadt
2015-10-22pledge in doas. startup pledge "stdio rpath getpw proc exec id". 4Theo de Raadt
2015-10-22Until we understand the sitaution better, we should pledge() afterTheo de Raadt
2015-10-21Move all mdoc(7) node validation done before child parsingIngo Schwarze
2015-10-21Style fixes; from Ilya KalimanTodd C. Miller
2015-10-21client_key_table was missing.Nicholas Marriott
2015-10-21fix memory leak in error pathGleydson Soares
2015-10-21By popular demand add a default binding for mouse wheel up to scrollNicholas Marriott
2015-10-21Remove Diffie-Hellman moduli entries below 2048.Doug Hogan
2015-10-20Compare pointers to NULL rather than 0.mmcc
2015-10-20Use client pointer not file descriptor in logging.Nicholas Marriott
2015-10-20Fix write to other user's tty. The device has to be opened withAlexander Bluhm
2015-10-20add "proc" to pledge for script(1)Sebastien Marie
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