summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-05Add .gitignoreAustin Foxley
2009-05-04sh: Fix FPU config optionPeter Griffin
2009-04-27patch from Joseph S. Meyersaustinf
2009-04-23libc/string/i386/memset.c: memset 1 byte at a time is a bit grossDenis Vlasenko
2009-04-19Reinstate {drm,mtd,rdma,sound,video} directory installtionDenis Vlasenko
2009-04-18install_kernel_headers: comment out copying of extra directories,Denis Vlasenko
2009-04-18libc/inet/resolv.c:Denis Vlasenko
2009-04-13make sure to block all signals when calling daemon() to prevent delivery whil...Mike Frysinger
2009-04-11for sparc v8 MAGIC1 was defined incorrectlyaustinf
2009-04-11sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldsoaustinf
2009-04-09- fix typoBernhard Reutner-Fischer
2009-04-09Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)Khem Raj
2009-04-09The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj
2009-04-07implement daemon() using clone() on no-mmu systems as suggested by Jamie LokierMike Frysinger
2009-04-06apply getline() fix from linux kernelMike Frysinger
2009-03-2732/64 bit sparc got unified in 2.6.29 the way x86/x86_64 did in 2.6.28.Rob Landley
2009-03-25- Add strtouq alias (to strtoul) for 64bitBernhard Reutner-Fischer
2009-03-25- do not pass -Wl with -shared in LDFLAGS_NOSTRIP (Peter S. Mazinger)Bernhard Reutner-Fischer
2009-03-18fix compilation of linuxthreads for sparcaustinf
2009-03-16Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso
2009-03-16Added string.h header for strerr prototype.Carmelo Amoroso
2009-03-16enable mprotect() regardless of MMU as some systems have MPUs which allows me...Mike Frysinger
2009-03-16import user.h from the kernel as it is no longer exported by the kernelMike Frysinger
2009-03-16Update copyright header.Khem Raj
2009-03-16docs/pthreads_hacking.txt: new fileDenis Vlasenko
2009-03-14default linux-2.4 module support to off for Blackfin targetsMike Frysinger
2009-03-14force DOPIC for FDPIC ELF targetsMike Frysinger
2009-03-13add GNU extension for select timeouts where the sub-second field is actually ...Mike Frysinger
2009-03-12add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko
2009-03-12linuxthreads fixes from Will Newton (will.newton AT gmail.com):Denis Vlasenko
2009-03-10resolver:Denis Vlasenko
2009-03-05Define creat in an independent fileKhem Raj
2009-03-05Use __always_inline instead of __inline__Carmelo Amoroso
2009-03-05Make long double support available for sh too.Carmelo Amoroso
2009-03-03mknod: widen the parameters to match kernelDenis Vlasenko
2009-03-02Add EPOLLRDHUP constantDenis Vlasenko
2009-02-27fix breakage in x86_64 defconfigDenis Vlasenko
2009-02-25Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko
2009-02-24Fix thinko in svn 25434.Rob Landley
2009-02-24Make HARDWIRED_ABSPATH a config option.Rob Landley
2009-02-24Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile.Rob Landley
2009-02-23- remove superfluous $(strip)Bernhard Reutner-Fischer
2009-02-23- remove dependency on GNU error functionalityBernhard Reutner-Fischer
2009-02-23- disable libcrypt tests if we have no libcryptBernhard Reutner-Fischer
2009-02-23- also filter out headers-yBernhard Reutner-Fischer
2009-02-23- fix weak ssp symbol on some arches (Peter S. Mazinger)Bernhard Reutner-Fischer
2009-02-23Use gcc built-in defines for detecting SH cores instead ofCarmelo Amoroso
2009-02-20Fix my previous commit to use preprocessor in the right way !Carmelo Amoroso
2009-02-20Linuxthreads_old and NPTL must be mutually exclusive.Carmelo Amoroso
2009-02-20Fix typo.Carmelo Amoroso