summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm
AgeCommit message (Expand)Author
2003-10-25properly deal with soft-float when profiling as wellEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-08Patch from Atsushi Nemoto (with some additions):Eric Andersen
2003-09-21Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III
2003-09-08Fix a trivial compile problemEric Andersen
2003-09-07Some updates from glibc. mjn3 reports this fixes profilingEric Andersen
2003-06-27Cleanup a couple of ugly bitsEric Andersen
2003-06-27Implement mmap64 for armEric Andersen
2003-06-11Fix arm syscall implementation so it does not blow chunks with gcc 3.3Eric Andersen
2003-04-21Fix SIGTRAP handling on arm. The defination of struct ucontext,Eric Andersen
2003-03-06Make profiling on arm workEric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-03-03Fix the double sub #48, should have been an add :-)David McCullough
2003-02-23Fix FP handling alignment problems on ARM platforms without an FPU,David McCullough
2003-02-08Fixup handling of the .note.ABI-tag section so that it is ARM only,Eric Andersen
2003-01-24Finish up fixing stat and setting various system types.Eric Andersen
2003-01-24Ok, people are probably going to hate me for this... This commit changes theEric Andersen
2003-01-23Update architecture specific support to consistantlyEric Andersen
2003-01-23Update crt0 for arm to provide the main referenceEric Andersen
2003-01-22Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen
2003-01-22Add in arm specific sigaction implementation to fix sa_restorerEric Andersen
2002-12-12Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen
2002-11-27Make support for global constructors and global destructors beEric Andersen
2002-11-15I was an idiot and put _fini into the wrong register. Duh.Eric Andersen
2002-11-06Update soft-float handlingEric Andersen
2002-11-03A patch from Vincent Sanders to fix the arm implementation ofEric Andersen
2002-10-09Support O_STREAMINGEric Andersen
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen
2002-09-10Don't run floating point opcodes when code is compiled -msoft-floatEric Andersen
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-08-27Added __kernel_fsid_t to satisfy some apps that need it.David McCullough
2002-08-26Make bits/kernel_types.h include guard names match the includeEric Andersen
2002-08-25Finish off the bits/kernel_stat.h cleanup for properEric Andersen
2002-08-24Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen
2002-08-23Split out the definition of struct stat into the new archEric Andersen
2002-08-22Support _syscall6 and _syscall7 for armEric Andersen
2002-07-25Implement syscall() for armEric Andersen
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-04-14Manuel and I were looking into a problem with applications failing to linkEric Andersen
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-16Remove the C++ support stubs, since these now live elsewhere andEric 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-03-01Major rework of the include files to eliminate redundancyEric 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