Age | Commit message (Expand) | Author |
2014-07-10 | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg | Theo de Raadt |
2014-07-10 | boot(): Remove comments about RB_TIMEBAD to reduce diffs | Masao Uebayashi |
2014-07-10 | Add missing dmesg colon after probe information. | Paul Irofti |
2014-07-10 | fix some errors in lockdebug code. not enabled by default. | Mike Larkin |
2014-07-10 | boot(): Unify declarations | Masao Uebayashi |
2014-07-10 | Add bus and root hub routines to prevent panic at attach. | Paul Irofti |
2014-07-10 | Force iobus0 for octhci and maintain spacing style. | Paul Irofti |
2014-07-10 | Clear CPUF_PARK flag to avoid re-parking on resume. | Mike Larkin |
2014-07-10 | Align octhci(4) with the other HC drivers and add it as a commented entry | Martin Pieuchot |
2014-07-09 | Add work-in-progress octeon USB host controller support. | Paul Irofti |
2014-07-09 | Add ffs routine needed for upcoming octhci interrupt routine. | Paul Irofti |
2014-07-09 | CPUF_PARK check was placed improperly in the previous commit. | Mike Larkin |
2014-07-09 | Don't use the suspending kernel's VA mapping for the piglet. It's far | Mike Larkin |
2014-07-09 | Fixes a resume time page table issue on amd64 if the piglet was located | Mike Larkin |
2014-07-09 | Cleanup the chunk placement routine by removing the conflict resolver. | Mike Larkin |
2014-07-09 | Do the way long overdue renaming of register names from o32 to n64 ABI. | Miod Vallat |
2014-07-09 | Kill unused shutdown hook pointers. | Martin Pieuchot |
2014-07-09 | Fixes a hibernate issue wherein we locked the kernel lock while hatching | Mike Larkin |
2014-07-09 | bpf code surgery / shuffling / simplification. | Henning Brauer |
2014-07-09 | need uvm/uvm_extern.h since no longer supplied below user.h | Theo de Raadt |
2014-07-09 | obvious need for systm.h, which no longer comes in from something user.h incl... | Theo de Raadt |
2014-07-09 | if you use sysctl, you need sysctl.h | Theo de Raadt |
2014-07-09 | pull in uvm/uvm_extern.h (before and) and instead pmap.h, and do not assume | Theo de Raadt |
2014-07-09 | Fix boot -d. refreshcreds() should be called when trapping from userspace, | Philip Guenther |
2014-07-08 | Repair compilability after the recent uvmexp changes, especially for | Miod Vallat |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-08 | Typo in previous assym.h dependency changes | Miod Vallat |
2014-07-08 | This is bootblock code. Don't pull in uvm header files to deal with | Theo de Raadt |
2014-07-08 | A few missing sys/systm.h includes. Soon the universes dragged in via | Theo de Raadt |
2014-07-08 | cut things that relied on mclgeti for rx ring accounting/restriction over | David Gwynne |
2014-07-08 | the way vnet works means mclgeti cant do its job. remove hte ifp | David Gwynne |
2014-07-07 | Do the 64-bit argument swap dance, for the syscalls which require it, | Miod Vallat |
2014-07-06 | Build with -Wall. Make sure main() returns zero. | Miod Vallat |
2014-07-05 | Matthias Pfaller rescinded clauses three and four of his license | Jonathan Gray |
2014-07-04 | Create the ioport_ex and iomem_ex extents after we've set up the gdt gates | Mark Kettenis |
2014-07-03 | Add identcpu detection for 1-GByte pages | Matthew Dempsky |
2014-07-03 | Include <sys/mutex.h> explicitely here. | Matthieu Herrb |
2014-07-02 | Be more careful when recreating single-precision (float) argument to service | Miod Vallat |
2014-07-02 | In fpu_compare(), set the `not equal' bit when the result of the comparison | Miod Vallat |
2014-07-02 | Make sure the kernel lock is held when invoking process_domem(); fixes | Miod Vallat |
2014-07-02 | On IP28, ignore (as in, do not report) GIO bus errors where the address isn't | Miod Vallat |
2014-07-02 | Add support for adjusting the receive filter to allow for promiscuous | Brad Smith |
2014-07-02 | Remove unused mainbus intr hook abstraction. | Tobias Ulmer |
2014-07-02 | Remove unused system_type and friends. Remnants from universal powerpc support | Tobias Ulmer |
2014-07-01 | Replace the assembly 88100 FPU imprecise exception code (mostly triggered by | Miod Vallat |
2014-06-29 | Don't ridiculously assume that sysctl.h will (through a set of extremely | Theo de Raadt |
2014-06-27 | Standardize xfer byte counts to ssize_t rather than a mix of size_t and int | Miod Vallat |
2014-06-27 | Update list of .S depencies over assym.h. | Miod Vallat |
2014-06-22 | PROCFS has been broken for months without complaints, so stop building it | Philip Guenther |
2014-06-20 | Fix a wrong comparison in the interrupt handler. | Raphael Graf |