Age | Commit message (Expand) | Author |
2015-03-24 | unwire lmc(4) and san(4). | David Gwynne |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-11 | the only user of __cpu_cas is lock_machdep, so move it there. | David Gwynne |
2015-02-11 | get SPINLOCK bits from machine/lock.h instead of sys/lock.h | David Gwynne |
2015-02-11 | get the SPINLOCK bits from machine/lock.h | David Gwynne |
2015-02-11 | alpha (nor any other arch) uses any types or api provided by sys/lock.h. | David Gwynne |
2015-02-11 | slight knf, and __inline is really spelled inline. | David Gwynne |
2015-02-11 | make the rwlock implementation MI. | David Gwynne |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-09 | _LKM leftovers | Miod Vallat |
2015-02-09 | Do not even try to call uvm_grow() from sendsig. It will be invoked | Miod Vallat |
2015-02-08 | Hilarious! We are not ready yet for large stack random biases, due to | Theo de Raadt |
2015-02-05 | Expand STACKGAP_RANDOM to 2MB on machines with large user VA | Theo de Raadt |
2015-02-02 | Remove some pmap locks that were #defined to be nothing (empty). Discussed | Mike Larkin |
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-04 | EV68CB pass 2.4 is numeric revision 5, as reported by SRM. | Miod Vallat |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-03 | Some bowels of the bus_dma code assume it is ok to perform bitwise operations | Miod Vallat |
2014-12-24 | Partially revert 1.46 and print more details when panicing at the end of | Miod Vallat |
2014-12-24 | tsciic(4): i2c controller onboard Tsunami and Titan chipsets, gives access to | Miod Vallat |
2014-12-18 | ansi function prototypes. no functional change. | David Gwynne |
2014-12-18 | white space tweaks, no functional change. | David Gwynne |
2014-12-18 | replace splhigh and a simplelock with a mutex. | David Gwynne |
2014-12-17 | remove simplelocks | Theo de Raadt |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-13 | Create a MOP version of the network boot loader; verified to boot on DEC 3000. | Miod Vallat |
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst |
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-12-04 | as promised 18 years ago, consolidate isa floppy disks in files.isa | Ted Unangst |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | (except for the arm architectures...) unify the way the ld.script is | Theo de Raadt |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-12 | remove some unused files | Jonathan Gray |
2014-10-10 | Significant unification of RAMDISK* config files, making them diffable. | Theo de Raadt |
2014-10-09 | mechanical translation of dev_lkm_dummy() to dev_notdef() | Ted Unangst |
2014-10-09 | remove LKM devices | Ted Unangst |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |
2014-09-27 | retire Accoom Networks Artery T1/E1 drive; ok claudio | Theo de Raadt |
2014-09-20 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-08-20 | unlink crypto(4) pseudo device from the architecture dependant character | Mike Belopuhov |
2014-08-15 | lofn(4) and nofn(4) are going away | Mike Belopuhov |
2014-08-06 | fix an off by one | Jonathan Gray |
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi |