Age | Commit message (Expand) | Author |
2009-05-21 | fix compilation of linuxthreads for sparc64 | Austin Foxley |
2009-05-20 | Add a sigaction implementation for sparc | Austin Foxley |
2009-05-05 | Merge branch 'master' of git+ssh://carmelo@git.uclibc.org/git/uClibc | Carmelo Amoroso |
2009-05-05 | Add position independent code for crt1.S. | Carmelo Amoroso |
2009-05-05 | Add .gitignore | Austin Foxley |
2009-05-04 | sh: Fix FPU config option | Peter Griffin |
2009-04-27 | patch from Joseph S. Meyers | austinf |
2009-04-23 | libc/string/i386/memset.c: memset 1 byte at a time is a bit gross | Denis Vlasenko |
2009-04-19 | Reinstate {drm,mtd,rdma,sound,video} directory installtion | Denis Vlasenko |
2009-04-18 | install_kernel_headers: comment out copying of extra directories, | Denis Vlasenko |
2009-04-18 | libc/inet/resolv.c: | Denis Vlasenko |
2009-04-13 | make sure to block all signals when calling daemon() to prevent delivery whil... | Mike Frysinger |
2009-04-11 | for sparc v8 MAGIC1 was defined incorrectly | austinf |
2009-04-11 | sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldso | austinf |
2009-04-09 | - fix typo | Bernhard Reutner-Fischer |
2009-04-09 | Fix the ifdef logic broken by last commit for !defined (__mcoldfire__) | Khem Raj |
2009-04-09 | The attached patches fixes the problems found bringing up uclibc on coldfire | Khem Raj |
2009-04-07 | implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier | Mike Frysinger |
2009-04-06 | apply getline() fix from linux kernel | Mike Frysinger |
2009-03-27 | 32/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 64bit | Bernhard Reutner-Fischer |
2009-03-25 | - do not pass -Wl with -shared in LDFLAGS_NOSTRIP (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2009-03-18 | fix compilation of linuxthreads for sparc | austinf |
2009-03-16 | Fixed makefiles inclusion flow to pass actual configuration variable values. | Carmelo Amoroso |
2009-03-16 | Added string.h header for strerr prototype. | Carmelo Amoroso |
2009-03-16 | enable mprotect() regardless of MMU as some systems have MPUs which allows me... | Mike Frysinger |
2009-03-16 | import user.h from the kernel as it is no longer exported by the kernel | Mike Frysinger |
2009-03-16 | Update copyright header. | Khem Raj |
2009-03-16 | docs/pthreads_hacking.txt: new file | Denis Vlasenko |
2009-03-14 | default linux-2.4 module support to off for Blackfin targets | Mike Frysinger |
2009-03-14 | force DOPIC for FDPIC ELF targets | Mike Frysinger |
2009-03-13 | add GNU extension for select timeouts where the sub-second field is actually ... | Mike Frysinger |
2009-03-12 | add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com) | Denis Vlasenko |
2009-03-12 | linuxthreads fixes from Will Newton (will.newton AT gmail.com): | Denis Vlasenko |
2009-03-10 | resolver: | Denis Vlasenko |
2009-03-05 | Define creat in an independent file | Khem Raj |
2009-03-05 | Use __always_inline instead of __inline__ | Carmelo Amoroso |
2009-03-05 | Make long double support available for sh too. | Carmelo Amoroso |
2009-03-03 | mknod: widen the parameters to match kernel | Denis Vlasenko |
2009-03-02 | Add EPOLLRDHUP constant | Denis Vlasenko |
2009-02-27 | fix breakage in x86_64 defconfig | Denis Vlasenko |
2009-02-25 | Reinstate __libc_foo's needed for linuxthreads.old. | Denis Vlasenko |
2009-02-24 | Fix thinko in svn 25434. | Rob Landley |
2009-02-24 | Make HARDWIRED_ABSPATH a config option. | Rob Landley |
2009-02-24 | Fix __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 functionality | Bernhard Reutner-Fischer |
2009-02-23 | - disable libcrypt tests if we have no libcrypt | Bernhard Reutner-Fischer |
2009-02-23 | - also filter out headers-y | Bernhard Reutner-Fischer |
2009-02-23 | - fix weak ssp symbol on some arches (Peter S. Mazinger) | Bernhard Reutner-Fischer |