| Commit message (Expand) | Author | Age | Files | Lines |
* | When pledged with "fattr", allow chown to supplimentary groups. This |  deraadt | 2015-10-14 | 1 | -1/+2 |
* | Add some newer DT_* and DF_* constants |  guenther | 2015-10-13 | 1 | -1/+17 |
* | I forgot execve would go through the namei codepath, so a program marked |  deraadt | 2015-10-10 | 1 | -3/+4 |
* | Rename tame() to pledge(). This fairly interface has evolved to be more |  deraadt | 2015-10-09 | 1 | -9/+9 |
* | sync |  deraadt | 2015-10-09 | 2 | -8/+8 |
* | Rename tame() to pledge(). This fairly interface has evolved to be more |  deraadt | 2015-10-09 | 3 | -100/+100 |
* | Expose a small set of multicast join operators under the request "mcast". |  deraadt | 2015-10-08 | 1 | -1/+2 |
* | steal some padding in mbuf pkthdrs to store a flow id. |  dlg | 2015-10-08 | 1 | -2/+6 |
* | Split out routing sysctl's from tame "inet", and put them into the |  deraadt | 2015-10-07 | 1 | -1/+2 |
* | Initialize the routing table before domains. |  mpi | 2015-10-07 | 1 | -3/+3 |
* | Add the tame "exec" request. This allows processes which request |  deraadt | 2015-10-07 | 1 | -1/+3 |
* | oops, mistaken commit, spotted by naddy |  deraadt | 2015-10-06 | 1 | -1/+3 |
* | Add new "tty" request, which allows TIOCGETA, TIOCGPGRP, TIOCGWINSZ, |  deraadt | 2015-10-06 | 2 | -7/+8 |
* | Rework the tame cmsg handler to make it work both ways. While on recv one |  claudio | 2015-10-06 | 1 | -3/+4 |
* | struct knote's kn_sdata needs to be the same type as struct kevent's data |  guenther | 2015-10-06 | 1 | -2/+2 |
* | regen |  kettenis | 2015-10-02 | 2 | -4/+4 |
* | Add ktracing of argv and envp to execve(2), with envp not traced by default |  guenther | 2015-10-02 | 1 | -1/+11 |
* | implement new "prot_exec" tame(2) request: |  semarie | 2015-09-30 | 1 | -1/+2 |
* | Track size of an opaque allocation to pass to free() later |  deraadt | 2015-09-28 | 1 | -1/+2 |
* | regen |  tedu | 2015-09-26 | 2 | -4/+4 |
* | Move declaration of readdisksector() to disklabel.h. This makes it |  krw | 2015-09-24 | 1 | -1/+3 |
* | remove lockmgr_printinfo stubs. from Martin Natano |  tedu | 2015-09-23 | 1 | -3/+1 |
* | implement SRPL_INSERT_AFTER_LOCKED. |  dlg | 2015-09-18 | 1 | -1/+18 |
* | sync |  guenther | 2015-09-13 | 2 | -8/+8 |
* | Remove unused and incorrect defines GPT_PARTSPERSEC and GPT_SECOFFSET. |  krw | 2015-09-13 | 1 | -4/+1 |
* | Move prototype for spoofgptlabel() from disklabel.h to subr_disk.c. |  krw | 2015-09-13 | 1 | -3/+1 |
* | Rename readgptlabel() to spoofgptlabel() because that's what we |  krw | 2015-09-13 | 1 | -3/+3 |
* | Introduce sched_barrier(9), an interface that acts as a scheduler barrier in |  kettenis | 2015-09-13 | 1 | -1/+4 |
* | tweak ordering slightly |  dlg | 2015-09-13 | 1 | -3/+3 |
* | sys/syscall_mi is only included by MD trap.c files, which have reason to |  deraadt | 2015-09-12 | 1 | -4/+1 |
* | back out refcnt for dv_ref, there's too many hand crafted devices all |  dlg | 2015-09-11 | 1 | -3/+2 |
* | make srp use refcnts so it can use refcnt_finalize instead of |  dlg | 2015-09-11 | 1 | -3/+5 |
* | use refcnts for the device reference counts as an example of how |  dlg | 2015-09-11 | 1 | -2/+3 |
* | introduce a wrapper around reference counts called refcnt. |  dlg | 2015-09-11 | 1 | -0/+41 |
* | Convert _TM_ flags to TAME_ flags, collapsing the entire mapping |  deraadt | 2015-09-11 | 1 | -37/+20 |
* | Make room for media types of the future. Extend the ifmedia word to 64 bits. |  stsp | 2015-09-11 | 1 | -3/+4 |
* | Only include <sys/tame.h> in the .c files that need it |  guenther | 2015-09-11 | 2 | -3/+4 |
* | Change device locators type from int to long, for the sake of 64-bit ports |  miod | 2015-09-11 | 1 | -2/+2 |
* | kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4). |  mpi | 2015-09-10 | 1 | -3/+3 |
* | Now that the GPT code tries really hard not to get in the way and |  krw | 2015-09-10 | 1 | -3/+1 |
* | sync |  deraadt | 2015-09-09 | 2 | -6/+6 |
* | Move to next tame() API. The flags are now passed as a very simple string, |  deraadt | 2015-09-09 | 1 | -10/+6 |
* | implement a singly linked list built with SRPs. |  dlg | 2015-09-09 | 1 | -1/+106 |
* | Give the pool page allocator backends more sensible names. We now have: |  kettenis | 2015-09-08 | 1 | -2/+2 |
* | Delete ktracing of context switches: it's unused, and not particularly useful, |  guenther | 2015-09-07 | 1 | -12/+1 |
* | These days pcc defines __GNUC__ and we don't support gcc2. Also needed |  daniel | 2015-09-04 | 1 | -3/+4 |
* | Make every subsystem using a radix tree call rn_init() and pass the |  mpi | 2015-09-04 | 1 | -2/+1 |
* | mattieu baptiste reported a problem with bpf+srps where the per cpu |  dlg | 2015-09-01 | 1 | -1/+3 |
* | Use a global table for domains instead of building a list at run time. |  mpi | 2015-08-30 | 1 | -3/+2 |
* | Rework the UNIX domain socket garbage collector, including ideas from |  guenther | 2015-08-28 | 2 | -9/+12 |