Age | Commit message (Expand) | Author |
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-10 | Change argsize from size_t to short, since it only stores a short | Ray Lai |
2007-10-08 | isa0 at amdpcib? got skipped, sigh | Theo de Raadt |
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-10-07 | Add support for the PCI-ISA bridge, timecounter, and watchdog timer | Marc Balmer |
2007-10-03 | Add pcb_flags member to 'struct pcb', and set PCB_SAVECTX on contexts saved | Mark Kettenis |
2007-10-01 | more btoc -> atop | Martin Reindl |
2007-09-30 | On i386, only call amd64_errata() on amd64 processors (family 0xf), | Gordon Willem Klok |
2007-09-30 | Enable Broadcom wireless, bwi(4). | Jonathan Gray |
2007-09-29 | At the requst of deraadt@, backpout the temporary hack for pcc. | Otto Moerbeek |
2007-09-24 | Ooops, i386 entry was enabled by mistake. Disable it. Sorry. | Marcus Glocker |
2007-09-24 | Add bwi PCI and Cardbus GENERIC entries for i386 and amd64, but still | Marcus Glocker |
2007-09-18 | arc4random_bytes() is the preferred interface for generating nonces; | Damien Miller |
2007-09-18 | As a temporary workaround, implement va_start not using | Otto Moerbeek |
2007-09-18 | Fix typo (`Advancded'). | Michael Knudsen |
2007-09-13 | Don't bother bitching if APM does not exist. Pleanty | Tobias Weingartner |
2007-09-12 | s/atoin/ation/ typos | Charles Longeau |
2007-09-11 | henric, tsk tsk, you missed stuff related to cryptosoft | Theo de Raadt |
2007-09-10 | Remove unused "extern" declaration. | Henric Jungheim |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-09 | thmc vs tmhc screwup | Theo de Raadt |
2007-09-09 | tmhc has only been seen on i386 | Theo de Raadt |
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 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-09-07 | Comment fix. It's 0x7F ELF, not 0xFF ELF. | Tobias Weingartner |
2007-09-07 | Remove some left-overs from the TSC based microtime. We don't need | Artur Grabowski |
2007-09-07 | Modify the heuristic for detection of speedstep to recognize a compatible | Gordon Willem Klok |
2007-09-07 | Based upon a diff orignally submitted by devin smith, Do two things run the | Gordon Willem Klok |
2007-09-06 | new iwn(4) driver for Intel Wireless WiFi Link 4965AGN. | Damien Bergamini |
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 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
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 qli. Commented out for now. | Marco Peereboom |
2007-08-22 | Add bus_space_vaddr to i386 arch. | Marco Peereboom |
2007-08-14 | Work-around an interaction between FPU context switching and the VIA | Henric Jungheim |
2007-08-07 | provide software version of HMAC, so IPsec can actually use the crypto HW; | Markus Friedl |
2007-08-07 | do not leak sessions; ok hshoexer, tom, deraadt | Markus Friedl |
2007-08-06 | Spew smbios bios table vendor/version/release date into the dmesg. Diff | Gordon Willem Klok |
2007-08-05 | Enable Compact Flash driver for the Marvell 88W8385 chip in | Marcus Glocker |
2007-08-04 | Add AGP support for the intel i965 chipset, this also extends the | Reyk Floeter |
2007-08-03 | when not dealing with floats, always multiply before dividing; from Przemysla... | Theo de Raadt |
2007-08-01 | switch i386 to use the MI i8253 header file and remove the now obsolete MD | Martin Reindl |
2007-07-30 | Shuffle the order in which we look for header files, when doing | Thordur I. Bjornsson |
2007-07-27 | We don't want to pass the PXE MAC address to the kernel when booting | Tom Cosgrove |
2007-07-27 | Adapt powernow-k7.c driver to use the ACPI _PSS table for retreiving | Gordon Willem Klok |