Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-15 | netdb.h: partial update, adding some __USE_MISC/__USE_GNU guards | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-08-05 | getnet: switch to config parser | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-07-06 | Revert "don't make __errno_location / __h_errno_location hidden" | Austin Foxley | |
This reverts commit 0d6ee549bc86fd330672a79d9a87d2c3825eea67. We need to find a solution that will work in shared and static libraries Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2010-07-05 | don't make __errno_location / __h_errno_location hidden | Peter Korsgaard | |
Closes #2089 (https://bugs.busybox.net/show_bug.cgi?id=2089) __errno_location / __h_errno_location access has to go through the PLT like malloc/free, so the linuxthread variants gets used instead when compiling with -pthread. Based on http://github.com/mat-c/uClibc/commit/328d392c54aa5dc2b8e7f398a419087de497de2b Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-09-26 | include/: add tls errno and res_state | Austin Foxley | |
Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-01-21 | - remove unavailable functionality upon request (Peter Mazinger) | Bernhard Reutner-Fischer | |
2008-12-01 | gethostbyname can use gethostbyname2, saving one nearly 0.5k static buffer | Denis Vlasenko | |
text data bss dec hex filename - 45 0 480 525 20d libc/inet/gethostbyname.o + 18 0 0 18 12 libc/inet/gethostbyname.o | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2008-04-12 | Functions should be either exported in public .h files | Denis Vlasenko | |
and marked with libc_hidden_proto/def(), or not be exported in .h files and be hidden (or even static if possible). We have five functions which violate this. Fixing: netdb.h: export ruserpass() rpc/rpc.h: export xdr_accepted_reply() and xdr_rejected_reply() make inet_ntoa_r static function (it is not exported in any .h file) make _time_tzset hidden function (it is not exported in any .h file) | |||
2005-11-04 | Sync up w/ glibc | Peter S. Mazinger | |
2005-08-25 | add a note explaining the weird h_errno definition | Mike Frysinger | |
2005-08-18 | Hmm, things broke with vapiers update. Lets | Joakim Tjernlund | |
make it compile and let vapier worry about the rest :) | |||
2005-08-18 | import updates from glibc | Mike Frysinger | |
2004-09-08 | Doh! As noted by Mike Frysinger I was too agressive at culling stuff | Eric Andersen | |
2004-09-07 | Audit and disable unimplemented stuff | Eric Andersen | |
2002-08-16 | (h_errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined. | Miles Bader | |
(__set_h_errno): Just assign to `h_errno' (which will be expanded to the thread-friendly version when appropriate). | |||
2002-08-16 | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | |
-Erik | |||
2002-02-26 | Fix rpc + threads so it now compiles. | Eric Andersen | |
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2001-08-09 | Add hstrerror, it just points to strerror like h_errno. | David McCullough | |
2001-07-09 | A patch from Michal Moskal <malekith@pld.org.pl> to include | Eric Andersen | |
partial IPV6 support. This adds things like gethostbyname2(). Off by defaut, of course, | |||
2001-03-12 | Define h_errno to be errno for now. | Manuel Novoa III | |
2000-10-27 | More random fixes and additions. | Eric Andersen | |
2000-05-14 | Initial revision | Erik Andersen | |