Age | Commit message (Expand) | Author |
2012-09-19 | Set up PCI bus number resource accounting for the main PCI bus hierarchy. | Mark Kettenis |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-09-07 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-08-24 | Synchronize CR4 and CPUID portions of <machine/specialreg.h> for i386 and amd64 | Philip Guenthe |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-07-13 | Starting point for amd64 hibernate ... some goo copied from i386. | Mike Larkin |
2012-07-08 | apm_kqfilter() is gone | Philip Guenthe |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-03 | Add support for serial consoles at non-standard addresses. This implements | Mark Kettenis |
2012-04-17 | Don't try to cache the CPU's FS.base, as userland can make it a lie by | Philip Guenthe |
2012-04-04 | Make sure that identifycpu() is run only once; fixes occasional | Mike Belopuhov |
2012-03-27 | Implement the AMD suggested workaround for family 10h & 12h errata 721 | Jonathan Gray |
2012-03-27 | Run identifycpu() on its own cpu. | Christiano F. Haesbaert |
2012-03-26 | Add APM_IOC_HIBERNATE | Theo de Raadt |
2012-03-16 | Display L3 cache information on amd64 for amd cpus, Intel now uses a | Christiano F. Haesbaert |
2012-01-11 | Pass the DUID of the boot disk via bootduid instead of rootduid, since it | Joel Sing |
2011-12-26 | Add the missing ECX cpu flags from CPUID at 0x80000001. | Christiano F. Haesbaert |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | Theo de Raadt |
2011-10-21 | Add bounds checks for access to mp_busses. | Mark Kettenis |
2011-10-19 | Oh yeah, a cvs id is good | Philip Guenthe |
2011-10-15 | "TLS-lite": add kernel support for a per-thread userspace pointer, | Philip Guenthe |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-09-20 | Fix bogus comment. Okay miod@ | Paul Irofti |
2011-09-08 | Provide namespace-safe alignment macros in <machine/_types.h>, with | Philip Guenthe |
2011-09-08 | Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to. | Philip Guenthe |
2011-08-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis |
2011-08-18 | stray spaces; no binary change | Marco Peereboom |
2011-07-10 | remove irrelevant comments | Theo de Raadt |
2011-07-05 | remove comment: yes, they should be independent | Theo de Raadt |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-07-04 | Force the sigreturn syscall to return to userspace via iretq by setting | Philip Guenthe |
2011-06-30 | ansi, no binary change | Jonathan Gray |
2011-06-16 | Raise the number of interrupt sources per CPU from 32 to 64. This effectively | Mark Kettenis |
2011-06-05 | reduce unneccessary differences; ok kettenis | Theo de Raadt |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-05-23 | AMD K10/K11 pstate driver allows setperf and apm to change CPU | Claudio Jeker |
2011-05-21 | First stab at suporting Message Signaled Interrupts on amd64. Unfortunately | Mark Kettenis |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-26 | Make amd64/i386 boot(8) pass the DUID of the selected boot device to the | Joel Sing |
2011-04-23 | Add FE_DENORMAL to the exception list just like the comment above | Martynas Venckus |
2011-04-21 | fenv for amd64; from matthew@ | Martynas Venckus |
2011-04-16 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2011-04-13 | Unrevert the FS.base diff: the issues were actually elsewhere | Philip Guenthe |
2011-04-10 | Revert bulk of the FS.base diff, as it causes issues on some machines | Philip Guenthe |
2011-04-05 | Add support for per-rthread base-offset for the %fs selector on amd64. | Philip Guenthe |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-20 | When reading MXCSR from userland sigcontext or a ptrace request, | Philip Guenthe |
2011-03-18 | Old-style MTRRs were never used on amd64, so remove the remaining traces | Philip Guenthe |
2011-03-14 | Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB for | Kenneth R Westerback |