aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/posix4_mib.c
Commit message (Expand)AuthorAgeFilesLines
* Use NULL for SYSINIT's last arg, which is a pointer typeEd Maste2018-05-181-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Make p1003_1b.aio_listio_max a tunableAlan Somers2017-08-081-1/+0
* posix4_mib: Don't overrun facility_initialized arrayConrad Meyer2016-04-271-3/+3
* Simplify AIO initialization now that it is standard.John Baldwin2016-03-091-8/+1
* Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, whichRobert Watson2011-07-171-2/+3
* Set various POSIX capability sysctls to the version of the API that isJohn Baldwin2010-11-191-3/+4
* Add a facility to dynamically adjust or unconfigure p1003_1b mib.Konstantin Belousov2010-06-021-5/+35
* Fix mispatch of includes list; allows my kernel to build successfully.Tom Rhodes2006-11-121-0/+1
* Update #includes list.Tom Rhodes2006-11-111-1/+1
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-0/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Rework the sysconf(3) interaction with aio:Alfred Perlstein2002-11-171-2/+22
* Change the way support for asynchronous I/O is indicated to applicationsGarrett Wollman2002-10-271-1/+3
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.Alfred Perlstein2002-09-191-1/+12
* Add $FreeBSD$.Garrett Wollman2000-04-221-0/+17
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+5
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-33/+50
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-041-0/+77