summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Remove vnode->v_cachedfs.phk2004-11-092-3/+0
* Since sb_timeo type was increased to int, use INT_MAX instead of SHRT_MAX.glebius2004-11-091-3/+3
* Bump MAC Framework version to 2 in preparation for the upcoming API/ABIrwatson2004-11-091-1/+1
* clean up some tunables that should of been removed a while ago...jmg2004-11-091-4/+0
* Retire TUNABLE_QUAD_*.des2004-11-081-8/+0
* #include <vm/vm_param.h> instead of <machine/vmparam.h> (the formerdes2004-11-081-17/+17
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-082-16/+59
* Use more intuitive pointer for fdinit() and fdcopy().phk2004-11-083-8/+5
* Eliminate an unused argument to vm_pgmoveco().alc2004-11-081-4/+2
* Bind to cpu0 for boot() processing on all platforms again.marcel2004-11-081-1/+1
* Increase default HZ for ia64 to 1000.marcel2004-11-081-1/+1
* Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc().alc2004-11-082-2/+2
* Add basic critical section tracing to KTR using event type KTR_CRITICAL.rwatson2004-11-071-0/+4
* Introduce fdclose() which will clean an entry in a filedesc.phk2004-11-075-102/+32
* Use fget_locked() instead of homerolledphk2004-11-071-2/+2
* Move fdinit() related stuff from .h to .cphk2004-11-071-0/+35
* Allow fdinit() to be called with a NULL fdp argument so we can usephk2004-11-073-33/+19
* Add comments to clarify why we need to run shutdown code on the BSP, updatenjl2004-11-071-4/+9
* When we open /dev/null for stdin/out/err for safety reasons, do it right:phk2004-11-061-3/+5
* Properly implement a default version of VOP_GETWRITEMOUNT.phk2004-11-061-0/+1
* Increase default HZ for i386 to 1000phk2004-11-061-4/+6
* Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc()alc2004-11-061-0/+1
* Respect TDF_SINTR, don't suspend uninterruptible thread.davidxu2004-11-051-4/+3
* Backout previous commit, the P_STOPPED_BOUNDARY flag was alreadydavidxu2004-11-051-1/+1
* - Store threads on sleep queues in FIFO order rather than sorted byjhb2004-11-051-16/+19
* - Make setting of IT_ENTROPY a bit simpler in ithread_update().jhb2004-11-051-10/+10
* Restrict the sched_bind to cpu 0 to i386 and amd64 for now. I forgot thatpeter2004-11-051-1/+1
* Bind to cpu0 for boot() processing. (Note this is reboot, not startup)peter2004-11-051-0/+8
* Two changes to vm_pgmoveco():alc2004-11-051-3/+1
* Don't forget to turn off P_SINGLE_BOUNDARY for thread_single(SINGLE_EXIT),davidxu2004-11-041-1/+1
* Retire b_magic now, we have the bufobj containing the same hint.phk2004-11-042-2/+0
* Change buf->b_object to buf->b_bufobj->bo_objectphk2004-11-041-14/+16
* whitespacephk2004-11-041-4/+2
* Remove buf->b_dev field.phk2004-11-045-13/+7
* Revert most of 1.109. Although it improved the situation on one particularjhb2004-11-031-42/+12
* Always initialize bo_private along with bo_ops in getnewvnode().phk2004-11-031-1/+1
* The synchronization provided by vm object locking has eliminated thealc2004-11-034-6/+0
* Restore TTYDEF_LFLAG to set echo bits.phk2004-11-031-1/+1
* Don't print the singularly unhelpful message:phk2004-11-031-1/+1
* Acquire the accept mutex in soabort() before calling sotryfree(), asrwatson2004-11-021-0/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-012-2/+2
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for thedes2004-10-311-0/+46
* Don't treat # as a comment in interpreter specification line.pjd2004-10-311-1/+1
* Disable use of synchronization early in the boot by the MAC Framework;rwatson2004-10-301-0/+21
* - When choosing a thread on the run queue, check to see if its nice isjeff2004-10-301-2/+4
* - In sched_prio() check to see if the kse is assigned to a runq as thejeff2004-10-301-1/+1
* Allow kill -9 to kill processes stuck in procfs STOPEVENTs.alfred2004-10-301-0/+10
* Loose vfs_mountedon()phk2004-10-291-13/+0
* Remove VOP_SPECSTRATEGY() from the system.phk2004-10-292-10/+0
* Remove the last call in the system to VOP_SPECSTRATEGY(): We can nophk2004-10-291-7/+2
OpenPOWER on IntegriCloud