summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc/bits
AgeCommit message (Expand)Author
2003-08-14Use the common version for bits/sem.h. Fixup the types toEric Andersen
2003-08-04For sparc, powerpc, mips, and alpha we should also use theEric Andersen
2003-08-01Remove the arch specific shm.h and use the fixed up commonEric Andersen
2003-04-19Konrad Taro Eisele noticed the sparc struct stat was broken.Eric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-01-24A few more needed updatesEric 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-02Rework sparc architecture support so it will compileEric Andersen
2002-10-09Octal to hexEric Andersen
2002-10-09Support O_STREAMINGEric Andersen
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-08-28Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>Eric Andersen
2002-08-27Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen
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-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-23Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen
2002-08-22Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen
2002-08-21Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-08-18Directly use kernel types for uid_t, gid_t, and dev_t to avoid theEric Andersen
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-07-15Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen
2002-02-04Be consistant about the ways in which asm/unistd.h mightEric Andersen
2002-02-04Oops.Eric Andersen
2002-02-03Allow sparc code to at least compileEric Andersen
2002-02-01Add in syscalls.h for mipsel, thanks to Steven J. Hill.Eric Andersen
2001-11-14Oops. Forgot theseEric Andersen
2001-11-14Scrub up some lingering problems preventing readdir64 from workingEric Andersen
2001-11-14Sync up sparc headersEric Andersen
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid 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-05-04Initial sparc port, thanks to Mathew Bosworth <mbosworth@metaflow.com>,Eric Andersen
2001-04-19Remove all the __THROW macrosEric Andersen
2001-03-06I just grabbed the bits dir from glibc 2.1.3 on a sparc boxEric Andersen