| Commit message (Expand) | Author | Age | Files | Lines |
| * | use __packed. | Alfred Perlstein | 2002-09-23 | 2 | -5/+5 |
| * | Reference the socket we're accepting. | Benno Rice | 2002-09-14 | 1 | -0/+2 |
| * | Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payload | Archie Cobbs | 2002-09-14 | 1 | -1/+1 |
| * | Remember who asked for a connect or accept operation so we can actually tell | Benno Rice | 2002-09-11 | 1 | -2/+2 |
| * | Don't use "NULL" when "0" is really meant. | Archie Cobbs | 2002-08-22 | 8 | -18/+18 |
| * | New L2TP netgraph node type. | Archie Cobbs | 2002-08-20 | 2 | -0/+1640 |
| * | When declaring local variables in macros, always use "_name" instead | Archie Cobbs | 2002-08-20 | 1 | -33/+34 |
| * | Make the consumers of the linker_load_file() function use | Maxime Henrion | 2002-08-02 | 1 | -1/+1 |
| * | NUL terminate the ACNAME passed to userland. | Brian Somers | 2002-06-22 | 1 | -3/+4 |
| * | A node that creates a device entry in /dev (yay devfs) | Julian Elischer | 2002-06-18 | 2 | -0/+681 |
| * | if you have taken the mbuf out of the message object, then if you pass | Julian Elischer | 2002-06-09 | 1 | -1/+3 |
| * | Const'ify variables to make it clear we're not writing to the mbuf data. | Archie Cobbs | 2002-06-05 | 5 | -49/+53 |
| * | Fix bug where an mbuf was being written to without checking M_WRITABLE(). | Archie Cobbs | 2002-06-05 | 1 | -57/+24 |
| * | Fix bugs where mbuf data was being accessed without m_pullup(). | Archie Cobbs | 2002-06-05 | 1 | -7/+43 |
| * | Declare a variable sized array within a structure using [] rather than [0] | Alfred Perlstein | 2002-06-01 | 1 | -1/+1 |
| * | Fix GCC warnings caused by initializing a zero length array. In the process, | Archie Cobbs | 2002-05-31 | 33 | -257/+159 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 2 | -65/+11 |
| * | Fix warnings: deprecated use of label at end of compound statement | Peter Wemm | 2002-05-24 | 2 | -1/+2 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 2 | -11/+65 |
| * | Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node. | Brian Somers | 2002-05-14 | 2 | -1/+21 |
| * | Don't send packets out an interface unless it is IFF_UP|IFF_RUNNING. | Archie Cobbs | 2002-05-09 | 1 | -2/+10 |
| * | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | Seigo Tanimura | 2002-04-30 | 1 | -3/+5 |
| * | Use 'struct callout' instead of 'struct callout_handle' to avoid | Archie Cobbs | 2002-04-14 | 1 | -25/+81 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -6/+6 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 2 | -2/+2 |
| * | Fix bugs where the ng_ppp node could transmit PPP frames whose length | Archie Cobbs | 2002-03-15 | 1 | -4/+18 |
| * | Official timeout routines for netgraph nodes that know how to | Julian Elischer | 2002-03-05 | 2 | -0/+66 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -1/+1 |
| * | Send a NGM_PPPOE_ACNAME message to userland when a node is connected. | Brian Somers | 2002-02-20 | 2 | -2/+25 |
| * | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 1 | -1/+1 |
| * | Fix another bug in handling of multi-link sequence numbers. | Archie Cobbs | 2002-02-13 | 1 | -3/+4 |
| * | Fix bug in previous commit. | Archie Cobbs | 2002-02-12 | 1 | -2/+1 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -3/+3 |
| * | The hardware checksum code makes the assumption that a packet routed out | Archie Cobbs | 2002-02-05 | 1 | -2/+9 |
| * | Get rid of the twisted MFREE() macro entirely. | Matthew Dillon | 2002-02-05 | 2 | -9/+3 |
| * | Some netgraph parse types (such as for the 'value' field in ng_ksocket's | Archie Cobbs | 2002-02-01 | 1 | -7/+14 |
| * | Replace ffind_* with fget calls. | Alfred Perlstein | 2002-01-14 | 1 | -3/+2 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 1 | -4/+5 |
| * | Staticise the socket list. | Mike Smith | 2002-01-08 | 1 | -1/+1 |
| * | Avoid reentrantly sending on the same socket, which causes a kernel panic. | Archie Cobbs | 2002-01-06 | 1 | -0/+9 |
| * | o Make the credential used by socreate() an explicit argument to | Robert Watson | 2001-12-31 | 1 | -1/+2 |
| * | Typo. | Archie Cobbs | 2001-12-15 | 1 | -1/+1 |
| * | Don't free a structure containing a 'struct callout' structure while that | Archie Cobbs | 2001-12-15 | 1 | -8/+17 |
| * | Add support for 56 bit MPPE encryption. | Archie Cobbs | 2001-12-15 | 2 | -9/+12 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 24 | -101/+101 |
| * | When a socket is not connected, allow the peer "struct sockaddr" | Archie Cobbs | 2001-11-28 | 2 | -12/+76 |
| * | A node that allows ethernet type packets to be filtered to different | Julian Elischer | 2001-10-30 | 2 | -0/+588 |
| * | log routine called w/ %ld and int argument, cast argument to long | Matthew Dillon | 2001-10-29 | 1 | -1/+1 |
| * | Fix bug that cheated hook names out of the last 2 bytes. | Archie Cobbs | 2001-10-10 | 1 | -2/+2 |
| * | Let "raw" mean IPPROTO_RAW instead of IPPROTO_IP. | Archie Cobbs | 2001-10-10 | 1 | -1/+1 |