summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen2002-08-277-0/+35
* Reimplement sys_errlist[] so that it works on sparc, alpha, and mips.Manuel Novoa III2002-08-272-1/+161
* Fix a delay slot problem, this gets some apps working on SH, a good numberDavid McCullough2002-08-271-1/+3
* Added __kernel_fsid_t to satisfy some apps that need it.David McCullough2002-08-279-0/+60
* Implement missing readdir64_r.cEric Andersen2002-08-262-1/+81
* sparc, alpha, and mips have different errno values than the otherManuel Novoa III2002-08-262-141/+178
* Oops. I got the include guard wrong. Fix it per currentEric Andersen2002-08-261-3/+3
* Make bits/kernel_types.h include guard names match the includeEric Andersen2002-08-2610-25/+85
* Initial checkin.Miles Bader2002-08-262-0/+150
* Changed fclose behavior when custom streams were enabled. Previously,Manuel Novoa III2002-08-251-2/+21
* Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen2002-08-254-65/+1
* Use the kernel version of struct msqid_ds directly, since we don'tEric Andersen2002-08-251-16/+14
* Finish off the bits/kernel_stat.h cleanup for properEric Andersen2002-08-258-2/+304
* Make shm stuff work properly.Eric Andersen2002-08-253-34/+30
* Tweak things so that struct stat and struct stat64 (seem to) work onManuel Novoa III2002-08-242-7/+27
* Avoid `ECANCELED' redefined on mipsEric Andersen2002-08-241-3/+4
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-244-36/+4
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-2410-10/+334
* Split out the definition of struct stat into the new archEric Andersen2002-08-2310-612/+580
* Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen2002-08-234-392/+405
* (initfini.s): Search the uClibc include dir, so we can find <features.h>.Miles Bader2002-08-231-1/+1
* Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen2002-08-226-387/+613
* Rework errno handling to be kernel header freeEric Andersen2002-08-223-68/+523
* Support _syscall6 and _syscall7 for armEric Andersen2002-08-221-0/+17
* Hide .hidden stuff unless explicitly enabledEric Andersen2002-08-221-10/+16
* Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen2002-08-216-7/+6
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-1922-826/+132
* Fixup struct _res handling so apps using struct _res can actuallyEric Andersen2002-08-191-11/+2
* Add a .note section to make gdb happyEric Andersen2002-08-193-1/+83
* Call the pthread setup junk early if possible.Eric Andersen2002-08-191-3/+10
* Work from Stefan Allius which allows superH to use the commonEric Andersen2002-08-195-55/+8
* Be prepared to call __pthread_initialize_minimalEric Andersen2002-08-191-0/+1
* (CSRC): Make contents source files, not object files.Miles Bader2002-08-191-2/+2
* (CSRC): Add `memalign.c'.Miles Bader2002-08-191-2/+2
* Initial checkin.Miles Bader2002-08-191-0/+94
* (realloc): Follow new arg conventions of MALLOC_SET_SIZE.Miles Bader2002-08-191-2/+2
* (malloc): Use MALLOC_SETUP.Miles Bader2002-08-191-3/+2
* (MALLOC_SETUP): New macro.Miles Bader2002-08-191-5/+6
* Directly use kernel types for uid_t, gid_t, and dev_t to avoid theEric Andersen2002-08-185-17/+60
* Yet more rework to make __getgrent and the functions that use itEric Andersen2002-08-187-142/+92
* Fix broken locking so that at least the Python 2.2.1 grp test doesn'tManuel Novoa III2002-08-181-2/+7
* Remove recursive lock/unlock for a non-recursive mutex.Manuel Novoa III2002-08-181-3/+1
* Fixed __read_etc_hosts_r to return alias list and modified bufferManuel Novoa III2002-08-171-7/+26
* Fix two problems with printf that showed up in the python 2.2.1 tests;Manuel Novoa III2002-08-171-1/+10
* whitespaceMiles Bader2002-08-161-0/+1
* Remove __res_state function.Miles Bader2002-08-161-12/+0
* Make INCLUDE_FULL_RPC default to !HAVE_SHARED.Miles Bader2002-08-161-1/+14
* (errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.Miles Bader2002-08-161-3/+4
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-165-20/+20
* Patch from Jarkko to fix drand48 to not use long long whenEric Andersen2002-08-152-0/+46