summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2005-11-21tweak restore function definitions like glibc does it to get rid of warningsMike Frysinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-19rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger
2005-11-19rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger
2005-11-18grab fix from glibc:Mike Frysinger
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-18fix trailing commentMike Frysinger
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-17we want to compare the register value itself, not the address of the variable...Mike Frysinger
2005-11-16update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger
2005-11-16rename files to .s like they should beMike Frysinger
2005-11-16rename files to .s like they should beMike Frysinger
2005-11-16add support for .s translation like .SMike Frysinger
2005-11-16sync with glibc and fix warning when building pthreadsMike 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
2005-11-15unusedMike Frysinger
2005-11-15as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wo...Mike Frysinger
2005-11-15sync getopt headers with glibcMike Frysinger
2005-11-15make sure TARGET_ARCH is set ... thought i committed this already?Mike Frysinger
2005-11-15import some math funcs from glibcMike Frysinger
2005-11-15remove unused fileMike Frysinger
2005-11-15need to declare our stack directionMike Frysinger
2005-11-12initial port to hppaMike Frysinger
2005-11-12make people provide these headers when portingMike Frysinger
2005-11-10add support for cirrus maverick fpu using patch for glibc http://yann.poupet....Mike Frysinger
2005-11-10sync with glibcMike Frysinger
2005-11-10update licenseMike Frysinger
2005-11-09sync with glibcMike Frysinger
2005-11-09fix __intptr_t for 64bit archesMike Frysinger
2005-11-09booooring license updatesMike Frysinger
2005-11-09sync with glibcMike Frysinger
2005-11-07use the common/bits/types.h since it has proper 64bit support nowMike Frysinger
2005-11-07old header fileMike Frysinger
2005-11-05fix arch_headers targetMike Frysinger
2005-11-05makefiles for new build systemMike Frysinger
2005-11-04need our own page header file to prevent warningsMike Frysinger
2005-11-04use errno.h like in i386Mike Frysinger
2005-11-04unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger
2005-11-04Make use of newly introduced attribute_noreturnPeter S. Mazinger
2005-11-03Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger
2005-11-03wait4 is pid_t, not intPeter S. Mazinger
2005-11-02Enable IMA on i386Peter S. Mazinger