summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
...
* fix from psm: only define __ASSUME_NETLINK_SUPPORT if not definedMike Frysinger2006-08-241-0/+2
* fix h_alias handling in gethostbyaddr_r() just like in gethostbyname_r()Mike Frysinger2006-07-311-0/+11
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-052-2/+0
* update licenseMike Frysinger2006-07-051-14/+2
* need hidden proto for rtime() as wellMike Frysinger2006-06-201-0/+1
* sync fix fixes from glibcMike Frysinger2006-06-191-7/+9
* dont shadow the socket() functionMike Frysinger2006-06-192-6/+6
* Move hidden xdr_rmtcall_args prototype before first usePeter S. Mazinger2006-03-241-1/+1
* Mark some functions as BSD onlyPeter S. Mazinger2006-03-231-0/+2
* select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger2006-03-232-0/+2
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-225-5/+5
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-222-2/+3
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-1015-16/+0
* Get rid of nested extern warnings if threads are disabledPeter S. Mazinger2006-03-091-4/+4
* Add back sjhill's 14625 commit, correcting the typo that made it failPeter S. Mazinger2006-03-091-4/+4
* Update copyrightPeter S. Mazinger2006-03-011-2/+3
* Remove duplicate includePeter S. Mazinger2006-03-011-1/+0
* Remove commented include."Steven J. Hill"2006-02-251-1/+0
* Revert change. Calls can only be used when utilizing TLS. Sorry for the break..."Steven J. Hill"2006-02-251-5/+5
* Use the TSD macros and get rid of warnings."Steven J. Hill"2006-02-251-4/+5
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-11/+11
* hide xdr_u_shortPeter S. Mazinger2006-02-151-0/+1
* DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger2006-02-151-0/+2
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-132-61/+25
* Weaken all that I remember being used in libpthreadPeter S. Mazinger2006-02-131-8/+8
* Add files for IMA. Yes, I know it's a hack and no, I won't split the affected...Peter S. Mazinger2006-02-1356-0/+448
* eat whitespaceMike Frysinger2006-02-101-1/+1
* weaks for __pthread_internal_tsd* are added if not built w/ -DSHARED, header ...Peter S. Mazinger2006-02-011-1/+7
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-012-3/+3
* don't include wchar.h if WCHAR is disabledPeter S. Mazinger2006-01-311-0/+2
* Change the only bcopy user to memmove and remove internal version of bcopyPeter S. Mazinger2006-01-301-4/+4
* sync with glibc and rename local socket var to _socketMike Frysinger2006-01-291-35/+36
* sync func def with glibc and dont include sys/socket.h since we dont use sock...Mike Frysinger2006-01-291-2/+7
* sync comment with glibc and dont include sys/socket.h since we dont use socket()Mike Frysinger2006-01-291-1/+2
* rename to match glibcMike Frysinger2006-01-292-1/+1
* rename to match glibcMike Frysinger2006-01-292-1/+3
* sync with glibc and rename socket vars to _socketMike Frysinger2006-01-291-9/+9
* sync iruserfopen() prototype with glibc and remove double setting of cp to NU...Mike Frysinger2006-01-291-2/+1
* Bernhard Fischer writes: remove unused variable __rcmd_errstrMike Frysinger2006-01-291-2/+0
* small sync with glibcMike Frysinger2006-01-291-16/+45
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-2612-15/+51
* Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger2006-01-241-8/+8
* Use wildcard *.c for full rpc, update copyrightPeter S. Mazinger2006-01-241-30/+15
* s/svc_auth_unix.c/svc_authux.c/Peter S. Mazinger2006-01-241-1/+1
* s/rpc_callmsg.c/rpc_cmsg.c/ for non-full rpc as wellPeter S. Mazinger2006-01-241-1/+1
* sync with glibcMike Frysinger2006-01-237-30/+37
* Add some attribute_noreturn, replace __attribute__ ((noreturn)) as wellPeter S. Mazinger2006-01-232-2/+2
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-2220-21/+0
* disable deprecated warnings for some filesMike Frysinger2006-01-201-0/+1
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-1618-1/+44