summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-10pledge "stdio rpath wpath cpath"Theo de Raadt
2015-10-10env(1) is obviously a program falling into pledge "stdio exec". ItTheo de Raadt
2015-10-10Kill pledges to only use "stdio proc".Doug Hogan
2015-10-10pledge "stdio inet rpath" seems to be enough for a YP environment.Theo de Raadt
2015-10-10pledge "stdio rpath wpath cpath proc exec"; this spawns cpp.Theo de Raadt
2015-10-10Added missing curly bracket into LIST_EMPTY example.Tobias Stoeckmann
2015-10-10normalize a few more tame request orderings, to help reviewTheo de Raadt
2015-10-10normalize the ordering of tame requests (particularily, "rpath wpath cpath",Theo de Raadt
2015-10-10pledge "dns rw" is not a reliable pattern. This means malloc() and otherTheo de Raadt
2015-10-10Add pledge support in awk and make awk -safe actually safe.Doug Hogan
2015-10-10Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1)Theo de Raadt
2015-10-10since kdump may getprotobynumber() late, do not drop "rpath". We couldTheo de Raadt
2015-10-10For pledge, sigsuspend() should is affecting the behaviour a process itself,Theo de Raadt
2015-10-10pid 0 also implies self, so allow that for the pledge case. Found inTheo de Raadt
2015-10-10pledge "stdio rpath wpath cpath"Theo de Raadt
2015-10-10pledge "stdio getpw rpath wpath cpath tmppath proc exec". doug pointed outTheo de Raadt
2015-10-10In iwm(4), set mbuf pointers to NULL after freeing mbufs.Stefan Sperling
2015-10-10pledge "stdio rpath wpath cpath proc exec". there is some potentialTheo de Raadt
2015-10-10pledge "stdio rpath"Theo de Raadt
2015-10-10pledge "stdio getpw rpath wpath cpath fattr". doug pointed out getpw*Theo de Raadt
2015-10-10encrypt(1) also needs to pledge "wpath" for getpass().Doug Hogan
2015-10-10pledge "stdio rpath tty". rpath for the configuration reading done byTheo de Raadt
2015-10-10pledge "stdio proc exec" works.Theo de Raadt
2015-10-10shuffle #ifdef TIOCSTI block to avoid a future /*FALLTHROUGH*/ mistake.Theo de Raadt
2015-10-10plege "stdio rpath tty". "tty" is for the curses code lurking in theTheo de Raadt
2015-10-10pledge "stdio rpath proc exec". proc & exec because obviously itTheo de Raadt
2015-10-10basic pledge "stdio rpath"Theo de Raadt
2015-10-10Replace calls to x_emacs_putbuf() with x_do_ins() since allTodd C. Miller
2015-10-10pledge "stdio rpath" seems to work; ok dougTheo de Raadt
2015-10-10pledge "stdio proc exec". relies on two recent kernel fixes.Theo de Raadt
2015-10-10allow sysctl of kern.clockrateTheo de Raadt
2015-10-10I forgot execve would go through the namei codepath, so a program markedTheo de Raadt
2015-10-10must also pledge "getpw", because it will use getpw* and getgr* functions.Theo de Raadt
2015-10-10pledge "stdio rpath route" seems to be working. route is needed forTheo de Raadt
2015-10-10pledge "stdio rpath wpath cpath". as a curses program, I expected thisTheo de Raadt
2015-10-10pkill has to get all the getopt, getpwuid, libkvm stuff out of the wayTheo de Raadt
2015-10-10fairly obvious pledges.Theo de Raadt
2015-10-10fairly simple pledge to "stdio rpath wpath cpath"Theo de Raadt
2015-10-10Code points U+10000 to U+fffff are valid, too.Ingo Schwarze
2015-10-10Decide whether to use_pager as early as possible,Ingo Schwarze
2015-10-10add (currently failing) test for --exists foo,bar.Jasper Lievisse Adriaanse
2015-10-10add location to the fan descriptionJoerg Jung
2015-10-10fix wrong brackets in if statementJoerg Jung
2015-10-10three conversions of fgetln() to getline()Joerg Jung
2015-10-10Fix /var/spool/smtpd/offline ownership and mode.Antoine Jacoutot
2015-10-10Make functions that accept multiple iterations via C-u N, honour 0.Mark Lumsden
2015-10-10Call onlywind() properly.Mark Lumsden
2015-10-10Make tcpdump(1) print more information from the HT Capabilities element.Stefan Sperling
2015-10-10Add macros for A-MPDU and MCS data, both found in HT capabilities element.Stefan Sperling
2015-10-10Unused macros; from Michael McConville.Nicholas Marriott