summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* | poll.c: fix incorrect mergeAustin Foxley2010-04-021-3/+1
* | Merge commit 'origin/master' into nptlAustin Foxley2010-04-0249-368/+299
|\|
| * resolv: DEBUG-print nameserver we talk toBernhard Reutner-Fischer2010-03-301-2/+18
| * prettify make cleanBernhard Reutner-Fischer2010-03-2540-82/+82
| * nios2: Define INTERNAL_SYSCALL_NCS, use common sycall definesTobias Klauser2010-03-181-274/+85
| * nios2: Update fcntl.h from m68kTobias Klauser2010-03-181-2/+4
| * lift printf field width limitMichael Deutschmann2010-03-171-4/+4
| * nios2: Add sys/user.hTobias Klauser2010-03-161-0/+93
| * pull kernel-features.h from NPTLBernhard Reutner-Fischer2010-03-051-18/+392
| * poll: unavailable on linux < 2.2.0Bernhard Reutner-Fischer2010-03-042-1/+7
| * libc_sh: Update memcpy to use the ENTRY macroCarmelo Amoroso2010-02-101-8/+3
| * libc_sh: Add a sysdep header for shCarmelo Amoroso2010-02-101-0/+277
| * libc: Add a common sysdep headerCarmelo Amoroso2010-02-101-0/+139
| * getdents: Fix mips64 buildAtsushi Nemoto2010-02-051-4/+4
* | Get x86_64 compile to succeed.Khem Raj2010-02-191-1/+2
* | sparc: disable cancellable system, as it fails in strange ways right nowAustin Foxley2010-02-191-1/+4
* | add dwarf defines used in cfi statementsAustin Foxley2010-02-191-0/+19
* | update kernel-features.h with futex featuresAustin Foxley2010-02-191-0/+17
* | fixes to get nptl compiling for x86_64Austin Foxley2010-02-192-8/+5
* | i386 unify sysdep.hAustin Foxley2010-02-181-1/+125
* | x86_64: unify sysdep.hAustin Foxley2010-02-181-0/+352
* | Get new nptl building on SH4Khem Raj2010-02-172-1/+21
* | compile fixes for i386 nptlAustin Foxley2010-02-171-0/+336
* | fix nptl build for sparcAustin Foxley2010-02-171-1/+5
* | Fix nptl build for mipsKhem Raj2010-02-171-0/+3
* | Add missing libgcc_s.h header.Khem Raj2010-02-171-0/+2
* | Assorted fixed to get nptl compiling on ARMKhem Raj2010-02-174-18/+56
* | sparc/sigaction: revert change. These semantics are needed for nptlAustin Foxley2010-02-131-4/+5
* | sparc/sysdep: Unify sparc sysdep.hAustin Foxley2010-02-131-0/+65
* | arm/sysdep: Unify arm sysdep.hKhem Raj2010-02-111-7/+278
* | mips/sysdep.h: Unify mips sysdep.hKhem Raj2010-02-111-16/+350
* | libc: build tsd only when tls is enabledAustin Foxley2010-02-111-1/+1
* | nptl: sysdep headers re-factoringCarmelo Amoroso2010-02-093-0/+507
* | Merge commit 'origin/master' into nptlAustin Foxley2010-02-0510-42/+87
|\|
| * prctl: silence shadow warningsBernhard Reutner-Fischer2010-02-051-1/+1
| * Unbreak build for sparc on some config'sAustin Foxley2010-02-031-5/+4
| * __uClibc_main: use __pagesize to protect against recursionBernhard Reutner-Fischer2010-02-031-4/+2
| * libc: Fix l64a to return the correct buffer pointerFilippo Arcidiacono2010-02-031-1/+1
| * powerpc/bits/sysdep.h: move confusingly placed #undefDenys Vlasenko2010-02-031-5/+5
| * /etc/resolv.conf: support "timeout:n" and "attempts:n" optionsDenys Vlasenko2010-02-031-13/+41
| * remove two checks for gettimeofday errorDenys Vlasenko2010-02-022-6/+10
| * time,times: stop interpreting negative return values ar errorsDenys Vlasenko2010-02-023-8/+24
* | kernel-features: add __ASSUME_POSIX_CPU_TIMERSBernhard Reutner-Fischer2010-02-051-0/+5
* | libc: Fix l64a to return the correct buffer pointerFilippo Arcidiacono2010-02-031-1/+1
* | nptl: Fix nptl specific case which still was not using CSRC-y.Khem Raj2010-02-011-1/+1
* | Fix accidently dropped hunk during last merge from master.Khem Raj2010-02-011-21/+8
* | Merge commit 'origin/master' into nptlKhem Raj2010-02-014-49/+30
|\|
| * errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj2010-02-012-4/+3
| * convert to foo-y kbuild styleBernhard Reutner-Fischer2010-01-262-67/+35
* | Merge branch 'master' into nptlCarmelo Amoroso2010-01-2543-125/+103
|\|