Age | Commit message (Expand) | Author |
2008-06-12 | Revert revision 19343 and also remove libc_hidden_proto for __uc_malloc. | Bernd Schmidt |
2008-06-06 | Remove superfluous attribute_hidden from function | Denis Vlasenko |
2008-06-06 | Use more natural way to return a value in __read_etc_hosts_r: | Denis Vlasenko |
2008-06-06 | Fix failure in test/inet/gethost_r-align: | Denis Vlasenko |
2008-06-04 | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt |
2008-06-03 | close bug 473: | Denis Vlasenko |
2008-06-03 | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer |
2008-06-02 | libc/inet/resolv.c: use ip6.arpa instead of ip6.int for reverse | Denis Vlasenko |
2008-05-27 | Fix build failure due to missing 'smallint' definition | Carmelo Amoroso |
2008-05-20 | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2008-02-12 | add hidden_proto's for __uc_malloc | Denis Vlasenko |
2008-01-11 | Use poll() rather than select() if the former is available to wait in | Peter Kjellerstedt |
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 |