summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing bits/fenv.h that got lost in the e500 port.Joakim Tjernlund2007-02-134-19/+169
* Impl. linux syscalls sched_getaffinity/sched_setaffinity butJoakim Tjernlund2007-02-122-0/+130
* Updates from glibc.Joakim Tjernlund2007-02-121-28/+183
* Rehash the PowerPC e500 port to avoid creating symlinks Joakim Tjernlund2007-02-1220-757/+545
* Atsushi Nemoto writes:Mike Frysinger2007-02-122-121/+164
* Removed a .align 2 by mistake in previous commit.Joakim Tjernlund2007-02-121-0/+2
* Remove #APP/#NO_APP since -std=gnu99 will makeJoakim Tjernlund2007-02-122-18/+2
* Atsushi Nemoto writes:Mike Frysinger2007-02-111-266/+583
* we dont actually need asm/page.hMike Frysinger2007-02-101-3/+0
* Atsushi Nemoto writes: Add st_[amc]timensec to N32/N64 version of stat, add s...Mike Frysinger2007-02-092-21/+23
* revert 17821, wait for better test casesEric Andersen2007-02-081-1/+1
* do not use ghbn_buf after it goes out of scopeEric Andersen2007-02-081-10/+9
* Miguel Angel Alvarez writes:Eric Andersen2007-02-081-1/+1
* handle file_name==NULL and file_name=="" as required by POSIXMike Frysinger2007-02-081-0/+8
* Paul Brook writes:Mike Frysinger2007-02-081-29/+24
* pull in features.h so we have access to config definesMike Frysinger2007-02-082-0/+4
* sh crti.S needs features.h to resolve __HAVE_SHARED__, trivial patchPaul Mundt2007-02-071-0/+2
* Add support for PowerPC e500, libc part only.Joakim Tjernlund2007-02-0417-0/+577
* fixup includes so we compile againMike Frysinger2007-02-042-6/+4
* the sun rpc code has too many alias violations to worry over now; just disabl...Mike Frysinger2007-02-041-0/+2
* fix compiling and touchup styleMike Frysinger2007-02-041-14/+16
* sync some stuff from glibc to fix test build failureMike Frysinger2007-02-041-6/+7
* Make sure struct stat is identical to struct stat64 ifPeter Kjellerstedt2007-02-021-2/+4
* Ronald Maeder writes:Eric Andersen2007-02-023-11/+53
* use the correct lock for access to __nameserver[]Eric Andersen2007-02-021-9/+9
* fix lock namingEric Andersen2007-02-021-6/+6
* Ronald Maeder writes:Eric Andersen2007-02-021-0/+12
* fix obvious bug in ipv4/ipv6 resolving. When not using AF_INET,Eric Andersen2007-02-021-1/+1
* - should look if LFS is enabled as suggested by pkj in #1131. This generates ...Bernhard Reutner-Fischer2007-01-301-1/+1
* - fix compilation of GNU glob with !LFSBernhard Reutner-Fischer2007-01-291-1/+1
* Richard Sandiford writes:Mike Frysinger2007-01-292-6/+14
* - s/if USE___THREAD/if defined USE___THREAD && USE___THREAD/gBernhard Reutner-Fischer2007-01-291-2/+2
* pull in unistd.h for syscall() prototypeMike Frysinger2007-01-291-0/+1
* fix from Atsushi Nemoto for displaying of 64bit typesMike Frysinger2007-01-291-1/+1
* fix from Roman Kononov for reading in of 64bit typesMike Frysinger2007-01-291-1/+1
* sync some fixes from glibcMike Frysinger2007-01-291-3/+7
* sync with glibc as pointed out by Bernhard FischerMike Frysinger2007-01-281-3/+2
* - commentary typo fixBernhard Reutner-Fischer2007-01-281-1/+2
* initial waitid() implementationMike Frysinger2007-01-281-0/+15
* need string.h for memset()Mike Frysinger2007-01-281-0/+1
* make sure we clear out the buffer so that random garbage on the stack doesnt ...Mike Frysinger2007-01-281-2/+6
* Paul Brook writes:Mike Frysinger2007-01-281-3/+4
* fix from blackfin repo: Jie Zhang writes: update __kernel_ipc_pid_t, __kernel...Mike Frysinger2007-01-271-3/+3
* fix from blackfin repo: Jie Zhang writes: Passing NULL as the second argument...Mike Frysinger2007-01-271-6/+1
* fix from Bryan Wu: return NULL upon error, not the NULL stringMike Frysinger2007-01-241-4/+3
* Recognize _SC_MONOTONIC_CLOCK in sysconf() even if __NR_clock_getresPeter Kjellerstedt2007-01-221-2/+2
* - repair misplaced #endif that got introduced in r17410. Fixes compilation.Bernhard Reutner-Fischer2007-01-211-1/+1
* Disable declarations for NPTL."Steven J. Hill"2007-01-201-0/+2
* The case for _SC_MONOTONIC_CLOCK should only exist if 'clock_getres' does."Steven J. Hill"2007-01-201-0/+2
* - Trim superfluous trailing whitespace. No obj-code changes.Bernhard Reutner-Fischer2007-01-201-10/+8