OSDN Git Service

uclinux-h8/uClibc.git
2002-04-09 Eric AndersenRe-enable clnt_perror. Patch from Miles Bader.
2002-04-09 Eric AndersenAdd truncate64.c
2002-04-09 Eric AndersenRemove from syscalls.c, leave just ftruncate64.c and...
2002-04-09 Manuel Novoa... Revert Erik's changes... they were broken since there...
2002-04-09 Eric AndersenCreate a much more careful ftruncate64 implementation...
2002-04-09 Eric AndersenPer discussion on the mailing list, fix getpass properly.
2002-04-09 Eric AndersenSupport ISblank properly
2002-04-09 Eric AndersenAvoid defining __USE_FILE_OFFSET64, since we do _NOT_...
2002-04-09 Eric Andersenundefine __USE_FILE_OFFSET64, since we absolutely do...
2002-04-07 David SchleefNew Debian snapshot. The release has ld.so for mips...
2002-04-06 Eric AndersenAdd libungif-4.1.0b1
2002-04-06 David SchleefAccount for new upstream version. Fix shlibs, because...
2002-04-06 Eric AndersenFaster implementation from Miles Bader
2002-04-05 Eric AndersenPatch from Axel Barnitzke <barney@xkontor.com> to fixup
2002-04-05 Eric AndersenAdd a fun pointer to make apps happy
2002-04-03 Eric AndersenTeach initfini to build properly on arches where gcc...
2002-04-03 Eric AndersenRevert this file back to where it was so m68k can compi...
2002-04-03 Eric AndersenA ton of updates from Dwayne Fontenot <fontenot@jacques...
2002-04-03 Eric AndersenRichard June <rjune@bravegnuworld.com> noticed that...
2002-04-03 Eric AndersenPatch from Jim Treadway <jim@stardot-tech.com> to eliminate
2002-04-03 Eric AndersenRichard June <rjune@bravegnuworld.com> noticed that...
2002-04-03 Eric AndersenSince pthreads work on powerpc, at least mention the...
2002-04-03 Eric AndersenAdd the xopen swab() function, contributed by Kensuke...
2002-04-03 Eric AndersenBe certain that
2002-04-03 Eric AndersenDoh! I forgot to commit this...
2002-04-03 Eric AndersenAdjust beinning
2002-04-03 Eric Andersenrun dos2unix on these files
2002-04-03 Eric AndersenRun dos2unix on these files
2002-04-03 Eric AndersenRemove gratuitous symlink trashing
2002-04-03 Eric AndersenRemove unused variable
2002-04-03 Eric AndersenSteven's patch contained a spare SEND_NUMBER_STDERR...
2002-04-03 Eric Andersenm4@brecis.COM noticed a typing problem with the getuid...
2002-04-02 Eric AndersenSteven J. Hill's latest mips dynamic loader updates
2002-04-02 Eric AndersenDoh! This is _still_ wrong. Fix potential buffer...
2002-04-02 Manuel Novoa... Fix an arg promotion handling bug in _do_one_spec for...
2002-04-01 Manuel Novoa... Forget to initialize thread locks for fake files. ...
2002-04-01 Eric AndersenLast bit for old config system
2002-04-01 Eric AndersenRemove function declartions from include/features.h...
2002-04-01 Eric AndersenPatches from Yoshinori Sato <qzb04471@nifty.ne.jp>...
2002-04-01 Eric AndersenPatch from Miles Bader to fix the spots I'd messed up.
2002-03-31 Eric AndersenAdd glob64.c, and add support for glob64 when large...
2002-03-31 Eric AndersenRework __gen_tempname() to better match glibc, and...
2002-03-31 Eric AndersenAdd support for getrlimit64 and setrlimit64. Fix some...
2002-03-31 Eric AndersenAdd in support for ftruncate64 on both ARM and x86
2002-03-29 Eric AndersenMore mips support from sjhill
2002-03-26 Miles BaderAdd EM_CYGNUS_V850.
2002-03-25 Eric AndersenImplement sqrtf(), needed for libstdc++ on arm
2002-03-25 Eric AndersenMips config fixes from Steven J. Hill
2002-03-25 Eric AndersenPatch from Steven J. Hill to disable __fsetlocking...
2002-03-25 Eric AndersenPatch from Steven J. Hill to fix pthreads on mips
2002-03-25 Eric AndersenInclude our own copy of struct sysinfo to avoid binary...
2002-03-22 Eric AndersenIt doesn't make sense to supress linking for -i or -r,
2002-03-22 Eric AndersenAdd in a knob to disable %m support
2002-03-22 Eric AndersenPatch from Miles Bader to be less militant when doing...
2002-03-22 Eric AndersenFix incorrect ordering of -L and -l options, which...
2002-03-21 Eric AndersenRemove include file, in case it is broken. We don...
2002-03-21 Eric AndersenFix grammar
2002-03-21 Eric AndersenUpdate webpage a little bit for clarity
2002-03-21 Eric AndersenAdd some phony targets
2002-03-21 Eric AndersenPut the chdir back, to simplify testing now that scandir
2002-03-21 Eric AndersenAlways build the utils. Always clean libc/misc, since...
2002-03-21 Eric AndersenAdd the ttyent.h header file
2002-03-21 Eric AndersenBe kind to robots
2002-03-21 Eric AndersenUpdate the FAQ a little bit
2002-03-21 Eric AndersenUpdate webpage
2002-03-21 Eric AndersenFix anon password
2002-03-21 Eric AndersenAlphabetize
2002-03-21 Eric AndersenUpdate TODO list for next release
2002-03-21 Eric AndersenBump up version number
2002-03-21 Eric AndersenSupport getttyent and friends so ncurses will compile
2002-03-21 Eric AndersenCompile in flockfile and friends by default
2002-03-21 Eric AndersenUpdate Changelog in preparation for a release.
2002-03-20 Eric AndersenPatch from Bart Visscher <magick@Linux-Fan.com> fixing...
2002-03-20 Eric AndersenDoh! search-n-replace bites again
2002-03-20 Eric AndersenFix compile problem when ASSUME_DEVPTS=false
2002-03-20 Eric Andersens/off_t/__off_t/g
2002-03-20 Eric AndersenAttempt to follow symlinks if possible, and use that...
2002-03-19 Eric AndersenPrevent uninitialized use
2002-03-19 Eric AndersenInitial mips ldso porting effort from Steven J. Hill...
2002-03-19 Eric AndersenAdd new debug target (disabled by default) so that...
2002-03-19 Eric AndersenRevert my symlink detecting change for now, since it...
2002-03-19 Eric AndersenFix missing defines. Forgot to check this in.
2002-03-19 Eric AndersenMerge glibc random, which gets us a much better RNG...
2002-03-19 Eric AndersenBart Visscher <magick@Linux-Fan.com> has added some...
2002-03-19 Eric AndersenResolve symlinks when determining the real ld.so path...
2002-03-19 Eric AndersenCleanup header files a bit.
2002-03-18 Eric AndersenLet older arm cross compilers work
2002-03-18 Eric AndersenAdd initial support for compiling cpp code.
2002-03-17 Eric AndersenEnable trace support by default, since it only costs...
2002-03-16 Eric AndersenRemove the C++ support stubs, since these now live...
2002-03-16 Eric AndersenBuild crti.o and crtn.o with optimization enabled
2002-03-16 Manuel Novoa... Fix a pointer bug in setvbuf reported by Bart Visscher...
2002-03-15 Eric AndersenOops. Forgot to check this one in
2002-03-15 Eric AndersenAdd strptime, and commonize some locale strings
2002-03-15 Eric AndersenDon't let this worry about _init and _fini
2002-03-15 Eric AndersenFix location of crt0.o
2002-03-15 Eric AndersenAdd missing updwtmp() and fix broken makefile
2002-03-15 Eric AndersenSupport gnu error(), patch contributed by Andrew Ip...
2002-03-15 Eric AndersenHide libc specific junk inside a #ifdef _LIBC to avoid
2002-03-15 Eric AndersenFix non-elf support (in theory). Revert misguided...
next