| Commit message (Expand) | Author | Age | Files | Lines |
* | PNP BIOS devices are fundamentally different than ISA PNP devices. | Warner Losh | 2004-12-07 | 1 | -1/+1 |
* | Move reading the current CPU mask in pmap_lazyfix() to where the thread | Stephan Uphoff | 2004-12-07 | 1 | -1/+2 |
* | Allow fast interrupts to cause preemption. | Stephan Uphoff | 2004-12-06 | 1 | -2/+0 |
* | Due to a significant addition of code, add my copyright to this file. Also | Scott Long | 2004-12-06 | 1 | -0/+1 |
* | Add support for the memory-mapped PCI Express configuration mechanism. This | Scott Long | 2004-12-06 | 1 | -8/+211 |
* | Enable amr(4) - scottl fixed when used with >4GB RAM. | David E. O'Brien | 2004-12-06 | 1 | -1/+0 |
* | For efficiency move the call to pmap_pte_quick() out of pmap_protect()'s | Alan Cox | 2004-12-02 | 1 | -7/+6 |
* | Change gdb_cpu_setreg() to not take the value to which to set the | Marcel Moolenaar | 2004-12-01 | 2 | -5/+4 |
* | Remove now unused variable. | Nate Lawson | 2004-11-30 | 1 | -1/+0 |
* | MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() on | Nate Lawson | 2004-11-30 | 1 | -66/+12 |
* | Don't flag alignment constraints as a reason for bouncing. This fixes the | Scott Long | 2004-11-29 | 1 | -1/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | David Schultz | 2004-11-27 | 6 | -10/+7 |
* | Axe the semblance of support for PECOFF and Linux a.out core dumps. | David Schultz | 2004-11-27 | 1 | -52/+2 |
* | Remove an extra #include | Scott Long | 2004-11-21 | 1 | -1/+0 |
* | MFC amd64: | Scott Long | 2004-11-21 | 1 | -29/+45 |
* | Maintain the broken state of backwards compatibilty for a.out (and | David Schultz | 2004-11-20 | 1 | -2/+3 |
* | Remove references to U area and garbage collect includes. | David Schultz | 2004-11-20 | 1 | -4/+2 |
* | Remove UAREA_PAGES. | David Schultz | 2004-11-20 | 1 | -1/+0 |
* | U areas are going away, so don't allocate one for process 0. | David Schultz | 2004-11-20 | 2 | -16/+4 |
* | Revert part of rev 1.57. The tag boundary is honored by splitting the | Scott Long | 2004-11-19 | 1 | -9/+5 |
* | Initiate deorbit burn sequence for 80386 support in FreeBSD: Remove | John Baldwin | 2004-11-16 | 10 | -262/+9 |
* | Add acpi_sony to the list of drivers that are built. | Warner Losh | 2004-11-15 | 1 | -0/+3 |
* | After discussions with Nate, repo copy the acpi assist drivers from | Warner Losh | 2004-11-15 | 3 | -1710/+0 |
* | o Change the strcmp() to a strncmp() to allow us to attach to 'E' | Philip Paeps | 2004-11-12 | 1 | -69/+67 |
* | Minor whitespace nitpicking to reduce my diffs of Real Changes[tm] | Philip Paeps | 2004-11-12 | 1 | -9/+6 |
* | Spell _KERNEL correctly so that UP kernels are actually optimized again. | John Baldwin | 2004-11-12 | 1 | -1/+1 |
* | - Use the SMP style ops for atomic_load/store() in userland so that | John Baldwin | 2004-11-12 | 1 | -2/+1 |
* | - Place the gcc memory barrier hint in the right place in the 80386 version | John Baldwin | 2004-11-11 | 1 | -8/+9 |
* | pbio has moved to dev/pbio | Warner Losh | 2004-11-11 | 1 | -463/+0 |
* | cosmetic changes. | Yoshihiro Takahashi | 2004-11-10 | 1 | -6/+1 |
* | Zero the tag when it's allocated. Also fix a printf format problem. This | Scott Long | 2004-11-09 | 1 | -2/+3 |
* | First pass at replacing the single global bounce pool with sub-pools that are | Scott Long | 2004-11-09 | 1 | -36/+140 |
* | Add support for gadgets on Asus L4R and M6R notebooks. | Philip Paeps | 2004-11-08 | 1 | -0/+22 |
* | Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc(). | Alan Cox | 2004-11-08 | 1 | -3/+5 |
* | Add power profile support so that the LCD changes brightness levels based | Nate Lawson | 2004-11-07 | 1 | -20/+86 |
* | Begin an invasion of i386-land by amd64. | Peter Wemm | 2004-11-06 | 1 | -0/+11 |
* | Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops. | Philip Paeps | 2004-11-05 | 1 | -9/+47 |
* | Don't use atomic ops to increment interrupt stats. This was only done on | Scott Long | 2004-11-03 | 1 | -3/+3 |
* | Streamline busdma a bit. Inline _bus_dmamap_load_buffer, optimize some | Scott Long | 2004-11-02 | 1 | -18/+19 |
* | Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels. | Andre Oppermann | 2004-11-02 | 1 | -1/+1 |
* | Add support for Asus M6N laptops | Philip Paeps | 2004-11-02 | 1 | -0/+11 |
* | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | John Baldwin | 2004-11-01 | 3 | -3/+3 |
* | Allow individual application processors to be disabled from the loader | John Baldwin | 2004-11-01 | 1 | -1/+16 |
* | Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for the | Dag-Erling Smørgrav | 2004-10-31 | 1 | -4/+3 |
* | Whitespace cleanup | Dag-Erling Smørgrav | 2004-10-31 | 1 | -8/+8 |
* | Implement per-CPU SYSMAPs, i.e., CADDR* and CMAP*, to reduce lock | Alan Cox | 2004-10-29 | 1 | -33/+50 |
* | Preserve dcons(4) buffer passed by loader(8). | Hidetoshi Shimokawa | 2004-10-24 | 1 | -0/+16 |
* | Hook the hptmv driver up to the build. | Scott Long | 2004-10-24 | 2 | -0/+6 |
* | Add some basic KTR tracing to busdma on i386. This is likely not | Robert Watson | 2004-10-23 | 1 | -10/+60 |
* | Remove a "needs Giant" flag from the /dev/apm compat device. | Nate Lawson | 2004-10-22 | 1 | -1/+0 |