Age | Commit message (Expand) | Author |
2015-12-11 | remove no longer needed prototype | Joerg Jung |
2015-12-11 | instead of checking the status everywhere do it directly after (trying) the | Joerg Jung |
2015-12-08 | No trailers has been the default and only option for 20 years, yet some | Ted Unangst |
2015-11-25 | Network drivers should not include <net/route.h> or <net/netisr.h> | Martin Pieuchot |
2015-11-25 | add size to free | Ted Unangst |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-10-29 | enable keyboard backlight led earlier to avoid race | Joerg Jung |
2015-10-25 | refactor to use a taskq and postpone the long running initial sensor probing, | Joerg Jung |
2015-10-25 | arp_ifinit() is no longer needed and almost dead. | Martin Pieuchot |
2015-10-15 | avoid using a var uninitialised | Jonathan Gray |
2015-10-10 | add location to the fan description | Joerg Jung |
2015-10-10 | fix wrong brackets in if statement | Joerg Jung |
2015-10-04 | tweak initial output a bit: do not show number of light sensors, just show if | Joerg Jung |
2015-10-04 | a macmini has no light sensor, but reading from light sensor keys is | Joerg Jung |
2015-10-04 | remove duplicate key, found by kettenis | Joerg Jung |
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 |