| Commit message (Expand) | Author | Age | Files | Lines |
| * | s/__attribute__((__packed__))/__packed/g | Alfred Perlstein | 2002-09-23 | 1 | -1/+1 |
| * | Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling and | Crist J. Clark | 2002-08-25 | 1 | -3/+5 |
| * | check packet length before fetching ESP crypto checksum. | Hajimu UMEMOTO | 2002-08-24 | 1 | -0/+8 |
| * | Replace (ab)uses of "NULL" where "0" is really meant. | Archie Cobbs | 2002-08-22 | 2 | -6/+6 |
| * | o Merge <machine/ansi.h> and <machine/types.h> into a new header | Mike Barcroft | 2002-08-21 | 1 | -3/+3 |
| * | Create new functions in_sockaddr(), in6_sockaddr(), and | Don Lewis | 2002-08-21 | 2 | -38/+58 |
| * | Enclose IPv6 addresses in brackets when they are displayed printable with a | Juli Mallett | 2002-08-19 | 1 | -1/+1 |
| * | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -1/+1 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-02 | 1 | -0/+5 |
| * | correct comment for setsockopt arg size. | Hajimu UMEMOTO | 2002-07-25 | 1 | -3/+3 |
| * | cleanup usage of ip6_mapped_addr_on and ip6_v6only. now, | Hajimu UMEMOTO | 2002-07-25 | 2 | -4/+3 |
| * | Change the default setting of an IPv4-mapped IPv6 address to off. | Hajimu UMEMOTO | 2002-07-25 | 1 | -1/+1 |
| * | make sure to set/unset INP_IPV4 according to a value | Hajimu UMEMOTO | 2002-07-24 | 1 | -0/+4 |
| * | do not refer to IN6P_BINDV6ONLY anymore. | Hajimu UMEMOTO | 2002-07-22 | 1 | -7/+1 |
| * | sin6_len is not an address family. I believe this doesn't | Hajimu UMEMOTO | 2002-07-22 | 1 | -1/+1 |
| * | fixed to make mbuf chain. | Hajimu UMEMOTO | 2002-07-18 | 1 | -1/+1 |
| * | - fixed a bug that we can't send a packet to ipv4mapped ipv6 address | Hajimu UMEMOTO | 2002-07-15 | 1 | -0/+2 |
| * | Notify functions can destroy the pcb, so they have to return an | Jeffrey Hsu | 2002-06-14 | 4 | -6/+8 |
| * | As a stop-gap measure, add one INP_LOCK_DESTROY() to in6_pcbdetach() to | Jeffrey Hsu | 2002-06-12 | 1 | -0/+1 |
| * | Lock up inpcb. | Jeffrey Hsu | 2002-06-10 | 1 | -2/+3 |
| * | __FreeBSD__ is not a compiler constant. We must use | Hajimu UMEMOTO | 2002-05-31 | 1 | -1/+1 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 7 | -151/+38 |
| * | o Conditionalize sections for POSIX.1-2001 compatibility. | Mike Barcroft | 2002-05-23 | 1 | -31/+49 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 7 | -38/+151 |
| * | Recent zlib does not like Z_FLUSH at the end of inflate(). | Hajimu UMEMOTO | 2002-05-12 | 1 | -4/+7 |
| * | Revised MLD-related definitions | Hajimu UMEMOTO | 2002-05-06 | 2 | -53/+54 |
| * | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | Seigo Tanimura | 2002-04-30 | 4 | -35/+47 |
| * | Correct timer management (deprecated) in nd6_timer. | Hajimu UMEMOTO | 2002-04-24 | 1 | -2/+3 |
| * | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | SUZUKI Shinsuke | 2002-04-19 | 38 | -339/+375 |
| * | Unconditionalize the definition of INET_ADDRSTRLEN and | Mike Barcroft | 2002-04-10 | 1 | -2/+0 |
| * | Use <net/fddi.h> rather than <netinet/if_fddi.h>. | Matthew N. Dodd | 2002-04-06 | 1 | -1/+1 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 8 | -12/+16 |
| * | In nd6_lookup(), check if rt_llinfo is non-NULL to avoid returning an | Hajimu UMEMOTO | 2002-04-01 | 1 | -4/+9 |
| * | Fix cached route problem. | Hajimu UMEMOTO | 2002-03-29 | 1 | -0/+1 |
| * | double m_free() - not critical. from niklas@openbsd | Hajimu UMEMOTO | 2002-03-29 | 1 | -3/+1 |
| * | Corrected arguments to key_allocsa called from | Hajimu UMEMOTO | 2002-03-25 | 2 | -7/+11 |
| * | 3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net> | Hajimu UMEMOTO | 2002-03-25 | 1 | -1/+1 |
| * | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -2/+2 |
| * | Pacify gcc-3.1. | Peter Wemm | 2002-03-19 | 1 | -2/+1 |
| * | Remove duplicate extern declarations to silence warnings. | Alfred Perlstein | 2002-03-19 | 4 | -9/+0 |
| * | put an extern for ip6_protox in here where it is only used for kernel compiling | Darren Reed | 2002-03-19 | 1 | -0/+1 |
| * | put an extern for inet6sw in here and make it active only for kernel compiling | Darren Reed | 2002-03-19 | 1 | -0/+4 |
| * | o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h> | Mike Barcroft | 2002-03-10 | 1 | -0/+2 |
| * | - use des_ecb3_encrypt(). | Hajimu UMEMOTO | 2002-03-05 | 1 | -11/+9 |
| * | Oops, now, encription and decription are separate function. | Hajimu UMEMOTO | 2002-03-05 | 1 | -2/+2 |
| * | - Speedup 3DES by using assembly code for i386. | Hajimu UMEMOTO | 2002-03-05 | 1 | -2/+2 |
| * | - In nd6_rtrequest(), ignored a route when it is created by cloning and | Hajimu UMEMOTO | 2002-02-28 | 1 | -0/+21 |
| * | Fix another boatload of warnings (missing include) and a cosmetic | Peter Wemm | 2002-02-28 | 2 | -0/+4 |
| * | Introduce a version field to `struct xucred' in place of one of the | Dima Dorfman | 2002-02-27 | 1 | -5/+1 |