| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge uipc_socket.c:1.233, uipc_usrreq.c:1.151, atm_cm.c:1.33, | Robert Watson | 2005-03-07 | 4 | -6/+18 |
| * | Merge atm_proto.c:1.13 and natm_proto.c:1.15 from HEAD to RELENG_5: | Robert Watson | 2005-02-25 | 1 | -0/+2 |
| * | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 98 | -98/+98 |
| * | Merge kern_descrip.c:1.246, uipc_socket.c:1.214, uipc_usrreq.c:1.141, | Robert Watson | 2004-10-20 | 1 | -0/+1 |
| * | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -4/+4 |
| * | Fix a typo that could provoke a panic or access to random memory. | Hartmut Brandt | 2004-07-19 | 1 | -1/+1 |
| * | The socket field so_state is used to hold a variety of socket related | Robert Watson | 2004-06-14 | 1 | -1/+1 |
| * | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | Robert Watson | 2004-06-12 | 1 | -0/+1 |
| * | Remove an #if section originally written for Sun compilers. | Stefan Farfeleder | 2004-06-08 | 1 | -8/+0 |
| * | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | Tom Rhodes | 2004-03-12 | 1 | -1/+1 |
| * | Don't remove the first mbuf in the chain if it got empty. | Hartmut Brandt | 2004-02-21 | 1 | -7/+6 |
| * | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 2 | -1/+6 |
| * | Include <sys/malloc.h> for the declaration of malloc(), etc. instead | Bruce Evans | 2003-11-14 | 1 | -3/+5 |
| * | o add a flags parameter to netisr_register that is used to specify | Sam Leffler | 2003-11-08 | 1 | -1/+3 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 8 | -30/+22 |
| * | The number of prefixes can never be negative so use an u_int for this. | Hartmut Brandt | 2003-07-29 | 1 | -1/+1 |
| * | Make the ioctl() interface cleaner with regard to types: use size_t | Hartmut Brandt | 2003-07-29 | 11 | -46/+54 |
| * | Silence a gcc-warning. Do this by inlining the macro-call. This is | Hartmut Brandt | 2003-07-26 | 1 | -2/+1 |
| * | Print the offending SPANS message only if printing is enabled. | Hartmut Brandt | 2003-07-25 | 1 | -1/+2 |
| * | Add support for VBR and CBR PVCs for IP over ATM. | Hartmut Brandt | 2003-07-25 | 5 | -6/+205 |
| * | Set the interface type of the network interfaces to IFT_IPOVERATM(114). | Hartmut Brandt | 2003-07-25 | 1 | -1/+1 |
| * | Hand the packet to bpf not only in the LLC/SNAP case, but for all | Hartmut Brandt | 2003-07-25 | 2 | -13/+13 |
| * | Make the debugging variable that controls printing of UNI messages | Hartmut Brandt | 2003-07-25 | 5 | -15/+29 |
| * | Make the debugging variable that controls dumping of IP over ATM packets | Hartmut Brandt | 2003-07-24 | 4 | -10/+19 |
| * | Create a sysctl that allows to enable/disable printing of SPANS messages. | Hartmut Brandt | 2003-07-24 | 3 | -17/+15 |
| * | Free the UNI vcc to the same zone from where it was allocated from. | Hartmut Brandt | 2003-07-24 | 2 | -3/+3 |
| * | Now that we have if_detach() don't try to get rid of all the interface | Hartmut Brandt | 2003-07-24 | 1 | -95/+5 |
| * | Create a subtree 'harp' of the net sysctl tree. This uses a fixed | Hartmut Brandt | 2003-07-24 | 3 | -3/+31 |
| * | Constify the arguments to several pdu_print functions. | Hartmut Brandt | 2003-07-24 | 9 | -33/+18 |
| * | Add BPF support to HARP network interfaces. This allows one to see | Hartmut Brandt | 2003-07-24 | 3 | -0/+37 |
| * | Handle the new MEDIA definitions. | Hartmut Brandt | 2003-07-23 | 1 | -0/+9 |
| * | Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. All | Hartmut Brandt | 2003-07-23 | 9 | -30/+48 |
| * | Get rid of the zone for network interfaces. We have converted this to | Hartmut Brandt | 2003-07-23 | 1 | -7/+0 |
| * | Allocate network interfaces from malloc() instead of using a zone. | Hartmut Brandt | 2003-07-22 | 1 | -6/+6 |
| * | Remove the zone limits for all the zones used in the ATM code. | Hartmut Brandt | 2003-07-22 | 13 | -21/+14 |
| * | Add several vendor, API and media definitions. This has been | Hartmut Brandt | 2003-07-22 | 1 | -5/+27 |
| * | Fix a number of occurences of calling uma_zalloc() with neither | Hartmut Brandt | 2003-07-18 | 2 | -13/+13 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 36 | -355/+108 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 9 | -81/+26 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 2 | -19/+6 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 16 | -155/+48 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 1 | -9/+3 |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 4 | -49/+30 |
| * | There is no reason to be cute with ntohl(). Just call it directly rather | David E. O'Brien | 2003-02-23 | 5 | -22/+8 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 22 | -71/+71 |
| * | Band-XXX-aid an easy to provoke panic. | Poul-Henning Kamp | 2003-01-28 | 1 | -0/+7 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 23 | -83/+83 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 3 | -3/+3 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 3 | -5/+5 |
| * | Correct mbuf packet header propagation. Previously, packet headers | Sam Leffler | 2002-12-30 | 1 | -2/+1 |