Age | Commit message (Expand) | Author |
2015-02-10 | Trivial conversion to uiomove() | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-01-02 | Identify NCT5104D variant in dmesg. (No lm here, these are used for com and | Chris Cappuccio |
2015-01-02 | there's no need to defer the removal of the iic sensors to a task, we can | David Gwynne |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-19 | Use taskq rather than workq to remove unwanted alias. | Kenneth R Westerback |
2014-12-17 | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter | Philip Guenther |
2014-12-15 | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, | Philip Guenther |
2014-12-11 | Do not blindly dereference hw_vendor and hw_prod without checking them for | Miod Vallat |
2014-12-10 | Convert watchdog(4) devices to use autoconf(9) framework. | Mike Belopuhov |
2014-12-10 | Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDs | Jonathan Gray |
2014-12-04 | as promised 18 years ago, consolidate isa floppy disks in files.isa | Ted Unangst |
2014-12-03 | More duplicate #include cleanout. | Kenneth R Westerback |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-18 | oops, too greedy | Miod Vallat |
2014-10-18 | Remove even more unnecessary `needs-flag' attributes from config machinery, | Miod Vallat |
2014-10-12 | Remove unnecessary `needs-flag' attributes. | Miod Vallat |
2014-10-12 | Remove unnecessary `needs-flag' attributes. | Miod Vallat |
2014-09-21 | Directly include sys/timeout.h so we don't depend on | Jonathan Gray |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-08-11 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-10 | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg | Theo de Raadt |
2014-06-15 | Fix a few format string bugs with -DDEBUG | Stefan Fritsch |
2014-04-28 | Move an opening brace so a loop that delays while waiting | Jonathan Gray |
2014-03-28 | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of | Martin Pieuchot |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2013-12-28 | Attempt to approximate what should happen on a suspend/resume cycle. | Theo de Raadt |
2013-12-09 | use new com.c bus-independent suspend/resume code, rather than trying to | Theo de Raadt |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-29 | Change the sc_model field type from unsigned to signed since the model can be | Brad Smith |
2013-11-26 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-21 | remove the #define b_cylinder b_resid from bufs. i hated the | David Gwynne |
2013-11-15 | ansify some function definitions. | Brad Smith |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-11-01 | move fd(4) from directly using disksort to using bufqs. | David Gwynne |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-07-14 | The "probe" interrupt handler is mpsafe; mark it as such. | Mark Kettenis |
2013-06-26 | Remove some lies in comments. | Mark Kettenis |
2013-06-12 | Add suspend/resume support to lpt. Basically, ensure that DACT_SUSPEND | Theo de Raadt |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-24 | Since audio code is mp safe, establish isa and pci audio interrupts | Alexandre Ratchov |
2013-05-23 | Revert Active PS/2 support for now, until we find a solution suitable | Tobias Stoeckmann |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2013-04-20 | Enable active PS/2 multiplexing if available. | Tobias Stoeckmann |
2013-04-10 | Fix various glitches in queue macro usage. | Philip Guenther |