Age | Commit message (Expand) | Author |
2011-11-15 | Simplify various parts of the puc(4) attachment code. Tested lightly | Theo de Raadt |
2011-11-15 | label_t is the kernel setjmp buffer. It should simply be an array of | Theo de Raadt |
2011-11-14 | ahci hibernate device selection code; not yet tested | Mike Larkin |
2011-11-13 | Fix a handful of bugs that were causing reboots and other bad behavior | Mike Larkin |
2011-11-13 | If a softraid chunk is offline we are not necessarily going to have the | Joel Sing |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb |
2011-11-07 | TLS-lite support for i386 | Philip Guenthe |
2011-11-07 | Lift the copyout() from i386_get_threadbase() to sys_sysarch(), so that | Philip Guenthe |
2011-11-06 | Build boot(8) for i386 in the same manner that we build boot(8) for amd64 - | Joel Sing |
2011-11-02 | display AMD/extended (0x80000001) cpuid flags and remove the | Jonathan Gray |
2011-10-23 | Remove comment; the question can be answerd affirmative. Fix a coding style | Mark Kettenis |
2011-10-21 | Add bounds checks for access to mp_busses. Also make sure that we don't | Mark Kettenis |
2011-10-13 | I'm sick and tired of people doing misalgned reads and writes to PCI config | Mark Kettenis |
2011-10-12 | Remove all MD diagnostics in cpu_switchto(), and move them to MI code if | Miod Vallat |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-10-10 | add tlphy everywhere tl is enabled | Jonathan Gray |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-09-22 | KNF of mlarkin's code, requested by him. Some improvements to the interface | Theo de Raadt |
2011-09-22 | The MY_COUNT abstraction which depends on locore including these two | Theo de Raadt |
2011-09-22 | spacing cleanup after mlarkin visited the file | Theo de Raadt |
2011-09-21 | disable st*, since we doubt anyone uses it. suggested by jsing in | Theo de Raadt |
2011-09-21 | Perform most of the remaining refactoring of hibernate code into | Mike Larkin |
2011-09-20 | Remove commented-out leftovers from old drm drivers that have been removed | Matthieu Herrb |
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-08-02 | disable mmuagp due to reports it breaks some machines. | Theo de Raadt |
2011-07-19 | Warn about but don't prevent installboot from installing /boot when | Kenneth R Westerback |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-11 | Add hibernate_read_block and fix a couple of typos in the previous commit. | Mike Larkin |
2011-07-09 | Switch to new write function that does range/chunk compression using zlib | Mike Larkin |
2011-07-09 | Update hibernate_populate_resume_pt to include new ranges that need to be | Mike Larkin |
2011-07-09 | Call (temporarily, until we have RLE page encoding) uvm_pmr_zero_everything | Mike Larkin |
2011-07-09 | Add an atomic compare and exchange operation dealing with addresses | Paul Irofti |
2011-07-09 | Extract hibernate_write_signature and hibernate_clear_signature to the MI | Mike Larkin |
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-08 | Remove useless labels from copyin and copyout. | Paul Irofti |
2011-07-08 | Only compile hibernate_machdep if option hibernate is set. | Ariane van der Steldt |
2011-07-08 | Remove spurious prototype. | Mark Kettenis |
2011-07-08 | When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al... | Kenneth R Westerback |
2011-07-07 | We cannot allow the past to impede future progress. So disable bluetooth | Ted Unangst |
2011-07-07 | shrink the kernel by zapping old mms and lms driver. i'll come back for the | Ted Unangst |
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe |
2011-07-07 | There is a bunch of places in the kernel entry points where we don't | Artur Grabowski |
2011-07-07 | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | Theo de Raadt |
2011-07-06 | Clean up after P_BIGLOCK removal. | Artur Grabowski |