summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh
Commit message (Expand)AuthorAgeFilesLines
...
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+0
* Lethal noticed that the generated file gmon-start.S was notEric Andersen2003-12-031-0/+2
* Add a syscall() implementation using a hacked version of the syscall6 macro.Manuel Novoa III2003-12-022-1/+26
* Remove SAFECFLAGS. It was a workaround for failures in old awk scriptEric Andersen2003-11-221-11/+3
* Stefan Allius writes:Eric Andersen2003-11-112-4/+2
* Darn. Fix compilation for soft-float, which I inadvertantlyEric Andersen2003-11-081-4/+7
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+113
* properly deal with soft-float when profiling as wellEric Andersen2003-10-251-0/+3
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-2/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-2/+2
* Patch from Atsushi Nemoto (with some additions):Eric Andersen2003-10-082-0/+57
* Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III2003-09-211-1/+1
* Some updates from glibc. mjn3 reports this fixes profilingEric Andersen2003-09-071-6/+6
* setjmp was trashing r12 which is bad and can cause apps to crash if they areDavid McCullough2003-05-011-3/+3
* Patch from Stefan Allius:Eric Andersen2003-03-071-0/+5
* Patch from Stefan Allius to finish off the last required bitsEric Andersen2003-03-063-29/+90
* Initial effort at adding profiling support.Eric Andersen2003-03-034-0/+115
* If floating point was enabled, setjmp would write to memory well past theDavid McCullough2003-02-171-2/+3
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-241-60/+3
* Update architecture specific support to consistantlyEric Andersen2003-01-232-11/+2
* Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen2002-12-122-12/+9
* Silly me, I forgot to include features.hEric Andersen2002-11-291-4/+5
* Make support for global constructors and global destructors beEric Andersen2002-11-271-4/+34
* Stefan Allius writes:Eric Andersen2002-11-153-115/+116
* Remove obsolete filesEric Andersen2002-11-152-74/+0
* Stefan Allius writes:Eric Andersen2002-11-153-11/+78
* I dunno why there were align 5, but align 4 is much more sensible.Eric Andersen2002-11-046-6/+6
* Kill sysdep.h and fixup the SH asm to not use it.Eric Andersen2002-11-047-114/+48
* Don't use ENTRY(), make the asm explicitEric Andersen2002-11-041-1/+5
* Properly prefix some symbolsEric Andersen2002-11-031-22/+2
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-3/+3
* Support O_STREAMINGEric Andersen2002-10-091-0/+1
* Patch from Stefan Allius <allius@atecom.com>:Eric Andersen2002-10-013-6/+6
* This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen2002-10-011-19/+30
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-053-4/+4
* Somehow the bit of code that add the offset of envp to argv got lostDavid McCullough2002-08-271-0/+1
* Fix a delay slot problem, this gets some apps working on SH, a good numberDavid McCullough2002-08-271-1/+3
* Added __kernel_fsid_t to satisfy some apps that need it.David McCullough2002-08-271-0/+8
* Make bits/kernel_types.h include guard names match the includeEric Andersen2002-08-261-3/+9
* Finish off the bits/kernel_stat.h cleanup for properEric Andersen2002-08-251-0/+55
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-241-0/+29
* Split out the definition of struct stat into the new archEric Andersen2002-08-231-0/+87
* Work from Stefan Allius which allows superH to use the commonEric Andersen2002-08-193-54/+1
* Fix a number of compile time warnings so that uClibc will build with -Werror ...David McCullough2002-08-091-1/+3
* Doh! I broke it. oops. Patch from Stefan Allius to fix it.Eric Andersen2002-08-091-1/+1
* I reworked syscalls.h to match how I'm doing other arches. Stefan Allius andEric Andersen2002-08-085-31/+197
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-101/+10
* Manuel and I were looking into a problem with applications failing to linkEric Andersen2002-04-141-0/+7
* Run dos2unix on these filesEric Andersen2002-04-034-11/+11
* Build our own crti.o and crtn.o with a cross arch method that IEric Andersen2002-03-131-1/+1