aboutsummaryrefslogtreecommitdiff
path: root/sys/posix4/p1003_1b.c
Commit message (Expand)AuthorAgeFilesLines
* o Unfold p31b_proc() into the individual posix4 system calls so as toRobert Watson2001-06-301-66/+60
* Replace some use of 'p' with 'targetp' so as to not scarily overload theRobert Watson2001-06-301-11/+17
* Remove a fascinating but confusing construct involving chainingRobert Watson2001-06-281-33/+31
* Add error checking for copyin() operations in posix4 scheduling code.Robert Watson2001-06-281-2/+6
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-9/+10
* o First step in cleaning up authorization code for the posix4Robert Watson2001-05-061-8/+8
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-3/+5
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-241-2/+4
* Add $FreeBSD$Peter Wemm2000-05-011-0/+1
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-171-1/+1
* Set PAGE_SIZE for _SC_PAGESIZE sysconf().Peter Dufault1998-06-011-0/+1
* 1. Add new defs for mins and maxs for the POSIX flavor priorities. TheyPeter Dufault1998-05-191-3/+15
* 1. Don't use "nosys" and generate coredumps for unconfiguredPeter Dufault1998-05-181-1/+9
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-0/+239