| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix build if both of BKTR_USE_FREEBSD_SMBUS and BKTR_NEW_MSP34XX_DRIVER are | Doug White | 2004-09-11 | 1 | -0/+4 |
| * | Add two spare fields to struct resource for some planned enhacenments | Warner Losh | 2004-09-11 | 1 | -0/+2 |
| * | Double the number of kernel page tables for amd64 and for i386/PAE. The old | Scott Long | 2004-09-11 | 2 | -3/+5 |
| * | Remove unneeded VGE_UNLOCK() in vge_detach(). | Bill Paul | 2004-09-11 | 1 | -1/+0 |
| * | Whitespace fix | Julian Elischer | 2004-09-11 | 1 | -1/+0 |
| * | Try committing from the right tree this time | Julian Elischer | 2004-09-11 | 1 | -3/+3 |
| * | Make up my mind if cpu pinning is stored in the thread structure or the | Julian Elischer | 2004-09-10 | 5 | -20/+53 |
| * | Add some code to allow threads to nominat a sibling to run if theyu are going... | Julian Elischer | 2004-09-10 | 5 | -9/+55 |
| * | Add device driver support for the VIA Networking Technologies | Bill Paul | 2004-09-10 | 12 | -0/+4126 |
| * | Add two spare elements for planned but not yet implemented stuff related | Poul-Henning Kamp | 2004-09-10 | 1 | -0/+5 |
| * | Fix oversight reported by Norikatsu Shigemura for the "sym" driver | Stefan Eßer | 2004-09-10 | 1 | -0/+1 |
| * | Make it depend on PCI as well. | Matt Jacob | 2004-09-10 | 1 | -0/+1 |
| * | Make sym depend, as a module, on cam. | Matt Jacob | 2004-09-10 | 1 | -0/+1 |
| * | Remove the debugging tunable, it was not being used. | Tom Rhodes | 2004-09-10 | 1 | -10/+1 |
| * | Reduce the amount of memory reported to busdma. | Søren Schmidt | 2004-09-10 | 2 | -8/+10 |
| * | Convert sndstat_lock from a mutex to an sx lock. sndstat_read() | Don Lewis | 2004-09-10 | 1 | -26/+29 |
| * | Better fix the busdma problem exposed by ATA. With the CMD 646 for | Marcel Moolenaar | 2004-09-10 | 1 | -1/+5 |
| * | The previous commit, roughly one and a half years ago removed the | Marcel Moolenaar | 2004-09-10 | 1 | -62/+14 |
| * | remove giant required from kqueue_close.. | John-Mark Gurney | 2004-09-10 | 1 | -2/+0 |
| * | Add comments about why we're freeing subdevs (which is completely | Warner Losh | 2004-09-09 | 1 | -8/+11 |
| * | We don't need a uhub_child_detached() routine now that we don't detach | Warner Losh | 2004-09-09 | 1 | -34/+2 |
| * | Teach the stack trace code how to step across a double fault when stepping | John Baldwin | 2004-09-09 | 1 | -0/+20 |
| * | Shame on me. I screwed up product ID for the 3COM Bluetooth PC-Card. | Maksim Yevmenkin | 2004-09-09 | 1 | -1/+1 |
| * | For the moment, back out my back out of green's 1.87 commit. While it | Warner Losh | 2004-09-09 | 1 | -11/+9 |
| * | sparc64 is not ready for PREEMPTION, so turn it off for now. | Scott Long | 2004-09-09 | 1 | -1/+1 |
| * | Release the hold on ata_delayed_attach earlier so we can use tsleep | Søren Schmidt | 2004-09-09 | 1 | -6/+7 |
| * | Check flag do_bridge always, even if kernel was compiled without | Gleb Smirnoff | 2004-09-09 | 1 | -11/+5 |
| * | Do not call xl_init_locked() unconditionally when we are bringed UP. Call | Gleb Smirnoff | 2004-09-09 | 1 | -2/+3 |
| * | Hard code witness lock order for BPF locks. | Robert Watson | 2004-09-09 | 1 | -0/+7 |
| * | Reformulate bpf_dettachd() to acquire the BIF_LOCK() as well as | Robert Watson | 2004-09-09 | 1 | -11/+20 |
| * | Reformulate use of linked lists in 'struct bpf_d' and 'struct bpf_if' | Robert Watson | 2004-09-09 | 2 | -38/+24 |
| * | Compare/set pointers using NULL not 0. | Robert Watson | 2004-09-09 | 1 | -3/+3 |
| * | Clean up rev 1.49 by using the temperature conversion for _PSV also and | Nate Lawson | 2004-09-08 | 1 | -4/+5 |
| * | Use atomic ops in pmap_clear_ptes() to prevent SMP races that could | Alan Cox | 2004-09-08 | 2 | -7/+20 |
| * | Do not compile in zlib.c. Add a dependency on module instead. | Max Khon | 2004-09-08 | 2 | -2/+3 |
| * | Show current status of mirror device directly. | Pawel Jakub Dawidek | 2004-09-08 | 1 | -0/+9 |
| * | Reduce the size of struct defid's defid_dirclust, defid_dirofs and | Tim J. Robbins | 2004-09-08 | 1 | -3/+3 |
| * | Back out v1.24. v1.40 of sys/sparc64/sparc64/bus_machdep.c fixes the | Ken Smith | 2004-09-08 | 1 | -3/+1 |
| * | Merge from NetBSD: | Tim J. Robbins | 2004-09-08 | 1 | -3/+18 |
| * | Merge from NetBSD: | Tim J. Robbins | 2004-09-08 | 1 | -0/+5 |
| * | sync with private code: | Alfred Perlstein | 2004-09-08 | 1 | -1/+1 |
| * | Fixed sound-related hints. (Yes, this is ambiguous but matches reality.) | Ruslan Ermilov | 2004-09-08 | 1 | -14/+14 |
| * | Back out 1.88. | Warner Losh | 2004-09-08 | 1 | -9/+11 |
| * | Fix a problem with tag->boundary inheritence that has existed since day one | Scott Long | 2004-09-08 | 7 | -38/+35 |
| * | Re-add ifi_epoch, to struct if_data, this time replacing ifi_unused | Brooks Davis | 2004-09-08 | 3 | -2/+6 |
| * | Sync the busdma code with i386. The most tangible upshot is that | Marcel Moolenaar | 2004-09-08 | 1 | -206/+152 |
| * | Fix a cut-n-paste glitch with SCHED_4BSD. | Scott Long | 2004-09-07 | 1 | -1/+1 |
| * | Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon. | Scott Long | 2004-09-07 | 5 | -5/+15 |
| * | Don't change the state of the system in acpi_tz_establish(). Before, we | Nate Lawson | 2004-09-07 | 1 | -16/+22 |
| * | Instead of trusting _STA from power resources, cache the first value | Nate Lawson | 2004-09-07 | 1 | -5/+11 |