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
*
Clang related fixes:
rpaulo
2010-10-13
1
-0
/
+1
*
mdoc: drop redundant .Pp and .LP calls
uqs
2010-10-08
3
-4
/
+0
*
When no protocol entry is found, getproto*_r(3) should
ume
2010-10-05
3
-3
/
+3
*
Clear errno for each method dispatch.
ume
2010-10-04
1
-0
/
+2
*
Revert changes of 'assure' to 'ensure' made in r211936.
brucec
2010-09-11
2
-4
/
+4
*
Fix incorrect usage of 'assure' and 'insure'.
brucec
2010-08-28
4
-6
/
+6
*
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
joel
2010-08-16
3
-4
/
+5
*
Correct the return code from _dns_gethostby*() to correspond
ume
2010-08-15
1
-4
/
+20
*
- When there is no room for returning the result, nss backend
ume
2010-08-13
11
-49
/
+109
*
Fix typos and spelling mistakes.
joel
2010-08-06
2
-2
/
+2
*
Spelling fixes.
joel
2010-08-02
3
-3
/
+3
*
If a user calls sctp_sendx() with a NULL
rrs
2010-07-07
1
-0
/
+5
*
Increment 'sa' at the end of the loop; otherwise, only the first
brucec
2010-07-05
1
-1
/
+1
*
Use ISO C99 integer types instead of the BSD-specific u_int*_t.
brucec
2010-07-04
3
-29
/
+29
*
sctp_recvmsg returns the number of bytes received, not sent.
brucec
2010-06-11
1
-1
/
+1
*
Use the stored length value instead of calculating it by strlen().
ume
2010-04-06
1
-8
/
+6
*
Add capability to use a db version of services. It is enabled by
ume
2010-04-04
2
-1
/
+204
*
Reduce duplicate code.
ume
2010-04-04
1
-59
/
+33
*
Treat '+' as special only when in compat mode, and simplify
ume
2010-04-04
1
-22
/
+19
*
Stop adding trailing '\n'. The servent_unpack() doesn't expect
ume
2010-04-04
1
-10
/
+3
*
Remove extra semicolon.
brucec
2010-01-31
1
-1
/
+1
*
Fix typo of ENOTCONN.
brucec
2010-01-31
4
-3
/
+5
*
Miscellaneous mdoc, spelling and inconsistency fixes.
brueffer
2010-01-12
9
-23
/
+24
*
- correct xref sections
danger
2009-11-28
2
-4
/
+4
*
Add missing IEEE1394 support dropped during merge from NetBSD.
ume
2009-11-12
1
-0
/
+11
*
ANSIfy.
ume
2009-11-11
1
-25
/
+8
*
Add NLS catalogs support to gai_strerror(3).
ume
2009-11-09
1
-0
/
+58
*
Revert r196976, now that <machine/param.h> behaves predictably.
phk
2009-09-09
1
-1
/
+0
*
Add necessary include
phk
2009-09-08
1
-0
/
+1
*
Document how to enable strict RFC 1034 enforcements.
delphij
2009-05-29
1
-1
/
+14
*
Fix an issue when nss fallback routines are used in a multithreaded application.
zml
2009-05-27
1
-4
/
+23
*
Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq;
bms
2009-04-29
1
-2
/
+3
*
Query DNS only once per an address family.
ume
2009-03-29
1
-86
/
+170
*
Add support for SCTP to getaddrinfo(3).
ume
2009-03-25
1
-7
/
+20
*
getaddrinfo(3) should accept numeric when ai_socktype is not
ume
2009-03-24
1
-1
/
+11
*
Considerably improve the wording of this man page.
bms
2009-03-04
1
-20
/
+77
*
Update copyright.
bms
2009-03-04
1
-16
/
+13
*
Add a missing .El.
delphij
2009-03-01
1
-0
/
+1
*
Shutup warning for DNAME RR.
ume
2009-02-08
2
-2
/
+3
*
- forgot to bump a date
danger
2009-01-06
1
-1
/
+1
*
catch up wtih r175955 by ume:
danger
2009-01-06
1
-53
/
+2
*
Add an ENVIRONMENT section to note that the RSH variable can be set to
murray
2008-12-14
1
-0
/
+7
*
- AI_ALL and AI_V4MAPPED flags are currently not supported
danger
2008-07-01
1
-1
/
+18
*
Include libc_private.h for the declaration of __isthreaded instead of
jhb
2008-05-02
1
-0
/
+1
*
Remove incomplete support of AI_ALL and AI_V4MAPPED.
ume
2008-02-03
1
-21
/
+0
*
Moved logging out of the nss_method_lookup() in order not to
bushman
2007-12-17
1
-9
/
+13
*
Implementing 'fallback' nsswitch source. 'fallback' source is used
bushman
2007-12-12
1
-3
/
+26
*
Fix bad rule and bad dependency for nsparser.h that can
ru
2007-11-15
1
-6
/
+3
*
mdoc fix: remove extraneous empty line.
keramida
2007-10-30
1
-2
/
+1
*
- Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached to
tmclaugh
2007-10-17
1
-1
/
+1
[next]