| Commit message (Expand) | Author | Age | Files | Lines |
* | Move clock_lock prototype into <machine/clock.h>, where it is more | Maxim Sobolev | 2006-05-19 | 2 | -9/+1 |
* | Add le(4). I could actually only test it on alpha, i386 and sparc64 but | Marius Strobl | 2006-05-17 | 1 | -1/+2 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
* | Kill more references to lnc(4). | Ruslan Ermilov | 2006-05-16 | 1 | -3/+1 |
* | Remove some remnants of lnc(4). | Marius Strobl | 2006-05-14 | 1 | -4/+0 |
* | Clean out sysctl machdep.* related defines. | Poul-Henning Kamp | 2006-05-11 | 2 | -12/+3 |
* | regen (linux rt_sigpending) | Alexander Leidinger | 2006-05-10 | 3 | -5/+6 |
* | Implement rt_sigpending in the linuxolator. | Alexander Leidinger | 2006-05-10 | 2 | -2/+2 |
* | Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux | Doug Ambrisko | 2006-05-09 | 2 | -0/+5 |
* | Forgot the amd/linux32 part since sys/*/linux didn't match :-( | Doug Ambrisko | 2006-05-06 | 1 | -0/+6 |
* | add ath and wlan crypto support | Sam Leffler | 2006-05-03 | 1 | -0/+6 |
* | Allow bus_dmamap_load() to pass ENOMEM back to the caller. This puts it into | Scott Long | 2006-05-03 | 1 | -4/+10 |
* | Add various constants for the PAT MSR and the PAT PTE and PDE flags. | John Baldwin | 2006-05-01 | 4 | -0/+63 |
* | Add a new 'pmap_invalidate_cache()' to flush the CPU caches via the | John Baldwin | 2006-05-01 | 6 | -2/+64 |
* | Eliminate unnecessary, recursive acquisitions and releases of the page | Alan Cox | 2006-04-29 | 1 | -5/+2 |
* | Rewrite of puc(4). Significant changes are: | Marcel Moolenaar | 2006-04-28 | 1 | -2/+0 |
* | Enable the rr232x driver for amd64. | Scott Long | 2006-04-28 | 2 | -0/+6 |
* | In general, bits in the page directory entry (PDE) and the page table | Alan Cox | 2006-04-27 | 1 | -4/+8 |
* | Move vm.pmap.pv_entry_count out from the PV_STATS ifdefs. It is always | Peter Wemm | 2006-04-26 | 1 | -2/+3 |
* | Check if reported HTT cores are physical cores. This commit does not | Jung-uk Kim | 2006-04-25 | 1 | -0/+8 |
* | Add another Intel CPU feature flag, xTPR (Send Task Priority Messages). | Jung-uk Kim | 2006-04-24 | 1 | -1/+1 |
* | Check if deterministic cache parameters leaf is valid before use. | Jung-uk Kim | 2006-04-24 | 1 | -1/+2 |
* | Adjust dangerous-shared-cache-detection logic from "all shared data | Colin Percival | 2006-04-24 | 1 | -2/+2 |
* | Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT below | Xin LI | 2006-04-24 | 1 | -4/+4 |
* | Oops. Minidumps were developed on 6.x, in without the small pv entry code. | Peter Wemm | 2006-04-21 | 1 | -0/+3 |
* | Introduce minidumps. Full physical memory crash dumps are still available | Peter Wemm | 2006-04-21 | 6 | -3/+491 |
* | Set the rid for a resoruce allocated with rman_reserve_resource. | Warner Losh | 2006-04-20 | 1 | -1/+1 |
* | Correct a local information leakage bug affecting AMD FPUs. | Colin Percival | 2006-04-19 | 1 | -0/+36 |
* | If we're doing a try-alloc of a pv entry and give up early, do not forget | Peter Wemm | 2006-04-18 | 1 | -0/+1 |
* | pv_entry_count is more than a statistic. It is used for resource limiting. | Peter Wemm | 2006-04-18 | 1 | -3/+3 |
* | Include opt_pmap.h for PMAP_SHPGPERPROC. | Alan Cox | 2006-04-13 | 1 | -0/+1 |
* | Retire pmap_track_modified(). We no longer need it because we do not | Alan Cox | 2006-04-12 | 1 | -42/+10 |
* | Hook bce up to the build | Paul Saab | 2006-04-10 | 1 | -0/+1 |
* | Cache the value of the lower half of each I/O APIC redirection table entry | John Baldwin | 2006-04-05 | 1 | -6/+4 |
* | Convert pv_entry_frees and pv_entry_allocs stats counters from int to long, | Peter Wemm | 2006-04-04 | 1 | -3/+4 |
* | Sync with i386: Map exceptions to signals in gdb_cpu_signal() so | Marcel Moolenaar | 2006-04-04 | 2 | -6/+25 |
* | The PC is register 16, not 18. | Marcel Moolenaar | 2006-04-04 | 1 | -1/+1 |
* | Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to the | Marcel Moolenaar | 2006-04-03 | 1 | -0/+2 |
* | Shrink the amd64 pv entry from 48 bytes to about 24 bytes. On a machine | Peter Wemm | 2006-04-03 | 2 | -151/+309 |
* | Remove the unused sva and eva arguments from pmap_remove_pages(). | Peter Wemm | 2006-04-03 | 1 | -8/+1 |
* | Introduce pmap_try_insert_pv_entry(), a function that conditionally creates | Alan Cox | 2006-04-02 | 1 | -13/+28 |
* | Add kbdmux(4) to GENERIC on amd64 | Maksim Yevmenkin | 2006-03-31 | 1 | -0/+2 |
* | Hook the MFI driver up to the build. | Scott Long | 2006-03-29 | 1 | -0/+1 |
* | If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fall | John Baldwin | 2006-03-27 | 1 | -4/+5 |
* | Eliminate unnecessary invalidations of the entire TLB by pmap_remove(). | Alan Cox | 2006-03-21 | 1 | -1/+7 |
* | Remove stale KSE code. | David Xu | 2006-03-21 | 1 | -13/+1 |
* | Drop some unneeded casts since we program the kernel in C rather than C++. | John Baldwin | 2006-03-20 | 2 | -2/+2 |
* | regen: fix of linuxolator with testing in a cross-build | Alexander Leidinger | 2006-03-20 | 3 | -9/+15 |
* | Fix the linuxolator on amd64 (cross-build). | Alexander Leidinger | 2006-03-20 | 1 | -2/+3 |
* | Regen. | Ruslan Ermilov | 2006-03-19 | 3 | -3/+4 |