| Commit message (Expand) | Author | Age | Files | Lines |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 1 | -1/+1 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 4 | -4/+4 |
* | Disconnect netatm from the build as it is not MPSAFE and relies on | rwatson | 2007-07-14 | 1 | -1/+1 |
* | Fix various compilation warnings for gcc-4.2. | mjacob | 2007-06-23 | 8 | -24/+13 |
* | Fix use after free bug: use temporary variable to hold next entry in linked | rwatson | 2007-04-03 | 1 | -2/+3 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -8/+21 |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 2 | -1/+15 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 4 | -22/+9 |
* | Change protocol switch pru_abort() API so that it returns void rather | rwatson | 2006-04-01 | 4 | -6/+34 |
* | Convert to ANSI C function declarations. | rwatson | 2006-01-22 | 1 | -29/+11 |
* | Convert function declarations to ANSI C. | rwatson | 2006-01-22 | 1 | -18/+8 |
* | Try to unbreak the tinderbox: Cast a time_t argument to long before printing | stefanf | 2005-12-27 | 1 | -1/+1 |
* | don't assume char is signed | sam | 2005-12-21 | 1 | -1/+1 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -1/+1 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 1 | -49/+27 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Push the assignment of a new or updated so_qlimit from solisten() | rwatson | 2005-10-30 | 5 | -10/+15 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -2/+4 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 12 | -30/+39 |
* | In the current world order, solisten() implements the state transition of | rwatson | 2005-02-21 | 4 | -6/+18 |
* | Mark netatm and netnatm explicitly as requiring Giant, as they still do. | rwatson | 2005-02-17 | 1 | -0/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 98 | -98/+98 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 2 | -42/+27 |
* | Push acquisition of the accept mutex out of sofree() into the caller | rwatson | 2004-10-18 | 1 | -0/+1 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -4/+4 |
* | Fix a typo that could provoke a panic or access to random memory. | harti | 2004-07-19 | 1 | -1/+1 |
* | The socket field so_state is used to hold a variety of socket related | rwatson | 2004-06-14 | 1 | -1/+1 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 1 | -0/+1 |
* | Remove an #if section originally written for Sun compilers. | stefanf | 2004-06-08 | 1 | -8/+0 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | trhodes | 2004-03-12 | 1 | -1/+1 |
* | Don't remove the first mbuf in the chain if it got empty. | harti | 2004-02-21 | 1 | -7/+6 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 2 | -1/+6 |
* | Include <sys/malloc.h> for the declaration of malloc(), etc. instead | bde | 2003-11-14 | 1 | -3/+5 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -1/+3 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 8 | -30/+22 |
* | The number of prefixes can never be negative so use an u_int for this. | harti | 2003-07-29 | 1 | -1/+1 |
* | Make the ioctl() interface cleaner with regard to types: use size_t | harti | 2003-07-29 | 11 | -46/+54 |
* | Silence a gcc-warning. Do this by inlining the macro-call. This is | harti | 2003-07-26 | 1 | -2/+1 |
* | Print the offending SPANS message only if printing is enabled. | harti | 2003-07-25 | 1 | -1/+2 |
* | Add support for VBR and CBR PVCs for IP over ATM. | harti | 2003-07-25 | 5 | -6/+205 |
* | Set the interface type of the network interfaces to IFT_IPOVERATM(114). | harti | 2003-07-25 | 1 | -1/+1 |
* | Hand the packet to bpf not only in the LLC/SNAP case, but for all | harti | 2003-07-25 | 2 | -13/+13 |
* | Make the debugging variable that controls printing of UNI messages | harti | 2003-07-25 | 5 | -15/+29 |
* | Make the debugging variable that controls dumping of IP over ATM packets | harti | 2003-07-24 | 4 | -10/+19 |
* | Create a sysctl that allows to enable/disable printing of SPANS messages. | harti | 2003-07-24 | 3 | -17/+15 |
* | Free the UNI vcc to the same zone from where it was allocated from. | harti | 2003-07-24 | 2 | -3/+3 |
* | Now that we have if_detach() don't try to get rid of all the interface | harti | 2003-07-24 | 1 | -95/+5 |
* | Create a subtree 'harp' of the net sysctl tree. This uses a fixed | harti | 2003-07-24 | 3 | -3/+31 |
* | Constify the arguments to several pdu_print functions. | harti | 2003-07-24 | 9 | -33/+18 |
* | Add BPF support to HARP network interfaces. This allows one to see | harti | 2003-07-24 | 3 | -0/+37 |