| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 1 | -1/+1 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -2/+1 |
* | The ancient and outdated concept of "privileged ports" in UNIX-type | cjc | 2003-02-21 | 1 | -2/+15 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | jlemon | 2003-02-19 | 1 | -4/+25 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | in_pcbnotifyall() requires an exclusive protocol lock for notify functions | hsu | 2003-02-12 | 1 | -7/+7 |
* | remove the restriction on build a kernel with FAST_IPSEC and INET6; | sam | 2003-01-30 | 1 | -3/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | temporarily disallow FAST_IPSEC and INET6 to avoid potential panics; | sam | 2002-11-08 | 1 | -0/+3 |
* | Replace in_pcbladdr() with a more generic inner subroutine for | iedowse | 2002-10-21 | 1 | -84/+121 |
* | Split out most of the logic from in_pcbbind() into a new function | iedowse | 2002-10-20 | 1 | -36/+64 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -0/+10 |
* | Create new functions in_sockaddr(), in6_sockaddr(), and | truckman | 2002-08-21 | 1 | -26/+27 |
* | cleanup usage of ip6_mapped_addr_on and ip6_v6only. now, | ume | 2002-07-25 | 1 | -1/+1 |
* | Notify functions can destroy the pcb, so they have to return an | hsu | 2002-06-14 | 1 | -2/+3 |
* | Fix typo where INP_INFO_RLOCK should be INP_INFO_RUNLOCK. | hsu | 2002-06-12 | 1 | -4/+2 |
* | Lock up inpcb. | hsu | 2002-06-10 | 1 | -14/+46 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -51/+26 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -26/+51 |
* | Change the first argument of prison_xinpcb() to be a thread pointer instead | jhb | 2002-04-09 | 1 | -3/+3 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -4/+3 |
* | Change the ephemeral port range from 1024-5000 to 49152-65535. | silby | 2002-03-22 | 1 | -2/+2 |
* | Switch vm_zone.h with uma.h. Change over to uma interfaces. | jeff | 2002-03-20 | 1 | -4/+4 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -1/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -5/+5 |
* | - Check the address family of the destination cached in a PCB. | ume | 2002-01-21 | 1 | -3/+7 |
* | Minor style fixes. | jlemon | 2001-12-13 | 1 | -2/+2 |
* | o Introduce pr_mtx into struct prison, providing protection for the | rwatson | 2001-12-03 | 1 | -2/+2 |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | jlemon | 2001-11-22 | 1 | -17/+2 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -1/+1 |
* | - Fixes non-zero'd out sin_zero field problem so that the padding | arr | 2001-11-06 | 1 | -0/+1 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | ru | 2001-10-17 | 1 | -6/+4 |
* | Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h> | jlemon | 2001-09-29 | 1 | -3/+0 |
* | Make faith loadable, unloadable, and clonable. | brooks | 2001-09-25 | 1 | -4/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -8/+9 |
* | When running aplication joined multicast address, | ume | 2001-08-04 | 1 | -0/+38 |
* | move ipsec security policy allocation into in_pcballoc, before | ume | 2001-07-26 | 1 | -0/+10 |
* | Backout CSRG revision 7.22 to this file (if in_losing notices an | ru | 2001-06-29 | 1 | -3/+2 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -9/+8 |
* | Fix a style(9) nit. | phk | 2001-03-16 | 1 | -1/+1 |
* | Correctly cleanup in case of failure to bind a pcb. | phk | 2001-03-12 | 1 | -7/+10 |
* | During a flood, we don't call rtfree(), but we remove the entry ourselves. | bmilekic | 2001-03-04 | 1 | -13/+7 |
* | Fix jails. | phk | 2001-02-28 | 1 | -0/+3 |
* | Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly. | jlemon | 2001-02-26 | 1 | -94/+9 |
* | Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.c | jesper | 2001-02-22 | 1 | -23/+45 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -9/+10 |
* | Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify | jesper | 2001-02-20 | 1 | -3/+1 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -4/+2 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -18/+18 |
* | When attempting to bind to an ephemeral port, if no such port is | wes | 2001-01-23 | 1 | -2/+2 |