Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-22 | add hidden defs for execv/execlp for completeness | Mike Frysinger | |
2007-07-30 | make utent.c, getpass.c use __uc_malloc | Denis Vlasenko | |
2007-07-18 | execXp should go to next PATH dir on any error except ENOEXEC, | Denis Vlasenko | |
not just on ENOENT (in particular, on EPERM). At least glibc does so. Fixing this. | |||
2007-05-02 | Daniel Jacobowitz: sleep()/usleep() relies on nanosleep() being a cancellation | Mike Frysinger | |
point but the files have "libc_hidden_proto(nanosleep)" which means it always calls the libc.so version, never the wrapped version in libpthread.so that's a cancellation point. | |||
2007-04-13 | Patch by Ricard Wanderlof <ricardw at axis dot com>: | Peter Kjellerstedt | |
* Add configurable buffer sizes for getpwnam() and getgrnam(). The default buffer size is, as before, 256 (glibc seems to use 1024 by default). | |||
2007-01-22 | Recognize _SC_MONOTONIC_CLOCK in sysconf() even if __NR_clock_getres | Peter Kjellerstedt | |
is not defined. | |||
2007-01-21 | - repair misplaced #endif that got introduced in r17410. Fixes compilation. | Bernhard Reutner-Fischer | |
2007-01-20 | The case for _SC_MONOTONIC_CLOCK should only exist if 'clock_getres' does. | "Steven J. Hill" | |
2006-09-22 | Added support for sysconf(_SC_MONOTONIC_CLOCK). | Peter Kjellerstedt | |
2006-07-05 | replace my @debian.org addr with @uclibc.org. Fixup license on | Eric Andersen | |
readelf and ldd to again state that they are GPLv2 | |||
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | |
I had clearly run search/replace on that were cluttering things up. | |||
2006-07-05 | sync with glibc | Mike Frysinger | |
2006-07-05 | update license | Mike Frysinger | |
2006-05-30 | Make execle() and chown() available again (corrects commit 15179). | Peter Kjellerstedt | |
2006-05-26 | Amir Shalem writes: | Mike Frysinger | |
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' | |||
2006-03-23 | Correct typo | Peter S. Mazinger | |
2006-03-23 | Mark some functions as BSD only | Peter S. Mazinger | |
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | |
2006-03-22 | Mark some functions as GNU, provide missing hidden memmem, remove ↵ | Peter S. Mazinger | |
_ISOC99/XOPEN_SOURCE | |||
2006-03-21 | stderr does not have hidden version anymore, disable it's use | Peter S. Mazinger | |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | |
most of global data relocations are back | |||
2006-03-03 | Rename getopt_long-susv3 to -simple | Peter S. Mazinger | |
2006-03-03 | Upstream update | Peter S. Mazinger | |
2006-02-27 | Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt | Peter S. Mazinger | |
2006-02-27 | Add Rich Felker's getsubopt, smaller then the glibc copied one | Peter S. Mazinger | |
2006-02-27 | Add hidden version for susv3 getopt | Peter S. Mazinger | |
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger | |
2006-02-17 | Take getopt from glibc, disable -W foo support as in the earlier version, ↵ | Peter S. Mazinger | |
size shrink 5%, hope it solves option parsing w/ busybox tar | |||
2006-02-17 | Remove hidden_data_def for opt* | Peter S. Mazinger | |
2006-02-17 | Sync w/ glibc, no size change | Peter S. Mazinger | |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | |
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 | |||
2006-02-13 | Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵ | Peter S. Mazinger | |
affected files | |||
2006-02-13 | Don't compile daemon.c at all for non-MMU | Peter S. Mazinger | |
2006-02-11 | add back in code cut by previous commit to fix the pathconf test | Mike Frysinger | |
2006-02-10 | sync with glibc and kill dead code to fix issues found by the nftw ltp tests | Mike Frysinger | |
2006-02-03 | attribute_hidden is enough in the prototype, sync getopt-susv3 w/ gnu | Peter S. Mazinger | |
2006-02-03 | disable hidden_proto/def for __BCC__ generally | Peter S. Mazinger | |
2006-02-03 | Use internal versions of strchr and stderr for non-BCC | 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-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | |
gone from libc. The remaining are left as exercise for others ;-) | |||
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 ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | |
it back | |||
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger | |
2005-12-13 | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | |
2005-12-10 | Fix alias. | "Steven J. Hill" | |
2005-12-10 | Remove unused weak_alias. Thanks Peter. | "Steven J. Hill" | |
2005-12-10 | Merge from NPTL. | "Steven J. Hill" | |