Age | Commit message (Expand) | Author |
2011-10-21 | Add bounds checks for access to mp_busses. Also make sure that we don't | Mark Kettenis |
2011-09-21 | Perform most of the remaining refactoring of hibernate code into | Mike Larkin |
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-08-03 | Fix linux compat breakage: can't copyin() from kernel-space, so | Philip Guenthe |
2011-07-09 | Add an atomic compare and exchange operation dealing with addresses | Paul Irofti |
2011-07-09 | Extract MI pmap function hibernate_enter_resume_mapping, refactor old i386 | Mike Larkin |
2011-07-09 | Add zlib reset, alloc, and free functions for hibernate image compression | Mike Larkin |
2011-07-09 | Separate some MD and MI bits and a bit of refactoring to make subsequent | Mike Larkin |
2011-07-05 | N: Thou shalt not call hardclock() with biglock held. | Owain Ainsworth |
2011-07-04 | remove all the compat svr4 files | Ted Unangst |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-06-25 | ansi, no binary change | Jonathan Gray |
2011-06-08 | Ateempt to make pci_intr_disestablish() work for MSIs. | 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 supporting Message Signaled Interrupts on i386. Still work in | Mark Kettenis |
2011-05-07 | So long, uvm_pglist.h | Owain Ainsworth |
2011-04-30 | Preliminary plumbing code for i386 hibernate (suspend-to-disk). | Mike Larkin |
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-24 | fenv for i386, and sparc64; from matthew@ | Martynas Venckus |
2011-04-22 | Remove unused structure member. | Mark Kettenis |
2011-04-16 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe |
2011-04-04 | Add linux_sys_[g|s]et_set_thread_area() support. Okay guenther@. | Paul Irofti |
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-14 | Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB for | Kenneth R Westerback |
2011-03-12 | Add missing __statement modifiers in various endian.h files and correct | Philip Guenthe |
2011-03-12 | Provide distinct segments for the %fs and %gs selectors to use by | Philip Guenthe |
2011-03-11 | Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. | Paul Irofti |
2011-01-07 | increase i386 maxdsiz to 2GB. comments from ariane deraadt kettenis. | Ted Unangst |
2010-12-30 | add a simple __va_copy inside ifdef lint, from tim van der molen. | Ted Unangst |
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-24 | the bsdi ldt entry is no longer interesting. from valdimir kirillov | Ted Unangst |
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-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-22 | Remove unused (and dummied) bios console routines. | Miod Vallat |
2010-10-02 | make ci_flags volatile; some future MD code will depend on this. | Theo de Raadt |
2010-09-29 | Back out previous, it appears to be broken. | Joshua Elsasser |
2010-09-29 | When reading MXCSR from userland sigcontext, mask out invalid bits. | Joshua Elsasser |