Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix from psm: only define __ASSUME_NETLINK_SUPPORT if not defined | Mike Frysinger | 2006-08-24 | 1 | -0/+2 | |
| | ||||||
* | fix h_alias handling in gethostbyaddr_r() just like in gethostbyname_r() | Mike Frysinger | 2006-07-31 | 1 | -0/+11 | |
| | | | | | | | | | otherwise we get messed up alias memory and this simple test case will segfault: python -c 'import socket; print socket.gethostbyaddr("80.68.88.204")[2];' see bug report in blackfin tracker for more info: http://blackfin.uclinux.org/tracker/index.php?func=detail&aid=1503&group_id=17&atid=141 | |||||
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 2 | -2/+0 | |
| | | | | I had clearly run search/replace on that were cluttering things up. | |||||
* | update license | Mike Frysinger | 2006-07-05 | 1 | -14/+2 | |
| | ||||||
* | need hidden proto for rtime() as well | Mike Frysinger | 2006-06-20 | 1 | -0/+1 | |
| | ||||||
* | sync fix fixes from glibc | Mike Frysinger | 2006-06-19 | 1 | -7/+9 | |
| | ||||||
* | dont shadow the socket() function | Mike Frysinger | 2006-06-19 | 2 | -6/+6 | |
| | ||||||
* | Move hidden xdr_rmtcall_args prototype before first use | Peter S. Mazinger | 2006-03-24 | 1 | -1/+1 | |
| | ||||||
* | Mark some functions as BSD only | Peter S. Mazinger | 2006-03-23 | 1 | -0/+2 | |
| | ||||||
* | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not ↵ | Peter S. Mazinger | 2006-03-23 | 2 | -0/+2 | |
| | | | | defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist | |||||
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 5 | -5/+5 | |
| | ||||||
* | Mark some functions as GNU, provide missing hidden memmem, remove ↵ | Peter S. Mazinger | 2006-03-22 | 2 | -2/+3 | |
| | | | | _ISOC99/XOPEN_SOURCE | |||||
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | 2006-03-10 | 15 | -16/+0 | |
| | | | | most of global data relocations are back | |||||
* | Get rid of nested extern warnings if threads are disabled | Peter S. Mazinger | 2006-03-09 | 1 | -4/+4 | |
| | ||||||
* | Add back sjhill's 14625 commit, correcting the typo that made it fail | Peter S. Mazinger | 2006-03-09 | 1 | -4/+4 | |
| | ||||||
* | Update copyright | Peter S. Mazinger | 2006-03-01 | 1 | -2/+3 | |
| | ||||||
* | Remove duplicate include | Peter S. Mazinger | 2006-03-01 | 1 | -1/+0 | |
| | ||||||
* | Remove commented include. | "Steven J. Hill" | 2006-02-25 | 1 | -1/+0 | |
| | ||||||
* | Revert change. Calls can only be used when utilizing TLS. Sorry for the ↵ | "Steven J. Hill" | 2006-02-25 | 1 | -5/+5 | |
| | | | | breakage. | |||||
* | Use the TSD macros and get rid of warnings. | "Steven J. Hill" | 2006-02-25 | 1 | -4/+5 | |
| | ||||||
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 1 | -11/+11 | |
| | ||||||
* | hide xdr_u_short | Peter S. Mazinger | 2006-02-15 | 1 | -0/+1 | |
| | ||||||
* | DOMULTI may be used for libc, the excluded files need work, ↵ | Peter S. Mazinger | 2006-02-15 | 1 | -0/+2 | |
| | | | | linuxthreads[_db] as well, don't try on slow box | |||||
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | 2006-02-13 | 2 | -61/+25 | |
| | | | | libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore | |||||
* | Weaken all that I remember being used in libpthread | Peter S. Mazinger | 2006-02-13 | 1 | -8/+8 | |
| | ||||||
* | Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵ | Peter S. Mazinger | 2006-02-13 | 56 | -0/+448 | |
| | | | | affected files | |||||
* | eat whitespace | Mike Frysinger | 2006-02-10 | 1 | -1/+1 | |
| | ||||||
* | weaks for __pthread_internal_tsd* are added if not built w/ -DSHARED, header ↵ | Peter S. Mazinger | 2006-02-01 | 1 | -1/+7 | |
| | | | | issue | |||||
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 2 | -3/+3 | |
| | ||||||
* | don't include wchar.h if WCHAR is disabled | Peter S. Mazinger | 2006-01-31 | 1 | -0/+2 | |
| | ||||||
* | Change the only bcopy user to memmove and remove internal version of bcopy | Peter S. Mazinger | 2006-01-30 | 1 | -4/+4 | |
| | ||||||
* | sync with glibc and rename local socket var to _socket | Mike Frysinger | 2006-01-29 | 1 | -35/+36 | |
| | ||||||
* | sync func def with glibc and dont include sys/socket.h since we dont use ↵ | Mike Frysinger | 2006-01-29 | 1 | -2/+7 | |
| | | | | socket() | |||||
* | sync comment with glibc and dont include sys/socket.h since we dont use socket() | Mike Frysinger | 2006-01-29 | 1 | -1/+2 | |
| | ||||||
* | rename to match glibc | Mike Frysinger | 2006-01-29 | 2 | -1/+1 | |
| | ||||||
* | rename to match glibc | Mike Frysinger | 2006-01-29 | 2 | -1/+3 | |
| | ||||||
* | sync with glibc and rename socket vars to _socket | Mike Frysinger | 2006-01-29 | 1 | -9/+9 | |
| | ||||||
* | sync iruserfopen() prototype with glibc and remove double setting of cp to ↵ | Mike Frysinger | 2006-01-29 | 1 | -2/+1 | |
| | | | | NULL by Bernard Fischer | |||||
* | Bernhard Fischer writes: remove unused variable __rcmd_errstr | Mike Frysinger | 2006-01-29 | 1 | -2/+0 | |
| | ||||||
* | small sync with glibc | Mike Frysinger | 2006-01-29 | 1 | -16/+45 | |
| | ||||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 12 | -15/+51 | |
| | ||||||
* | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -8/+8 | |
| | ||||||
* | Use wildcard *.c for full rpc, update copyright | Peter S. Mazinger | 2006-01-24 | 1 | -30/+15 | |
| | ||||||
* | s/svc_auth_unix.c/svc_authux.c/ | Peter S. Mazinger | 2006-01-24 | 1 | -1/+1 | |
| | ||||||
* | s/rpc_callmsg.c/rpc_cmsg.c/ for non-full rpc as well | Peter S. Mazinger | 2006-01-24 | 1 | -1/+1 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-01-23 | 7 | -30/+37 | |
| | ||||||
* | Add some attribute_noreturn, replace __attribute__ ((noreturn)) as well | Peter S. Mazinger | 2006-01-23 | 2 | -2/+2 | |
| | ||||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 20 | -21/+0 | |
| | | | | is a useless attempt | |||||
* | disable deprecated warnings for some files | Mike Frysinger | 2006-01-20 | 1 | -0/+1 | |
| | ||||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 18 | -1/+44 | |
| | | | | gone from libc. The remaining are left as exercise for others ;-) |