summaryrefslogtreecommitdiffstats
path: root/sys/kern/p1003_1b.c
Commit message (Expand)AuthorAgeFilesLines
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-8/+8
* Set various POSIX capability sysctls to the version of the API that isjhb2010-11-191-1/+1
* - kern_sched_rr_get_interval should return interval for thread 1 indavidxu2010-09-291-11/+5
* Remove kernel support for M:N threading.jeff2008-03-121-2/+2
* generally we are interested in what thread did something asjulian2007-11-141-1/+1
* - Restore historical sched_yield() behavior by changing sched_relinquish()jeff2007-10-081-1/+2
* Further system call comment cleanup:rwatson2007-03-051-3/+3
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-24/+0
* Update #includes list.trhodes2006-11-111-2/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-3/+5
* Backout the feature which can change thread's scheduling option, I reallydavidxu2006-07-131-42/+4
* Oops, remove debugger line.davidxu2006-07-111-2/+0
* Extended the POSIX scheduler APIs to accept lwpid as well, we've alreadydavidxu2006-07-111-36/+69
* Don't allow non-root user to set a scheduler policy, otherwise this coulddavidxu2006-05-211-0/+4
* Style fixes.davidxu2006-05-191-20/+27
* Use proc lock to prevent a thread from exiting, Giant was no longer used todavidxu2006-04-101-26/+9
* Actually commit the code for kern_sched_get_rr_interval().jhb2005-03-311-13/+20
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Use copyout to access user memory.alfred2003-01-071-1/+5
* headers should not really include "opt_foo.h" (in this case opt_posix.h).alfred2002-11-151-0/+2
* 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