| Commit message (Expand) | Author | Age | Files | Lines |
* | - The regexp for the load should have been (/d+), fix this so loads over 9 | jeff | 2004-12-26 | 1 | -2/+3 |
* | Add my copyright and update Jeff's copyright on UMA source files, | bmilekic | 2004-12-26 | 5 | -10/+20 |
* | - Wrap the thread count adjustment in sched_load_add() and sched_load_rem() | jeff | 2004-12-26 | 1 | -6/+30 |
* | - Remove earlier KTR_ULE tracepoints. | jeff | 2004-12-26 | 1 | -32/+14 |
* | - Define KTR points for KTR_SCHED. | jeff | 2004-12-26 | 3 | -0/+22 |
* | - Add KTR_SCHED to produce ktr data for sys/tools/sched/schedgraph.py. | jeff | 2004-12-26 | 1 | -2/+3 |
* | - Add 'schedgraph' a scheduler trace visualization tool written with | jeff | 2004-12-26 | 1 | -0/+1209 |
* | Remove an errant blank line apparently introduced in | rwatson | 2004-12-25 | 1 | -1/+0 |
* | In the dropafterack case of tcp_input(), it's OK to release the TCP | rwatson | 2004-12-25 | 2 | -2/+2 |
* | Revert parts of tcp_input.c:1.255 associated with the header predicted | rwatson | 2004-12-25 | 2 | -4/+14 |
* | fix comment | phk | 2004-12-25 | 1 | -1/+1 |
* | - Add genid field to the metadata which will allow to improve reliability a bit. | pjd | 2004-12-25 | 4 | -61/+207 |
* | Make _umtx_op() as more general interface, the final parameter needn't be | davidxu | 2004-12-25 | 8 | -13/+12 |
* | 1. introduce umtx_owner to get an owner of a umtx. | davidxu | 2004-12-25 | 2 | -7/+21 |
* | Allow selection of a recording source on USB audio devices. | julian | 2004-12-25 | 3 | -8/+95 |
* | Allow recording on at least some USB audio devices. | julian | 2004-12-25 | 3 | -2/+73 |
* | Allow volume control on more channels/inputs | julian | 2004-12-25 | 1 | -18/+129 |
* | MFNetBSD: | julian | 2004-12-25 | 4 | -724/+1762 |
* | Darnit, through a maze of twisty passages, ipfilter needs to have PFIL_HOOKS | scottl | 2004-12-25 | 1 | -1/+1 |
* | Don't define PFIL_HOOKS. It's no longer required in RELENG_5 or HEAD. | scottl | 2004-12-25 | 1 | -1/+1 |
* | Sprinkle in some __FreeBSD_version checks so that this compiles again. Don't | scottl | 2004-12-25 | 3 | -3/+6 |
* | Changes in comments: | brueffer | 2004-12-25 | 1 | -4/+4 |
* | Get rid of #ifdef for legacy system. Move that into the MD code. | imp | 2004-12-24 | 4 | -6/+21 |
* | A few style(9) changes before more extensive changes: | imp | 2004-12-24 | 2 | -74/+65 |
* | Make the other pnp messages more explicit as well... | imp | 2004-12-24 | 1 | -1/+1 |
* | For VLAN interfaces, print MAC addresses properly. | ru | 2004-12-24 | 1 | -1/+2 |
* | Note when we're done probing PNP. There's been several reports over the | imp | 2004-12-24 | 1 | -0/+2 |
* | Various style(9) items before of some more extensive work: | imp | 2004-12-24 | 2 | -67/+64 |
* | GC #if 0'd code. It can go away now... | imp | 2004-12-24 | 2 | -99/+0 |
* | Continue the transition from synchronizing access to the page's PG_BUSY | alc | 2004-12-24 | 1 | -11/+29 |
* | Identify USIIIi processors. | scottl | 2004-12-24 | 2 | -0/+4 |
* | Enable sk(4) for ATLQ. | mlaier | 2004-12-24 | 3 | -12/+17 |
* | Loosen the probe a bit. | sos | 2004-12-24 | 1 | -5/+9 |
* | Update the Promise support for combo (SATA+PATA) controllers. | sos | 2004-12-24 | 1 | -1/+6 |
* | "3 hands" | wilko | 2004-12-24 | 1 | -0/+7 |
* | Add umtxq_lock/unlock around umtx_signal, fix debug kernel compiling, | davidxu | 2004-12-24 | 1 | -5/+9 |
* | 1. Fix race condition between umtx lock and unlock, heavy testing | davidxu | 2004-12-24 | 2 | -137/+107 |
* | Restore standard behavior: log to console only when normal logging | glebius | 2004-12-24 | 1 | -2/+3 |
* | Enable fine grained locking within IPFilter, using mtx(9) and sx(9) allowing | darrenr | 2004-12-24 | 9 | -27/+81 |
* | ``NULL is a specific instance of a null pointer constant; the generic is | keramida | 2004-12-23 | 6 | -30/+12 |
* | Fix creation on "dlciX" hook in ng_sample. | rik | 2004-12-23 | 1 | -2/+3 |
* | Turn NFS directio off until the stability issues are resolved. | ps | 2004-12-23 | 1 | -1/+1 |
* | Update disk->d_genid field when increasing sc->sc_genid. | pjd | 2004-12-23 | 1 | -0/+1 |
* | - Give the timer, thermal, and error LVT entries an interrupt vector even | jhb | 2004-12-23 | 1 | -22/+30 |
* | Some small style fixes. | jhb | 2004-12-23 | 1 | -3/+2 |
* | Add some constants for the local APIC timer. | jhb | 2004-12-23 | 1 | -0/+5 |
* | Add a simple 'intrcnt_add' function that other MD code can use to add a | jhb | 2004-12-23 | 2 | -0/+12 |
* | Modify pmap_enter_quick() so that it expects the page queues to be locked | alc | 2004-12-23 | 11 | -30/+19 |
* | - Add a function to set the Task Priority Register (TPR) of the local APIC. | jhb | 2004-12-23 | 2 | -18/+39 |
* | Fix counting length of leadin for hook name (sizeof () => strlen ()). | rik | 2004-12-23 | 1 | -1/+1 |