| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use a separate copy of machdep.h in cp and ce drivers | Ed Maste | 2020-03-20 | 1 | -97/+0 |
| * | retire cx,ctau drivers | Ed Maste | 2020-03-20 | 8 | -6778/+0 |
| * | Add deprecation notices to ctau and cx drivers | Ed Maste | 2020-03-02 | 1 | -0/+1 |
| * | Fix misspellings of transmitter/transmitted | Devin Teske | 2018-08-10 | 1 | -1/+1 |
| * | Use __builtin for various mem* and b* (e.g. bzero) routines. | Mateusz Guzik | 2018-06-02 | 1 | -1/+0 |
| * | sys/dev: Replace zero with NULL for pointers. | Pedro F. Giffuni | 2017-02-20 | 2 | -3/+3 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 2 | -2/+2 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -5/+5 |
| * | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim | 2015-05-22 | 1 | -4/+4 |
| * | Remove break after return. | Kevin Lo | 2015-01-23 | 1 | -3/+3 |
| * | Don't pass RF_ALLOCATED to bus_alloc_resource(). | John Baldwin | 2014-10-10 | 1 | -2/+1 |
| * | Convert most BPF_TAP users to BPF_MTAP. | Alexander V. Chernikov | 2014-09-28 | 1 | -1/+1 |
| * | Remove ifq_drops from struct ifqueue. Now queue drops are accounted in | Gleb Smirnoff | 2014-09-19 | 1 | -1/+0 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -10/+10 |
| * | Replace local copy-and-paste implementations of printmbuf() in several | Robert Watson | 2014-09-10 | 1 | -17/+1 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Fxi a bunch of typos. | Eitan Adler | 2013-05-10 | 2 | -2/+2 |
| * | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez | 2013-01-30 | 1 | -1/+2 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -4/+4 |
| * | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -2/+2 |
| * | Always use a private timer instead of if_watchdog and if_timer to drive | John Baldwin | 2009-11-17 | 1 | -39/+25 |
| * | Use new spelling of the NG_*LEN constants. | Warner Losh | 2009-06-09 | 1 | -2/+2 |
| * | if_cx is currently disconnected from the build due to a dependence on | Robert Watson | 2009-02-19 | 1 | -32/+10 |
| * | Do not set IFF_DEBUG directly from the driver. | Roman Kurakin | 2008-06-30 | 2 | -8/+24 |
| * | Spelling fix for interupt -> interrupt | Kevin Lo | 2007-10-12 | 1 | -1/+1 |
| * | First in a series of changes to remove the now-unused Giant compatibility | Robert Watson | 2007-07-27 | 1 | -5/+0 |
| * | Don't call bus_deactivate_resource() explicitly before calling | Yoshihiro Takahashi | 2007-03-21 | 1 | -3/+0 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Various bpf(4) related fixes to catch places up to the new bpf(4) | John Baldwin | 2006-12-29 | 1 | -4/+2 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -10/+11 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | - Use swi_remove() to teardown swi handlers rather than | John Baldwin | 2005-10-26 | 1 | -1/+1 |
| * | Catch up with new interrupt handling code. | Ruslan Ermilov | 2005-10-26 | 1 | -2/+2 |
| * | Eliminate two unused arguments to ttycreate(). | Poul-Henning Kamp | 2005-10-16 | 1 | -2/+1 |
| * | Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien: | Roman Kurakin | 2005-09-27 | 1 | -446/+449 |
| * | Reorder code to not depend on an ISO-C illegal forward extern declaration. | David E. O'Brien | 2005-09-07 | 1 | -454/+453 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -6/+6 |
| * | Use m_length (m, NULL) instead of m->m_pkthdr.len. | Roman Kurakin | 2005-07-09 | 1 | -1/+1 |
| * | Lost cx_mpsafenet check. | Roman Kurakin | 2005-07-09 | 1 | -2/+3 |
| * | Lost t_oproc() callback assignment. | Roman Kurakin | 2005-07-09 | 1 | -0/+1 |
| * | Lost CX_UNLOCK(). | Roman Kurakin | 2005-07-09 | 1 | -0/+4 |
| * | Protect from partially initialized channels. | Roman Kurakin | 2005-07-09 | 1 | -0/+2 |
| * | Space & alignment nits. | Roman Kurakin | 2005-07-09 | 1 | -11/+11 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -64/+74 |
| * | netchild's mega-patch to isolate compiler dependencies into a central | Joerg Wunsch | 2005-03-02 | 1 | -1/+5 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 8 | -8/+8 |
| * | Make code MPSAFE. | Roman Kurakin | 2004-12-13 | 1 | -66/+296 |
| * | Partially backout 1.34. These ioctls and function cx_modem_status () are | Roman Kurakin | 2004-12-09 | 1 | -0/+65 |
| * | Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP mode | Roman Kurakin | 2004-12-03 | 1 | -2/+4 |
| * | Use generic tty code instead of local copy. | Poul-Henning Kamp | 2004-10-13 | 1 | -276/+79 |