aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/p1003_1b.c
Commit message (Expand)AuthorAgeFilesLines
* Further system call comment cleanup:Robert Watson2007-03-051-3/+3
* Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson2007-03-041-24/+0
* Update #includes list.Tom Rhodes2006-11-111-2/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-3/+5
* Backout the feature which can change thread's scheduling option, I reallyDavid Xu2006-07-131-42/+4
* Oops, remove debugger line.David Xu2006-07-111-2/+0
* Extended the POSIX scheduler APIs to accept lwpid as well, we've alreadyDavid Xu2006-07-111-36/+69
* Don't allow non-root user to set a scheduler policy, otherwise this couldDavid Xu2006-05-211-0/+4
* Style fixes.David Xu2006-05-191-20/+27
* Use proc lock to prevent a thread from exiting, Giant was no longer used toDavid Xu2006-04-101-26/+9
* Actually commit the code for kern_sched_get_rr_interval().John Baldwin2005-03-311-13/+20
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Use copyout to access user memory.Alfred Perlstein2003-01-071-1/+5
* headers should not really include "opt_foo.h" (in this case opt_posix.h).Alfred Perlstein2002-11-151-0/+2
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadJohn Baldwin2002-05-191-5/+5
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-5/+5
* KSE Milestone 2Julian Elischer2001-09-121-30/+51
* Make various posix4 system calls MPSAFE (will fixup syscalls.master later)Matthew Dillon2001-08-311-42/+95
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().Robert Watson2001-07-051-5/+5
* 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