summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Push UNIX domain socket locking further into uipc_ctloutput() in order torwatson2007-02-061-2/+6
* The change to the vm_page_queue_freelist lock from a spin lock to ampp2007-02-061-1/+1
* Add a small informative printf under bootverbose to firmware_register tomlaier2007-02-031-0/+5
* Diff reduction with RELENG_6, style(9):bms2007-02-031-3/+2
* Use int instead of u_int for the 'extra' argument to thebms2007-02-021-1/+1
* Record kqueue -> struct mount mtx -> vnode interlock lock order tokib2007-02-021-0/+7
* Move the seting of the idle_mask bits to a place where theyjulian2007-02-021-17/+25
* Generic socket buffer auto sizing support, header defines, flag inheritance.andre2007-02-011-0/+8
* In case we are supplied with an imagename that matches a module, but not amlaier2007-01-271-0/+1
* - Implement much more intelligent ipi sending. This algorithm tries tojeff2007-01-251-11/+23
* - Get rid of the unused DIDRUN flag. This was really only present tojeff2007-01-251-21/+28
* Fix for problems that occur when all mbuf clusters migrate to the mbuf packetmohans2007-01-251-0/+8
* - With a sleep time over 2097 seconds hzticks and slptime could end upjeff2007-01-241-5/+6
* Fixes the MSG_PEEK for sctp_generic_recvmsg() the msg_flagsrrs2007-01-241-2/+10
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-231-42/+51
* - Catch up to setrunqueue/choosethread/etc. api changes.jeff2007-01-231-39/+90
* - Remove setrunqueue and replace it with direct calls to sched_add().jeff2007-01-2312-189/+144
* 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
OpenPOWER on IntegriCloud