summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-27Update changelog for releaseEric Andersen
2002-08-27Obligatory forgotten file... sys_errlist garbage.Manuel Novoa III
2002-08-27Semonstrate a problem where weak symbols referenced in shared libs are notEric Andersen
2002-08-27Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen
2002-08-27Reimplement sys_errlist[] so that it works on sparc, alpha, and mips.Manuel Novoa III
2002-08-27Make this as glibc-like as possible while avoiding the fileutilsManuel Novoa III
2002-08-27Fix a delay slot problem, this gets some apps working on SH, a good numberDavid McCullough
2002-08-27Move the _DIRENT_HAVE_D_TYPE test to avoid breaking fileutilsEric Andersen
2002-08-27No need to hide this stuff when _DIRENT_HAVE_D_TYPE is notEric Andersen
2002-08-27Added __kernel_fsid_t to satisfy some apps that need it.David McCullough
2002-08-26Implement missing readdir64_r.cEric Andersen
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