summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* When exiting vfs_export(), delete the "export" option fromrodrigc2007-01-231-11/+31
* Unbreak writes of 0 bytes. Zero byte writes happen when only ancillaryandre2007-01-222-2/+15
* Below is slightly edited description of the LOR by Tor Egge:kib2007-01-221-4/+17
* - Disable the long-term load balancer. I believe that steal_busy worksjeff2007-01-201-1/+1
* - We do need to IPI the idlethread on some systems. It may be stuck injeff2007-01-201-7/+1
* - In tdq_transfer() always set NEEDRESCHED when necessary regardless ofjeff2007-01-201-15/+25
* Major revamp of ULE's cpu load balancing:jeff2007-01-191-237/+290
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-177-10/+10
* Remove hptlock from the static witness table, now that it's a regular sleepssouhlal2007-01-161-1/+0
* Removes useless (flags | ) KASSERT. The ^ one that actuallyrrs2007-01-161-6/+1
* Fix warning by adding extra parentheseskmacy2007-01-161-1/+1
* Reviewed by: rwatsonrrs2007-01-151-6/+36
* Re-wrap comments to wider margins now that they have been relocated fromrwatson2007-01-122-18/+14
* When ntp_gettime() was converted from a sysctl + wrapper to a systemimp2007-01-121-0/+1
* Wrap propagate_priority() in a critical section to prevent unwantedjhb2007-01-111-0/+4
* Sort copyrights together.rwatson2007-01-081-2/+4
* Resort copyrights and licenses in kern_acct.c: per UCB letter,rwatson2007-01-081-1/+27
* Canonicalize copyrights in some files I hold copyrights on:rwatson2007-01-083-3/+4
* - Don't let SCHED_TICK_TOTAL() return less than hz. This can cause integerjeff2007-01-061-1/+1
* - Fix the sched_priority() invalid priority bugs. Use roundup() insteadjeff2007-01-061-59/+45
* - Don't IPI unless we're going to interrupt something exiting in the kernel.jeff2007-01-061-1/+1
* - Fix a comparison in sched_choose() that caused cpus to be constantlyjeff2007-01-051-22/+38
* - Close a race between enumerating UNIX domain socket pcb structures viajhb2007-01-052-15/+61
* - ftick was initialized to -1 for init and any of it's children. Fix this byjeff2007-01-051-9/+35
* - Only allow the tdq_idx to increase by one each tick rather than up tojeff2007-01-041-22/+52
* - Don't pass a pointer into runq_choose_from(). The caller can adjust thejeff2007-01-041-3/+2
* ULE 2.0:jeff2007-01-041-410/+330
* - Add three new functions to support circular run queues.jeff2007-01-041-4/+93
* - Fix schedgraph output with KSE threads. Call thread_switchout() afterjeff2007-01-031-4/+8
* Fix compiling.davidxu2007-01-021-421/+334
* Prefer a more traditional spelling of inhibited in comments and panicrwatson2006-12-313-4/+4
* - More search and replace prettying.jeff2006-12-291-12/+12
* - Clean up a bit after the most recent KSE restructuring.jeff2006-12-291-206/+201
* Break contents of kern_mac.c out into two files following a repo-copy:rwatson2006-12-281-1293/+0
* Update MAC Framework general comments, referencing various interfaces itrwatson2006-12-281-12/+40
* break loop early if we know that there are at least two signals.davidxu2006-12-251-1/+2
* Fix typo, p_slptime should be td_slptime.davidxu2006-12-241-1/+1
* Drop all received data mbufs from a socket's queue if the MT_SONAMEbms2006-12-231-11/+9
* Update comments to reflect changes in the extattrctl() code.rwatson2006-12-231-12/+8
* Following a repo-copy of vfs_syscalls.c to vfs_extattr.c, removerwatson2006-12-232-5059/+7
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-221-2/+1
* The prepend function did not handle non-pkthdr's correctly.rrs2006-12-211-2/+7
* Remove mac_enforce_subsystem debugging sysctls. Enforcement onrwatson2006-12-211-3/+1
* Expand commenting on label slots, justification for the MAC Framework lockingrwatson2006-12-201-54/+79
* MFP4: (part of) 110058jkim2006-12-201-85/+88
* In rev. 1.514, iodone on async buffer may happen before code checks thekib2006-12-201-2/+9
* Add a lwpid field into per-cpu structure, the lwpid represents currentdavidxu2006-12-201-0/+70
* Back out rev. 1.266. The real cause for the recent panics has been fixedmbr2006-12-201-1/+1
* Giant might have been temporarily dropped while waiting for proctree_lock, al...mbr2006-12-191-1/+1
* Add the tp->t_refcnt validity check back. There are still some racembr2006-12-191-1/+1
OpenPOWER on IntegriCloud