Age | Commit message (Expand) | Author |
2002-04-17 | Patch from Martin Proulx to remove weak_aliases for non ELF compilers in | Eric Andersen |
2002-04-17 | Stub out pread and pwrite when not available | Eric Andersen |
2002-04-17 | Change branch to fallthrough. Unclean, but it removes last R_PPC_REL24. | David Schleef |
2002-04-17 | Just tail-call __uClibc_main. There's no real point to calling abort if | Miles Bader |
2002-04-15 | (L_dummy_main_reference): Reference the C symbol `main', not the linker | Miles Bader |
2002-04-14 | Fix dummy main reference so it works... | Eric Andersen |
2002-04-14 | Manuel and I were looking into a problem with applications failing to link | Eric Andersen |
2002-04-13 | Fixed stpncpy() implementation from Manuel | Eric Andersen |
2002-04-13 | Patch from Jim Treadway <jim@stardot-tech.com>: | Eric Andersen |
2002-04-11 | Fixed broken shell syntax. | David McCullough |
2002-04-10 | John Traill <john.traill@motorola.com> noticed that on powerpc | Eric Andersen |
2002-04-10 | Some minor updates per discussion with Miles Bader | Eric Andersen |
2002-04-10 | Make assembly code PIC-compatible. | David Schleef |
2002-04-10 | Remove v850-specific versions of truncate64.c and ftruncate64.c. | Miles Bader |
2002-04-10 | Generic implemention works for v850 now, so we don't need a special version. | Miles Bader |
2002-04-09 | Fixup __USE_FILE_OFFSET64 | Eric Andersen |
2002-04-09 | Add creat64 | Eric Andersen |
2002-04-09 | Fix the read/write auto-transition bugs. Note that if we can't | Manuel Novoa III |
2002-04-09 | Only set no buffering if we opened the file. Also, don't bother restoring | Manuel Novoa III |
2002-04-09 | Re-enable clnt_perror. Patch from Miles Bader. | Eric Andersen |
2002-04-09 | Add truncate64.c | Eric Andersen |
2002-04-09 | Remove from syscalls.c, leave just ftruncate64.c and truncate64.c | Eric Andersen |
2002-04-09 | Revert Erik's changes... they were broken since there weren't enough | Manuel Novoa III |
2002-04-09 | Create a much more careful ftruncate64 implementation, that should | Eric Andersen |
2002-04-09 | Per discussion on the mailing list, fix getpass properly. | Eric Andersen |
2002-04-09 | Support ISblank properly | Eric Andersen |
2002-04-09 | Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ want | Eric Andersen |
2002-04-09 | undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfaces | Eric Andersen |
2002-04-06 | Faster implementation from Miles Bader | Eric Andersen |
2002-04-05 | Patch from Axel Barnitzke <barney@xkontor.com> to fixup | Eric Andersen |
2002-04-05 | Add a fun pointer to make apps happy | Eric Andersen |
2002-04-03 | Teach initfini to build properly on arches where gcc tries to be | Eric Andersen |
2002-04-03 | Revert this file back to where it was so m68k can compile again. | Eric Andersen |
2002-04-03 | Richard June <rjune@bravegnuworld.com> noticed that pututline | Eric Andersen |
2002-04-03 | Patch from Jim Treadway <jim@stardot-tech.com> to eliminate | Eric Andersen |
2002-04-03 | Richard June <rjune@bravegnuworld.com> noticed that setutent | Eric Andersen |
2002-04-03 | Add the xopen swab() function, contributed by Kensuke Otake <kensuke@phreaker... | Eric Andersen |
2002-04-03 | Be certain that | Eric Andersen |
2002-04-03 | Doh! I forgot to commit this... | Eric Andersen |
2002-04-03 | Adjust beinning | Eric Andersen |
2002-04-03 | Run dos2unix on these files | Eric Andersen |
2002-04-03 | m4@brecis.COM noticed a typing problem with the getuid syscall. OOps. | Eric Andersen |
2002-04-02 | Fix an arg promotion handling bug in _do_one_spec for %c reported | Manuel Novoa III |
2002-04-01 | Forget to initialize thread locks for fake files. Thanks Erik. | Manuel Novoa III |
2002-04-01 | Remove function declartions from include/features.h, create | Eric Andersen |
2002-04-01 | Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300 | Eric Andersen |
2002-04-01 | Patch from Miles Bader to fix the spots I'd messed up. | Eric Andersen |
2002-03-31 | Add glob64.c, and add support for glob64 when large file is enabled. | Eric Andersen |
2002-03-31 | Rework __gen_tempname() to better match glibc, and add mkstemp64(), | Eric Andersen |
2002-03-31 | Add support for getrlimit64 and setrlimit64. Fix some problems | Eric Andersen |