index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
8
-15
/
+14
*
o Implement <sys/_types.h>, a new header for storing types that are
mike
2002-04-01
1
-10
/
+27
*
Fixed some style bugs in the removal of __P(()). Continuation lines
bde
2002-03-24
8
-15
/
+14
*
Merge from TrustedBSD MAC branch:
rwatson
2002-03-22
4
-13
/
+13
*
Prevent icmp_reflect() from calling ip_output() with a NULL route
ru
2002-03-22
3
-9
/
+8
*
Change the ephemeral port range from 1024-5000 to 49152-65535.
silby
2002-03-22
1
-2
/
+2
*
Send periodic ARP requests when ARP entries for hosts we are sending
orion
2002-03-20
1
-0
/
+15
*
Switch vm_zone.h with uma.h. Change over to uma interfaces.
jeff
2002-03-20
8
-35
/
+35
*
Remove __P.
alfred
2002-03-19
38
-261
/
+260
*
This is the first part of the new kernel memory allocator. This replaces
jeff
2002-03-19
2
-2
/
+3
*
NAI DBA update
rwatson
2002-03-14
1
-1
/
+1
*
o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>
mike
2002-03-10
1
-0
/
+2
*
o Don't require long long support in bswap64() functions.
mike
2002-03-09
1
-7
/
+10
*
- Set inc_isipv6 in tcp6_usr_connect().
ume
2002-02-28
2
-0
/
+2
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
8
-22
/
+22
*
Change the wording of the inline comments from the previous commit.
cjc
2002-02-27
2
-16
/
+6
*
More IPV6 const fixes.
alfred
2002-02-27
2
-2
/
+2
*
Introduce a version field to `struct xucred' in place of one of the
dd
2002-02-27
3
-25
/
+5
*
Staticize an extern that no one else used.
brooks
2002-02-26
2
-3
/
+1
*
Enforce inbound IPsec SPD
jedgar
2002-02-26
1
-1
/
+11
*
Document what inpcb->inp_vflag is for.
alfred
2002-02-25
1
-1
/
+1
*
The TCP code did not do sufficient checks on whether incoming packets
cjc
2002-02-25
2
-14
/
+26
*
BUGFIX: make use of the pointer to the target of skipto rules,
luigi
2002-02-20
1
-2
/
+4
*
When expanding a syncache entry into a socket, inherit the socket options
jlemon
2002-02-20
1
-1
/
+1
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
9
-53
/
+70
*
Moved the 127/8 check below so that IPF redirects have a chance of working.
ru
2002-02-15
1
-10
/
+10
*
When a duplicate SYN arrives which matches an entry in the syncache,
jlemon
2002-02-12
1
-0
/
+5
*
Silence unused variable warning in the !KLD_MODULE case.
dd
2002-02-10
1
-0
/
+2
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-2
/
+2
*
In tcp_respond(), correctly reset returned IPv6 header. This is essential
ume
2002-02-04
2
-0
/
+6
*
WARNS=n and lint(1) silencer. Declare an array of (const) strings
markm
2002-02-03
1
-1
/
+1
[next]