summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sh/bits
AgeCommit message (Expand)Author
2005-08-08remove duplicated _syscall6 definitions and unify them with a defineMike Frysinger
2005-05-12Added new 'bits/atomic.h' for most of the architectures and the top-level 'in..."Steven J. Hill"
2005-05-07Fix trapa value for _syscall6() to conform with new sh syscall ABI.Paul Mundt
2005-02-12no more cvsMike Frysinger
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-02-06Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen
2003-09-07Some updates from glibc. mjn3 reports this fixes profilingEric Andersen
2003-03-07Patch from Stefan Allius:Eric Andersen
2003-03-06Patch from Stefan Allius to finish off the last required bitsEric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-01-24Ok, people are probably going to hate me for this... This commit changes theEric Andersen
2002-10-09Support O_STREAMINGEric 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-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-03-01Major rework of the include files to eliminate redundancyEric 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-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-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-07Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen
2001-04-19Remove all the __THROW macrosEric Andersen
2001-02-21Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - EmbeddedEric Andersen