Age | Commit message (Expand) | Author |
2007-11-16 | typo | Mike Belopuhov |
2007-11-16 | fix the bus_space #define nightmare, so that amd64 and i386 are much more | Theo de Raadt |
2007-11-16 | Remove microtime calls and RNG benchmarking from the pchb attachment | Mike Belopuhov |
2007-11-16 | do not make up a device name for interrupts.. give it the dv_xname | Theo de Raadt |
2007-11-15 | enable most acpi functionality by default. now instead of 'enable acpi', | Theo de Raadt |
2007-11-15 | remove the #ifdef ACPI_ENABLE. the EC codepath is either safe enough (and | Theo de Raadt |
2007-11-15 | Split CPUID into 2 32 bit fields. | Marco Peereboom |
2007-11-15 | Clarify when smbios added multi core support and add the missing string | Marco Peereboom |
2007-11-15 | oops, processor structs need to be __packed. | Marco Peereboom |
2007-11-15 | Add struct for processors. | Marco Peereboom |
2007-11-14 | Be consistent in db_cmd_loop_done declaration. | Miod Vallat |
2007-11-12 | Use isa_intr_establish() to establish the SCI interrupt handler; this makes | Mark Kettenis |
2007-11-12 | fix some problems with lazy fpu context handling: | Todd C. Miller |
2007-11-06 | ramdisks should have the same behaviour as GENERIC | Theo de Raadt |
2007-11-05 | temporary ddb buffers need to be a bit larger on 64 bit systems to cope with | Miod Vallat |
2007-11-03 | Fix LKM support for amd64. | Mike Belopuhov |
2007-11-03 | Add acpi_acquire_global_lock(), and acpi_release_global_lock to | Gordon Willem Klok |
2007-11-03 | don't spam dmesg with huge, whitespace padded bios strings. | Chris Kuethe |
2007-11-03 | change what happens when acpi is enabled to include "relatively safe" | Bob Beck |
2007-11-01 | Remove curproc definition. It is supposed to be in proc.h only. | Mike Belopuhov |
2007-10-31 | for now, workaround MP timeout/splhigh/scsi race at reboot time using a | Theo de Raadt |
2007-10-29 | run depend so that SFILES depend on assym.h, which allows them to build | Marc Espie |
2007-10-28 | get rid of btoc/ctob in favor of atop/ptoa | Martin Reindl |
2007-10-24 | Remove idle loop counter. | Mike Belopuhov |
2007-10-24 | Don't spam the dmesg. | Mike Belopuhov |
2007-10-19 | remove vars from some prototypes. | Federico G. Schwindt |
2007-10-17 | replacement for the pctr codebase that can handle amd64 processors as | Theo de Raadt |
2007-10-14 | enable wbng | Theo de Raadt |
2007-10-13 | Remove leftovers art forgot to prune... | Miod Vallat |
2007-10-13 | Fix cpu_exit() comments to be more closer to reality. | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-08 | enable spdmem where it matters | Theo de Raadt |
2007-10-07 | Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET written | Marc Balmer |
2007-09-30 | Enable Broadcom wireless, bwi(4). | Jonathan Gray |
2007-09-24 | Add bwi PCI and Cardbus GENERIC entries for i386 and amd64, but still | Marcus Glocker |
2007-09-17 | MALLOC/FREE -> malloc/free and M_ZERO changes | Charles Longeau |
2007-09-12 | port of i386 pctr code to amd64; Mike Belopuhov | Theo de Raadt |
2007-09-12 | s/atoin/ation/ typos | Charles Longeau |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-09 | uchcom(4) has been verified to work by djm@, so add it to all | Jonathan Gray |
2007-09-08 | Add adl(4). Make comments for i2c devices a bit more consistent while I'm | Mark Kettenis |
2007-09-07 | Comment fix. It's 0x7F ELF, not 0xFF ELF. | Tobias Weingartner |
2007-09-06 | new iwn(4) driver for Intel Wireless WiFi Link 4965AGN. | Damien Bergamini |
2007-09-04 | Zap the simplelock goo and general cleanup of comments. | Thordur I. Bjornsson |
2007-09-04 | driver for i2c lm93 sensor; very common on ipmi machines which have i2c | Theo de Raadt |
2007-09-03 | Typos from miod. 'functin' -> 'functin' in some comments. | Kenneth R Westerback |
2007-09-01 | Use db_format() instead of ddb-specific format specifiers; no functional | Miod Vallat |
2007-09-01 | Remove stale comments; prompted by millert. | Marco Peereboom |
2007-08-31 | Add vaddr. | Marco Peereboom |
2007-08-26 | Use ptoa((psize_t)...) and %lu to print memory size. | Mark Kettenis |