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
/
lib
/
libc
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function,
bms
2003-11-14
3
-2
/
+322
*
u_int8_t cannot carry a number greater than 255.
ume
2003-11-14
1
-3
/
+1
*
add destination address selection described in RFC3484.
ume
2003-10-30
1
-7
/
+412
*
according to RFC3542 10.5, the 5th argment of inet6_opt_next()
ume
2003-10-25
1
-1
/
+1
*
oops, revert previous change to getaddrinfo.c. This is not related
ume
2003-10-24
1
-275
/
+155
*
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
ume
2003-10-24
6
-366
/
+1400
*
reorder functions to be in sync with KAME.
ume
2003-10-23
1
-128
/
+132
*
EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493
ume
2003-10-23
2
-17
/
+4
*
oops, gai_strerror must return default value when error code
ume
2003-10-22
1
-0
/
+1
*
make ai_errlist struct. this is preparation for RFC3493
ume
2003-10-22
1
-19
/
+32
*
stop use of NI_WITHSCOPEID. it was deprecated.
ume
2003-10-21
1
-8
/
+3
*
From OpenBSD:
fenner
2003-09-15
1
-1
/
+1
*
Our getaddrinfo() and getnameinfo() are thread-safe but
ume
2003-09-15
2
-2
/
+10
*
mdoc(7): Properly mark C headers.
ru
2003-09-10
3
-3
/
+3
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
7
-18
/
+18
*
An u_int8_t can never be bigger than 255, so remove a useless check.
mux
2003-07-25
1
-2
/
+0
*
Remove bogus non-reentrant "temporary" implementation of gethostbyaddr_r()
kris
2003-06-19
1
-19
/
+0
*
.Xr -> .Lb for librairy. There is no manual page corresponding to .Xr.
charnier
2003-06-08
1
-1
/
+1
*
Assorted mdoc(7) fixes.
ru
2003-05-22
1
-17
/
+20
*
Fixed troff(1) and mdoc(7) warnings.
ru
2003-05-18
1
-1
/
+2
*
Replace use of a spinlock with a mutex.
deischen
2003-05-04
2
-12
/
+9
*
Back out the `hiding' of strlcpy and strlcat. Several people
nectar
2003-05-01
5
-17
/
+11
*
`Hide' strlcpy and strlcat (using the namespace.h / __weak_reference
nectar
2003-04-29
5
-11
/
+17
*
Don't complain about missing NSS methods when built statically. It is
nectar
2003-04-24
1
-1
/
+3
*
Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by
nectar
2003-04-24
2
-4
/
+8
*
Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by
nectar
2003-04-24
2
-3
/
+3
*
= Implement name service switch modules (NSS modules). NSS modules
nectar
2003-04-17
7
-204
/
+885
*
Remove NS and ISO stuff.
peter
2003-03-05
6
-717
/
+2
*
Restore vendor ID.
obrien
2003-03-03
1
-2
/
+2
*
Eliminate 19 warnings in libc (at level WARNS=2) of the
nectar
2003-02-27
5
-4
/
+9
*
Whack 28 unused variables.
nectar
2003-02-18
5
-9
/
+7
*
Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).
nectar
2003-02-16
3
-4
/
+6
*
The .Fn function
charnier
2003-02-06
2
-10
/
+12
*
Use in_addr_t for the right size of an IPv4 address, and copy into
fenner
2003-01-05
1
-1
/
+3
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
2
-2
/
+2
*
english(4) police.
schweikh
2002-12-27
2
-3
/
+3
*
mdoc(7) police: "The .Fa argument.".
ru
2002-12-19
10
-16
/
+68
*
mdoc(7) police: Fixed abuses of the .Ar and .Em macros.
ru
2002-12-18
4
-52
/
+52
*
mdoc(7) police: "The .Fn function".
ru
2002-12-18
11
-4
/
+74
*
mdoc(7) police: markup overhaul.
ru
2002-12-14
1
-10
/
+15
*
Add an implementation of the POSIX.1 sockatmark(3).
fenner
2002-12-13
3
-2
/
+152
*
Fix the HISTORY to match reality. They were never MFC'ed to 4.X.
trhodes
2002-12-12
1
-1
/
+1
*
Consistently mark std(in|out|err) with .Dv, because that's how they
ru
2002-12-04
2
-5
/
+8
*
mdoc(7) police: formatting nits.
ru
2002-11-29
1
-1
/
+1
*
try SIOCGIFINDEX 1st to be able to use network aliasing.
ume
2002-11-28
1
-0
/
+13
*
libc_r wasn't so tied to libc for 22 months.
ru
2002-11-18
1
-5
/
+3
*
query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.
ume
2002-10-26
1
-1
/
+7
*
- scopeid is u_int32_t
ume
2002-10-25
1
-14
/
+21
*
- kill strcpy
ume
2002-10-25
1
-67
/
+56
*
query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.
ume
2002-10-23
1
-51
/
+77
[next]