Age | Commit message (Expand) | Author |
2007-12-27 | missing newline in autoconf pxe report; spotted by henning | Theo de Raadt |
2007-12-23 | Look for environment controller first, and access ITE SuperIO address/data | Oleg Safiullin |
2007-12-22 | remove an obsolete comment art spotted | Ted Unangst |
2007-12-20 | Add an empty pccbb_attach_hook. | Mark Kettenis |
2007-12-18 | pass pci domain to the child too, ok kettenis | Theo de Raadt |
2007-12-18 | New it(4) driver. | Oleg Safiullin |
2007-12-11 | if we pxebooted, and can find the interface, put it in a "pxeboot" group | Theo de Raadt |
2007-12-10 | For a few years already, dkcsum can be silent | Theo de Raadt |
2007-12-09 | big patch to simplify pool code. | Ted Unangst |
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt |
2007-12-01 | Don't be lazy in the locking in SYSCALL_DEBUG code. | Artur Grabowski |
2007-11-30 | Define NORMAL_C_NOP everywhere. | Miod Vallat |
2007-11-29 | outdated comment | Theo de Raadt |
2007-11-27 | Implement the NOLOCK semantics. MPSAFE will have to wait a while until | Artur Grabowski |
2007-11-27 | ARGH. Work has poisoned my mind. KNF the braces. | Artur Grabowski |
2007-11-27 | Unify amd64 and i386 code further; ok oga kettenis | Theo de Raadt |
2007-11-26 | Like i386 - make the __mp_lock not spin at splhigh. | Artur Grabowski |
2007-11-26 | First step towards unifying pchb between i386 and amd64 | Theo de Raadt |
2007-11-26 | Move the implementation of __mp_lock (biglock) into machine dependent | Artur Grabowski |
2007-11-26 | correct newlines surrounding the sub-bus configuration, and unify | Theo de Raadt |
2007-11-26 | fix new agp code on amd64 | Reyk Floeter |
2007-11-25 | typo; ok miod@ | Martynas Venckus |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain Ainsworth |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-25 | Enable et/etphy now it can pass packets both ways. | Jonathan Gray |
2007-11-25 | Get rid of the kernel 'libcompat' framework, and instead use conf/files to | Theo de Raadt |
2007-11-25 | When available and ACPI is enabled use the ACPI reset method | Jonathan Gray |
2007-11-24 | enable PCIAGP on amd64, tested for some time now by various people | Reyk Floeter |
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 |