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
*
KAME 4th patch
shin
1999-12-16
6
-4
/
+1088
*
Add unsigned char cast to isalpha
ache
1999-11-04
2
-2
/
+2
*
Add unsigned char cast to is[x]digit
ache
1999-11-04
2
-5
/
+5
*
unsigned char cast to ctype macros
ache
1999-11-04
1
-1
/
+3
*
Add unsigned char cast to ctype macros arg
ache
1999-11-04
5
-37
/
+39
*
Fix a really lame buglet which broke with IPs of 34
green
1999-11-03
1
-1
/
+1
*
Allow whitespace termination. Internal use of /etc/resolv.conf relies
green
1999-10-31
1
-3
/
+6
*
This is the new inet_addr/inet_aton with proper error checking. This
green
1999-10-31
1
-65
/
+69
*
Back out my backout, it was already posix compliant. Any new fields are
peter
1999-09-28
1
-1
/
+0
*
Fix previous commit. The standards specifically say: "The structure
peter
1999-09-28
1
-0
/
+1
*
Explicitly use sigemptyset to clear a sigset_t. Explicit
marcel
1999-09-28
1
-1
/
+2
*
Fix typo
phantom
1999-09-19
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
47
-50
/
+50
*
Add $Id$, to make it simpler for members of the translation teams to
nik
1999-07-12
6
-0
/
+6
*
Ensure that host_addr (which is returned in struct hostent::h_addr_list[0])
dt
1999-06-07
1
-2
/
+2
*
Change an internal variable from "class" to "ns_class" for C++'s benefit.
peter
1999-06-04
1
-2
/
+2
*
Mention that getservbyport requires its port parameter to be in
ghelmer
1999-03-02
1
-2
/
+3
*
Removed occurrences of consecutive repeated words (such as "the the").
alex
1999-02-12
2
-3
/
+2
*
gethostbyname2() was broken for lookups via NIS on FreeBSD/alpha
gallatin
1999-01-25
1
-4
/
+7
*
64bit portability fixes.
dfr
1998-10-05
1
-11
/
+11
*
o use strncpy safely
imp
1998-09-14
1
-3
/
+8
*
Implement the weak aliases for private entry points in the inet_*
jdp
1998-09-02
20
-90
/
+167
*
Fixed bitrot in prototypes in synopsis.
bde
1998-08-03
1
-5
/
+5
*
Fixed printf format errors.
bde
1998-06-30
1
-1
/
+1
*
Don't compile in the use of poll() when building libc_r. This isn't
peter
1998-06-14
1
-1
/
+15
*
Update the resolver parts to bind-8.1.2 level. I have not touched the
peter
1998-06-11
25
-1733
/
+3219
*
Spelling corrections.
jkoshy
1998-06-06
2
-3
/
+3
*
Resolve some unexpected differences when comparing with the 2.2 version.
peter
1998-05-02
1
-2
/
+10
*
Update libc dns code to 4.9.7-T1B level. This involved chopping out large
peter
1998-05-02
3
-249
/
+753
*
(Ab)use .Vt instead of .Fd for a variable declaration.
bde
1998-03-23
1
-2
/
+2
*
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq
charnier
1998-03-19
1
-3
/
+4
*
Change MACHINE references to MACHINE_ARCH.
jb
1998-02-20
1
-3
/
+3
*
Add #include <string.h> to get prototypes.
jb
1998-02-20
1
-1
/
+2
*
Fixed #includes in the synopsis and in an example. <sys/socket.h>
bde
1998-01-20
1
-1
/
+1
*
handle long usernames more carefully
imp
1998-01-07
1
-5
/
+8
*
Removed unnecessary initialization of hp in gethostbyaddr_r.
alex
1997-12-25
1
-3
/
+3
*
Sorted lists.
bde
1997-10-21
1
-20
/
+19
*
Removed the subdirectory paths from the definitions of MAN[1-9]. They
bde
1997-10-15
1
-7
/
+5
*
Some adjustments for the resolver use of poll(). For some reason I thought
peter
1997-09-16
1
-7
/
+8
*
Call poll(2) from within the resolver but adapt to older kernels without it
peter
1997-09-14
1
-26
/
+68
*
Add "options no_tld_query" to resolv.conf.
brian
1997-09-01
2
-4
/
+6
*
kill the undead
peter
1997-07-13
3
-239
/
+0
*
This commit was generated by cvs2svn to compensate for changes in r27180,
bde
1997-07-03
3
-0
/
+239
|
\
|
*
Import Lite2's src/lib, except for non-i386 machine-dependent directories,
bde
1997-07-03
4
-4
/
+243
|
*
pull this in to avoid fixing these twice
peter
1996-08-30
1
-5
/
+6
|
*
recording cvs-1.6 file death
peter
1995-12-30
3
-239
/
+0
*
|
replace the OpenBSD fd_set sizing code with something more efficient.
peter
1997-06-28
1
-9
/
+16
*
|
Dynamically size fd_set in select rather than fail if too many files
peter
1997-06-27
1
-8
/
+9
*
|
compensate for res_send <-> __res_send changes
peter
1997-06-27
1
-2
/
+4
*
|
Merge in bind-4.9.6 resolver changes. Note that they resolve the
peter
1997-06-27
10
-69
/
+97
[next]