summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add working pipe implementation for sparcAustin Foxley2009-05-263-3/+69
* fix compilation of linuxthreads for sparc64Austin Foxley2009-05-212-3/+0
* Add a sigaction implementation for sparcAustin Foxley2009-05-202-1/+95
* Merge branch 'master' of git+ssh://carmelo@git.uclibc.org/git/uClibcCarmelo Amoroso2009-05-051-0/+8
|\
| * Add .gitignoreAustin Foxley2009-05-051-0/+8
* | Add position independent code for crt1.S.Carmelo Amoroso2009-05-051-0/+45
|/
* sh: Fix FPU config optionPeter Griffin2009-05-041-1/+1
* patch from Joseph S. Meyersaustinf2009-04-271-3/+3
* libc/string/i386/memset.c: memset 1 byte at a time is a bit grossDenis Vlasenko2009-04-231-9/+56
* Reinstate {drm,mtd,rdma,sound,video} directory installtionDenis Vlasenko2009-04-191-11/+11
* install_kernel_headers: comment out copying of extra directories,Denis Vlasenko2009-04-181-9/+11
* libc/inet/resolv.c:Denis Vlasenko2009-04-182-278/+467
* make sure to block all signals when calling daemon() to prevent delivery whil...Mike Frysinger2009-04-131-1/+13
* for sparc v8 MAGIC1 was defined incorrectlyaustinf2009-04-111-1/+1
* sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldsoaustinf2009-04-111-1/+1
* - fix typoBernhard Reutner-Fischer2009-04-091-1/+1
* Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)Khem Raj2009-04-091-3/+1
* The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj2009-04-094-10/+31
* implement daemon() using clone() on no-mmu systems as suggested by Jamie LokierMike Frysinger2009-04-073-17/+26
* apply getline() fix from linux kernelMike Frysinger2009-04-061-5/+4
* 32/64 bit sparc got unified in 2.6.29 the way x86/x86_64 did in 2.6.28.Rob Landley2009-03-271-1/+2
* - Add strtouq alias (to strtoul) for 64bitBernhard Reutner-Fischer2009-03-252-1/+6
* - do not pass -Wl with -shared in LDFLAGS_NOSTRIP (Peter S. Mazinger)Bernhard Reutner-Fischer2009-03-251-2/+2
* fix compilation of linuxthreads for sparcaustinf2009-03-186-17/+18
* Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso2009-03-1651-222/+341
* Added string.h header for strerr prototype.Carmelo Amoroso2009-03-161-0/+1
* enable mprotect() regardless of MMU as some systems have MPUs which allows me...Mike Frysinger2009-03-161-1/+1
* import user.h from the kernel as it is no longer exported by the kernelMike Frysinger2009-03-161-0/+57
* Update copyright header.Khem Raj2009-03-161-1/+1
* docs/pthreads_hacking.txt: new fileDenis Vlasenko2009-03-161-0/+748
* default linux-2.4 module support to off for Blackfin targetsMike Frysinger2009-03-141-2/+3
* force DOPIC for FDPIC ELF targetsMike Frysinger2009-03-141-0/+1
* add GNU extension for select timeouts where the sub-second field is actually ...Mike Frysinger2009-03-131-1/+20
* add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko2009-03-122-0/+208
* linuxthreads fixes from Will Newton (will.newton AT gmail.com):Denis Vlasenko2009-03-127-29/+46
* resolver:Denis Vlasenko2009-03-101-63/+7
* Define creat in an independent fileKhem Raj2009-03-052-5/+15
* Use __always_inline instead of __inline__Carmelo Amoroso2009-03-0511-38/+38
* Make long double support available for sh too.Carmelo Amoroso2009-03-051-1/+1
* mknod: widen the parameters to match kernelDenis Vlasenko2009-03-035-18/+21
* Add EPOLLRDHUP constantDenis Vlasenko2009-03-021-0/+2
* fix breakage in x86_64 defconfigDenis Vlasenko2009-02-278-57/+19
* Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko2009-02-2520-65/+165
* Fix thinko in svn 25434.Rob Landley2009-02-241-1/+1
* Make HARDWIRED_ABSPATH a config option.Rob Landley2009-02-242-0/+28
* Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile.Rob Landley2009-02-241-1/+1
* - remove superfluous $(strip)Bernhard Reutner-Fischer2009-02-231-1/+1
* - remove dependency on GNU error functionalityBernhard Reutner-Fischer2009-02-231-8/+10
* - disable libcrypt tests if we have no libcryptBernhard Reutner-Fischer2009-02-231-0/+6
* - also filter out headers-yBernhard Reutner-Fischer2009-02-231-1/+1