| Commit message (Expand) | Author | Age | Files | Lines |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -8/+8 |
* | Set various POSIX capability sysctls to the version of the API that is | jhb | 2010-11-19 | 1 | -1/+1 |
* | - kern_sched_rr_get_interval should return interval for thread 1 in | davidxu | 2010-09-29 | 1 | -11/+5 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -2/+2 |
* | generally we are interested in what thread did something as | julian | 2007-11-14 | 1 | -1/+1 |
* | - Restore historical sched_yield() behavior by changing sched_relinquish() | jeff | 2007-10-08 | 1 | -1/+2 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -3/+3 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -24/+0 |
* | Update #includes list. | trhodes | 2006-11-11 | 1 | -2/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -3/+5 |
* | Backout the feature which can change thread's scheduling option, I really | davidxu | 2006-07-13 | 1 | -42/+4 |
* | Oops, remove debugger line. | davidxu | 2006-07-11 | 1 | -2/+0 |
* | Extended the POSIX scheduler APIs to accept lwpid as well, we've already | davidxu | 2006-07-11 | 1 | -36/+69 |
* | Don't allow non-root user to set a scheduler policy, otherwise this could | davidxu | 2006-05-21 | 1 | -0/+4 |
* | Style fixes. | davidxu | 2006-05-19 | 1 | -20/+27 |
* | Use proc lock to prevent a thread from exiting, Giant was no longer used to | davidxu | 2006-04-10 | 1 | -26/+9 |
* | Actually commit the code for kern_sched_get_rr_interval(). | jhb | 2005-03-31 | 1 | -13/+20 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Use copyout to access user memory. | alfred | 2003-01-07 | 1 | -1/+5 |
* | headers should not really include "opt_foo.h" (in this case opt_posix.h). | alfred | 2002-11-15 | 1 | -0/+2 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 1 | -5/+5 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -5/+5 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -30/+51 |
* | Make various posix4 system calls MPSAFE (will fixup syscalls.master later) | dillon | 2001-08-31 | 1 | -42/+95 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | rwatson | 2001-07-05 | 1 | -5/+5 |
* | o Unfold p31b_proc() into the individual posix4 system calls so as to | rwatson | 2001-06-30 | 1 | -66/+60 |
* | Replace some use of 'p' with 'targetp' so as to not scarily overload the | rwatson | 2001-06-30 | 1 | -11/+17 |
* | Remove a fascinating but confusing construct involving chaining | rwatson | 2001-06-28 | 1 | -33/+31 |
* | Add error checking for copyin() operations in posix4 scheduling code. | rwatson | 2001-06-28 | 1 | -2/+6 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -9/+10 |
* | o First step in cleaning up authorization code for the posix4 | rwatson | 2001-05-06 | 1 | -8/+8 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -3/+5 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 1 | -2/+4 |
* | Add $FreeBSD$ | peter | 2000-05-01 | 1 | -0/+1 |
* | Well folks, this is it - The second stage of the removal for build support | peter | 1999-04-17 | 1 | -1/+1 |
* | Set PAGE_SIZE for _SC_PAGESIZE sysconf(). | dufault | 1998-06-01 | 1 | -0/+1 |
* | 1. Add new defs for mins and maxs for the POSIX flavor priorities. They | dufault | 1998-05-19 | 1 | -3/+15 |
* | 1. Don't use "nosys" and generate coredumps for unconfigured | dufault | 1998-05-18 | 1 | -1/+9 |
* | Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and | dufault | 1998-03-28 | 1 | -0/+239 |