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