Age | Commit message (Expand) | Author |
2018-02-14 | prune files.* entries that refer to files not in tree | Jonathan Gray |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-03-08 | Fix logic in the driver preventing it to receive broadcast frames | Martin Pieuchot |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-11-29 | m_free() and m_freem() test for NULL. Simplify callers which had their own | Jonathan Gray |
2016-08-31 | regen | Jeremie Courreges-Anglas |
2016-06-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2015-12-10 | comment typo | mmcc |
2015-12-08 | No trailers has been the default and only option for 20 years, yet some | 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-21 | error: too many arguments to function 'ifq_deq_begin' | David Gwynne |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-09-18 | Go back to the previous approach when managing individual HPC DMA descriptors: | Miod Vallat |
2015-09-14 | Fix more ifmedia64 fallout in the kernel. It's hiding everywhere... | Stefan Sperling |
2015-09-05 | Give up trying to map DMA descriptor in uncached memory on ECC flavours of the | Miod Vallat |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-05-24 | Follow the recent pckbc@isa changes and always establish all the necessary | Miod Vallat |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-05-04 | Print irq informations in pckbc_set_inputhandler(). | Martin Pieuchot |
2015-03-29 | Convert to if_input(), tested by miod@ and sebastia@. | Martin Pieuchot |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-07 | Avoid extra space in dmesg | Miod Vallat |
2014-12-07 | Probe the keyboard for its dip switches also if it is the console keyboard, | Miod Vallat |
2014-10-11 | Check for the `oscillator failure' condition, and do not register as a reliable | Miod Vallat |
2014-08-27 | Remove redundant setting of if_mtu which ether_ifattach() already | Brad Smith |
2014-07-22 | <netinet/in_systm.h> is no longer needed. | Martin Pieuchot |
2014-07-11 | It's init as a process that's special, not init's original thread. | Philip Guenther |
2014-06-27 | Standardize xfer byte counts to ssize_t rather than a mix of size_t and int | Miod Vallat |
2014-05-22 | Regen | Miod Vallat |
2014-05-22 | Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment) | Miod Vallat |
2014-05-22 | Extend the keyboard communication routines to be able to work in polling mode; | Miod Vallat |
2014-05-19 | Format string fixes and removal of -Wno-format for sgi. Based upon an | Miod Vallat |
2014-04-18 | rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we can | Jasper Lievisse Adriaanse |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot |
2013-10-21 | Fix lies in comments, and apply some KNF and unused or duplicate prototype | Miod Vallat |
2013-09-28 | Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid of | Miod Vallat |
2013-08-17 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-05-18 | fix cut'n'paste abuse in "can't happen" error message | Miod Vallat |
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach |
2012-10-03 | Don't include <mips64/archtype.h> unless you really need it. | Miod Vallat |
2012-09-29 | Handle the coprocessor 0 cause and status registers as a 64 bit value now, | Miod Vallat |
2012-09-29 | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of | Miod Vallat |
2012-05-28 | The link state code does not work correctly on Indigo (IP20) and E++ GIO boards | Miod Vallat |