summaryrefslogtreecommitdiffstats
path: root/sys/posix4
Commit message (Expand)AuthorAgeFilesLines
* Introduce MAC Framework and MAC Policy entry points to label and controlrwatson2005-05-041-0/+4
* Move definitions of 'struct kuser' and 'struct ksem' from uipc_sem.crwatson2005-05-031-0/+55
* Actually commit the code for kern_sched_get_rr_interval().jhb2005-03-311-13/+20
* /* -> /*- for license, minor formatting changesimp2005-01-073-3/+3
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-0/+1
* The sem_timedwait() and ksem_timedwait() functions bothdeischen2004-02-032-0/+3
* Add prototype for sem_timedwait().deischen2004-02-031-0/+1
* Add ksem_timedwait() to complement ksem_wait().deischen2004-02-031-0/+1
* sched_setscheduler: Return EINVAL when a invalid policy is specified,nectar2003-09-131-0/+4
* Use __FBSDID().obrien2003-06-113-6/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Move a bunch of flags from the KSE to the thread.julian2003-02-171-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Use copyout to access user memory.alfred2003-01-071-1/+5
* Rework the sysconf(3) interaction with aio:alfred2002-11-172-2/+23
* headers should not really include "opt_foo.h" (in this case opt_posix.h).alfred2002-11-153-2/+4
* Change the way support for asynchronous I/O is indicated to applicationswollman2002-10-271-1/+3
* Tidy up the scheduler's code for changing the priority of a thread.julian2002-10-141-8/+2
* - Create a new scheduler api that is defined in sys/sched.hjeff2002-10-121-1/+2
* Remove duplicate uninstalled aio.h header.mike2002-10-071-110/+0
* o Adjust the SEM_VALUE_MAX macro so that <machine/limits.h> isn'tmike2002-10-041-14/+6
* Fix various style(9) bugs:mike2002-10-031-9/+9
* Remove namespace pollution by not including <sys/types.h> andmike2002-10-031-3/+6
* Fix various style(9) bugs:mike2002-10-021-23/+21
* Fix various style(9) bugs:mike2002-09-201-19/+19
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.alfred2002-09-193-1/+84
* Completely redo thread states.julian2002-09-111-4/+4
* 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
OpenPOWER on IntegriCloud