summaryrefslogtreecommitdiffstats
path: root/sys/kern/p1003_1b.c
Commit message (Expand)AuthorAgeFilesLines
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-191-5/+5
* Pre-KSE/M3 commit.julian2002-02-071-5/+5
* KSE Milestone 2julian2001-09-121-30/+51
* Make various posix4 system calls MPSAFE (will fixup syscalls.master later)dillon2001-08-311-42/+95
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-051-5/+5
* o Unfold p31b_proc() into the individual posix4 system calls so as torwatson2001-06-301-66/+60
* Replace some use of 'p' with 'targetp' so as to not scarily overload therwatson2001-06-301-11/+17
* Remove a fascinating but confusing construct involving chainingrwatson2001-06-281-33/+31
* Add error checking for copyin() operations in posix4 scheduling code.rwatson2001-06-281-2/+6
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-9/+10
* o First step in cleaning up authorization code for the posix4rwatson2001-05-061-8/+8
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+5
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-2/+4
* Add $FreeBSD$peter2000-05-011-0/+1
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-1/+1
* Set PAGE_SIZE for _SC_PAGESIZE sysconf().dufault1998-06-011-0/+1
* 1. Add new defs for mins and maxs for the POSIX flavor priorities. Theydufault1998-05-191-3/+15
* 1. Don't use "nosys" and generate coredumps for unconfigureddufault1998-05-181-1/+9
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-0/+239
OpenPOWER on IntegriCloud