summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2002-05-06New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III
2002-04-25Use __off64_t instead of off64_t.Miles Bader
2002-04-25Stupid libgcc.a from gcc 2.95.x uses __write in pure.oEric Andersen
2002-04-24Add support for mmap64Eric Andersen
2002-04-17Stub out pread and pwrite when not availableEric Andersen
2002-04-10Some minor updates per discussion with Miles BaderEric Andersen
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-03Be certain thatEric Andersen
2002-04-03m4@brecis.COM noticed a typing problem with the getuid syscall. OOps.Eric 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-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-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-01Fix for some comments, from Miles BaderEric 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
2002-02-26Enable pread/pwriteEric Andersen
2002-02-23Several naming cleanups so threads work properly againEric Andersen
2002-02-22Several mips fixes from Geoffrey Espin. With these, busybox withEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen
2002-02-19Output an error if uClibc's and app's largefile configuration are incompatible.Manuel Novoa III
2002-02-13Fix missing longjmp symbolEric Andersen
2002-02-13A number of naming updates in preparation for adding inEric Andersen
2002-02-05Fix __adjtimex symbolEric Andersen
2002-02-02Several little additions and cleanups. Add getw() and putw().Eric Andersen
2002-01-31Fix/simplify longjmp. Fix toplevel mips settingsEric Andersen
2002-01-31Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen
2002-01-29Add in setfsuid() and setfsgid() so lpr-0.72 can compile.Eric Andersen
2002-01-29Doh! I'd included sbrk.o twice...Eric Andersen
2002-01-29Make it so powerpc can work despite lacking brk().Eric Andersen
2002-01-21oopsEric Andersen
2002-01-21Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen
2002-01-17Enable fcntl64, and fix fcntl when large fils is enabled.Eric Andersen