summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sh
AgeCommit message (Expand)Author
2002-11-15Stefan Allius writes:Eric Andersen
2002-11-04I dunno why there were align 5, but align 4 is much more sensible.Eric Andersen
2002-11-04Kill sysdep.h and fixup the SH asm to not use it.Eric Andersen
2002-11-04Don't use ENTRY(), make the asm explicitEric Andersen
2002-11-03Properly prefix some symbolsEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-09Support O_STREAMINGEric Andersen
2002-10-01Patch from Stefan Allius <allius@atecom.com>:Eric Andersen
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-08-27Somehow the bit of code that add the offset of envp to argv got lostDavid McCullough
2002-08-27Fix a delay slot problem, this gets some apps working on SH, a good numberDavid McCullough
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-19Work from Stefan Allius which allows superH to use the commonEric Andersen
2002-08-09Fix a number of compile time warnings so that uClibc will build with -Werror ...David McCullough
2002-08-09Doh! I broke it. oops. Patch from Stefan Allius to fix it.Eric Andersen
2002-08-08I reworked syscalls.h to match how I'm doing other arches. Stefan Allius andEric 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-03Run dos2unix on these filesEric Andersen
2002-03-13Build our own crti.o and crtn.o with a cross arch method that IEric Andersen
2002-03-02Remove generated stuff, restore sh/sys/procfs.h from M. R. BrownEric Andersen
2002-03-01Move syscall.h generation to the top level MakefileEric Andersen
2002-03-01Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread supportEric Andersen
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen
2002-02-13A number of naming updates in preparation for adding inEric Andersen
2002-01-17Add sbrk and friendsDavid McCullough
2002-01-07Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen
2002-01-02Fixes from M. R. Brown <mrbrown@0xd6.org> to fixup some littleEric Andersen
2002-01-02Oops. Disable threading.Eric Andersen
2002-01-02Sync SH header files with glibc 2.2.4, so it can actually have a chanceEric Andersen
2001-11-14Scrub up some lingering problems preventing readdir64 from workingEric Andersen
2001-10-04Patch from David McCullough <davidm@lineo.com>:Eric Andersen
2001-08-06Fixup the pipe system call for the SH target.David McCullough
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough
2001-06-28Changes to support autogenerated syscall.hDavid McCullough
2001-06-28sysdep.h was not providing all the needed bits to build working asm withDavid McCullough
2001-06-27the minimum needed for nowDavid McCullough
2001-06-27Yes... I forgot to update bits/dirent.h for the other archs. :-(Manuel Novoa III
2001-05-26Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef
2001-05-25Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com>Eric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-07Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen
2001-04-19Bring sh and i386 longjmp implementations into syncEric Andersen
2001-04-19Remove all the __THROW macrosEric Andersen
2001-03-06Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc soManuel Novoa III