Age | Commit message (Expand) | Author |
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 |
2015-02-11 | dont need lockmgr locks here. | David Gwynne |
2015-02-11 | Eliminate sc_tx_cnt. Instead use an unsigned integer for sc_tx_prod and | Mark Kettenis |
2015-02-11 | this doesnt need anything sys/lock.h provides | David Gwynne |
2015-02-11 | Convert to uiomove(). ok kettenis@ | Miod Vallat |
2015-02-11 | make the rwlock implementation MI. | David Gwynne |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | Convert uiomovei() with a constant size argument to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-10 | increase min address to page size for all remaining min == 0 systems. | Ted Unangst |
2015-02-10 | Cleanup debug crap that hasn't been used in the last decade. Sprinkle some | Mark Kettenis |
2015-02-09 | Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean. | Miod Vallat |
2015-02-08 | Hilarious! We are not ready yet for large stack random biases, due to | Theo de Raadt |
2015-02-07 | Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be defined | Miod Vallat |
2015-02-05 | Expand STACKGAP_RANDOM to 2MB on machines with large user VA | Theo de Raadt |
2015-02-05 | Do what the comments suggest and check for port-[ab]-ignore-cd properties, | Miod Vallat |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2015-01-26 | Print frame buffer resolution at attach time. | Miod Vallat |
2015-01-25 | Rework cbus(4) interrupt support a bit. Instead of merging devhandle and | Mark Kettenis |
2015-01-23 | move from deferring vd requests with a task per message to a ring | David Gwynne |
2015-01-21 | Enable ix(4). | Mark Kettenis |
2015-01-16 | disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it is | Miod Vallat |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2015-01-10 | Bye, bye simple_lock. | Mark Kettenis |
2015-01-10 | Enable nep(4). | Mark Kettenis |
2015-01-09 | Fix loading memory allocated with bus_dmamem_alloc(9). The old could would | Mark Kettenis |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-17 | minimal removal of simplelock to eliminate lock.h dependency | Ted Unangst |
2014-12-17 | fix/reduce header dependencies. clock.c doesn't need any of this uvm. | Ted Unangst |