| Age | Commit message (Expand) | Author |
| 2003-11-29 | This file is dead. It has ceased to be. It has gone to meet it's maker. It | fvdl |
| 2003-11-28 | Manually moved from Attic/ in the repository since cvs failed to do so. | jhawk |
| 2003-11-17 | Set the bridge tag correctly when adding an extra PCI bus. | fvdl |
| 2003-11-13 | Remove leftover debugging printf. | fvdl |
| 2003-11-06 | intr_find_pcibridge returns 0 or error, not < 0. | fvdl |
| 2003-11-01 | avoid strong words; use 'screw' instead | jdolecek |
| 2003-10-31 | Catch up with the new acpica code. | fvdl |
| 2003-10-30 | * keep track of PCI buses that aren't known by firmware, but are found | fvdl |
| 2003-10-29 | Move a panic() to a different location, and eliminate a bogus initializer. | mycroft |
| 2003-10-28 | In _bus_dma_uiomove(): | mycroft |
| 2003-10-28 | #define __HAVE_LONG_DOUBLE on platforms which implement a distinct | kleink |
| 2003-10-27 | Nuke __P(). | junyoung |
| 2003-10-27 | appease gcc's uninitialised variable detection | lukem |
| 2003-10-27 | Err, rename some members added in previous to make them reflect their | kleink |
| 2003-10-26 | For convenient use in libc, add unions of the C floating types and their | kleink |
| 2003-10-26 | Correct the position of the QUIETNAN bit. | kleink |
| 2003-10-26 | Use <sys/ieee754.h> where applicable. | kleink |
| 2003-10-26 | use ffs() rather than handcrafted one for ipi bit search. | yamt |
| 2003-10-26 | issue PAUSE in the debug version of __cpu_simple_lock as well. | yamt |
| 2003-10-26 | define SPINLOCK_SPIN_HOOK to let LK_SPIN lockmgr locks call x86_pause. | yamt |
| 2003-10-25 | Reflect the explicit integer bit here as well. | kleink |
| 2003-10-25 | Fix uninitialized variable warning | christos |
| 2003-10-23 | Make ieee_ext match reality, and add a note about its ABI-specific | kleink |
| 2003-10-23 | * Move the definitions for types other than single-precision and double- | kleink |
| 2003-10-22 | Use a common <machine/math.h> for amd64 and i386. | kleink |
| 2003-10-22 | Only declare intr_scan_bus if NIOAPIC > 0. | fvdl |
| 2003-10-21 | Correctly walk up the PCI bus tree to find an interrupt match with | fvdl |
| 2003-10-21 | If a bus has not been configured by MPBIOS/ACPI, and the attach hook | fvdl |
| 2003-10-16 | Add hooks and structures to allow the MP table intr mapping code a | fvdl |
| 2003-10-10 | Fix build problem when MPACPI is used without ioapic as proposed by | tron |
| 2003-10-09 | Allow probing of CPUs only by ACPI, so that MPBIOS can still do interrupt | fvdl |
| 2003-10-08 | pciide_machdep.c depends on pciide_common, not pciide. | bouyer |
| 2003-10-08 | Overhaul MBR handling (part 1): | lukem |
| 2003-10-07 | Backout previous for now, it breaks second CPU spinup. It'll be back later. | fvdl |
| 2003-10-07 | Changes from Christos to fall back to MPBIOS for interrupt probing | fvdl |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-09-18 | Fix for ioapic irq routing. This fixes kern/22728. | skd |
| 2003-09-06 | Move the bulk of pci_intr_string into a seperate intr_string function. Use | fvdl |
| 2003-09-06 | If possible, put the device name of the APIC used into the interrupt string, | fvdl |
| 2003-09-06 | When establishing the ACPI SCI, make sure it's always active low (as well | fvdl |
| 2003-09-02 | Compile in the !MPACPI && NIOAPIC case. | fvdl |
| 2003-08-27 | variable 'sc' needed in MPACPI case (what should we do about NIOAPIC?) | itojun |
| 2003-08-20 | Pass pointers to frames from assembly, do not use the 'frame on stack | fvdl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-28 | give >32 bit constants an "LL" prefix to appease gcc3.3 | mrg |
| 2003-07-22 | Use local APIC id to determine boot CPU. | simonb |
| 2003-07-19 | change multiple include protection #define to match filename | lukem |
| 2003-07-14 | add __KERNEL_RCSID() | lukem |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |