summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-20fdatasync: handle latest alpha syscallsMike Frysinger
2009-07-20alpha/sigprocmask: fix implicit memset() prototypeMike Frysinger
2009-07-20first pass at implementing *at funcsMike Frysinger
2009-07-20sync a few headers with glibc (no functional changes)Mike Frysinger
2009-07-20dirent: push dirent type to prototypesMike Frysinger
2009-07-20string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPTMike Frysinger
2009-07-20regex: convert #if to #ifdefMike Frysinger
2009-07-20add a wchar.h stubMike Frysinger
2009-07-20mknod: convert to INLINE_SYSCALL() to sync with glibcMike Frysinger
2009-07-20note that we do not want hidden malloc aliasesMike Frysinger
2009-07-20fix typo in frv endian commentMike Frysinger
2009-07-20relocate i386 string.h to i386-specific dirMike Frysinger
2009-07-20start ignoring include/ symlinksMike Frysinger
2009-07-20unifdef: implement err.h funcs locallyMike Frysinger
2009-07-20ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger
2009-07-20add hidden aliases for older regex search functionsMike Frysinger
2009-07-15install_headers: convert header removal to Kbuild styleMike Frysinger
2009-07-15use -EB/-EL for all targetsMike Frysinger
2009-07-14Fix ARM syscall argument loading.Joseph Myers
2009-07-14sh: Fix up optimized SH-4 memcpy on big endian.Giuseppe Cavallaro
2009-07-09syscall(): create a common version based on INLINE_SYSCALL_NCS()Mike Frysinger
2009-07-09syscall: unify part 2: NCS varietyMike Frysinger
2009-07-09MAKEALL: expand cross-compiler arch searchMike Frysinger
2009-07-09sh: Change __HAVE_SHARED__ to __PIC__Peter Griffin
2009-07-08ignore generated .i filesMike Frysinger
2009-07-08drop missing {INLINE,INTERNAL}_SYSCALL fallback logicMike Frysinger
2009-07-08syscall: unify common syscall definesMike Frysinger
2009-07-06sparc: Update syscalls.h to define INTERNAL_SYSCALLAustin Foxley
2009-07-05MAKEALL: start a quick build test helper scriptMike Frysinger
2009-07-05Avoid type-punned pointers that break strict-aliasingRon
2009-07-05Avoid warnings about shifting more bits than we haveRon
2009-07-05Don't shadow the chroot globalRon
2009-07-05Don't shadow the mask parameter with a local variable in the same functionRon
2009-07-05Don't shadow stat with a local variableRon
2009-07-05Don't shadow the err() function with a local varRon
2009-07-05Add a few missing includesRon
2009-07-05Check #if feature test macros are defined where they may not beRon
2009-07-05Provide token prototypes for functions that are external but have no headerRon
2009-07-05Make more utility functions staticRon
2009-07-05Add noreturn attributes to some functions that won't ever do soRon
2009-07-05Move extern prototype out of function scopeRon
2009-07-05Add some missing printf/scanf format attributesRon
2009-07-05use -isystem with gcc pathsMike Frysinger
2009-07-03i386: store errno value before using __set_errno()Ingo van Lil
2009-07-03ignore generated unifdefMike Frysinger
2009-07-03uClibc_arch_features: sync defines between portsMike Frysinger
2009-07-03Merge branch 'master' of git://uclibc.org/uClibcMike Frysinger
2009-07-03add testcases for shm_{open,unlink}Bernhard Reutner-Fischer
2009-07-02sh: add cacheflush syscall wrapperCarmelo Amoroso
2009-07-01Correct ARM memcpy comments.Joseph Myers