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