Age | Commit message (Expand) | Author |
2011-08-02 | disable mmuagp due to reports it breaks some machines. | Theo de Raadt |
2011-08-01 | Synch with hppa. Seems to fix at least one of the remaining pmap bugs. | Mark Kettenis |
2011-07-30 | Send SIGBUS instead of SIGSEGV for unaligned access which is not emulated | Theo de Raadt |
2011-07-25 | Disable MSI for now; something is still not quite right on UltrSPARC T2 | Mark Kettenis |
2011-07-22 | Fix PMAPDEBUG compile | Miod Vallat |
2011-07-21 | Support for the eBenton EBT-700 netbook, which is similar to the Lemote | Miod Vallat |
2011-07-19 | we need to alias __movstr* as __movmem* for gcc4 | Jonathan Gray |
2011-07-19 | Warn about but don't prevent installboot from installing /boot when | Kenneth R Westerback |
2011-07-18 | take us to 5.0-beta | Theo de Raadt |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-16 | device_register() is called on the scsibus(4) devices before | Matthew Dempsky |
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-10 | remove irrelevant comments | Theo de Raadt |
2011-07-10 | remove irrelevant old comment | Theo de Raadt |
2011-07-10 | Register the Heart clock as a timecounter on Octane systems. | Miod Vallat |
2011-07-10 | Do not register the per-cpu counter as a system timecounter on MULTIPROCESSOR | Miod Vallat |
2011-07-10 | Move the vax/boot code to vax/stand. A cvs 'mv' with de-tagging has been | Theo de Raadt |
2011-07-10 | bring in more libgcc type thingies for new libz | Theo de Raadt |
2011-07-10 | Oops. Copy just the comment about the checkdisklabel() call, not | Kenneth R Westerback |
2011-07-10 | If there is recognized MD disk partitioning info, use it to determine | Kenneth R Westerback |
2011-07-09 | Unbreak hppa boot(8) after zlib update. | Joel Sing |
2011-07-09 | Repair boot32 build after zlib upgrade. | Miod Vallat |
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 | syscall() can be a lot simpler on hpaa64. | Mark Kettenis |
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 | begone, fucking rotten appletalk shit. ok room | Henning Brauer |
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 | Cleanup calculation of OpenBSD disklabel location on DPME partitions. The labels | Kenneth R Westerback |
2011-07-08 | Don't accidentally mask off the T_USER bit before calling trap(). | Mark Kettenis |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
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 | Unbreak macppc bootloader due to libz changes. | Dale Rahn |
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 | deraadt says disable bluetooth everywhere else too | Ted Unangst |
2011-07-07 | We cannot allow the past to impede future progress. So disable bluetooth | Ted Unangst |
2011-07-07 | Add missing bits to the syscall entry path. Not perfect yet, but it works | Mark Kettenis |
2011-07-07 | Take more care to write 'dos' labels in the same place readdoslabel() | Kenneth R Westerback |
2011-07-07 | shrink the kernel by zapping old mms and lms driver. i'll come back for the | Ted Unangst |
2011-07-07 | Stuff arg0-arg7 in the right slots of the trap frame. | Mark Kettenis |
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe |
2011-07-07 | remove mvmeppc; it is really rough shape. ok drahn miod | Theo de Raadt |
2011-07-07 | Raise the cache aliasing boundary to 4MB like we did on hppa a couple of years | Mark Kettenis |