Age | Commit message (Expand) | Author |
2007-03-29 | Comment fixes from Daniel Dickman <didickman AT gmail DOT com>, relevant changes | Gordon Willem Klok |
2007-03-28 | Bump max number of physical segments. Machines in the wild | Tobias Weingartner |
2007-03-26 | Rip out the KERN_ error codes. | Artur Grabowski |
2007-03-26 | i shouldn't be shy about commiting ahci to this. | David Gwynne |
2007-03-26 | ichss_cookie is a bad name, and should not be a void pointer. | Gordon Willem Klok |
2007-03-23 | Remove duplicated defines from intr.h that are already defined in | Artur Grabowski |
2007-03-22 | Do not define ISA_DMA_STATS by default; ok deraadt | Miod Vallat |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-03-21 | ahci seems to work fine on i386. thanks to marc winiger for figuring that | David Gwynne |
2007-03-19 | Deactivate the pmap in cpu_exit. This way we can avoid quite a lot of | Artur Grabowski |
2007-03-19 | attach softraid to the root of the device tree in a machine independant | David Gwynne |
2007-03-19 | Move i386 to timecounters. This is more or less the same code as amd64. | Artur Grabowski |
2007-03-19 | typo fixes; didickman@gmail | Theo de Raadt |
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom |
2007-03-18 | do not steal page table pages on page allocation failure -- it can be dealt w... | Michael Shalayeff |
2007-03-17 | we do not want uts(4) enabled until we have proper calibration | Robert Nagy |
2007-03-16 | enable uts(4) | Robert Nagy |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-03-13 | tlb shootdown in pmap_change_attrs was shooting the wrong va. | Artur Grabowski |
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 |