| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC (rev. 1.80): Fix the problem with non-working static | Alexey Zelkin | 1999-12-15 | 1 | -0/+3 |
| * | MFC: Bring in all of C. Stephen Gunn's fixes to make VLAN support | Jordan K. Hubbard | 1999-12-13 | 2 | -23/+232 |
| * | MFC 1.56 -> 1.57: Fix route table leak. | John Polstra | 1999-12-11 | 1 | -5/+12 |
| * | Long overdue patch to make bridging work properly with multicast | Luigi Rizzo | 1999-12-07 | 2 | -162/+355 |
| * | MFC: make bpf_validate() and bpf_filter() take a const struct bpf_insn * | Archie Cobbs | 1999-12-06 | 2 | -7/+5 |
| * | MFC: make Netgraph in -stable match that in -current exactly | Julian Elischer | 1999-12-01 | 1 | -1/+2 |
| * | MFC: remove trailing whitespace | Julian Elischer | 1999-12-01 | 1 | -17/+17 |
| * | MFC: expand the subtype field to be wide enough to hold all the defined | Julian Elischer | 1999-11-24 | 1 | -3/+5 |
| * | MFC: | Julian Elischer | 1999-11-22 | 1 | -0/+2 |
| * | Need to call the netgraph initialiser (I have no idea how I missed that) | Julian Elischer | 1999-11-19 | 1 | -0/+4 |
| * | Add field netgraph needs. | Julian Elischer | 1999-11-19 | 1 | -0/+3 |
| * | MFC: 1.64 | Julian Elischer | 1999-11-19 | 1 | -0/+399 |
| * | MFC, rev 1.57, fix a violation of the required state transitions per | Joerg Wunsch | 1999-10-29 | 1 | -1/+1 |
| * | MFC: (rev 1.32) Add comments, fix typos. | Ruslan Ermilov | 1999-09-15 | 1 | -2/+8 |
| * | MFC: Don't call if_up() here, just set IFF_UP. | Ruslan Ermilov | 1999-09-14 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 55 | -55/+55 |
| * | MFC: Don't complain if 0 bytes are written to the tun device, just do nothing. | Brian Somers | 1999-07-28 | 1 | -1/+4 |
| * | MFC: rev 1.61, fix a problem w/ zero byte writes to tun | John-Mark Gurney | 1999-07-23 | 1 | -1/+1 |
| * | MFC (1.14: quick fix for breakage of bounds checking in rev.1.12). | Bruce Evans | 1999-07-04 | 1 | -2/+2 |
| * | MFC: Never return the root node itself from rn_match(); return NULL instead. | Pierre Beyssac | 1999-06-26 | 1 | -2/+5 |
| * | MFC: Another tokenring file forgotten yesterday.. get it from -current | Julian Elischer | 1999-05-27 | 1 | -1/+1 |
| * | This file got left out of the patches for 3.0.. | Julian Elischer | 1999-05-27 | 1 | -1/+1 |
| * | MFC: Olicom token ring support and token ring framework. | Julian Elischer | 1999-05-27 | 3 | -3/+18 |
| * | MFC: change reference count in struct ifaddr to a u_int, to be able | Pierre Beyssac | 1999-05-19 | 1 | -2/+2 |
| * | MFC: clean up en atm driver | Kenjiro Cho | 1999-05-08 | 2 | -329/+8 |
| * | MFC: free the dummynet header in ip_dummynet, not in the called | Luigi Rizzo | 1999-05-04 | 1 | -3/+1 |
| * | Add the Alteon gigabit ethernet driver to -stable. It's been in -current | Bill Paul | 1999-04-30 | 1 | -4/+35 |
| * | MFC 1.7 -> 1.8: Add missing declaration. | John Polstra | 1999-04-09 | 1 | -0/+1 |
| * | MFC | Nick Sayer | 1999-03-31 | 1 | -3/+30 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_3'. | cvs2svn | 1999-03-11 | 2 | -0/+522 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_3'. | cvs2svn | 1999-01-21 | 1 | -87/+0 |
| * | Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h. | Peter Wemm | 1999-01-17 | 2 | -15/+2 |
| * | Remove unused variable & clean up a couple of style issues. | Eivind Eklund | 1999-01-12 | 1 | -5/+5 |
| * | Remove one unused variable. | Luigi Rizzo | 1998-12-31 | 1 | -2/+1 |
| * | Update sppp support to i4b level. This includes the new spppcontrol | Poul-Henning Kamp | 1998-12-27 | 2 | -35/+126 |
| * | More isdn4bsd convergence: cleanup log messages. | Poul-Henning Kamp | 1998-12-26 | 1 | -18/+24 |
| * | Converge further on the isdn4bsd version of this file. | Poul-Henning Kamp | 1998-12-26 | 1 | -27/+25 |
| * | clean up more timeout/untimeout portability stuff. | Poul-Henning Kamp | 1998-12-26 | 1 | -34/+19 |
| * | Add two fields for the lower layers convenience. | Poul-Henning Kamp | 1998-12-20 | 1 | -1/+5 |
| * | Straigthen out the use of the tls and tlf callbacks. | Poul-Henning Kamp | 1998-12-16 | 1 | -9/+14 |
| * | Generalize the if_up() and if_down() functions under the names | Poul-Henning Kamp | 1998-12-16 | 2 | -15/+42 |
| * | Bridging support. Wait for LINT to be updated before trying it. | Luigi Rizzo | 1998-12-14 | 3 | -11/+32 |
| * | Make the use of 'disc' vs 'ds' as prefix consistent by making all 'disc'. | Eivind Eklund | 1998-12-14 | 1 | -15/+15 |
| * | (almost) null commit, recording message for previous commit: | Poul-Henning Kamp | 1998-12-11 | 1 | -4/+4 |
| * | *** empty log message *** | Poul-Henning Kamp | 1998-12-11 | 2 | -11/+16 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 2 | -4/+1 |
| * | Propagate unsignedness to all variants of 'k', and reorganize the | Eivind Eklund | 1998-12-07 | 1 | -24/+38 |
| * | Remove guard for < 0 on an unsigned variable. | Eivind Eklund | 1998-12-07 | 1 | -2/+2 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 5 | -16/+21 |
| * | I got another batch of suggestions for cosmetic changes from bde. | Don Lewis | 1998-11-11 | 2 | -4/+4 |