2015-10-11 |
sunil | Convert some fgetln to getline. |
commit | commitdiff | tree | snapshot |
2015-10-11 |
sunil | Convert some fgetln to getline. |
commit | commitdiff | tree | snapshot |
2015-10-11 |
jasper | handle comma separated list of arguments, i.e. pkg... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
jasper | add variation on existing --exists tests; separated... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
stsp | Add a symbolic name for the special '-1' value of iwm... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
guenther | Document that execve(2) resets SIGCHLD to SIG_DFL |
commit | commitdiff | tree | snapshot |
2015-10-11 |
guenther | Prefer .Fa over .Em for struct members |
commit | commitdiff | tree | snapshot |
2015-10-11 |
guenther | Simplify and lock down priv_open(): |
commit | commitdiff | tree | snapshot |
2015-10-11 |
guenther | Document that bind(2) and connect(2) ignore the incomin... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
guenther | YYSTYPE.number is int64_t, so format with <inttypes... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
deraadt | After the filesystem is opened, pledge "stdio" |
commit | commitdiff | tree | snapshot |
2015-10-11 |
deraadt | If only displaying the disklabel (the normal thing... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
deraadt | After the disk is opened, this can pledge "stdio". |
commit | commitdiff | tree | snapshot |
2015-10-11 |
guenther | The <ctype.h> is*() interfaces expect EOF or an unsigne... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
daniel | Don't allow "rm -rf /" |
commit | commitdiff | tree | snapshot |
2015-10-11 |
deraadt | fix a regression spotted by chris@. the -f and -I... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
guenther | __get_tcb() is needed for errno access in threaded... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
guenther | Always set the timeout at least one tick in the future... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
guenther | Userspace doesn't need to use SUN_LEN(): connect()... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
guenther | Prefer dprintf() over snprintf()+write() |
commit | commitdiff | tree | snapshot |
2015-10-11 |
guenther | Use correct terminology |
commit | commitdiff | tree | snapshot |
2015-10-11 |
guenther | Document support for CPU power states |
commit | commitdiff | tree | snapshot |
2015-10-10 |
guenther | Convert FIONBIO to SOCK_NONBLOCK |
commit | commitdiff | tree | snapshot |
2015-10-10 |
doug | Pledge that ln only needs "stdio rpath cpath". |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pflogd contained the same "privsep error" as tcpdump... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
doug | Pledge that arithmetic only takes "stdio". |
commit | commitdiff | tree | snapshot |
2015-10-10 |
doug | Initial support for pledges in openssl(1) commands. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath wpath cpath fattr inet" after chroo... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio route"; untested. this has the if_nameto... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
nicm | Add a define for the invalid state, from mksh via Micha... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | another pledge argument reorder for sake of re-audit |
commit | commitdiff | tree | snapshot |
2015-10-10 |
doug | Fix YP user and group support in getent(1). |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath wpath cpath" |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | env(1) is obviously a program falling into pledge ... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
doug | Kill pledges to only use "stdio proc". |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio inet rpath" seems to be enough for a... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath wpath cpath proc exec"; this spawns... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
tobias | Added missing curly bracket into LIST_EMPTY example. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | normalize a few more tame request orderings, to help... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | normalize the ordering of tame requests (particularily... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "dns rw" is not a reliable pattern. This means... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
doug | Add pledge support in awk and make awk -safe actually... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | Rather than invoking fork/execve of dc(1) on a pipe... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | since kdump may getprotobynumber() late, do not drop... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | For pledge, sigsuspend() should is affecting the behavi... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pid 0 also implies self, so allow that for the pledge... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath wpath cpath" |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio getpw rpath wpath cpath tmppath proc... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
stsp | In iwm(4), set mbuf pointers to NULL after freeing... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath wpath cpath proc exec". there is... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath" |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio getpw rpath wpath cpath fattr". doug... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
doug | encrypt(1) also needs to pledge "wpath" for getpass(). |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath tty". rpath for the configuration... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio proc exec" works. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | shuffle #ifdef TIOCSTI block to avoid a future /*FALLTH... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | plege "stdio rpath tty". "tty" is for the curses code... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath proc exec". proc & exec because... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | basic pledge "stdio rpath" |
commit | commitdiff | tree | snapshot |
2015-10-10 |
millert | Replace calls to x_emacs_putbuf() with x_do_ins() since all |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath" seems to work; ok doug |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio proc exec". relies on two recent kernel... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | allow sysctl of kern.clockrate |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | I forgot execve would go through the namei codepath... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | must also pledge "getpw", because it will use getpw... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath route" seems to be working. route... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge "stdio rpath wpath cpath". as a curses program... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pkill has to get all the getopt, getpwuid, libkvm stuff... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | fairly obvious pledges. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | fairly simple pledge to "stdio rpath wpath cpath" |
commit | commitdiff | tree | snapshot |
2015-10-10 |
schwarze | Code points U+10000 to U+fffff are valid, too. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
schwarze | Decide whether to use_pager as early as possible, |
commit | commitdiff | tree | snapshot |
2015-10-10 |
jasper | add (currently failing) test for --exists foo,bar. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
jung | add location to the fan description |
commit | commitdiff | tree | snapshot |
2015-10-10 |
jung | fix wrong brackets in if statement |
commit | commitdiff | tree | snapshot |
2015-10-10 |
jung | three conversions of fgetln() to getline() |
commit | commitdiff | tree | snapshot |
2015-10-10 |
ajacoutot | Fix /var/spool/smtpd/offline ownership and mode. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
lum | Make functions that accept multiple iterations via... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
lum | Call onlywind() properly. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
stsp | Make tcpdump(1) print more information from the HT... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
stsp | Add macros for A-MPDU and MCS data, both found in HT... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
nicm | Unused macros; from Michael McConville. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
nicm | Move more declarations out of proto.h into better heade... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | Some of these large so easy to contain, with "stdio... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | simple program using "stdio rpath" |
commit | commitdiff | tree | snapshot |
2015-10-10 |
doug | Add pledge support to cmp(1). |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | pledge to only use "stdio rpath"; ok doug |
commit | commitdiff | tree | snapshot |
2015-10-10 |
doug | Add pledge support to getent(1). |
commit | commitdiff | tree | snapshot |
2015-10-10 |
renato | Make use of pledge(2). |
commit | commitdiff | tree | snapshot |
2015-10-10 |
renato | Move some interface initialization bits from if_init... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
renato | Remove attached neighbors whenever an interface is... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
renato | eigrpctl pledges to use stdio and route. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
renato | Fix detection of interface up/down events. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
benno | relayctl pledges to use stdio only |
commit | commitdiff | tree | snapshot |
2015-10-10 |
benno | pledge("stdio route") needed here, because ipv6 |
commit | commitdiff | tree | snapshot |
2015-10-10 |
benno | relayd's ca process pledges to only use stdio. |
commit | commitdiff | tree | snapshot |
2015-10-10 |
deraadt | ksh can run with pledge "stdio rpath wpath cpath getpw... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | Allow kill(self, sig) in pledge SELF also. the stack... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
deraadt | can use pledge "stdio"; ok benno |
commit | commitdiff | tree | snapshot |
2015-10-09 |
tim | Remove telnet warnings. Civilization has reached a... |
commit | commitdiff | tree | snapshot |
next |