| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs | cvs2svn | 2004-11-04 | 81 | -81/+81 |
| * | Merge if.c:.211 and if_var.h:1.88 from HEAD to RELENG_5_3: | Robert Watson | 2004-10-30 | 2 | -24/+27 |
| * | Merge if_var.h:1.87 from HEAD to RELENG_5_3: | Robert Watson | 2004-10-30 | 1 | -0/+5 |
| * | Merge if.c:1.210, if_var.h:1.85 from HEAD to RELENG_5_3: | Robert Watson | 2004-10-23 | 2 | -2/+40 |
| * | Merge kern_descrip.c:1.246, uipc_socket.c:1.214, uipc_usrreq.c:1.141, | Robert Watson | 2004-10-21 | 2 | -0/+2 |
| * | MFC: | Scott Long | 2004-10-16 | 1 | -1/+1 |
| * | MFC 1.15: Correctly unregister netisr's. | Andre Oppermann | 2004-10-14 | 1 | -0/+1 |
| * | MFC r1.11: fail closed when lock acquisition would block. | Brian Feldman | 2004-10-11 | 1 | -2/+10 |
| * | MFC r1.137: reorder code to respect lock non-recursion. | Brian Feldman | 2004-10-11 | 1 | -1/+1 |
| * | MFC: 1.207 | Brooks Davis | 2004-10-04 | 1 | -0/+3 |
| * | MFC pfil API change: | Max Laier | 2004-10-03 | 3 | -11/+12 |
| * | MFC from pfil.c, rev. 1.9: | Max Laier | 2004-09-30 | 1 | -2/+2 |
| * | MFC: 1.208, 1.209 | Brooks Davis | 2004-09-24 | 1 | -41/+52 |
| * | MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associated | Andre Oppermann | 2004-09-22 | 1 | -9/+1 |
| * | MFC 1.3: Fix a LOR where copyout was called while holding a lock when | Brooks Davis | 2004-09-20 | 1 | -10/+27 |
| * | Merge if_tap.c:1.47 to RELENG_5: | Robert Watson | 2004-09-20 | 1 | -0/+2 |
| * | MFC: Apply error and success logic consistently to the function netisr_queue() | Andre Oppermann | 2004-09-15 | 6 | -9/+11 |
| * | MFC: | John-Mark Gurney | 2004-09-14 | 1 | -3/+0 |
| * | Merge bpf.c:1.134-1.136, bpfdesc.h:1.28 to RELENG_5: | Robert Watson | 2004-09-14 | 2 | -50/+45 |
| * | MFC the addition of ifi_epoch to struct if_data. The ifi_unused | Brooks Davis | 2004-09-13 | 2 | -1/+5 |
| * | MFC if.c, rev. 1.203: | Max Laier | 2004-09-10 | 1 | -0/+2 |
| * | MFC: if.c:1.202 if.h:1.90 ifconfig.c:1.107 | Brooks Davis | 2004-09-07 | 2 | -0/+2 |
| * | MT5: Add an if_start handler to the SLIP driver so that | Yaroslav Tykhiy | 2004-09-07 | 1 | -7/+18 |
| * | Merge sys/conf/options:1.478, sys/net/netisr.c:1.12, and | Robert Watson | 2004-09-03 | 1 | -3/+82 |
| * | MFC net/route.c v1.107 | Christian S.J. Peron | 2004-09-02 | 1 | -0/+7 |
| * | MFC 1.200: | Brooks Davis | 2004-08-30 | 1 | -0/+1 |
| * | MFC rtsock.c 1.116: typo fix - attacked -> attached. | Peter Pentchev | 2004-08-30 | 1 | -1/+1 |
| * | MT5 rtsock.c:1.113 and rtsock.c:1.114: | Robert Watson | 2004-08-25 | 1 | -1/+8 |
| * | MT5 if_fwsubr.c:1.6: | Robert Watson | 2004-08-24 | 1 | -2/+0 |
| * | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann | 2004-08-17 | 1 | -0/+2 |
| * | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | John-Mark Gurney | 2004-08-15 | 4 | -28/+30 |
| * | Use IFQ_SET_MAXLEN() to set the maximum queue depth of the routing | Robert Watson | 2004-08-13 | 1 | -1/+1 |
| * | Added two new media types for 10GBASE-SR and 10GBASE-LR | Tony Ackerman | 2004-08-12 | 1 | -0/+5 |
| * | Convert the routing table to use an UMA zone for rtentries. The zone is | Andre Oppermann | 2004-08-11 | 1 | -4/+10 |
| * | Set IFF_RUNNING flag on the interface as soon as the control device is opened. | Maksim Yevmenkin | 2004-08-11 | 1 | -3/+9 |
| * | Add a "void *if_carp" placeholder to struct ifnet with prospect to bring in | Max Laier | 2004-08-07 | 1 | -0/+1 |
| * | As SLIP directly accesses the tty code from its if_start() routine, | Robert Watson | 2004-08-06 | 1 | -1/+3 |
| * | Do not attempt to clean up data that has not been initialized yet. | Peter Pentchev | 2004-08-06 | 1 | -4/+15 |
| * | Set ip_v field properly. | Maxim Sobolev | 2004-08-05 | 1 | -0/+1 |
| * | Do a lockless read of the BPF interface structure descriptor list head | Robert Watson | 2004-08-05 | 1 | -0/+21 |
| * | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 3 | -4/+4 |
| * | Initialize ; variable eraly to shut up GCC warning. | Alexander Kabaev | 2004-07-28 | 1 | -0/+1 |
| * | Add a new network interface flag, IFF_NEEDSGIANT, which will allow | Robert Watson | 2004-07-27 | 4 | -2/+58 |
| * | Stop tinkering with the parent's VLAN_MTU capability. | Yaroslav Tykhiy | 2004-07-26 | 1 | -27/+7 |
| * | Prefer NULL to '0' when checking a pointer value. | Robert Watson | 2004-07-24 | 1 | -37/+37 |
| * | Actually free the unit when destroying the interface. | Brooks Davis | 2004-07-22 | 1 | -0/+5 |
| * | When removing the last reference to a cloner, do not try to unlock twice - | Max Laier | 2004-07-20 | 1 | -2/+3 |
| * | Comment clarifying debug_mpsafenet. | Robert Watson | 2004-07-18 | 1 | -4/+5 |
| * | Gratuitous whitespace change to un-wrap a short line. | Robert Watson | 2004-07-18 | 1 | -2/+1 |
| * | Preparation commit for the tty cleanups that will follow in the near | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |