summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips
AgeCommit message (Expand)Author
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-22Rework errno handling to be kernel header freeEric 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-08-16Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen
2002-08-09Add in __uClibc_syscallEric Andersen
2002-08-09Initial piece of unified syscall support from Brecis CommunicationsEric Andersen
2002-08-09New and improved fork for mips, thanks to the fine folksEric Andersen
2002-08-09Cleanup error returns to avoid warningsEric Andersen
2002-07-26Ok, I get it. sjhill kept adding the 'find' command sinceEric Andersen
2002-07-26The __set_errno macro _must_ match that defined in include/bits/errno.h. WeEric Andersen
2002-07-25ldso specific syscalls and userspace syscalls all in one file now."Steven J. Hill"
2002-07-24Remove source files that, well, no longer exist :)."Steven J. Hill"
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-07-11Kill this stale fileEric Andersen
2002-07-03Make clone work, part 2.Eric Andersen
2002-07-03Fix clone so it compilesEric Andersen
2002-06-26Several cleanups/fixes from Marshall M. Midden <m4@brecis.com>Eric Andersen
2002-06-04Changes so that 'regdef.h' gets included in the development environment."Steven J. Hill"
2002-06-04Moved to 'sys' directory."Steven J. Hill"
2002-04-14Manuel and I were looking into a problem with applications failing to linkEric 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-02-22Several mips fixes from Geoffrey Espin. With these, busybox withEric Andersen
2002-02-20Fix from John Rigby to fix stat() so it actually works.Eric Andersen
2002-02-16Several mips cleanups/additons from Geoffrey Espin.Eric Andersen
2002-02-04Fix naming error in brk.c, enable faster malloc by defaultEric Andersen
2002-02-04Fixup mips so it now works and provides basic functionalityEric Andersen
2002-02-04Fix pathEric Andersen
2002-02-04Be consistant about the ways in which asm/unistd.h mightEric Andersen
2002-02-01Add in syscalls.h for mipsel, thanks to Steven J. Hill.Eric Andersen
2002-01-07Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
2001-12-20Fixup autogeneration of bits/syscalls.hEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-15Fix comments. Attempt at c++ global constructor support.Eric Andersen
2001-11-14Oops. Forgot theseEric Andersen
2001-11-14Scrub up some lingering problems preventing readdir64 from workingEric Andersen
2001-11-14Sync up mipsel headersEric Andersen
2001-07-16use ln -fsEric Andersen