summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2002-04-17Stub out pread and pwrite when not availableEric Andersen
2002-04-17Change branch to fallthrough. Unclean, but it removes last R_PPC_REL24.David Schleef
2002-04-17Just tail-call __uClibc_main. There's no real point to calling abort ifMiles Bader
2002-04-15(L_dummy_main_reference): Reference the C symbol `main', not the linkerMiles Bader
2002-04-14Fix dummy main reference so it works...Eric Andersen
2002-04-14Manuel and I were looking into a problem with applications failing to linkEric Andersen
2002-04-10John Traill <john.traill@motorola.com> noticed that on powerpcEric Andersen
2002-04-10Some minor updates per discussion with Miles BaderEric Andersen
2002-04-10Make assembly code PIC-compatible.David Schleef
2002-04-10Remove v850-specific versions of truncate64.c and ftruncate64.c.Miles Bader
2002-04-10Generic implemention works for v850 now, so we don't need a special version.Miles Bader
2002-04-09Fixup __USE_FILE_OFFSET64Eric Andersen
2002-04-09Add creat64Eric Andersen
2002-04-09Add truncate64.cEric Andersen
2002-04-09Remove from syscalls.c, leave just ftruncate64.c and truncate64.cEric Andersen
2002-04-09Create a much more careful ftruncate64 implementation, that shouldEric Andersen
2002-04-09Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ wantEric Andersen
2002-04-09undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfacesEric Andersen
2002-04-03Teach initfini to build properly on arches where gcc tries to beEric Andersen
2002-04-03Revert this file back to where it was so m68k can compile again.Eric Andersen
2002-04-03Be certain thatEric Andersen
2002-04-03Run dos2unix on these filesEric Andersen
2002-04-03m4@brecis.COM noticed a typing problem with the getuid syscall. OOps.Eric Andersen
2002-04-01Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300Eric Andersen
2002-04-01Patch from Miles Bader to fix the spots I'd messed up.Eric Andersen
2002-03-31Add support for getrlimit64 and setrlimit64. Fix some problemsEric Andersen
2002-03-31Add in support for ftruncate64 on both ARM and x86Eric Andersen
2002-03-21Remove include file, in case it is broken. We don't need it here.Eric Andersen
2002-03-20Doh! search-n-replace bites againEric Andersen
2002-03-20s/off_t/__off_t/gEric Andersen
2002-03-16Remove the C++ support stubs, since these now live elsewhere andEric Andersen
2002-03-16Build crti.o and crtn.o with optimization enabledEric Andersen
2002-03-14Oops! When I fixed the debug flags, I forgot to make things beEric Andersen
2002-03-14Do not enable debugging for initfini.s and friends. Won't work anyways.Eric Andersen
2002-03-13Build our own crti.o and crtn.o with a cross arch method that IEric Andersen
2002-03-12Fix another O_LARGEFILE bug. Also, I forget to make floating point optionalManuel Novoa III
2002-03-12Oops.. had left thread support forced on.Manuel Novoa III
2002-03-12Fixup redefinition of NL_ARGMAXEric Andersen
2002-03-12Swap in the new stdio code.Manuel Novoa III
2002-03-05Remove sys/io.h include, since not everyone has itEric Andersen
2002-03-05Initial checkinMiles Bader
2002-03-05Re-add files which were mistakenly deleted during the big bits/ update.Miles Bader
2002-03-05Remove extraneous fileMiles Bader
2002-03-02Remove generated stuff, restore sh/sys/procfs.h from M. R. BrownEric Andersen
2002-03-01Move syscall.h generation to the top level MakefileEric Andersen
2002-03-01Patch from Miles Bader to allow Large File support on the v850.Eric Andersen
2002-03-01Fix for some comments, from Miles BaderEric Andersen
2002-03-01Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread supportEric Andersen
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen
2002-02-26Patch from Miles Bader to restrict common truncate64/ftruncate64Eric Andersen