Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 | 1 | -2/+1 | |
| | | | | 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 | |||||
* | weaks for __pthread_internal_tsd* are added if not built w/ -DSHARED, header ↵ | Peter S. Mazinger | 2006-02-01 | 1 | -1/+7 | |
| | | | | issue | |||||
* | 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 | 8 | -4/+18 | |
| | ||||||
* | 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 | 13 | -14/+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 | 13 | -1/+21 | |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | |||||
* | some global data relocs gone | Peter S. Mazinger | 2006-01-16 | 11 | -0/+22 | |
| | ||||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -1/+0 | |
| | ||||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 26 | -72/+76 | |
| | ||||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 45 | -887/+1092 | |
| | | | | missing headers, other jump relocs removed | |||||
* | declare static | Mike Frysinger | 2006-01-08 | 1 | -2/+2 | |
| | ||||||
* | hide internal ahostbuf symbol | Mike Frysinger | 2006-01-08 | 1 | -1/+1 | |
| | ||||||
* | hide internal funcs to kill off more relocs | Mike Frysinger | 2006-01-08 | 1 | -0/+2 | |
| | ||||||
* | kill off two more relocs | Mike Frysinger | 2006-01-08 | 1 | -2/+4 | |
| | ||||||
* | update libc lock functions to new pthread forwarding | Mike Frysinger | 2006-01-06 | 1 | -19/+0 | |
| | ||||||
* | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | 2006-01-03 | 1 | -1/+1 | |
| | ||||||
* | use errno.h not sys/errno.h as pointed out by sjhill | Mike Frysinger | 2005-12-30 | 1 | -1/+0 | |
| | ||||||
* | make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the ↵ | Mike Frysinger | 2005-12-28 | 1 | -5/+8 | |
| | | | | e-mail list | |||||
* | kill off simple unused warnings | Mike Frysinger | 2005-12-27 | 8 | -15/+15 | |
| | ||||||
* | kill off simple unused warnings | Mike Frysinger | 2005-12-27 | 1 | -8/+5 | |
| | ||||||
* | kill off simple unused warnings | Mike Frysinger | 2005-12-27 | 1 | -5/+5 | |
| | ||||||
* | 2005-12-15 Aubrey.Li <aubreylee@gmail.com> writes: | Mike Frysinger | 2005-12-27 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | When I mounted nfs on my target, the kernel crashed. And I found it was caused by stack overflow. When I digged into it. I found the following issue. In the file "./uClibc/libc/inet/rpc/auth_unix.c" int max_nr_groups = sysconf (_SC_NGROUPS_MAX); gid_t gids[max_nr_groups]; And, NGROUPS_MAX is defined in the file "./linux-2.6.x/include/linux/limits.h" #define NGROUPS_MAX 65536 /* supplemental group IDs are available */ OK, here we can know max_nr_groups is assigned to 65536, that means a huge matrix "gids[65536] is in the function **authunix_create_default**. My method is doing it by malloc, the patch as follows. | |||||
* | kill off minor warning | Mike Frysinger | 2005-12-27 | 1 | -1/+1 | |
| | ||||||
* | Convert some users and get rid of __rpc_thread_createerr jump reloc, this ↵ | Peter S. Mazinger | 2005-12-16 | 23 | -25/+81 | |
| | | | | was indeed a badly chosen name | |||||
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 3 | -2/+4 | |
| | ||||||
* | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | 2005-12-13 | 2 | -4/+4 | |
| |