Age | Commit message (Expand) | Author |
2015-10-01 | relax vendor comparison to match variations found in older | Joerg Jung |
2015-10-01 | add const, prodded by mpi | Joerg Jung |
2015-10-01 | remove superfluous sensor_attach() added for debug reasons | Joerg Jung |
2015-10-01 | fix semicolon after if statement | Jonathan Gray |
2015-09-30 | add a (disabled) driver for the Apple System Management Controller (SMC) as | Joerg Jung |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-08-18 | Add missing trailing to error message: | Stefan Sperling |
2015-07-18 | Shuffle include file ordering in preparation for future changes in vgavar.h, | Miod Vallat |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-06-25 | Cards with revision < 10 (qemu rev is 0), have no ad1848 chip and | Alexandre Ratchov |
2015-06-25 | Reimplement the audio driver in a simpler way, removing unused/unusable | Alexandre Ratchov |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-05-26 | More than 100+ drivers converted to if_input(), this is the last "real" one. | Martin Pieuchot |
2015-05-25 | Initialize ipa_ndrq in isascan() too... | Miod Vallat |
2015-05-24 | Initialize ipa_nirq in isascan(). Gets rid of spurious irq locators being | Miod Vallat |
2015-05-24 | Follow the recent pckbc@isa changes and always establish all the necessary | Miod Vallat |
2015-05-21 | Establish interrupts for both keyboard and mouse slots at pckbc attach time, | Miod Vallat |
2015-05-21 | Report all valid interrupt locators in isaprint() - although config(8) stanzas | Miod Vallat |
2015-05-19 | Convert to if_input(). | Martin Pieuchot |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-05-12 | Remove references to (deleted) auconv.h and mulaw.h files. Fixes | Alexandre Ratchov |
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-09 | Fix an occurance of mtx_enter() that should have been mtx_leave(). | Jonathan Gray |
2015-05-08 | Fix the indentation. While originally I thought this was an if statement | Jonathan Gray |
2015-05-04 | Print irq informations in pckbc_set_inputhandler(). | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
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 |