| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove so*_locked(), which were backed out by mistake. | tanimura | 2002-06-18 | 4 | -6/+6 |
* | Notify functions can destroy the pcb, so they have to return an | hsu | 2002-06-14 | 7 | -40/+65 |
* | Re-commit w/fix: | silby | 2002-06-14 | 3 | -3/+18 |
* | Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :) | silby | 2002-06-14 | 3 | -20/+1 |
* | Ensure that the syn cache's syn-ack packets contain the same | silby | 2002-06-14 | 3 | -1/+20 |
* | Because we're holding an exclusive write lock on the head, references to | hsu | 2002-06-13 | 1 | -3/+0 |
* | The UDP head was unlocked too early in one unicast case. | hsu | 2002-06-12 | 1 | -10/+10 |
* | Fix logic which resulted in missing a call to INP_UNLOCK(). | hsu | 2002-06-12 | 2 | -10/+4 |
* | Fix typo where INP_INFO_RLOCK should be INP_INFO_RUNLOCK. | hsu | 2002-06-12 | 1 | -4/+2 |
* | Remember to initialize the control block head mutex. | hsu | 2002-06-11 | 2 | -0/+2 |
* | Fix typo. | hsu | 2002-06-11 | 1 | -2/+2 |
* | Every array elt is initialized in the following loop, so remove | hsu | 2002-06-10 | 1 | -1/+1 |
* | Lock up inpcb. | hsu | 2002-06-10 | 14 | -117/+665 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 15 | -499/+120 |
* | Avoid unintentional trigraph. | wollman | 2002-05-30 | 1 | -1/+1 |
* | - Change the newly turned INVARIANTS #ifdef blocks (they were changed from | arr | 2002-05-21 | 3 | -24/+16 |
* | - Turn a few DIAGNOSTIC into INVARIANTS since they are really sanity | arr | 2002-05-20 | 1 | -3/+3 |
* | - Turn a DIAGNOSTIC into an INVARIANTS since it's a sanity check. Use | arr | 2002-05-20 | 1 | -2/+3 |
* | - Turn a #ifdef DIAGNOSTIC to #ifdef INVARIANTS as the code from this line | arr | 2002-05-20 | 1 | -1/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 15 | -120/+499 |
* | Reset token-ring source routing control field on receipt of ethernet frame | kbyanc | 2002-05-15 | 1 | -0/+1 |
* | Modify the arguments to syncache_socket() to include the mbuf (m) that | rwatson | 2002-05-14 | 1 | -4/+6 |
* | Add ipfw hooks to ether_demux() and ether_output_frame(). | luigi | 2002-05-13 | 2 | -5/+29 |
* | Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flags | luigi | 2002-05-13 | 2 | -12/+1 |
* | Add code to match MAC header fields (at the moment supported on | luigi | 2002-05-12 | 1 | -62/+108 |
* | s/demon/daemon/ | dd | 2002-05-12 | 2 | -3/+3 |
* | Remove some duplicate types that should have been removed as part of | mike | 2002-05-11 | 1 | -40/+0 |
* | Cleanup the interface to ip_fw_chk, two of the input arguments | luigi | 2002-05-09 | 4 | -104/+108 |
* | Move ISO88025 source routing information into sockaddr_dl's sdl_data | kbyanc | 2002-05-07 | 1 | -8/+7 |
* | Revised MLD-related definitions | ume | 2002-05-06 | 1 | -16/+40 |
* | Indentation and comments cleanup, no functional change. | luigi | 2002-05-05 | 1 | -51/+58 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 4 | -27/+1 |
* | Fix some edge cases where bad string handling could occur. | alfred | 2002-05-01 | 1 | -0/+4 |
* | cleanup: | alfred | 2002-05-01 | 1 | -37/+46 |
* | Enlighten those who read the FINE POINTS of the documentation a bit | cjc | 2002-05-01 | 1 | -2/+6 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 8 | -33/+57 |
* | Add a global sx sigio_lock to protect the pointer to the sigio object | tanimura | 2002-04-27 | 4 | -6/+23 |
* | Rearrange <netinet/in.h> so that it is easier to conditionalize | mike | 2002-04-24 | 1 | -48/+96 |
* | Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h> | mike | 2002-04-20 | 1 | -0/+5 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 5 | -6/+15 |
* | initialize local variable explicitly | suz | 2002-04-11 | 1 | -0/+2 |
* | Remove some ISN generation code which has been unused since the | silby | 2002-04-10 | 4 | -58/+6 |
* | Totally nuke IPPORT_USERRESERVED, it is no longer used anywhere, update | silby | 2002-04-10 | 1 | -4/+2 |
* | Unconditionalize the definition of INET_ADDRSTRLEN and | mike | 2002-04-10 | 1 | -2/+0 |
* | Remove the code that masks an EEXIST returned from rtinit() when | brian | 2002-04-10 | 1 | -4/+0 |
* | Don't add host routes for interface addresses of 0.0.0.0/8 -> 0.255.255.255. | brian | 2002-04-10 | 1 | -6/+18 |
* | Change the first argument of prison_xinpcb() to be a thread pointer instead | jhb | 2002-04-09 | 3 | -6/+5 |
* | Update comments to reflect the recent ephemeral port range | silby | 2002-04-09 | 1 | -3/+4 |
* | Retire this copy; it now lives in sys/net/fddi.h. | mdodd | 2002-04-05 | 1 | -87/+0 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 2 | -2/+2 |