summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - The regexp for the load should have been (/d+), fix this so loads over 9jeff2004-12-261-2/+3
* Add my copyright and update Jeff's copyright on UMA source files,bmilekic2004-12-265-10/+20
* - Wrap the thread count adjustment in sched_load_add() and sched_load_rem()jeff2004-12-261-6/+30
* - Remove earlier KTR_ULE tracepoints.jeff2004-12-261-32/+14
* - Define KTR points for KTR_SCHED.jeff2004-12-263-0/+22
* - Add KTR_SCHED to produce ktr data for sys/tools/sched/schedgraph.py.jeff2004-12-261-2/+3
* - Add 'schedgraph' a scheduler trace visualization tool written withjeff2004-12-261-0/+1209
* Remove an errant blank line apparently introduced inrwatson2004-12-251-1/+0
* In the dropafterack case of tcp_input(), it's OK to release the TCPrwatson2004-12-252-2/+2
* Revert parts of tcp_input.c:1.255 associated with the header predictedrwatson2004-12-252-4/+14
* fix commentphk2004-12-251-1/+1
* - Add genid field to the metadata which will allow to improve reliability a bit.pjd2004-12-254-61/+207
* Make _umtx_op() as more general interface, the final parameter needn't bedavidxu2004-12-258-13/+12
* 1. introduce umtx_owner to get an owner of a umtx.davidxu2004-12-252-7/+21
* Allow selection of a recording source on USB audio devices.julian2004-12-253-8/+95
* Allow recording on at least some USB audio devices.julian2004-12-253-2/+73
* Allow volume control on more channels/inputsjulian2004-12-251-18/+129
* MFNetBSD:julian2004-12-254-724/+1762
* Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKSscottl2004-12-251-1/+1
* Don't define PFIL_HOOKS. It's no longer required in RELENG_5 or HEAD.scottl2004-12-251-1/+1
* Sprinkle in some __FreeBSD_version checks so that this compiles again. Don'tscottl2004-12-253-3/+6
* Changes in comments:brueffer2004-12-251-4/+4
* Get rid of #ifdef for legacy system. Move that into the MD code.imp2004-12-244-6/+21
* A few style(9) changes before more extensive changes:imp2004-12-242-74/+65
* Make the other pnp messages more explicit as well...imp2004-12-241-1/+1
* For VLAN interfaces, print MAC addresses properly.ru2004-12-241-1/+2
* Note when we're done probing PNP. There's been several reports over theimp2004-12-241-0/+2
* Various style(9) items before of some more extensive work:imp2004-12-242-67/+64
* GC #if 0'd code. It can go away now...imp2004-12-242-99/+0
* Continue the transition from synchronizing access to the page's PG_BUSYalc2004-12-241-11/+29
* Identify USIIIi processors.scottl2004-12-242-0/+4
* Enable sk(4) for ATLQ.mlaier2004-12-243-12/+17
* Loosen the probe a bit.sos2004-12-241-5/+9
* Update the Promise support for combo (SATA+PATA) controllers.sos2004-12-241-1/+6
* "3 hands"wilko2004-12-241-0/+7
* Add umtxq_lock/unlock around umtx_signal, fix debug kernel compiling,davidxu2004-12-241-5/+9
* 1. Fix race condition between umtx lock and unlock, heavy testingdavidxu2004-12-242-137/+107
* Restore standard behavior: log to console only when normal loggingglebius2004-12-241-2/+3
* Enable fine grained locking within IPFilter, using mtx(9) and sx(9) allowingdarrenr2004-12-249-27/+81
* ``NULL is a specific instance of a null pointer constant; the generic iskeramida2004-12-236-30/+12
* Fix creation on "dlciX" hook in ng_sample.rik2004-12-231-2/+3
* Turn NFS directio off until the stability issues are resolved.ps2004-12-231-1/+1
* Update disk->d_genid field when increasing sc->sc_genid.pjd2004-12-231-0/+1
* - Give the timer, thermal, and error LVT entries an interrupt vector evenjhb2004-12-231-22/+30
* Some small style fixes.jhb2004-12-231-3/+2
* Add some constants for the local APIC timer.jhb2004-12-231-0/+5
* Add a simple 'intrcnt_add' function that other MD code can use to add ajhb2004-12-232-0/+12
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-2311-30/+19
* - Add a function to set the Task Priority Register (TPR) of the local APIC.jhb2004-12-232-18/+39
* Fix counting length of leadin for hook name (sizeof () => strlen ()).rik2004-12-231-1/+1
OpenPOWER on IntegriCloud