summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-3115-499/+120
* Avoid unintentional trigraph.wollman2002-05-301-1/+1
* - Change the newly turned INVARIANTS #ifdef blocks (they were changed fromarr2002-05-213-24/+16
* - Turn a few DIAGNOSTIC into INVARIANTS since they are really sanityarr2002-05-201-3/+3
* - Turn a DIAGNOSTIC into an INVARIANTS since it's a sanity check. Usearr2002-05-201-2/+3
* - Turn a #ifdef DIAGNOSTIC to #ifdef INVARIANTS as the code from this linearr2002-05-201-1/+1
* Lock down a socket, milestone 1.tanimura2002-05-2015-120/+499
* Reset token-ring source routing control field on receipt of ethernet framekbyanc2002-05-151-0/+1
* Modify the arguments to syncache_socket() to include the mbuf (m) thatrwatson2002-05-141-4/+6
* Add ipfw hooks to ether_demux() and ether_output_frame().luigi2002-05-132-5/+29
* Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flagsluigi2002-05-132-12/+1
* Add code to match MAC header fields (at the moment supported onluigi2002-05-121-62/+108
* s/demon/daemon/dd2002-05-122-3/+3
* Remove some duplicate types that should have been removed as part ofmike2002-05-111-40/+0
* Cleanup the interface to ip_fw_chk, two of the input argumentsluigi2002-05-094-104/+108
* Move ISO88025 source routing information into sockaddr_dl's sdl_datakbyanc2002-05-071-8/+7
* Revised MLD-related definitionsume2002-05-061-16/+40
* Indentation and comments cleanup, no functional change.luigi2002-05-051-51/+58
* Redo the sigio locking.alfred2002-05-014-27/+1
* Fix some edge cases where bad string handling could occur.alfred2002-05-011-0/+4
* cleanup:alfred2002-05-011-37/+46
* Enlighten those who read the FINE POINTS of the documentation a bitcjc2002-05-011-2/+6
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-308-33/+57
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-274-6/+23
* Rearrange <netinet/in.h> so that it is easier to conditionalizemike2002-04-241-48/+96
* Add sa_family_t type to <sys/_types.h> and typedefs to <netinet/in.h>mike2002-04-201-0/+5
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-195-6/+15
* initialize local variable explicitlysuz2002-04-111-0/+2
* Remove some ISN generation code which has been unused since thesilby2002-04-104-58/+6
* Totally nuke IPPORT_USERRESERVED, it is no longer used anywhere, updatesilby2002-04-101-4/+2
* Unconditionalize the definition of INET_ADDRSTRLEN andmike2002-04-101-2/+0
* Remove the code that masks an EEXIST returned from rtinit() whenbrian2002-04-101-4/+0
* Don't add host routes for interface addresses of 0.0.0.0/8 -> 0.255.255.255.brian2002-04-101-6/+18
* Change the first argument of prison_xinpcb() to be a thread pointer insteadjhb2002-04-093-6/+5
* Update comments to reflect the recent ephemeral port rangesilby2002-04-091-3/+4
* Retire this copy; it now lives in sys/net/fddi.h.mdodd2002-04-051-87/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-042-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-018-15/+14
* o Implement <sys/_types.h>, a new header for storing types that aremike2002-04-011-10/+27
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-248-15/+14
* Merge from TrustedBSD MAC branch:rwatson2002-03-224-13/+13
* Prevent icmp_reflect() from calling ip_output() with a NULL routeru2002-03-223-9/+8
* Change the ephemeral port range from 1024-5000 to 49152-65535.silby2002-03-221-2/+2
* Send periodic ARP requests when ARP entries for hosts we are sendingorion2002-03-201-0/+15
* Switch vm_zone.h with uma.h. Change over to uma interfaces.jeff2002-03-208-35/+35
* Remove __P.alfred2002-03-1938-261/+260
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-192-2/+3
* NAI DBA updaterwatson2002-03-141-1/+1
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>mike2002-03-101-0/+2
* o Don't require long long support in bswap64() functions.mike2002-03-091-7/+10
OpenPOWER on IntegriCloud