summaryrefslogtreecommitdiffstats
path: root/sys/posix4
Commit message (Expand)AuthorAgeFilesLines
* Part 1 of KSE-IIIjulian2002-06-291-2/+25
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-191-5/+5
* Remove __P.alfred2002-03-195-35/+35
* In a threaded world, differnt priorirites become properties ofjulian2002-02-111-4/+5
* Pre-KSE/M3 commit.julian2002-02-071-5/+5
* KSE Milestone 2julian2001-09-123-56/+77
* Protect pri_to_rtp() with sched_lock when needed.jhb2001-09-021-0/+4
* Make various posix4 system calls MPSAFE (will fixup syscalls.master later)dillon2001-08-311-42/+95
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-3/+3
* 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-012-4/+7
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-3/+3
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-2/+4
* Lock need_resched with sched_lock.jhb2001-02-221-2/+7
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-5/+10
* Add $FreeBSD$peter2000-05-011-0/+1
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Add $FreeBSD$.wollman2000-04-221-0/+17
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-0/+1
* Track libc_r addition of semaphores implementation.jasone2000-01-201-10/+16
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-294-10/+13
* Fixed some type mismatches. p_retval[0] in struct proc has typebde1999-12-272-18/+22
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-172-2/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+5
* 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-192-9/+26
* 1. Don't use "nosys" and generate coredumps for unconfigureddufault1998-05-182-3/+11
* Add C++ support.jb1998-05-121-0/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-1/+1
* The system call stubs for the sched_* system calls can't bedufault1998-03-281-4/+0
* Include sys/resource.h to get PRIO_MAX.dufault1998-03-281-0/+1
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-288-288/+380
* Fixed syntax errors.bde1998-03-231-5/+5
* Don't depend on namespace pollution to help misdeclare pointers as arrays.bde1998-03-231-5/+3
* Reviewed by: bdedufault1998-03-084-19/+18
* Reviewed by: msmith, bde long agodufault1998-03-047-0/+942
OpenPOWER on IntegriCloud