Age | Commit message (Expand) | Author |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2006-01-08 | hide internal symbols | Mike Frysinger |
2005-12-16 | Convert some users and get rid of __rpc_thread_createerr jump reloc, this was... | Peter S. Mazinger |
2005-12-09 | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger |
2005-12-08 | mmap/mremap/socket/rewind gone | Peter S. Mazinger |
2005-12-08 | Convert the rest of users to hidden | Peter S. Mazinger |
2005-12-08 | Again rpc ;-( , all *inet*, *addr* | Peter S. Mazinger |
2005-12-07 | Hide more | Peter S. Mazinger |
2005-12-06 | Make use internal str*casecmp/wcscoll | Peter S. Mazinger |
2005-12-06 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger |
2005-12-03 | Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte... | Peter S. Mazinger |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-29 | Hiding again | Peter S. Mazinger |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger |
2005-11-26 | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger |
2005-11-26 | Some more hidden internals | Peter S. Mazinger |
2005-10-20 | Better solution to duplicate locking defines | Peter S. Mazinger |
2005-10-20 | Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in ... | Peter S. Mazinger |
2005-05-10 | The default static buffer sizes are too small to handle the 8 entries returned | Eric Andersen |
2005-04-28 | Fix it so uClibc returns multiple ips via h_addr_list, | Eric Andersen |
2005-04-28 | Cleanup error case a bit | Eric Andersen |
2005-04-28 | This might actually now be thread safe, assuming I havn't broken it. | Eric Andersen |
2005-04-28 | trim trailing whitespace | Eric Andersen |
2005-01-11 | Jan Lana writes: | Eric Andersen |
2004-09-07 | Implement gethostent_r | Eric Andersen |
2004-09-07 | Remove stale leftovers | Eric Andersen |
2004-08-15 | Do not fail all lookups when /etc/resolv.conf is missing, as i.e. | Eric Andersen |
2004-08-14 | req_search returned garbage. This teaches it to behave itself and | Eric Andersen |
2004-08-10 | On Monday 02 August 2004 08:44 am, Mike Frysinger wrote: | Manuel Novoa III |
2004-03-10 | Bug fix: gethostbyname2_r would fail if /etc/host was missing. | Manuel Novoa III |
2004-01-24 | Imre Sunyi writes: | Eric Andersen |
2004-01-04 | Implement res_search and res_querydomain based on netbsd code, | Eric Andersen |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-10-19 | We were failing to properly set h_errno on success, which could | Eric Andersen |
2003-10-15 | Patch from Tony J. White: | Eric Andersen |
2003-09-01 | 15 retries is really rather excessive... | Eric Andersen |
2003-06-17 | Patch from Ronald Wahl fixing an IPV6 specific problem | Eric Andersen |
2003-03-01 | Patch from Jeffrey Damick: | Eric Andersen |
2003-02-12 | Eliminate a needless extern | Eric Andersen |
2003-01-10 | Patch from Jay Kulpinski: | Eric Andersen |
2002-11-21 | Cleanup use of in6addr_loopback and in6addr_any | Eric Andersen |
2002-11-03 | Patch from "Cho, Seong-Myun" <smcho@xecurenexus.com> to limit | Eric Andersen |
2002-08-19 | Fixup struct _res handling so apps using struct _res can actually | Eric Andersen |
2002-08-17 | Fixed __read_etc_hosts_r to return alias list and modified buffer | Manuel Novoa III |
2002-08-16 | Remove __res_state function. | Miles Bader |
2002-08-06 | Fixup the last missing pieces of thread locking | Eric Andersen |
2002-07-08 | Finer grained locking in __connect_dns() so we don't hold the | Eric Andersen |
2002-07-07 | Doh! search-n-replace strikes again | Eric Andersen |
2002-07-07 | Cleanup namespace leaks by prepending __ to global stuff to | Eric Andersen |