Age | Commit message (Expand) | Author |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-08-21 | don't read past the end of an array when dumping the stack. | Jonathan Gray |
2012-08-21 | For interrupts that get established before we attach the interrupt controller, | Mark Kettenis |
2012-08-20 | MISs work on Oberon as well. | Mark Kettenis |
2012-08-18 | glxpcib(4) invokes pcibattach assuming pcib doesn't need more than a | Miod Vallat |
2012-08-17 | Properly initialize the IOMMU control and status register for pyro(4). | Mark Kettenis |
2012-08-17 | Turns out interrupts for Ebus devices are wired to the *other* PCI Expres leaf | Mark Kettenis |
2012-08-16 | we are past the point where timecounters may disappear | Ted Unangst |
2012-08-15 | use Lk for links; | Jason McIntyre |
2012-08-15 | add oce and mfii; ok deraadt dlg | Mike Belopuhov |
2012-08-14 | enable mfii(4). | David Gwynne |
2012-08-10 | ';;', even with a newline between the semicolons, doesn't make much | Kenneth R Westerback |
2012-08-10 | simplify pckbc_xt_translation() | Alexandr Shadchin |
2012-08-08 | Do not depend upon an initialized variable in the common case; gives init(8) | Miod Vallat |
2012-08-08 | Make this compile again. | Miod Vallat |
2012-08-07 | Handle __syscall as syscall, since these are identical on 64-bit platforms, | Miod Vallat |
2012-08-07 | <sys/ktrace.h> is now pulled in via <sys/syscall_mi.h>, so drop it from here | Philip Guenthe |
2012-08-07 | Don't include <sys/ktrace.h>; makes this file compile again. | Mark Kettenis |
2012-08-07 | Move the common bits of syscall invocation and return handling into | Philip Guenthe |
2012-08-03 | enable oce(4) | Mike Belopuhov |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-08-01 | Use mtrrmask instead of hardcoded values to accommodate newer CPUs | Mike Belopuhov |
2012-07-30 | Revert previous change, and don't set IFM_AVALID | IFM_ACTIVE in ifm_status | Miod Vallat |
2012-07-28 | zap a misleading comment | Philip Guenthe |
2012-07-25 | When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE in | Miod Vallat |
2012-07-22 | remove a few things to make this fit again; with miod | Theo de Raadt |
2012-07-18 | Attach non-frame buffer GIO devices with ga_product being the id gathered by | Miod Vallat |
2012-07-18 | Hopefully correctly recognize GIO boards with a 8-bit only ID register, which | Miod Vallat |
2012-07-18 | regen | Miod Vallat |
2012-07-18 | A couple more device IDs, thanks to Martin Boehme for donating boards! | Miod Vallat |
2012-07-18 | According to Linux, and just verified the hard way, the 8254 timer does not | Miod Vallat |
2012-07-16 | Forgot these files during the recent clock churning. | Miod Vallat |
2012-07-14 | A known errata of R4000 and R4400 processors, is that reading the internal | Miod Vallat |
2012-07-14 | Split the existing mips64 clock code into time-of-day and generic duties in | Miod Vallat |
2012-07-13 | extraneous comment (corresponding code was removed a while back) | Mike Larkin |
2012-07-13 | Make hppa64 kernel compile again. | Joel Sing |
2012-07-13 | Improve diffability with amd64 | Mike Larkin |
2012-07-13 | Make amd64 look like i386 for hibernate resume | Mike Larkin |
2012-07-13 | typo | Theo de Raadt |
2012-07-13 | Make amd64 like i386 for hibernate support in acpi_sleep_machdep | Mike Larkin |
2012-07-13 | More foundation goo for amd64 hibernate | Mike Larkin |
2012-07-13 | Starting point for amd64 hibernate ... some goo copied from i386. | Mike Larkin |
2012-07-12 | Enable hibernate (suspend-to-disk) support for i386. | Mike Larkin |
2012-07-09 | Remove apic_intrcount counting in the interrupt handlers. Not that useful | Theo de Raadt |
2012-07-09 | Remove a useless macro | Theo de Raadt |
2012-07-09 | After a resume, re-initialize the MTRR registers on the AP processors | Theo de Raadt |
2012-07-09 | Do not re-initialize ci_randseed on the primary cpu | Theo de Raadt |
2012-07-09 | unify com at cardbus attachments | Theo de Raadt |
2012-07-08 | The comment above amd64_mrinit_cpu() was way too specific and wrong. | Theo de Raadt |
2012-07-08 | Move the hibernate utility pages up to account for the MP tramp page. | Mike Larkin |