summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
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
2002-05-30Make syscalls.c way more generic. Now works on alpha...Eric Andersen
2002-05-23Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp>Eric Andersen
2002-05-20Changes needed for MIPS with regards to the .init and .fini sections."Steven J. Hill"
2002-05-12Use the default version in include/sys insteadEric Andersen
2002-05-12Fixes for 64 bit archesEric Andersen
2002-05-12Small cleanups for alphaEric Andersen
2002-05-12Add a default syscalls.h that will just error out.Eric Andersen
2002-05-10First pass attempt at an alpha portEric Andersen
2002-05-06New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III
2002-04-25Use __off64_t instead of off64_t.Miles Bader