summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-18Add two new system calls: dnssocket() and dnsconnect(). This creates aTheo de Raadt
2015-10-17naddy asks me if __tfork should be allowed by "proc". yes!Theo de Raadt
2015-10-17connect() to an AF_UNIX socket is really read/write, so tell pledge thisTheo de Raadt
2015-10-17Allow the nasty ioctl TIOCSTI in "tty", but also require the "proc"Theo de Raadt
2015-10-17better wording in a commentTheo de Raadt
2015-10-17Unify TIOCGPGRP/TIOCGWINSZ/TIOCGWINSZ behaviour regarding ENOTTY return.Theo de Raadt
2015-10-17Allow TIOCSCTTY on tty devices, if the pledge says "tty id"Theo de Raadt
2015-10-17whitespaceTheo de Raadt
2015-10-17Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs.Philip Guenther
2015-10-17mailaddr_match() allows comparing two struct mailaddr taking into accountGilles Chehade
2015-10-17Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapperPhilip Guenther
2015-10-17Fix the code that sets up the MCH BAR on systems where the (buggy) BIOSMark Kettenis
2015-10-17Tighten pledge: We only write to stdio and never to any files ifChristian Weisgerber
2015-10-17Spell all "unexpected mode %u" panics in lower case, not just one of them.Stefan Sperling
2015-10-17remove some unneccessary macros; from michael reedJason McIntyre
2015-10-17add missing underscore; from theo buehlerJason McIntyre
2015-10-17Fix build with IFMEDIA_DEBUG defined; ok sthen@Stefan Sperling
2015-10-17PROTO_NORMAL for pledge(); ok guentherTheo de Raadt
2015-10-17login_token needs pledge "flock" now.Alexander Bluhm
2015-10-17makemap shout strip initial and trailing whitespaces using strip()Gilles Chehade
2015-10-17document handling of comments in makemapGilles Chehade
2015-10-17Drop two useless defines.mmcc
2015-10-17Add pledge "stdio unix sendfd proc exec tty" to tmux client process,Nicholas Marriott
2015-10-17Move a system header include from the global header (sh.h) into themmcc
2015-10-17both of these are deprecatedGilles Chehade
2015-10-17Convert some fgetln to getline.Sunil Nimmagadda
2015-10-17Cleanup and simplify LMTP code.Sunil Nimmagadda
2015-10-17LMTP delivery requires "inet unix".Sunil Nimmagadda
2015-10-17make usage() less horribleFlorian Obser
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-17this file is deprecatedGilles Chehade
2015-10-17Change allocarray() to areallocarray(), a full reallocarray clone. Allmmcc
2015-10-17remove unused variablesGilles Chehade
2015-10-17Copy alloc()'s overflow check to aresize().mmcc
2015-10-17NUMBOOT is dead! Nuke the variables and abstractions that were usedKenneth R Westerback
2015-10-17Implement -w maxwait now that the -w flag is free in ping6. SameFlorian Obser
2015-10-17Do no accept fds on the control socket; including the restricted socket.Reyk Floeter
2015-10-17move -V option before -v and remove one spurious newline, now in syncFlorian Obser
2015-10-17KNFGilles Chehade
2015-10-17our strip() function should use isspace()Gilles Chehade
2015-10-17Remove left over -N and -w. Adapt wording for the link local example.Florian Obser
2015-10-17Tighten up snmpd's control socket: do not allow users to terminate theReyk Floeter
2015-10-17Cleanup a bit.Robert Peichaer
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-17smtpd starts rather robustly with a gigantic pledge request group (keepTheo de Raadt
2015-10-17Add pledge "id" support. This request permits setuid/seteuid/setresuid,Theo de Raadt
2015-10-17route6d pledges to use only "stdio rpath wpath cpath inet route mcast"Jeremie Courreges-Anglas
2015-10-17Allow a few 'get' ioctls for pledge("route"). route6d will soon use this.Jeremie Courreges-Anglas