Age | Commit message (Expand) | Author |
2015-10-21 | Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). | Martin Pieuchot |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-28 | Oops. sparc64/disksubr.c was overlooked when all the other disksubr.c's | Kenneth R Westerback |
2015-09-27 | Use readdisksector() instead of manual buf initialization. sparc64 | Kenneth R Westerback |
2015-09-27 | Store the target CPU in "struct intrhand" and use it in intr_barrier(). | Mark Kettenis |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-19 | trivial "if(x) free(x)" replacement by "free(x)" | Sebastien Marie |
2015-09-15 | Fix overlapping memcpy found by Maxime Villard's Brainy Code Scanner. | Mark Kettenis |
2015-09-14 | unify free(NULL,size) behaviour by allowing passing NULL | Sebastien Marie |
2015-09-13 | Introduce intr_barrier(4), an interface that guarantees that an interrupt | Mark Kettenis |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2015-09-02 | Make pmap_kenter_pa(9) and pmap_kremove(9) mpsafe. This required me to | Mark Kettenis |
2015-08-30 | The pmap_pool pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-08-30 | Provide remaining arch with END() macro for setting calculated size on | Philip Guenther |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-08-28 | Add support for switching CPUs in ddb on sparc64. | Mark Kettenis |
2015-08-28 | These days, we have two 4MB pages of read-only kernel memory. | Mark Kettenis |
2015-08-26 | Kill code that tries to handle 32-bit code that we're never going to use. | Mark Kettenis |
2015-07-23 | Missed file in *_data_offset -> *_data_blkno switch. | Kenneth R Westerback |
2015-07-19 | Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK() | Kenneth R Westerback |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-07-10 | Avoid calling pool_put(9) while holding a mutex here as well to prevent lock | Mark Kettenis |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |
2015-06-25 | fix format string in MP_LOCKDEBUG code | David Gwynne |
2015-06-24 | fauls -> faults | Miod Vallat |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-21 | Count transmitted packets. | Mark Kettenis |
2015-06-13 | When investigating an uninitialised variable in the armv7 resettodr() | Jonathan Gray |
2015-06-05 | These days p->p_addr will never be NULL. | Mark Kettenis |
2015-05-24 | Follow the recent pckbc@isa changes and always establish all the necessary | Miod Vallat |
2015-05-11 | Remove support for ADPCM encoding which isn't used nowadays and | Alexandre Ratchov |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-05-07 | add missing braces | Jonathan Gray |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot |
2015-04-13 | Now that if_input() set the receiving interface pointer on mbufs for us | Martin Pieuchot |
2015-04-10 | Don't use pa_to_pvh() if we already have the page. Avoids an unused variable | Mark Kettenis |
2015-04-09 | Make the sparc64 pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-04-08 | I believe UVM is clean now and no managed pages should be in use anymore | Mark Kettenis |
2015-04-02 | Call if_input() without grabbing the kernel lock first. | Mark Kettenis |
2015-04-01 | Run most of the interrupt handler without holding the kernel lock. | Mark Kettenis |
2015-03-29 | Reject packets that are too large. | Mark Kettenis |
2015-03-24 | unwire lmc(4) and san(4). | David Gwynne |
2015-03-21 | Make sure we reset all relevant state when resetting or stopping an interface. | Mark Kettenis |
2015-03-21 | Only reconfigure LDC queues ipon reset instead of unconfiguring them first. | Mark Kettenis |
2015-03-10 | Convert to if_input(), tested an ok kettenis@. | Martin Pieuchot |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-11 | dlg@ said he had fixed sparc64, but I'm afraid this requires <sys/lock.h> | Miod Vallat |