Age | Commit message (Expand) | Author |
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 |
2011-03-12 | Implement swap64 with the bswapq instruction. (Commit stolen from mikeb@) | Philip Guenthe |
2011-03-11 | Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. | Paul Irofti |
2011-03-06 | The global_int information acpi collects is not used by amd64. | Theo de Raadt |
2011-01-04 | Add support for Memory Mapped Configuration space access. This gives us | Mark Kettenis |
2010-12-30 | add a simple __va_copy inside ifdef lint, from tim van der molen. | Ted Unangst |
2010-12-27 | Correct x86_atomic_*_ul() to operate on 64bit integers, eliminate | Philip Guenthe |
2010-12-27 | Eliminate x86_multicast_ipi() as unused and broken (doesn't handle #cpu>32). | Philip Guenthe |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-12-07 | The rdmsr_locked/wrmsr_locked functions were using "=A" as a constraint for | Theo de Raadt |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-11-30 | Extend bitmasks to 64-bit such that we can support up to 64 CPU cores. | Mark Kettenis |
2010-11-29 | double the default message buffer size. again. | David Gwynne |
2010-11-29 | bump the number of supported cpus from 32 up to 64. lets me attach and use | David Gwynne |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-26 | Nuke the unused variable cpus_attached. It is unused and 32 bits | Kenneth R Westerback |
2010-11-22 | Remove prototypes for missing (removed) functions or already found in a | Miod Vallat |
2010-11-20 | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and | Miod Vallat |
2010-11-13 | Switch from TSS-per-process to TSS-per-CPU, placing the TSS right | Philip Guenthe |
2010-10-26 | The LDT is only used by dead compat code now, so load the ldt | Philip Guenthe |
2010-10-14 | Clean up segment handling: switch user-space to using code and data | Philip Guenthe |