summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* It fixes the following warnings seen on mips build.Khem Raj2009-10-123-8/+20
* avr32/microblaze/vax: punt local byteswap.hMike Frysinger2009-10-123-175/+0
* some ports define ENOTSUPMike Frysinger2009-10-121-1/+3
* fix building for systems w/out ldso supportMike Frysinger2009-10-121-1/+3
* alpha: fix building with no asm/elf.hMike Frysinger2009-10-121-1/+14
* fdatasync: handle latest alpha syscallsMike Frysinger2009-10-121-1/+1
* alpha/sigprocmask: fix implicit memset() prototypeMike Frysinger2009-10-121-0/+1
* sparc: Update syscalls.h to define INTERNAL_SYSCALLAustin Foxley2009-10-121-70/+119
* i386: store errno value before using __set_errno()Ingo van Lil2009-10-121-4/+3
* uClibc_arch_features: sync defines between portsMike Frysinger2009-10-1226-3/+206
* sh: add cacheflush syscall wrapperCarmelo Amoroso2009-10-122-1/+16
* Correct ARM memcpy comments.Joseph Myers2009-10-121-1/+2
* Fix Thumb-2 setjmp.Joseph Myers2009-10-121-1/+1
* Fix Thumb-2 memcpy.Joseph Myers2009-10-121-1/+1
* Add missing CLIBABI variables __aeabi_stdin, __aeabi_stdout, __aeabi_stderr.Joseph Myers2009-10-121-0/+15
* 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
* pull waitid from masterBernhard Reutner-Fischer2009-10-121-5/+16
* Add working pipe implementation for sparcAustin Foxley2009-10-123-3/+69
* 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
* make sure to block all signals when calling daemon() to prevent delivery whil...Mike Frysinger2009-10-121-1/+13
* implement daemon() using clone() on no-mmu systems as suggested by Jamie LokierMike Frysinger2009-10-122-15/+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-121-0/+3
* 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
* add GNU extension for select timeouts where the sub-second field is actually ...Mike Frysinger2009-10-121-1/+20
* 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
* - make sure __user is defined when including kernel's sigcontext.hBernhard Reutner-Fischer2009-10-121-0/+3
* 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
* - 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
* Move kernel-features.h header from the linuxthread directory to a common one ...Carmelo Amoroso2009-10-122-0/+81
* add inlines for Blackfin atomic functionsMike Frysinger2009-10-122-1/+156
* Blackfin: add L2_SRAM flag for alloc funcMike Frysinger2009-10-121-0/+1
* Blackfin: declare {INLINE,INTERNAL}_SYSCALL() and friendsMike Frysinger2009-10-121-0/+53
* add ENDPROC() macro for Blackfin assemblyMike Frysinger2009-10-121-0/+1
* use newer spiffy asm constraints to get better code generationMike Frysinger2009-10-121-17/+9
* punt old unused headerMike Frysinger2009-10-121-133/+0
* update ptrace.h to latest from glibcMike Frysinger2009-10-121-2/+41
* Go deeper while cleaning string directory to remove TARGET_SUBARCH implementa...Carmelo Amoroso2009-10-121-1/+1
* Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the arch supports thi...Carmelo Amoroso2009-10-121-0/+3
* - remove some bloat that was added in r23660 and subsequent r23698. The sbrk ...Bernhard Reutner-Fischer2009-10-123-15/+13
* Make wcsxfrm visible also when LOCALE support is disabled.Carmelo Amoroso2009-10-121-0/+1
* fix "make utils" build failure in ldconfig (undefined reference to 'getopt')Denis Vlasenko2009-10-121-0/+1
* Current kernels support more than 8 bit major/minor. Pass dev_t through to th...Rob Landley2009-10-121-5/+1