| Commit message (Expand) | Author | Age | Files | Lines |
* | Notify functions can destroy the pcb, so they have to return an | hsu | 2002-06-14 | 4 | -6/+8 |
* | As a stop-gap measure, add one INP_LOCK_DESTROY() to in6_pcbdetach() to | hsu | 2002-06-12 | 1 | -0/+1 |
* | Lock up inpcb. | hsu | 2002-06-10 | 1 | -2/+3 |
* | __FreeBSD__ is not a compiler constant. We must use | ume | 2002-05-31 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 7 | -151/+38 |
* | o Conditionalize sections for POSIX.1-2001 compatibility. | mike | 2002-05-23 | 1 | -31/+49 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 7 | -38/+151 |
* | Recent zlib does not like Z_FLUSH at the end of inflate(). | ume | 2002-05-12 | 1 | -4/+7 |
* | Revised MLD-related definitions | ume | 2002-05-06 | 2 | -53/+54 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 4 | -35/+47 |
* | Correct timer management (deprecated) in nd6_timer. | ume | 2002-04-24 | 1 | -2/+3 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 38 | -339/+375 |
* | Unconditionalize the definition of INET_ADDRSTRLEN and | mike | 2002-04-10 | 1 | -2/+0 |
* | Use <net/fddi.h> rather than <netinet/if_fddi.h>. | mdodd | 2002-04-06 | 1 | -1/+1 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 8 | -12/+16 |
* | In nd6_lookup(), check if rt_llinfo is non-NULL to avoid returning an | ume | 2002-04-01 | 1 | -4/+9 |
* | Fix cached route problem. | ume | 2002-03-29 | 1 | -0/+1 |
* | double m_free() - not critical. from niklas@openbsd | ume | 2002-03-29 | 1 | -3/+1 |
* | Corrected arguments to key_allocsa called from | ume | 2002-03-25 | 2 | -7/+11 |
* | 3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net> | ume | 2002-03-25 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -2/+2 |
* | Pacify gcc-3.1. | peter | 2002-03-19 | 1 | -2/+1 |
* | Remove duplicate extern declarations to silence warnings. | alfred | 2002-03-19 | 4 | -9/+0 |
* | put an extern for ip6_protox in here where it is only used for kernel compiling | darrenr | 2002-03-19 | 1 | -0/+1 |
* | put an extern for inet6sw in here and make it active only for kernel compiling | darrenr | 2002-03-19 | 1 | -0/+4 |
* | o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h> | mike | 2002-03-10 | 1 | -0/+2 |
* | - use des_ecb3_encrypt(). | ume | 2002-03-05 | 1 | -11/+9 |
* | Oops, now, encription and decription are separate function. | ume | 2002-03-05 | 1 | -2/+2 |
* | - Speedup 3DES by using assembly code for i386. | ume | 2002-03-05 | 1 | -2/+2 |
* | - In nd6_rtrequest(), ignored a route when it is created by cloning and | ume | 2002-02-28 | 1 | -0/+21 |
* | Fix another boatload of warnings (missing include) and a cosmetic | peter | 2002-02-28 | 2 | -0/+4 |
* | Introduce a version field to `struct xucred' in place of one of the | dd | 2002-02-27 | 1 | -5/+1 |
* | Fix warnings caused by discarding const. | alfred | 2002-02-27 | 6 | -9/+11 |
* | Fix warnings in the gif(4) driver so it compiles with -Werror. | brooks | 2002-02-26 | 1 | -2/+1 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 2 | -3/+3 |
* | Corrected an argument to in6_pcbnotify(). | ume | 2002-02-04 | 1 | -2/+3 |
* | - Check the address family of a cached destination, in case of | ume | 2002-01-21 | 1 | -1/+4 |
* | Initialise the intrq_present fields at runtime, not link time. This allows | msmith | 2002-01-08 | 1 | -1/+1 |
* | Staticise the fw chain. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Back out cometic changes. This is for easily syncing with KAME in other BSDs. | sumikawa | 2001-12-17 | 1 | -5/+5 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated. | arr | 2001-12-09 | 1 | -1/+1 |
* | fixed the cast128 calculation with a short cipher key length. | ume | 2001-11-27 | 1 | -1/+2 |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | jlemon | 2001-11-22 | 1 | -1/+1 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -1/+1 |
* | o Replace reference to 'struct proc' with 'struct thread' in 'struct | rwatson | 2001-11-08 | 1 | -1/+1 |
* | Fixed the behavior when there is no inbound policy for the ipsec | ume | 2001-11-06 | 1 | -0/+8 |
* | Fix fragmented packet handling. | sumikawa | 2001-10-29 | 1 | -2/+2 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | ru | 2001-10-17 | 3 | -8/+6 |