summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* wchar: fix inverted parameters in error messageAndré Goddard Rosa2009-10-121-1/+1
* libc.so: include all output formats in linker scriptSteve Bennett2009-10-121-2/+2
* include errno.h unconditionallyBernhard Reutner-Fischer2009-10-121-4/+3
* add stub for shm_open() and shm_unlinkBernhard Reutner-Fischer2009-10-121-0/+98
* Blackfin: make sure all relocs are uppercaseMike Frysinger2009-10-124-33/+33
* pull waitid from masterBernhard Reutner-Fischer2009-10-121-5/+16
* Add working pipe implementation for sparcAustin Foxley2009-10-123-3/+69
* fix compilation of linuxthreads for sparc64Austin Foxley2009-10-122-3/+0
* Add a sigaction implementation for sparcAustin Foxley2009-10-122-1/+95
* Add position independent code for crt1.S. This will generate a Scrt1.o that i...Carmelo Amoroso2009-10-121-0/+45
* sh: Fix FPU config optionPeter Griffin2009-10-121-1/+1
* patch from Joseph S. Meyersaustinf2009-10-121-3/+3
* Reinstate {drm,mtd,rdma,sound,video} directory installtion pending some expla...Denis Vlasenko2009-10-121-11/+11
* install_kernel_headers: comment out copying of extra directories, this seem t...Denis Vlasenko2009-10-121-9/+11
* make sure to block all signals when calling daemon() to prevent delivery whil...Mike Frysinger2009-10-121-1/+13
* for sparc v8 MAGIC1 was defined incorrectlyaustinf2009-10-121-1/+1
* sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldsoaustinf2009-10-121-1/+1
* - fix typoBernhard Reutner-Fischer2009-10-121-1/+1
* Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)Khem Raj2009-10-121-3/+1
* The attached patches fixes the problems found bringing up uclibc on coldfire ...Khem Raj2009-10-124-10/+31
* implement daemon() using clone() on no-mmu systems as suggested by Jamie LokierMike Frysinger2009-10-123-17/+26
* 32/64 bit sparc got unified in 2.6.29 the way x86/x86_64 did in 2.6.28. The n...Rob Landley2009-10-121-1/+2
* - Add strtouq alias (to strtoul) for 64bitBernhard Reutner-Fischer2009-10-122-1/+6
* fix compilation of linuxthreads for sparc add myself to MAINTAINERS for sparcaustinf2009-10-126-17/+18
* Added string.h header for strerr prototype.Carmelo Amoroso2009-10-121-0/+1
* enable mprotect() regardless of MMU as some systems have MPUs which allows me...Mike Frysinger2009-10-121-1/+1
* import user.h from the kernel as it is no longer exported by the kernelMike Frysinger2009-10-121-0/+57
* default linux-2.4 module support to off for Blackfin targetsMike Frysinger2009-10-121-2/+3
* force DOPIC for FDPIC ELF targetsMike Frysinger2009-10-121-0/+1
* add GNU extension for select timeouts where the sub-second field is actually ...Mike Frysinger2009-10-121-1/+20
* add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko2009-10-122-0/+208
* linuxthreads fixes from Will Newton (will.newton AT gmail.com): * share Sys V...Denis Vlasenko2009-10-127-29/+46
* Make long double support available for sh too.Carmelo Amoroso2009-10-121-1/+1
* Add EPOLLRDHUP constantDenis Vlasenko2009-10-121-0/+2
* Use gcc built-in defines for detecting SH cores instead of uclibc config opti...Carmelo Amoroso2009-10-126-7/+7
* - fix fallout from r24140 and r24160 for !CTYPE_TABLESBernhard Reutner-Fischer2009-10-121-0/+1
* add comment why do we need _ISbit() macroDenis Vlasenko2009-10-121-0/+1
* include more info in error messages so we have a better idea where things are...Mike Frysinger2009-10-121-3/+3
* do not rely on features.h so that elf.h can be used on non-elf systems (Darwi...Mike Frysinger2009-10-121-4/+7
* allow people to run the hostutils targets without having a .config fileMike Frysinger2009-10-121-4/+5
* Remove check for the relocation type check in the resolver, from all archs.Carmelo Amoroso2009-10-1213-91/+0
* - make sure __user is defined when including kernel's sigcontext.hBernhard Reutner-Fischer2009-10-121-0/+3
* libm_sh: fix libm build for shCarmelo Amoroso2009-10-121-3/+0
* Get rid of the following annoying warnings on ppc: warning: nested extern dec...Denis Vlasenko2009-10-121-17/+18
* - remove leftover from r13277Bernhard Reutner-Fischer2009-10-121-1/+0
* - fix for !GETOPT_LONGBernhard Reutner-Fischer2009-10-122-12/+36
* - non-pic support for MIPS (Catherine Moore, clm at codesourcery com)Bernhard Reutner-Fischer2009-10-125-6/+167
* - provide INTERNAL_SYSCALL for ia64 (Stefan Assmann, sassmann at suse de)Bernhard Reutner-Fischer2009-10-121-81/+110
* - emulate unavailable syscall getpgrp on e.g. ia64 (Stefan Assmann)Bernhard Reutner-Fischer2009-10-121-1/+13
* - install utils into the proper directoriesBernhard Reutner-Fischer2009-10-121-5/+5