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