summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
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
2005-12-08Try to mimic glibc sigaction, sjhill, could you please test w/ this version?Peter S. Mazinger
2005-12-08Use hidden_weak_aliasPeter S. Mazinger
2005-12-08Implement more hiddenPeter S. Mazinger
2005-12-08Use __open|__closedirPeter S. Mazinger
2005-12-08Use __gettimeofdayPeter S. Mazinger
2005-12-08Implement __x versionsPeter S. Mazinger
2005-12-08Correct use of __*logPeter S. Mazinger
2005-12-08Implement __mknod and use itPeter S. Mazinger
2005-12-08Add hidden versionsPeter S. Mazinger
2005-12-08Hide __syscall_ipcPeter S. Mazinger
2005-12-07Hide morePeter S. Mazinger
2005-12-07Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger
2005-12-06We need these aliases to stay so that NPTL can override them."Steven J. Hill"
2005-12-06only define offsetof macro if it isnt already definedMike Frysinger
2005-12-04More hiding, 300 leftPeter S. Mazinger
2005-12-03Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger
2005-12-03_uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma...Peter S. Mazinger
2005-12-03Remove unneeded weakPeter S. Mazinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-01Kill 2 redefine warnings w/ gcc-4.xPeter S. Mazinger
2005-12-01Make __syscall_fadvise64_64 static inlinePeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-12-01grab header file from glibcMike Frysinger
2005-12-01touchup how we declare the posix_fadvise functions and fix the case where pos...Mike Frysinger
2005-11-30change __rt_sigprocmask to static inlinePeter S. Mazinger
2005-11-30get rid of unused sysdep.h headerMike Frysinger
2005-11-29Hiding againPeter S. Mazinger
2005-11-27define MREMAP_FIXEDMike Frysinger
2005-11-26100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger
2005-11-23sync with glibc to get 64bit fixesMike Frysinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-18move alpha/hppa into their own arch subdir where they should beMike Frysinger
2005-11-18touchup syntax/whitespaceMike Frysinger
2005-11-18Correct type, gcc-3.4.5 fails, thanks nitinkg for reporting/testingPeter S. Mazinger
2005-11-18add support for ia64Mike Frysinger
2005-11-18fix warnings when arch lacks get_kernel_syms syscall (like ia64)Mike Frysinger
2005-11-17dont try to build getpgrp if the arch doesnt support it (like ia64)Mike Frysinger
2005-11-17dont try to build fork if the arch doesnt support it (like ia64)Mike Frysinger
2005-11-15Hide more of stdio,getdents, use internal __raisePeter S. Mazinger
2005-11-15Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ha...Peter S. Mazinger
2005-11-15Update copyright noticePeter S. Mazinger
2005-11-15Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strongPeter S. Mazinger