Age | Commit message (Expand) | Author |
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 |
2013-04-05 | unfinished opti device code is never called or used | Ted Unangst |
2013-03-21 | Attach on ITE 8728. | Bryan Steele |
2013-03-08 | In pcic_intr_find(), pass a correct device name to isa_intr_establish(), so | Miod Vallat |
2013-01-06 | acknowlege -> acknowledge | Martynas Venckus |
2012-12-14 | Support IT8772F; from form@, ok kettenis | Mike Belopuhov |
2012-11-10 | use boolean_t not bool for a local boolean type so this won't | Jonathan Gray |
2012-10-17 | Swap arguments to wdog_register() since it is nicer, and prepare | Theo de Raadt |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-07-01 | Add support for the Winbond W83627UHG chip. | Lawrence Teo |
2012-05-24 | exlusive -> exclusive | Miod Vallat |
2012-03-30 | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; | Alexandre Ratchov |
2012-03-07 | reisters -> registers | Miod Vallat |
2012-02-26 | Fix NULL fallout, spotted by naddy | Miod Vallat |
2012-02-25 | regen | Miod Vallat |
2012-02-25 | Enable GUS PnP | Miod Vallat |
2012-02-25 | Don't tinker with the MIDI registers if they aren't mapped; necessary for the | Miod Vallat |
2012-02-02 | disable the polling timeout when we suspend; discovered by some code | Theo de Raadt |
2011-12-07 | Add copyright and fix RCS ID. | Marco Pfatschbacher |
2011-12-06 | Add support for Nuvoton NCT6776F fan, voltage and temperature sensors. | Marco Pfatschbacher |
2011-10-05 | It is not safe to call sensor_task_unregister() from inside the | Theo de Raadt |
2011-09-16 | Fix a bunch of typos: manaul, monnitor, machiune, autload. | Miod Vallat |
2011-07-26 | Calling a detach function from an attach function is no longer legal ( | Theo de Raadt |
2011-07-08 | ansi, no binary change | Jonathan Gray |
2011-07-07 | remove mvmeppc; it is really rough shape. ok drahn miod | Theo de Raadt |
2011-07-04 | Convert to ANSI. | Matthew Dempsky |
2011-06-29 | dmesg@ says pss has never been seen in the wild and the manpage says it | Ted Unangst |
2011-06-29 | notyet, notever. delete a bunch of code we won't be using. | Ted Unangst |
2011-06-28 | Remove the ega driver which is not referenced by any GENERIC kernel. | Matthieu Herrb |
2011-06-26 | kill mcd dead. ok krw matthew millert thib | Ted Unangst |
2011-06-26 | I see you hiding, scd | Ted Unangst |
2011-06-23 | a bit more ansi; ok tedu | Theo de Raadt |
2011-06-20 | Update mcd(4) to use disk_lock, etc. instead of its own tsleep(9) | Matthew Dempsky |
2011-06-20 | isa(4) is an indirect bus, which means that drivers that attach to it | Matthew Dempsky |
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-06-05 | fix mpu attachment at isapnp which resulted in amd64 (no isapnp) getting | Theo de Raadt |