summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Collapse)Author
2006-01-08create hidden alias for truncate/ftruncate and use those in the 64bit versionsMike Frysinger
2006-01-08add missing hidden alias for 64bit hostsMike Frysinger
2006-01-08fix building on 64bit hostsMike Frysinger
2006-01-08just define the macros all the timeMike Frysinger
2006-01-06Allow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE probably won't work ↵Peter S. Mazinger
though
2006-01-06use hidden read/write symbolsMike Frysinger
2006-01-05use tabs for whitespaceMike Frysinger
2006-01-05sync Joseph S. Myers fixes from glibc for a better NAN defineMike Frysinger
2006-01-05remove duplicate ;Mike Frysinger
2006-01-04one reloc less, uninline, should save some spacePeter S. Mazinger
2006-01-04now we can safely declare these hiddenMike Frysinger
2006-01-04tweak __progname handling some more since some [bad] apps actually try and ↵Mike Frysinger
use it
2006-01-04kill off some unused warningsMike Frysinger
2006-01-04if arch doesnt provide _syscall6(), we need to alias the 64bit versionMike Frysinger
2006-01-03Remove textrelPeter S. Mazinger
2005-12-29hide the internal libc pthread_mutex funcsMike Frysinger
2005-12-29pointless whitespace touchupsMike Frysinger
2005-12-28make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the ↵Mike Frysinger
e-mail list
2005-12-28include grp.h just for funMike Frysinger
2005-12-27tweak prototypes to match the exported versionsMike Frysinger
2005-12-27Aubrey writes:Mike Frysinger
When I mounted nfs on my target, the kernel crashed. And I found it was caused by stack overflow. When I digged into it. And I found not only "setgroups.c" but "getgroups.c" have the matrix (__kernel_gid_t kernel_groups[n]) on the stack which can be very large because "n" can be assigned to NGROUPS_MAX. And, NGROUPS_MAX is defined in the file "./linux-2.6.x/include/linux/limits.h" #define NGROUPS_MAX 65536 /* supplemental group IDs are available */ I also changed it to do malloc.
2005-12-16Remove all trailing ; after *_alias and change 2 to use weak_alias instead ↵Peter S. Mazinger
of __attribute__ ...
2005-12-16TypoPeter S. Mazinger
2005-12-16Adapt some missed prototypesPeter S. Mazinger
2005-12-16Better guards within _LIBC, cleanup, typosPeter S. Mazinger
2005-12-16Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵Peter S. Mazinger
it back
2005-12-16Convert some usersPeter S. Mazinger
2005-12-16Disable some unused stuff, better guard for libcPeter S. Mazinger
2005-12-16Some undefs to be pedanticPeter S. Mazinger
2005-12-15Hide exit/_exitPeter S. Mazinger
2005-12-15Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger
2005-12-14Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger
2005-12-13Convert all users of earlier hiddensPeter S. Mazinger
2005-12-13Hidden lseek[64], disabled llseek and _llseek for now, not in any headersPeter S. Mazinger
2005-12-13Do hidden fcntl*Peter S. Mazinger
2005-12-13Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger
2005-12-13Hide chmod, lockf*Peter S. Mazinger
2005-12-13Do hidden sbrkPeter S. Mazinger
2005-12-13Sync w/ glibcPeter S. Mazinger
2005-12-11Make sure we are really within uClibc only, these bits should move from the ↵Peter S. Mazinger
visible header
2005-12-10clean up warningsMike Frysinger
2005-12-10Do hidden __*stat*Peter S. Mazinger
2005-12-10Do hidden pipe, please check the change in mips (.end __pipe?)Peter S. Mazinger
2005-12-09s/strong/weak/, sorry sjhill, have overseen your changePeter S. Mazinger
2005-12-09hide __xstatX_convPeter S. Mazinger
2005-12-09Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger
2005-12-09internal sigpause, do we really default to BSD signals?Peter S. Mazinger
2005-12-09sig* hidden versions, make __rt_sig* static inlinePeter S. Mazinger
2005-12-08__ptr_t = void *, move hidden firstPeter S. Mazinger
2005-12-08mmap/mremap/socket/rewind gonePeter S. Mazinger