| Commit message (Expand) | Author | Age | Files | Lines |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 3 | -5/+5 |
* | Make ng_fec.c compile again since Sam's changes. | julian | 2002-12-23 | 1 | -5/+8 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 3 | -0/+6 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 9 | -15/+15 |
* | Fix two bugs: | archie | 2002-12-14 | 1 | -12/+27 |
* | fixes for this driver: | julian | 2002-11-26 | 1 | -2/+38 |
* | The second try a committing the bluetooth code | julian | 2002-11-20 | 50 | -0/+26141 |
* | o track changes to ethernet input packet handling | sam | 2002-11-14 | 3 | -96/+22 |
* | Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings. | jhb | 2002-11-08 | 4 | -12/+12 |
* | Use %z to print a size_t value. | jhb | 2002-11-08 | 1 | -1/+1 |
* | Slight redesign for fitting in with -current. | julian | 2002-11-05 | 1 | -27/+50 |
* | The easy part of converting the ng_source node to -current. | julian | 2002-11-02 | 1 | -54/+50 |
* | Whitespace fixes | julian | 2002-11-02 | 1 | -47/+28 |
* | ifnet_addrs doesn;t exist any more so use | julian | 2002-11-01 | 1 | -3/+3 |
* | Add the netgraph 'source' module. | julian | 2002-10-31 | 2 | -0/+776 |
* | Finally get around to committing Bill Paul's FEC netgraph nodes. | julian | 2002-10-29 | 2 | -0/+1311 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-21 | 1 | -1/+1 |
* | use __packed. | alfred | 2002-09-23 | 2 | -5/+5 |
* | Reference the socket we're accepting. | benno | 2002-09-14 | 1 | -0/+2 |
* | Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payload | archie | 2002-09-14 | 1 | -1/+1 |
* | Remember who asked for a connect or accept operation so we can actually tell | benno | 2002-09-11 | 1 | -2/+2 |
* | Don't use "NULL" when "0" is really meant. | archie | 2002-08-22 | 8 | -18/+18 |
* | New L2TP netgraph node type. | archie | 2002-08-20 | 2 | -0/+1640 |
* | When declaring local variables in macros, always use "_name" instead | archie | 2002-08-20 | 1 | -33/+34 |
* | Make the consumers of the linker_load_file() function use | mux | 2002-08-02 | 1 | -1/+1 |
* | NUL terminate the ACNAME passed to userland. | brian | 2002-06-22 | 1 | -3/+4 |
* | A node that creates a device entry in /dev (yay devfs) | julian | 2002-06-18 | 2 | -0/+681 |
* | if you have taken the mbuf out of the message object, then if you pass | julian | 2002-06-09 | 1 | -1/+3 |
* | Const'ify variables to make it clear we're not writing to the mbuf data. | archie | 2002-06-05 | 5 | -49/+53 |
* | Fix bug where an mbuf was being written to without checking M_WRITABLE(). | archie | 2002-06-05 | 1 | -57/+24 |
* | Fix bugs where mbuf data was being accessed without m_pullup(). | archie | 2002-06-05 | 1 | -7/+43 |
* | Declare a variable sized array within a structure using [] rather than [0] | alfred | 2002-06-01 | 1 | -1/+1 |
* | Fix GCC warnings caused by initializing a zero length array. In the process, | archie | 2002-05-31 | 33 | -257/+159 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 2 | -65/+11 |
* | Fix warnings: deprecated use of label at end of compound statement | peter | 2002-05-24 | 2 | -1/+2 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 2 | -11/+65 |
* | Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node. | brian | 2002-05-14 | 2 | -1/+21 |
* | Don't send packets out an interface unless it is IFF_UP|IFF_RUNNING. | archie | 2002-05-09 | 1 | -2/+10 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -3/+5 |
* | Use 'struct callout' instead of 'struct callout_handle' to avoid | archie | 2002-04-14 | 1 | -25/+81 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -6/+6 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 2 | -2/+2 |
* | Fix bugs where the ng_ppp node could transmit PPP frames whose length | archie | 2002-03-15 | 1 | -4/+18 |
* | Official timeout routines for netgraph nodes that know how to | julian | 2002-03-05 | 2 | -0/+66 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Send a NGM_PPPOE_ACNAME message to userland when a node is connected. | brian | 2002-02-20 | 2 | -2/+25 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 1 | -1/+1 |
* | Fix another bug in handling of multi-link sequence numbers. | archie | 2002-02-13 | 1 | -3/+4 |