| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-11 | spelling |  jsg | 2 | -10/+10 |
| 2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. |  patrick | 2 | -4/+4 |
| 2020-06-06 | Fix previous commit. |  visa | 1 | -2/+2 |
| 2020-05-25 | change wsdisplay attribute type from long to uint32_t |  jsg | 2 | -21/+21 |
| 2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2 | -7/+7 |
| 2020-05-21 | Use <dev/clock_subr.h> in dsrtc(4). |  visa | 1 | -64/+81 |
| 2019-10-17 | sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ |  cheloha | 2 | -4/+4 |
| 2019-01-15 | Remove an unused variable. Spotted by clang. |  visa | 1 | -5/+1 |
| 2018-12-10 | Clean up the mec(4) MII read/write routines a bit. |  visa | 2 | -32/+15 |
| 2018-12-10 | Fix phy discovery on O2 systems. |  visa | 1 | -5/+40 |
| 2018-12-03 | Remove the unused interrupt type (edge/level) from the mace interrupt |  visa | 4 | -8/+8 |
| 2017-09-08 | If you use sys/param.h, you don't need sys/types.h |  deraadt | 1 | -2/+1 |
| 2017-07-19 | Fix memory leak in iec_get(). If MCLGET fails free the mbuf as well. |  claudio | 1 | -1/+2 |
| 2017-02-11 | Always leave one free slot in the Tx ring to avoid ambiguity with ring |  visa | 1 | -3/+3 |
| 2017-02-11 | Simplify ifq_deq_{begin,rollback,commit} sequence to ifq_dequeue. |  visa | 1 | -9/+3 |
| 2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2 | -4/+2 |
| 2016-11-29 | m_free() and m_freem() test for NULL. Simplify callers which had their own |  jsg | 1 | -3/+2 |
| 2016-09-19 | Remove unused getdev() audio driver functions. |  ratchov | 1 | -16/+1 |
| 2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() |  ratchov | 1 | -38/+2 |
| 2016-04-13 | G/C IFQ_SET_READY(). |  mpi | 2 | -4/+2 |
| 2016-01-21 | Remove now uneeded bus_space_unmap calls in the DS1742W/Origin path that |  jsg | 1 | -4/+1 |
| 2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. |  dlg | 2 | -12/+14 |
| 2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. |  mpi | 2 | -4/+2 |
| 2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. |  mpi | 2 | -4/+2 |
| 2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. |  dlg | 2 | -7/+10 |
| 2015-10-25 | arp_ifinit() is no longer needed. |  mpi | 2 | -8/+2 |
| 2015-09-18 | Fix an uninitialized variable found by Maxime Villard's Brainy. |  visa | 1 | -5/+5 |
| 2015-09-08 | sizes for free(); ok semarie |  deraadt | 2 | -5/+5 |
| 2015-06-24 | Increment if_ipackets in if_input(). |  mpi | 2 | -6/+2 |
| 2015-05-11 | Remove all audio format conversion code from the kernel (btw holding |  ratchov | 1 | -213/+16 |
| 2015-03-11 | Convert to if_input(), tested by jasper@. |  mpi | 1 | -13/+5 |
| 2015-03-11 | Convert to if_input(), tested by jasper@, thanks! |  mpi | 1 | -13/+5 |
| 2015-02-11 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h |  dlg | 2 | -4/+2 |
| 2014-12-22 | unifdef INET |  tedu | 2 | -6/+2 |
| 2014-12-13 | yet more mallocarray() changes. |  doug | 1 | -5/+4 |
| 2014-07-22 | <netinet/in_systm.h> is no longer needed. |  mpi | 2 | -14/+4 |
| 2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2 | -5/+5 |
| 2014-07-11 | It's init as a process that's special, not init's original thread. |  guenther | 1 | -2/+2 |
| 2014-05-19 | Format string fixes and removal of -Wno-format for sgi. Based upon an |  miod | 2 | -7/+7 |
| 2013-12-29 | Force clock clamping after one byte received instead of three. There are still |  miod | 1 | -7/+7 |
| 2013-12-25 | Instead of deciding which iockbc port is the keyboard port, and which one is the |  miod | 1 | -43/+267 |
| 2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. |  miod | 2 | -7/+42 |
| 2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. |  miod | 2 | -22/+13 |
| 2013-08-17 | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2 | -4/+2 |
| 2013-06-21 | enable 24-bit, lsb-aligned encoding, which is the device's |  ratchov | 1 | -5/+12 |
| 2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too |  deraadt | 1 | -5/+5 |
| 2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 1 | -6/+19 |
| 2013-05-27 | Correctly specify the visible part of the rightmost tile when the current |  miod | 1 | -3/+3 |
| 2013-05-15 | Introduce a global interrupt-aware mutex protecting data |  ratchov | 1 | -4/+11 |
| 2012-10-03 | Don't include <mips64/archtype.h> unless you really need it. |  miod | 4 | -10/+4 |