summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
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-09Fix a number of compile time warnings so that uClibc will build with -Werror ...David McCullough
2002-08-09pread and pwrite were broken in several ways:David McCullough
2002-08-09At some stage I was getting conflicts on the SH platform withDavid McCullough
2002-08-09Doh! I broke it. oops. Patch from Stefan Allius to fix it.Eric Andersen
2002-08-09Cleanup error returns to avoid warningsEric Andersen
2002-08-08I reworked syscalls.h to match how I'm doing other arches. Stefan Allius andEric Andersen
2002-08-08Disable unused unifed stuffEric Andersen
2002-08-06Just in case, crash if somehow `exit' returns anywaysEric Andersen
2002-07-31Patch from Martin Proulx <mproulx@okiok.com> to fix i960Eric Andersen
2002-07-27Oops. I accidentally omitted the actual mknod() function.Eric 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-25Implement syscall() for armEric Andersen
2002-07-24Add support for people calling syscall()Eric Andersen
2002-07-24Remove source files that, well, no longer exist :)."Steven J. Hill"
2002-07-22Add some syscalls which I moved out of syscalls.cEric 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-07-15stupid cut-n-paste bugEric Andersen
2002-07-15Patch for a silly bug from David BlytheEric Andersen
2002-07-15Silence a couple of silly warningsEric Andersen
2002-07-15Rework pread and pwrite support so it should actually work.Eric Andersen
2002-07-11Kill this stale fileEric Andersen
2002-07-07Attempt to clean up the strerror_r situation.Manuel Novoa III
2002-07-07Fix namespace pollution by hiding statfix and statfix64 byEric Andersen
2002-07-07Cleanup namespace leaks by prepending __ to global stuff toEric Andersen
2002-07-05Only define __uwchar_t if wide char support is enabled.Manuel Novoa III
2002-07-03Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III
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-21Fix support for 2.0.x linux kernels. Oops.Eric Andersen
2002-06-18Cleanup the getcwd implementation (again) since I broke itEric Andersen
2002-06-18Eliminate all the pointless globals from getcwd(). DefaultEric Andersen
2002-06-18Kill kernel_version.c, which is completely meaningless crapEric Andersen
2002-06-18Fix perror() and printf("%m") to not call strerror(), as required by theManuel Novoa III
2002-06-18Patch from Martin Proulx <mproulx@okiok.com> to supportEric Andersen
2002-06-17Add support for sigtimedwait and sigwaitinfoEric Andersen
2002-06-10Kill the libc-lock headers, which we do not use and which areEric 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-05-30Doh! A silly typo broke select...Eric Andersen
2002-05-30And with this, the alpha port is not basically working.Eric Andersen
2002-05-30Make these properly cope with 64bit systemsEric Andersen
2002-05-30Fixup some silly bugs I added earlierEric Andersen
2002-05-30Needed for the alpha portEric Andersen