Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | replace my @debian.org addr with @uclibc.org. Fixup license on | Eric Andersen | 2006-07-05 | 1 | -1/+1 | |
| | | | | readelf and ldd to again state that they are GPLv2 | |||||
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -5/+2 | |
| | | | | I had clearly run search/replace on that were cluttering things up. | |||||
* | sync with glibc | Mike Frysinger | 2006-07-05 | 2 | -19/+20 | |
| | ||||||
* | update license | Mike Frysinger | 2006-07-05 | 3 | -40/+4 | |
| | ||||||
* | Make execle() and chown() available again (corrects commit 15179). | Peter Kjellerstedt | 2006-05-30 | 1 | -0/+1 | |
| | ||||||
* | Amir Shalem writes: | Mike Frysinger | 2006-05-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | there are missing prototypes for chown() and execle() in uClibc-snapshot. I'm attaching a patch to add the missing prototypes. the error I'm getting without the patch: AR cr libc/libc_so.a LD libuClibc-0.9.28.so libc/libc_so.a(grantpt.os): In function `__unix_grantpt': grantpt.c:(.text+0x108): undefined reference to `__GI_chown' grantpt.c:(.text+0x1ae): undefined reference to `__GI_execle' | |||||
* | Correct typo | Peter S. Mazinger | 2006-03-23 | 1 | -1/+1 | |
| | ||||||
* | Mark some functions as BSD only | Peter S. Mazinger | 2006-03-23 | 3 | -0/+9 | |
| | ||||||
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 | |
| | ||||||
* | Mark some functions as GNU, provide missing hidden memmem, remove ↵ | Peter S. Mazinger | 2006-03-22 | 1 | -1/+2 | |
| | | | | _ISOC99/XOPEN_SOURCE | |||||
* | stderr does not have hidden version anymore, disable it's use | Peter S. Mazinger | 2006-03-21 | 1 | -1/+0 | |
| | ||||||
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | 2006-03-10 | 3 | -4/+0 | |
| | | | | most of global data relocations are back | |||||
* | Rename getopt_long-susv3 to -simple | Peter S. Mazinger | 2006-03-03 | 2 | -2/+2 | |
| | ||||||
* | Upstream update | Peter S. Mazinger | 2006-03-03 | 1 | -2/+2 | |
| | ||||||
* | Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt | Peter S. Mazinger | 2006-02-27 | 2 | -1/+62 | |
| | ||||||
* | Add Rich Felker's getsubopt, smaller then the glibc copied one | Peter S. Mazinger | 2006-02-27 | 2 | -0/+39 | |
| | ||||||
* | Add hidden version for susv3 getopt | Peter S. Mazinger | 2006-02-27 | 1 | -0/+2 | |
| | ||||||
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 2 | -2/+2 | |
| | ||||||
* | Take getopt from glibc, disable -W foo support as in the earlier version, ↵ | Peter S. Mazinger | 2006-02-17 | 2 | -495/+1014 | |
| | | | | size shrink 5%, hope it solves option parsing w/ busybox tar | |||||
* | Remove hidden_data_def for opt* | Peter S. Mazinger | 2006-02-17 | 2 | -16/+0 | |
| | ||||||
* | Sync w/ glibc, no size change | Peter S. Mazinger | 2006-02-17 | 1 | -4/+5 | |
| | ||||||
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -38/+17 | |
| | | | | 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 | |||||
* | Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵ | Peter S. Mazinger | 2006-02-13 | 6 | -0/+48 | |
| | | | | affected files | |||||
* | Don't compile daemon.c at all for non-MMU | Peter S. Mazinger | 2006-02-13 | 2 | -4/+4 | |
| | ||||||
* | add back in code cut by previous commit to fix the pathconf test | Mike Frysinger | 2006-02-11 | 1 | -0/+5 | |
| | ||||||
* | sync with glibc and kill dead code to fix issues found by the nftw ltp tests | Mike Frysinger | 2006-02-10 | 1 | -150/+94 | |
| | ||||||
* | attribute_hidden is enough in the prototype, sync getopt-susv3 w/ gnu | Peter S. Mazinger | 2006-02-03 | 2 | -5/+14 | |
| | ||||||
* | disable hidden_proto/def for __BCC__ generally | Peter S. Mazinger | 2006-02-03 | 1 | -2/+0 | |
| | ||||||
* | Use internal versions of strchr and stderr for non-BCC | Peter S. Mazinger | 2006-02-03 | 1 | -1/+5 | |
| | ||||||
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 1 | -4/+4 | |
| | ||||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -0/+1 | |
| | ||||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 5 | -5/+0 | |
| | | | | is a useless attempt | |||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 4 | -8/+25 | |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 2 | -2/+4 | |
| | ||||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 15 | -149/+184 | |
| | | | | missing headers, other jump relocs removed | |||||
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | 2005-12-16 | 3 | -3/+9 | |
| | | | | it back | |||||
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 1 | -0/+1 | |
| | ||||||
* | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | 2005-12-13 | 3 | -7/+7 | |
| | ||||||
* | Fix alias. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+1 | |
| | ||||||
* | Remove unused weak_alias. Thanks Peter. | "Steven J. Hill" | 2005-12-10 | 1 | -1/+0 | |
| | ||||||
* | Merge from NPTL. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+4 | |
| | ||||||
* | fixed unused warning | Mike Frysinger | 2005-12-10 | 1 | -1/+1 | |
| | ||||||
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 | |
| | ||||||
* | Convert the rest of users to hidden | Peter S. Mazinger | 2005-12-08 | 2 | -2/+5 | |
| | ||||||
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 4 | -1/+4 | |
| | ||||||
* | Do __sleep, should we make it weak, so that libpthread can overwrite it? | Peter S. Mazinger | 2005-12-08 | 1 | -2/+3 | |
| | ||||||
* | Hide more | Peter S. Mazinger | 2005-12-07 | 2 | -0/+3 | |
| | ||||||
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 1 | -0/+2 | |
| | ||||||
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 2 | -2/+11 | |
| | ||||||
* | Rename newly created __libc_x (reserved for libpthread overwrites) w/ ↵ | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 | |
| | | | | x_internal, do not use cascading aliases |