openbsd
2015-10-11 schwarzeFinally use __progname, err(3) and warn(3).
2015-10-11 guentherUserspace doesn't need to use SUN_LEN(): connect()...
2015-10-11 guentherDon't return errno from main()
2015-10-11 sthenHandle the blackhole well-known community in bgpctl...
2015-10-11 phesslerstandardize a community that has been independently...
2015-10-11 phesslersome peers are following an expired draft RFC and are...
2015-10-11 phessleradd "best" as an alias for "selected"
2015-10-11 dougPledge that ncheck_ffs only uses "stdio" after opening...
2015-10-11 schwarzeMention that the first argument of .Pf does not need...
2015-10-11 semariewith the RPATH enforcement, csplit(1) don't work anymor...
2015-10-11 espiereorg code to have an array with all the files used...
2015-10-11 semarieadd a missed check for PLEDGE_RPATH when reading a...
2015-10-11 deraadtsigaltstack is directly used by setjmp on some architec...
2015-10-11 deraadtput TIOCSWINSZ in the right block "tty", not in "ioctl...
2015-10-11 deraadtneeds at least some include love; choosing <stdlib.h>
2015-10-11 deraadtpledge "stdio tty" works once the kernel allows TIOCGWI...
2015-10-11 deraadtIn pledge "tty", allow TIOCSWINSZ. stty(1) is the...
2015-10-11 sunilConvert some fgetln to getline.
2015-10-11 sunilConvert some fgetln to getline.
2015-10-11 jasperhandle comma separated list of arguments, i.e. pkg...
2015-10-11 jasperadd variation on existing --exists tests; separated...
2015-10-11 stspAdd a symbolic name for the special '-1' value of iwm...
2015-10-11 guentherDocument that execve(2) resets SIGCHLD to SIG_DFL
2015-10-11 guentherPrefer .Fa over .Em for struct members
2015-10-11 guentherSimplify and lock down priv_open():
2015-10-11 guentherDocument that bind(2) and connect(2) ignore the incomin...
2015-10-11 guentherYYSTYPE.number is int64_t, so format with <inttypes...
2015-10-11 deraadtAfter the filesystem is opened, pledge "stdio"
2015-10-11 deraadtIf only displaying the disklabel (the normal thing...
2015-10-11 deraadtAfter the disk is opened, this can pledge "stdio".
2015-10-11 guentherThe <ctype.h> is*() interfaces expect EOF or an unsigne...
2015-10-11 danielDon't allow "rm -rf /"
2015-10-11 deraadtfix a regression spotted by chris@. the -f and -I...
2015-10-11 guenther__get_tcb() is needed for errno access in threaded...
2015-10-11 guentherAlways set the timeout at least one tick in the future...
2015-10-11 guentherUserspace doesn't need to use SUN_LEN(): connect()...
2015-10-11 guentherPrefer dprintf() over snprintf()+write()
2015-10-11 guentherUse correct terminology
2015-10-11 guentherDocument support for CPU power states
2015-10-10 guentherConvert FIONBIO to SOCK_NONBLOCK
2015-10-10 dougPledge that ln only needs "stdio rpath cpath".
2015-10-10 deraadtpflogd contained the same "privsep error" as tcpdump...
2015-10-10 dougPledge that arithmetic only takes "stdio".
2015-10-10 dougInitial support for pledges in openssl(1) commands.
2015-10-10 deraadtpledge "stdio rpath wpath cpath fattr inet" after chroo...
2015-10-10 deraadtpledge "stdio route"; untested. this has the if_nameto...
2015-10-10 nicmAdd a define for the invalid state, from mksh via Micha...
2015-10-10 deraadtanother pledge argument reorder for sake of re-audit
2015-10-10 dougFix YP user and group support in getent(1).
2015-10-10 deraadtpledge "stdio rpath wpath cpath"
2015-10-10 deraadtenv(1) is obviously a program falling into pledge ...
2015-10-10 dougKill pledges to only use "stdio proc".
2015-10-10 deraadtpledge "stdio inet rpath" seems to be enough for a...
2015-10-10 deraadtpledge "stdio rpath wpath cpath proc exec"; this spawns...
2015-10-10 tobiasAdded missing curly bracket into LIST_EMPTY example.
2015-10-10 deraadtnormalize a few more tame request orderings, to help...
2015-10-10 deraadtnormalize the ordering of tame requests (particularily...
2015-10-10 deraadtpledge "dns rw" is not a reliable pattern. This means...
2015-10-10 dougAdd pledge support in awk and make awk -safe actually...
2015-10-10 deraadtRather than invoking fork/execve of dc(1) on a pipe...
2015-10-10 deraadtsince kdump may getprotobynumber() late, do not drop...
2015-10-10 deraadtFor pledge, sigsuspend() should is affecting the behavi...
2015-10-10 deraadtpid 0 also implies self, so allow that for the pledge...
2015-10-10 deraadtpledge "stdio rpath wpath cpath"
2015-10-10 deraadtpledge "stdio getpw rpath wpath cpath tmppath proc...
2015-10-10 stspIn iwm(4), set mbuf pointers to NULL after freeing...
2015-10-10 deraadtpledge "stdio rpath wpath cpath proc exec". there is...
2015-10-10 deraadtpledge "stdio rpath"
2015-10-10 deraadtpledge "stdio getpw rpath wpath cpath fattr". doug...
2015-10-10 dougencrypt(1) also needs to pledge "wpath" for getpass().
2015-10-10 deraadtpledge "stdio rpath tty". rpath for the configuration...
2015-10-10 deraadtpledge "stdio proc exec" works.
2015-10-10 deraadtshuffle #ifdef TIOCSTI block to avoid a future /*FALLTH...
2015-10-10 deraadtplege "stdio rpath tty". "tty" is for the curses code...
2015-10-10 deraadtpledge "stdio rpath proc exec". proc & exec because...
2015-10-10 deraadtbasic pledge "stdio rpath"
2015-10-10 millertReplace calls to x_emacs_putbuf() with x_do_ins() since all
2015-10-10 deraadtpledge "stdio rpath" seems to work; ok doug
2015-10-10 deraadtpledge "stdio proc exec". relies on two recent kernel...
2015-10-10 deraadtallow sysctl of kern.clockrate
2015-10-10 deraadtI forgot execve would go through the namei codepath...
2015-10-10 deraadtmust also pledge "getpw", because it will use getpw...
2015-10-10 deraadtpledge "stdio rpath route" seems to be working. route...
2015-10-10 deraadtpledge "stdio rpath wpath cpath". as a curses program...
2015-10-10 deraadtpkill has to get all the getopt, getpwuid, libkvm stuff...
2015-10-10 deraadtfairly obvious pledges.
2015-10-10 deraadtfairly simple pledge to "stdio rpath wpath cpath"
2015-10-10 schwarzeCode points U+10000 to U+fffff are valid, too.
2015-10-10 schwarzeDecide whether to use_pager as early as possible,
2015-10-10 jasperadd (currently failing) test for --exists foo,bar.
2015-10-10 jungadd location to the fan description
2015-10-10 jungfix wrong brackets in if statement
2015-10-10 jungthree conversions of fgetln() to getline()
2015-10-10 ajacoutotFix /var/spool/smtpd/offline ownership and mode.
2015-10-10 lumMake functions that accept multiple iterations via...
2015-10-10 lumCall onlywind() properly.
2015-10-10 stspMake tcpdump(1) print more information from the HT...
2015-10-10 stspAdd macros for A-MPDU and MCS data, both found in HT...
2015-10-10 nicmUnused macros; from Michael McConville.
2015-10-10 nicmMove more declarations out of proto.h into better heade...
next