summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux
AgeCommit message (Collapse)Author
2006-01-29use typeof to create the prototypeMike Frysinger
2006-01-29make sure clone/__clone are created properlyMike Frysinger
2006-01-29disable usage of .setMike Frysinger
2006-01-29rename _sys_result var to get rid of shadow warningsMike Frysinger
2006-01-29create local prototypeMike Frysinger
2006-01-29move linux-specific header to linux subdirMike Frysinger
2006-01-29rename resultvar to get rid of shadow warningsMike Frysinger
2006-01-29create local prototypes to shutup warningsMike Frysinger
2006-01-29create a local prototype to shutup warningsMike Frysinger
2006-01-29just use the common ptrace versionMike Frysinger
2006-01-29undefine stupid defines from the kernelMike Frysinger
2006-01-27Do not build *64 and llseek, correct some failure when LFS is disabledPeter S. Mazinger
2006-01-27First round of VAX patches. This isn't complete right now, there are for"Jan-Benedict Glaw"
sure still bugs (properly hidden, of course), a libm is completely missing (I've got one that implements some basic stuff, but that's really not ready for checking in...) I've also got a list of other things that need touch-ups, but that's mostly minor stuff that'll be done during the next days.
2006-01-27Add some prototypes to arch specific pread_write.c, mips has __mips64 ↵Peter S. Mazinger
questionable ifdefs
2006-01-27Add back explicit prototype, archs miss sys/io.h, remove m68k exclusionPeter S. Mazinger
2006-01-27s|sys/perm.h|sys/io.h|, thx vapierPeter S. Mazinger
2006-01-27try at crt1 code by tweaking crt0.c and utilizing the -S output of gccMike Frysinger
2006-01-26touchup style to match other arch versionsMike Frysinger
2006-01-26make sure we include the local sysdep.h headerMike Frysinger
2006-01-26remove things that libc-symbols.h already defines for usMike Frysinger
2006-01-26cris uses @ for asm line separationsMike Frysinger
2006-01-26Ricard Wanderlof writes:Mike Frysinger
Here's a patch to avoid a name clash between include/bits/byteswap.h and the kernel include file <linux/byteorder/swab.h> . (Normally both aren't included by the same file, but we've had one case where a conflict occurred at link time, thus necessitating the patch). I've also taken the opportunity to make the general structure and namespace of the file similar to the corresponding file for other archs.
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-26Really define, not undefine the crash statement..."Jan-Benedict Glaw"
2006-01-26Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"
2006-01-26Correct mips, does mips ever be similar to others ;-(Peter S. Mazinger
2006-01-25Guard the use of sigreturn as in x86_64, thx blindvtPeter S. Mazinger
2006-01-25Use #define __NR_vfork __NR_fork consistentlyPeter S. Mazinger
2006-01-24first (broken) pass at updating to new crt styleMike Frysinger
2006-01-24__longjmp/__libc_longjmp as noreturnPeter S. Mazinger
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger
2006-01-24- use keywords __asm__ and __inline__ c99.Bernhard Reutner-Fischer
2006-01-24Move threads header to proper locationPeter S. Mazinger
2006-01-24Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger
2006-01-24Use __typeof for __longjmp, remove alias to longjmp for cris, should be ↵Peter S. Mazinger
covered by common/longjmp.c
2006-01-23cleanup and use the style of other *64 funcsMike Frysinger
2006-01-23kill off redefined warningsMike Frysinger
2006-01-23add support for arch_prctl() (only used on x86_64 atm)Mike Frysinger
2006-01-23fix building with gcc4Mike Frysinger
2006-01-23longjmp missed, remove sh version, it's the same as the generic onePeter S. Mazinger
2006-01-23make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in ↵Peter S. Mazinger
libpthread as well
2006-01-23Try to correct stat64/stat issue, vapier please check on 64bit archPeter S. Mazinger
2006-01-23Make i386 build w/ -std=c99 (almost)Peter S. Mazinger
2006-01-23Add __longjmp prototypePeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger
is a useless attempt
2006-01-22grab alpha version of mman.h from glibcMike Frysinger
2006-01-21import syscall from glibcMike Frysinger
2006-01-21fix building on 64bit hostsMike Frysinger
2006-01-21fix building on 64bit hostsMike Frysinger
2006-01-21Remove old commentPeter S. Mazinger