Age | Commit message (Expand) | Author |
2008-01-09 | Daniel Jacobowitz writes: | Mike Frysinger |
2007-09-28 | This patch will fix a problem when the same host is defined with both IPv4 and | Mike Frysinger |
2007-09-28 | do not check the pointer before freeing it since free(NULL) works just fine | Mike Frysinger |
2007-09-28 | cleanup code style | Mike Frysinger |
2007-07-30 | patch #3: make resolv.c use __uc_malloc | Denis Vlasenko |
2007-04-23 | - include stdbool.h | Bernhard Reutner-Fischer |
2007-04-17 | - shrink resolver code | Bernhard Reutner-Fischer |
2007-03-28 | Warning fix for uninitialized variable, by Al Stone. | Rob Landley |
2007-02-02 | Ronald Maeder writes: | Eric Andersen |
2007-02-02 | use the correct lock for access to __nameserver[] | Eric Andersen |
2007-02-02 | fix lock naming | Eric Andersen |
2007-02-02 | Ronald Maeder writes: | Eric Andersen |
2007-02-02 | fix obvious bug in ipv4/ipv6 resolving. When not using AF_INET, | Eric Andersen |
2006-12-08 | __resolv_lock is supposed to be shared, not static | Eric Andersen |
2006-12-07 | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen |
2006-07-31 | fix h_alias handling in gethostbyaddr_r() just like in gethostbyname_r() | Mike Frysinger |
2006-03-23 | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d... | Peter S. Mazinger |
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger |
2006-02-01 | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger |
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger |
2006-01-16 | some global data relocs gone | Peter S. Mazinger |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger |
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 |