| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Document that ENABLE_ALART controls the alarm on Intel intpm driver. | obrien | 2004-03-05 | 1 | -2/+3 |
* | Add ctau (Cronyx/Tau-ISA) device driver entry. | rik | 2004-03-03 | 1 | -0/+7 |
* | Finish the removal of the 'nv' device reference. | scottl | 2004-03-03 | 1 | -1/+0 |
* | Opps, nv(4) isn't committed yet. Comment out. | obrien | 2004-03-03 | 1 | -1/+1 |
* | Finish fixing style problems in my previous commit. | njl | 2004-03-03 | 1 | -3/+1 |
* | In the descrption of network interfaces: | bde | 2004-03-03 | 1 | -9/+8 |
* | Add support for quirks for acpi tables. Key off OEM vendor and revision. | njl | 2004-03-03 | 1 | -7/+0 |
* | Whitespace fixes. | obrien | 2004-03-02 | 1 | -14/+16 |
* | Add the ACPI standard video extensions driver. I've done some style cleanup | njl | 2004-03-01 | 1 | -2/+6 |
* | o Typo: Ternal -> Thermal. | maxim | 2004-02-29 | 2 | -2/+2 |
* | Add support for the watchdog in Geode SC1100 which is used in embedded | phk | 2004-02-28 | 1 | -0/+36 |
* | Add a generic watchdog facility which through a single device entry | phk | 2004-02-28 | 1 | -78/+63 |
* | Add support for /dev/led/error on Soekris Net4801. | phk | 2004-02-28 | 1 | -14/+48 |
* | Fixed the latest unsortings of CPU_ENABLE_*. | bde | 2004-02-24 | 1 | -5/+5 |
* | Add missed CPU_ENABLE_LONGRON. | sobomax | 2004-02-23 | 1 | -0/+1 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 19 | -7/+38 |
* | Device megapatch 3/6: | phk | 2004-02-21 | 4 | -13/+0 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 18 | -33/+0 |
* | Add back an include to fix the build for the CPU_ELAN case. | jhb | 2004-02-19 | 1 | -0/+3 |
* | Switch to using the new $PIR interrupt routing code and remove the old | jhb | 2004-02-18 | 3 | -436/+21 |
* | Rework the $PIR (aka PCIBIOS) PCI interrupt routing code and split it off | jhb | 2004-02-18 | 1 | -609/+445 |
* | Fixed a misplaced ifdef that prevented npx.c building without "device isa" | bde | 2004-02-13 | 1 | -1/+1 |
* | Regen. | jhb | 2004-02-06 | 3 | -19/+19 |
* | Sync up MP safe flags with global syscalls.master. This includes write(), | jhb | 2004-02-06 | 1 | -16/+16 |
* | Rename cn_unavailable to cnunavailable for little more consistency. | kan | 2004-02-05 | 1 | -2/+2 |
* | Updates cx driver information (Cronyx-Sigma) | rik | 2004-02-05 | 1 | -1/+3 |
* | Fix a typo in kan's last commit: cnavaiable() -> cnavailable() | roam | 2004-02-05 | 1 | -1/+1 |
* | Eliminate global cons_unavailable flag and replace it by the status | kan | 2004-02-05 | 4 | -6/+9 |
* | Regen. | jhb | 2004-02-04 | 11 | -17/+17 |
* | The following compat syscalls are now mpsafe: linux_getrlimit(), | jhb | 2004-02-04 | 4 | -6/+6 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 3 | -55/+41 |
* | Revert the skipping of segment register reloads as it appears to actually | jhb | 2004-02-03 | 2 | -34/+40 |
* | Removed bogus checks that (PCPU_GET(curpcb) != NULL). Rev.1.586 of | bde | 2004-02-03 | 1 | -3/+1 |
* | Set PCPU_GET(curpcb) for the BSP to thread0's pcb. Otherwise, the boot CPU | jhb | 2004-02-02 | 1 | -0/+1 |
* | - Make sure the apic is idle before sending an IPI. This is required on | jeff | 2004-02-02 | 1 | -4/+2 |
* | Eliminate all TLB shootdowns by pmap_pte_quick(): By temporarily pinning | alc | 2004-02-01 | 1 | -13/+52 |
* | Compiled longrun.c when defined options CPU_ENABLE_LONGRUN, | shiba | 2004-01-31 | 1 | -1/+1 |
* | Consistently capitalize acronyms like POSIX and NIC. Style. | schweikh | 2004-01-29 | 1 | -52/+52 |
* | Fix typos and remove whitespace at EOL. | schweikh | 2004-01-29 | 1 | -20/+20 |
* | Optimize the i386 interrupt entry code to not reload the segment registers | jhb | 2004-01-28 | 2 | -40/+34 |
* | Remove process lock XXX's, fixed in src/sys/sys/proc.h:1.366. | rwatson | 2004-01-28 | 1 | -8/+0 |
* | Stick two XXX's in the syscall() code: we call STOPEVENT() twice for | rwatson | 2004-01-27 | 1 | -0/+8 |
* | - Call acpi_Startup() before parsing interrupt-related APIC resources so we | jhb | 2004-01-26 | 1 | -7/+43 |
* | Move LongRun support out of identcpu.c, where it hardly belongs, into its | sobomax | 2004-01-25 | 3 | -263/+311 |
* | - Now that both schedulers support temporary cpu pinning use this rather | jeff | 2004-01-25 | 1 | -77/+17 |
* | - Don't define DETECT_DEADLOCK. I don't know that this code has detected | jeff | 2004-01-25 | 1 | -1/+0 |
* | - Recruit some new ULE users by making it the default scheduler in GENERIC. | jeff | 2004-01-24 | 1 | -1/+1 |
* | - Move performance-controlling sysctls into hw.p4tcc.* tree; | sobomax | 2004-01-24 | 2 | -26/+36 |
* | - Move performance-controlling sysctls into hw.p4tcc.* tree; | sobomax | 2004-01-24 | 1 | -1/+1 |
* | - Move smp_topology to subr_smp.c so that it is defined on all architectures. | jeff | 2004-01-24 | 1 | -1/+0 |