Age | Commit message (Expand) | Author |
2007-02-28 | Add Smart Battery Monitor device driver. Provided by | Alexander Yurchenko |
2007-02-27 | call_apm should be 64 bit. | Marco Peereboom |
2007-02-24 | Remove unused B_DIRTY, B_PAGET, B_PGIN, B_TAPE and B_UAREA b_flags values. | Miod Vallat |
2007-02-22 | Revert my previous commit. Kettenis no likey. | Marco Peereboom |
2007-02-22 | Print base so that we can make a correct mapping between apic and irq. | Marco Peereboom |
2007-02-21 | part missed in PAE revert: ptoa() paddr_t size is no longer printed | Theo de Raadt |
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | Tom Cosgrove |
2007-02-20 | Remove duplicate entry. | Tom Cosgrove |
2007-02-19 | Put warning about shared IPL interrupts under MPVERBOSE and don't talk about | Mark Kettenis |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-19 | Remove unused variable lapic_timer | Tom Cosgrove |
2007-02-18 | If no MBR partitions are found when spoofing a disklabel, try looking | Kenneth R Westerback |
2007-02-17 | Add SMALL_KERNEL throught acpi to make it fit on boot media. | Marco Peereboom |
2007-02-17 | Bring in the AMD errata checks from amd64. | Tom Cosgrove |
2007-02-17 | To squeeze new stuff onto onto the very full boot floppies, occasionally | Theo de Raadt |
2007-02-15 | break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ ok | Michael Shalayeff |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-13 | Zap unused local acpi_attached variable, since it has been superseded | Dimitry Andric |
2007-02-13 | Check for xTPR result of CPUID. | Jonathan Gray |
2007-02-12 | OpenBSD -> .Ox | Jason McIntyre |
2007-02-12 | Enable the AES acceleration. Won't be picked up for IPsec, since we | Tom Cosgrove |
2007-02-09 | Don't both reloading the CPL into %eax before pushing it onto the stack, | Tom Cosgrove |
2007-02-06 | define the bio(4) cdev stuff in conf.h, rather than having a per machine | David Gwynne |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-02-04 | Add zyd to cd ramdisks | Jonathan Gray |
2007-02-03 | Don't spoof an msdosfs partition if it claims to start after the end | Kenneth R Westerback |
2007-02-03 | Remove unused functionality from lockmgr(): | Miod Vallat |
2007-01-31 | Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and Voltage | Gordon Willem Klok |
2007-01-27 | Only allow a single instance of acpimadt(4). | Mark Kettenis |
2007-01-23 | Handle not-all-lapics intterupts. | Mark Kettenis |
2007-01-22 | Add commented out acpidock(4) entry. | Michael Knudsen |
2007-01-19 | Update comment (on how long we wait for operation to complete) reflect | Tom Cosgrove |
2007-01-18 | No longer print the 'bios id' field in the dmesg, its of dubious diagnostic | Gordon Willem Klok |
2007-01-10 | fix fallout of the split sensor devices change which caused lockups on | David Gwynne |
2007-01-09 | Miod used a too large hatchet when trimming userret in 1.80. | Artur Grabowski |
2007-01-02 | Use bus_space_write_region_4() instead of doing the same thing bit by | Tom Cosgrove |
2007-01-02 | Fix the keyboard problem seen on Intel Macs, where only the first | Tom Cosgrove |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-12-29 | Change the comment for mbg(4): Use "radio clocks" instead of "time base". | Marc Balmer |
2006-12-28 | Support for ST16C654 chips, however these aren't detected as such, so the | Miod Vallat |
2006-12-26 | There is a single 'p', not a double, in 'triple'. | Tom Cosgrove |
2006-12-24 | Define PROC_PC. Then, since profiling information is being reported in | Miod Vallat |
2006-12-24 | Check for want_resched when processing AST and nowhere else. But then, when | Miod Vallat |
2006-12-23 | do not mix & and || badly | Theo de Raadt |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt |
2006-12-22 | A more complete fix for perf status MSR's (on e.g. Core 2 Duo X6800), | Dimitry Andric |
2006-12-21 | Quick fix for Core 2 Duo X6800, which reports an invalid setperf MSR, | Dimitry Andric |
2006-12-20 | Don't bail out on a bad interrupt line if we have a valid apic interrupt pin | Mark Kettenis |
2006-12-20 | "#ifdef is a tool of the weak!" | Gordon Willem Klok |
2006-12-20 | acpi fits, when we trade it primarily for the very large rtw(4) driver. | Theo de Raadt |