summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-30CFLAGS+=-D__FORCE_NOGLIBC, not CFLAGS+=__FORCE_NOGLIBCAaron Lehmann
2002-08-30Doc fix.Miles Bader
2002-08-30(__heap_free): Tighten up the inner loop, and make the code more readable.Miles Bader
2002-08-30Use `likely' & `unlikely' instead of the `__malloc_'-prefixed versions.Miles Bader
2002-08-30(likely, unlikely): New macros.Miles Bader
2002-08-30(likely, unlikely): New macros.Miles Bader
2002-08-28Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>Eric Andersen
2002-08-28If the initfini.pl script changes, regenerate the crt[in].S files.David McCullough
2002-08-28Fix broken getpriority syscall, per email from Marshall M. MiddenEric Andersen
2002-08-28fix grammarEric Andersen
2002-08-27Final updateEric Andersen
2002-08-27Somehow the bit of code that add the offset of envp to argv got lostDavid McCullough
2002-08-27update for releaseEric Andersen
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