summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/Makefile
AgeCommit message (Expand)Author
2002-04-09Create a much more careful ftruncate64 implementation, that shouldEric Andersen
2002-03-31Add in support for ftruncate64 on both ARM and x86Eric Andersen
2002-03-13Build our own crti.o and crtn.o with a cross arch method that IEric Andersen
2002-03-01Move syscall.h generation to the top level MakefileEric Andersen
2002-01-31Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen
2002-01-21Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen
2002-01-07Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-12-19merged the two startup files so that uClinux people always get the correctDavid McCullough
2001-10-12A small patch from Erwin Authried <eauth@softsys.co.at>Eric Andersen
2001-09-27Sigh. Erik mucks it up again...Eric Andersen
2001-09-27Add inb, outb and friends,Eric Andersen
2001-07-03Autogen include/bits/syscall.h for ARMEric Andersen
2001-05-26Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef
2001-05-16Move the default ptrace.c to common, but let arches override it (suchEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-03-06Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc soManuel Novoa III
2001-02-09It turns out that vfork was completely broken. That was why itEric Andersen
2001-01-17Now works on StrongArm (using crt0.S) and arm7tdmi/uClinux withEric Andersen
2001-01-16Remove an extra "/" from the crt0 pathEric Andersen
2001-01-16Makefile fixesEric Andersen
2001-01-15Use the right name.Eric Andersen
2001-01-15USe the name crt0.o, and cp it to $(TOPDIR)/libcrt0.oEric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-12-13Handle fork and vfork on a per architecture basis...Eric Andersen
2000-11-04Fix doc blunder.Eric Andersen
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-10-30Fix symbol problem. Add in arm support -- might even work...Eric Andersen
2000-10-28Add in a platform specific _startEric Andersen
2000-10-26Not needed -- apps simply need to link vs libgcc.Eric Andersen
2000-10-26Fix it so it compiles again.Eric Andersen
2000-10-25Move syscalls to sysdeps/linux/common (since they are common).Eric Andersen
2000-10-23Dependancy fixEric Andersen
2000-10-23Updates (list_syscalls.sh was missing _syscall0 calls).Eric Andersen
2000-10-23First pass at arm arch support. Works on my netwinder...Eric Andersen