summaryrefslogtreecommitdiffstats
path: root/sys/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* When pledged with "fattr", allow chown to supplimentary groups. Thisderaadt2015-10-141-1/+2
* Add some newer DT_* and DF_* constantsguenther2015-10-131-1/+17
* I forgot execve would go through the namei codepath, so a program markedderaadt2015-10-101-3/+4
* Rename tame() to pledge(). This fairly interface has evolved to be morederaadt2015-10-091-9/+9
* syncderaadt2015-10-092-8/+8
* Rename tame() to pledge(). This fairly interface has evolved to be morederaadt2015-10-093-100/+100
* Expose a small set of multicast join operators under the request "mcast".deraadt2015-10-081-1/+2
* steal some padding in mbuf pkthdrs to store a flow id.dlg2015-10-081-2/+6
* Split out routing sysctl's from tame "inet", and put them into thederaadt2015-10-071-1/+2
* Initialize the routing table before domains.mpi2015-10-071-3/+3
* Add the tame "exec" request. This allows processes which requestderaadt2015-10-071-1/+3
* oops, mistaken commit, spotted by naddyderaadt2015-10-061-1/+3
* Add new "tty" request, which allows TIOCGETA, TIOCGPGRP, TIOCGWINSZ,deraadt2015-10-062-7/+8
* Rework the tame cmsg handler to make it work both ways. While on recv oneclaudio2015-10-061-3/+4
* struct knote's kn_sdata needs to be the same type as struct kevent's dataguenther2015-10-061-2/+2
* regenkettenis2015-10-022-4/+4
* Add ktracing of argv and envp to execve(2), with envp not traced by defaultguenther2015-10-021-1/+11
* implement new "prot_exec" tame(2) request:semarie2015-09-301-1/+2
* Track size of an opaque allocation to pass to free() laterderaadt2015-09-281-1/+2
* regentedu2015-09-262-4/+4
* Move declaration of readdisksector() to disklabel.h. This makes itkrw2015-09-241-1/+3
* remove lockmgr_printinfo stubs. from Martin Natanotedu2015-09-231-3/+1
* implement SRPL_INSERT_AFTER_LOCKED.dlg2015-09-181-1/+18
* syncguenther2015-09-132-8/+8
* Remove unused and incorrect defines GPT_PARTSPERSEC and GPT_SECOFFSET.krw2015-09-131-4/+1
* Move prototype for spoofgptlabel() from disklabel.h to subr_disk.c.krw2015-09-131-3/+1
* Rename readgptlabel() to spoofgptlabel() because that's what wekrw2015-09-131-3/+3
* Introduce sched_barrier(9), an interface that acts as a scheduler barrier inkettenis2015-09-131-1/+4
* tweak ordering slightlydlg2015-09-131-3/+3
* sys/syscall_mi is only included by MD trap.c files, which have reason toderaadt2015-09-121-4/+1
* back out refcnt for dv_ref, there's too many hand crafted devices alldlg2015-09-111-3/+2
* make srp use refcnts so it can use refcnt_finalize instead ofdlg2015-09-111-3/+5
* use refcnts for the device reference counts as an example of howdlg2015-09-111-2/+3
* introduce a wrapper around reference counts called refcnt.dlg2015-09-111-0/+41
* Convert _TM_ flags to TAME_ flags, collapsing the entire mappingderaadt2015-09-111-37/+20
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-3/+4
* Only include <sys/tame.h> in the .c files that need itguenther2015-09-112-3/+4
* Change device locators type from int to long, for the sake of 64-bit portsmiod2015-09-111-2/+2
* kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4).mpi2015-09-101-3/+3
* Now that the GPT code tries really hard not to get in the way andkrw2015-09-101-3/+1
* syncderaadt2015-09-092-6/+6
* Move to next tame() API. The flags are now passed as a very simple string,deraadt2015-09-091-10/+6
* implement a singly linked list built with SRPs.dlg2015-09-091-1/+106
* Give the pool page allocator backends more sensible names. We now have:kettenis2015-09-081-2/+2
* Delete ktracing of context switches: it's unused, and not particularly useful,guenther2015-09-071-12/+1
* These days pcc defines __GNUC__ and we don't support gcc2. Also neededdaniel2015-09-041-3/+4
* Make every subsystem using a radix tree call rn_init() and pass thempi2015-09-041-2/+1
* mattieu baptiste reported a problem with bpf+srps where the per cpudlg2015-09-011-1/+3
* Use a global table for domains instead of building a list at run time.mpi2015-08-301-3/+2
* Rework the UNIX domain socket garbage collector, including ideas fromguenther2015-08-282-9/+12