summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-26sparc, alpha, and mips have different errno values than the otherManuel Novoa III
2002-08-26Oops. I got the include guard wrong. Fix it per currentEric Andersen
2002-08-26Make bits/kernel_types.h include guard names match the includeEric Andersen
2002-08-26Initial checkin.Miles Bader
2002-08-25Update version to 0.9.15 in preparation for making a releaseEric Andersen
2002-08-25Changed fclose behavior when custom streams were enabled. Previously,Manuel Novoa III
2002-08-25Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen
2002-08-25Use the kernel version of struct msqid_ds directly, since we don'tEric Andersen
2002-08-25Finish off the bits/kernel_stat.h cleanup for properEric Andersen
2002-08-25Make shm stuff work properly.Eric Andersen
2002-08-25ignore generated stuffEric Andersen
2002-08-24Tweak things so that struct stat and struct stat64 (seem to) work onManuel Novoa III
2002-08-24Simple shared memory testEric Andersen
2002-08-24Avoid `ECANCELED' redefined on mipsEric Andersen
2002-08-24Use bits/kernel_stat.h, not asm/stat.hEric Andersen
2002-08-24Ignore generated stuffEric Andersen
2002-08-24Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen
2002-08-24Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen
2002-08-23Split out the definition of struct stat into the new archEric Andersen
2002-08-23Fix broken linkEric Andersen
2002-08-23Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen
2002-08-23Ignore generated binariesEric Andersen
2002-08-23(initfini.s): Search the uClibc include dir, so we can find <features.h>.Miles Bader
2002-08-22Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen
2002-08-22Rework errno handling to be kernel header freeEric Andersen
2002-08-22Support _syscall6 and _syscall7 for armEric Andersen
2002-08-22Hide .hidden stuff unless explicitly enabledEric Andersen
2002-08-21Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen
2002-08-21mode_t was being promoted to an int by gcc's __builtin_va_arg, causing badEric Andersen
2002-08-20Remove some noiseEric Andersen
2002-08-20Stupid cut-n-paste errorEric Andersen
2002-08-20Unlike glibc, uClibc doesn't always support the d_type field ofManuel Novoa III
2002-08-20Only build libthread_db when both threads and debug are enabledEric Andersen
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-08-19Fixup struct _res handling so apps using struct _res can actuallyEric Andersen
2002-08-19SuperH config updateEric Andersen
2002-08-19missed const-ifying this one.Eric Andersen
2002-08-19some updates from Stefan Allius to make up the SuperH shared libEric Andersen
2002-08-19Add a .note section to make gdb happyEric Andersen
2002-08-19Call the pthread setup junk early if possible.Eric Andersen
2002-08-19Work from Stefan Allius which allows superH to use the commonEric Andersen
2002-08-19Based on work by Stefan Allius, arrange for early initialization ofEric Andersen
2002-08-19Open a lib that is not so closely coupled with gdbEric Andersen
2002-08-19Be prepared to call __pthread_initialize_minimalEric Andersen
2002-08-19(CSRC): Make contents source files, not object files.Miles Bader
2002-08-19(CSRC): Add `memalign.c'.Miles Bader
2002-08-19Initial checkin.Miles Bader
2002-08-19(realloc): Follow new arg conventions of MALLOC_SET_SIZE.Miles Bader
2002-08-19(malloc): Use MALLOC_SETUP.Miles Bader
2002-08-19(MALLOC_SETUP): New macro.Miles Bader