| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
I believe have made all of libc .c's as consistent as possible.
Notes:
svn path=/head/; revision=92986
|
| |
|
|
|
|
|
|
|
| |
id cruft.
Submitted by: bde
Notes:
svn path=/head/; revision=84725
|
| |
|
|
|
|
|
|
|
| |
of the new RCSID macros.
MFC after: 3 days
Notes:
svn path=/head/; revision=84437
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
and res_* modules in a way that works for ELF. I moved the aliases
out of res_stubs.c and into the individual modules where the entry
points are defined. Weak aliases don't work in ELF unless that is
the case. (Actually, I'm surprised it worked for a.out.)
This should fix the undefined "inet_addr" and related symbols in
various applications that fail to include <arpa/inet.h> or
<resolv.h> as they are supposed to do.
Notes:
svn path=/head/; revision=38736
|
| |
|
|
|
|
|
|
|
| |
getXXXXbyYYYY() interfaces yet.
Obtained from: diff relative to bind-8.1.2 sources
Notes:
svn path=/head/; revision=36891
|
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
|