OSDN Git Service

Config.in.arch: enable long double math for xtensa
[uclinux-h8/uClibc.git] / libc / unistd /
2007-04-13 Peter KjellerstedtPatch by Ricard Wanderlof <ricardw at axis dot com>:
2007-01-22 Peter KjellerstedtRecognize _SC_MONOTONIC_CLOCK in sysconf() even if...
2007-01-21 Bernhard Reutner... - repair misplaced #endif that got introduced in r17410...
2007-01-20 "Steven J. Hill"The case for _SC_MONOTONIC_CLOCK should only exist...
2006-09-22 Peter KjellerstedtAdded support for sysconf(_SC_MONOTONIC_CLOCK).
2006-07-05 Eric Andersenreplace my @debian.org addr with @uclibc.org. Fixup...
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-07-05 Mike Frysingersync with glibc
2006-07-05 Mike Frysingerupdate license
2006-05-30 Peter KjellerstedtMake execle() and chown() available again (corrects...
2006-05-26 Mike FrysingerAmir Shalem writes:
2006-03-23 Peter S. MazingerCorrect typo
2006-03-23 Peter S. MazingerMark some functions as BSD only
2006-03-22 Peter S. MazingerCorrect build if UCLIBC_HAS_CTYPE_TABLES is not defined
2006-03-22 Peter S. MazingerMark some functions as GNU, provide missing hidden...
2006-03-21 Peter S. Mazingerstderr does not have hidden version anymore, disable...
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-03-03 Peter S. MazingerRename getopt_long-susv3 to -simple
2006-03-03 Peter S. MazingerUpstream update
2006-02-27 Peter S. MazingerAdd Rich Felker's getopt_long to be used in conjunction...
2006-02-27 Peter S. MazingerAdd Rich Felker's getsubopt, smaller then the glibc...
2006-02-27 Peter S. MazingerAdd hidden version for susv3 getopt
2006-02-18 Mike Frysingertweak the idea between having a MMU and actually using it
2006-02-17 Peter S. MazingerTake getopt from glibc, disable -W foo support as in...
2006-02-17 Peter S. MazingerRemove hidden_data_def for opt*
2006-02-17 Peter S. MazingerSync w/ glibc, no size change
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-02-13 Peter S. MazingerAdd files for IMA. Yes, I know it's a hack and no,...
2006-02-13 Peter S. MazingerDon't compile daemon.c at all for non-MMU
2006-02-11 Mike Frysingeradd back in code cut by previous commit to fix the...
2006-02-10 Mike Frysingersync with glibc and kill dead code to fix issues found...
2006-02-03 Peter S. Mazingerattribute_hidden is enough in the prototype, sync getop...
2006-02-03 Peter S. Mazingerdisable hidden_proto/def for __BCC__ generally
2006-02-03 Peter S. MazingerUse internal versions of strchr and stderr for non-BCC
2006-02-01 Peter S. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-16 Peter S. MazingerConvert all the rest, remove isxupper/isxlower, if...
2005-12-13 Peter S. MazingerConvert all users of earlier hiddens
2005-12-13 Peter S. MazingerConvert internal users of chmod/*stat*, minimize change...
2005-12-10 "Steven J. Hill"Fix alias.
2005-12-10 "Steven J. Hill"Remove unused weak_alias. Thanks Peter.
2005-12-10 "Steven J. Hill"Merge from NPTL.
2005-12-10 Mike Frysingerfixed unused warning
2005-12-08 Peter S. Mazingermmap/mremap/socket/rewind gone
2005-12-08 Peter S. MazingerConvert the rest of users to hidden
2005-12-08 Peter S. MazingerUse internal versions
2005-12-08 Peter S. MazingerDo __sleep, should we make it weak, so that libpthread...
2005-12-07 Peter S. MazingerHide more
2005-12-07 Peter S. MazingerHide *clnt|pmap|svc* and some rpc. inet/rpc is full...
2005-12-04 Peter S. MazingerMore hiding, 300 left
2005-12-03 Peter S. MazingerRename newly created __libc_x (reserved for libpthread...
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-29 Peter S. MazingerHiding again
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-11-26 Peter S. Mazinger100 JUMP relocs less (remaining 431) by hiding internal...
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-01 Peter S. MazingerOnly because of multi sources I had to touch up these...
2005-11-01 Peter S. MazingerRemove last unused references to libc-a-pic-, we use...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-05 Eric Andersenoops, missed a spot
2005-10-04 Eric AndersenDo not stub out functions for mmu-less systems. Hide all
2005-09-21 Peter S. Mazingerinclude headers only if the related option is enabled
2005-01-25 Mike Frysingermerge parallel build support
2004-12-22 Eric AndersenMake certain that the prototype for fgets_unlocked...
2004-10-07 Eric AndersenAdd ualarm.c
2004-10-07 Eric Andersenimplement SuSv3 required ualarm()
2004-07-15 Eric AndersenCleanup a few of the more egregiously broken sysconf...
2004-02-17 Manuel Novoa III Sigh... Fall back to alloca() if munmap is broken ...
2004-01-16 Eric Andersens/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
2004-01-12 Manuel Novoa III Oops... Seems I forgot an else...
2004-01-02 Manuel Novoa III Redo the exec functions to comply with SUSv3.
2003-12-30 Eric AndersenMake sleep behave itself properly inthe presence of...
2003-12-22 Eric Andersenoops
2003-12-22 Eric Andersenimplement the worthless cuserid() function we claim...
2003-11-05 Eric AndersenRip the guts out of the dynamically generated sysconf...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-09-08 Manuel Novoa III Add back in table-less ctype funcs for those interested...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-05-14 David McCulloughSleep was returning the wrong value because:
2002-12-04 Eric AndersenChange some variable names so we are more consistant...
2002-12-04 Eric AndersenFor now, always claim we have exactly one cpu. It...
2002-11-21 Eric AndersenOops. As Pavel Roskin notes, I forgot to conditionally...
2002-11-20 Eric AndersenRework usershell.c, as the old one was packed full...
2002-11-15 Eric AndersenPatch from Luc Van Oostenryck to fix a buffer overflow
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-09-19 Manuel Novoa III Add SUSv3 function getsubopt.
2002-08-08 Eric AndersenAvoid bad things happening on macro expansion...
2002-08-07 Eric Andersenrework getopt. no read need to split this one up since
2002-07-15 Manuel Novoa III Clean up CLK_TCK situation. clock() and sysconf()...
2002-06-18 Eric AndersenCleanup the getcwd implementation (again) since I broke it
2002-06-18 Eric AndersenEliminate all the pointless globals from getcwd()....
2002-06-15 Eric AndersenPrevent buffer overflow
2002-06-09 Eric AndersenOops. Forgot to check this in. Thanks Martin Volf...
next