| Commit message (Expand) | Author | Age | Files | Lines |
* | Add /dev/speaker support to amd64. | ru | 2005-11-11 | 2 | -674/+5 |
* | Fix pc98 build. | nyan | 2005-11-09 | 3 | -0/+6 |
* | Reimplement the reclamation of PV entries. Specifically, perform | alc | 2005-11-09 | 1 | -35/+42 |
* | Remove obsolete options | imp | 2005-11-09 | 1 | -1/+0 |
* | Add support for XBOX to the FreeBSD port. The xbox architecture is | imp | 2005-11-09 | 10 | -0/+928 |
* | The hptmv inherently believes that a 'long' can hold a physical address. | scottl | 2005-11-08 | 1 | -0/+1 |
* | Add uart(4). When both sio(4) and uart(4) can handle a serial port, | marcel | 2005-11-05 | 1 | -1/+2 |
* | Unbreak !SMP kernels | phk | 2005-11-05 | 1 | -0/+2 |
* | MFamd64: indent with tabs instead of spaces. | peter | 2005-11-04 | 1 | -1/+1 |
* | Begin and end the initialization of pvzone in pmap_init(). | alc | 2005-11-04 | 1 | -19/+11 |
* | Change the x86 code to allocate IDT vectors on-demand when an interrupt | jhb | 2005-11-02 | 4 | -96/+217 |
* | Throw the switch and turn on STOP_NMI on in GENERIC for amd64 and i386. | jhb | 2005-11-01 | 1 | -0/+1 |
* | Catch up with ACPI-CA 20051021 import | jkim | 2005-11-01 | 1 | -1/+1 |
* | Instead of a panic()ing in pmap_insert_entry() if get_pv_entry() | alc | 2005-10-31 | 1 | -8/+65 |
* | Hook nve(4) up in i386 and amd64 NOTES. | jhb | 2005-10-31 | 1 | -0/+2 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 3 | -3/+3 |
* | Replace diagnostic printf()s by assertions. Use consistent style for | alc | 2005-10-30 | 1 | -36/+8 |
* | Finally complete some work on generalizing the PCF8584-based I2C | joerg | 2005-10-28 | 1 | -633/+0 |
* | Create a default kernel config for i386 and move 'device isa' and | jhb | 2005-10-27 | 2 | -7/+18 |
* | Reorganize the interrupt handling code a bit to make a few things cleaner | jhb | 2005-10-25 | 3 | -55/+61 |
* | Undo the change to pci_cfgdisable() on i386 for now. It seems to fix | wpaul | 2005-10-25 | 1 | -6/+2 |
* | Modify the pci_cfgdisable() routine to bring it more in line with | wpaul | 2005-10-25 | 1 | -3/+7 |
* | Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to all | jhb | 2005-10-24 | 4 | -16/+50 |
* | When restarting the BSP during cpu_reset() use a membar to ensure that | jhb | 2005-10-24 | 1 | -1/+4 |
* | Use xchg in Xcpustop to close a race and make cpustop_restartfunc truly | jhb | 2005-10-24 | 1 | -2/+3 |
* | - Various small whitespace and style nits. | jhb | 2005-10-24 | 1 | -14/+10 |
* | Like acpi_throttle, set frequency to 100% in attach. Some BIOSen may set | njl | 2005-10-23 | 1 | -0/+8 |
* | Specifically panic() in the case where pmap_insert_entry() fails to | ade | 2005-10-21 | 1 | -0/+2 |
* | Use svr4_si_{addr,code,errno,signo,trap} in preference to si_{...}. | rwatson | 2005-10-19 | 1 | -36/+36 |
* | Redo physical/logical CPU count. | jkim | 2005-10-17 | 1 | -3/+4 |
* | Split displaying number of physical and logical cores. | jkim | 2005-10-17 | 1 | -2/+3 |
* | For AMD processors, nullify CPUID.HTT. FreeBSD has no need for the | obrien | 2005-10-16 | 1 | -0/+9 |
* | Fix compiling. | davidxu | 2005-10-15 | 1 | -1/+1 |
* | - Print number of physical/logical cores and more CPUID info. | jkim | 2005-10-14 | 4 | -14/+105 |
* | The signal code is now an int rather than a long, so update debug printfs. | jhb | 2005-10-14 | 1 | -2/+2 |
* | Remove the sx(4) driver at the request of the author. The author | jhb | 2005-10-14 | 1 | -3/+0 |
* | Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm. | ru | 2005-10-14 | 1 | -2/+2 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 4 | -87/+139 |
* | Add POSIX siginfo_t's si_code, this is for upcoming POSIX realtime signal | davidxu | 2005-10-14 | 1 | -10/+0 |
* | Restore the UP optimization to reduce the number of TLB invalidations. The | alc | 2005-10-13 | 1 | -4/+11 |
* | Restore optimizations to reduce TLB shootdowns. | ups | 2005-10-13 | 1 | -25/+24 |
* | Ensure that a thread stays on same CPU when calculating per CPU | ups | 2005-10-12 | 1 | -15/+15 |
* | Polling is now configured with help of ifconfig(8), not sysctl. | glebius | 2005-10-07 | 1 | -4/+4 |
* | Big polling(4) cleanup. | glebius | 2005-10-01 | 1 | -10/+0 |
* | Add interrupt counters for IPIs. By default they are disabled, but they | jhb | 2005-09-28 | 3 | -8/+97 |
* | Rename the lapic timer interrupt counters from lapicX: timer to cpuX: timer | jhb | 2005-09-28 | 1 | -1/+1 |
* | Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t | marius | 2005-09-28 | 1 | -6/+8 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 2 | -4/+0 |
* | Add a new atomic_fetchadd() primitive that atomically adds a value to a | jhb | 2005-09-27 | 1 | -0/+21 |
* | __RMAN_RESOURCE_VISIBLE not necessary. | phk | 2005-09-25 | 1 | -3/+0 |