Austin Foxley
|
0748262682
fix a few build errors for the no threads case
|
14 years ago |
Austin Foxley
|
989500b616
getaddrinfo.c: include tls.h before resolv.h
|
15 years ago |
Mikhail Gusarov
|
8d74517c16
Extend __gen_tempname with mode argument
|
15 years ago |
Denys Vlasenko
|
93f8a2e834
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
|
15 years ago |
Bernhard Reutner-Fischer
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
Ron
|
e1aba9d040
Avoid type-punned pointers that break strict-aliasing
|
15 years ago |
Denis Vlasenko
|
1cfb1a3247
heed compiler warnings about checking non-defined variables in #if directives
|
16 years ago |
Denis Vlasenko
|
c40b05b4c4
getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference it
|
16 years ago |
Denis Vlasenko
|
73723d710b
getaddrinfo: remove superfluout indentation, fix incorrect one.
|
16 years ago |
Bernhard Reutner-Fischer
|
a2465d1b4a
- fix loop for checking ifaddr on both IPv4 and IPv6
|
16 years ago |
Denis Vlasenko
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
16 years ago |
Denis Vlasenko
|
b133fe1cac
next portion of libc_hidden_proto removal
|
16 years ago |
Denis Vlasenko
|
e8c6de1939
libc_hidden_proto removal, just a few functions
|
16 years ago |
Denis Vlasenko
|
5b8122803d
getaddrinfo.c: improve readability
|
16 years ago |
Denis Vlasenko
|
1935855e32
getaddrinfo.c: reformat. no code changes
|
16 years ago |
Bernhard Reutner-Fischer
|
01e6f1e63a
- fix typo in r23808
|
16 years ago |
Denis Vlasenko
|
8e5539abe3
libc/inet/getaddrinfo.c: const'ify some data;
|
16 years ago |
Bernhard Reutner-Fischer
|
21c8ad8200
- remove gethostbyname_r relocation
|
16 years ago |
Ricard Wanderlof
|
7253e71055
Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and make
|
16 years ago |
Bernhard Reutner-Fischer
|
1f020b1786
- trim any trailing whitespace
|
16 years ago |
Ricard Wanderlof
|
0f3d1914ce
Simplified check_pf() so it returns a bit vector in an unsigned int,
|
16 years ago |
Ricard Wanderlof
|
0546f7ccc6
Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do not
|
16 years ago |
Ricard Wanderlof
|
6c1d86dcdb
Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to getaddrinfo(3).
|
16 years ago |
Bernhard Reutner-Fischer
|
4cc4b30426
- adds several config-options to allow for turning off certain features
|
16 years ago |
Denis Vlasenko
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 years ago |
Mike Frysinger
|
56a0a95d93
Ricard Wanderlof writes:
|
16 years ago |
Carmelo Amoroso
|
0a595705ec
Added AI_NUMERICSERV flag and check if the string is not just a number
|
16 years ago |
Peter S. Mazinger
|
df31d32b41
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
|
19 years ago |
Peter S. Mazinger
|
726b116dca
some global data relocs gone
|
19 years ago |
Peter S. Mazinger
|
6f7dc709ed
make DODEBUG=y happy, update sysdeps/common/* copyright
|
19 years ago |