summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm
AgeCommit message (Expand)Author
2001-02-23Update arm for the new way of entering main. BTW, I can now run things on armEric Andersen
2001-02-09Revert stdio to initializing itself. Not quite a pretty but that ensures thatEric Andersen
2001-02-09It turns out that vfork was completely broken. That was why itEric Andersen
2001-02-07_void_void_null_func never returned. I noticed this yesterdayEric Andersen
2001-01-25Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III
2001-01-25Don't trash regs r0-r2, fix thanks to Michiel Thuys <michiel.thuys@intersil.c...Eric Andersen
2001-01-17Minor comment updateEric Andersen
2001-01-17Now works on StrongArm (using crt0.S) and arm7tdmi/uClinux withEric Andersen
2001-01-16Fix arm so it actually works.Eric Andersen
2001-01-16Remove an extra "/" from the crt0 pathEric Andersen
2001-01-16Makefile fixesEric Andersen
2001-01-16Facelist/cleanup for several syscalls. Added poll.Eric Andersen
2001-01-16Added common handling of errno.Eric Andersen
2001-01-15Fix termios handling. Now synced with behavior of GNU libc.Eric 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-15Fix naming error. s/sigsetjmp/__sigsetjmp/gEric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-12-30Seems I forgot these...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-30Need these includes, so add 'em.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-26Remove some minor glibc'isms.Eric Andersen
2000-10-26Fix it so it compiles again.Eric Andersen
2000-10-26Add in arm specific bits.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