Age | Commit message (Expand) | Author |
2002-08-14 | Initial checkin. | Miles Bader |
2002-08-12 | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III |
2002-08-09 | Add in __uClibc_syscall | Eric Andersen |
2002-08-09 | Initial piece of unified syscall support from Brecis Communications | Eric Andersen |
2002-08-09 | New and improved fork for mips, thanks to the fine folks | Eric Andersen |
2002-08-09 | Fix a number of compile time warnings so that uClibc will build with -Werror ... | David McCullough |
2002-08-09 | pread and pwrite were broken in several ways: | David McCullough |
2002-08-09 | At some stage I was getting conflicts on the SH platform with | David McCullough |
2002-08-09 | Doh! I broke it. oops. Patch from Stefan Allius to fix it. | Eric Andersen |
2002-08-09 | Cleanup error returns to avoid warnings | Eric Andersen |
2002-08-08 | I reworked syscalls.h to match how I'm doing other arches. Stefan Allius and | Eric Andersen |
2002-08-08 | Disable unused unifed stuff | Eric Andersen |
2002-08-06 | Just in case, crash if somehow `exit' returns anyways | Eric Andersen |
2002-07-31 | Patch from Martin Proulx <mproulx@okiok.com> to fix i960 | Eric Andersen |
2002-07-27 | Oops. I accidentally omitted the actual mknod() function. | Eric Andersen |
2002-07-26 | Ok, I get it. sjhill kept adding the 'find' command since | Eric Andersen |
2002-07-26 | The __set_errno macro _must_ match that defined in include/bits/errno.h. We | Eric Andersen |
2002-07-25 | ldso specific syscalls and userspace syscalls all in one file now. | "Steven J. Hill" |
2002-07-25 | Implement syscall() for arm | Eric Andersen |
2002-07-24 | Add support for people calling syscall() | Eric Andersen |
2002-07-24 | Remove source files that, well, no longer exist :). | "Steven J. Hill" |
2002-07-22 | Add some syscalls which I moved out of syscalls.c | Eric Andersen |
2002-07-22 | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen |
2002-07-15 | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III |
2002-07-15 | stupid cut-n-paste bug | Eric Andersen |
2002-07-15 | Patch for a silly bug from David Blythe | Eric Andersen |
2002-07-15 | Silence a couple of silly warnings | Eric Andersen |
2002-07-15 | Rework pread and pwrite support so it should actually work. | Eric Andersen |
2002-07-11 | Kill this stale file | Eric Andersen |
2002-07-07 | Attempt to clean up the strerror_r situation. | Manuel Novoa III |
2002-07-07 | Fix namespace pollution by hiding statfix and statfix64 by | Eric Andersen |
2002-07-07 | Cleanup namespace leaks by prepending __ to global stuff to | Eric Andersen |
2002-07-05 | Only define __uwchar_t if wide char support is enabled. | Manuel Novoa III |
2002-07-03 | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III |
2002-07-03 | Make clone work, part 2. | Eric Andersen |
2002-07-03 | Fix clone so it compiles | Eric Andersen |
2002-06-26 | Several cleanups/fixes from Marshall M. Midden <m4@brecis.com> | Eric Andersen |
2002-06-21 | Fix support for 2.0.x linux kernels. Oops. | Eric Andersen |
2002-06-18 | Cleanup the getcwd implementation (again) since I broke it | Eric Andersen |
2002-06-18 | Eliminate all the pointless globals from getcwd(). Default | Eric Andersen |
2002-06-18 | Kill kernel_version.c, which is completely meaningless crap | Eric Andersen |
2002-06-18 | Fix perror() and printf("%m") to not call strerror(), as required by the | Manuel Novoa III |
2002-06-18 | Patch from Martin Proulx <mproulx@okiok.com> to support | Eric Andersen |
2002-06-17 | Add support for sigtimedwait and sigwaitinfo | Eric Andersen |
2002-06-10 | Kill the libc-lock headers, which we do not use and which are | Eric Andersen |
2002-06-04 | Changes so that 'regdef.h' gets included in the development environment. | "Steven J. Hill" |
2002-06-04 | Moved to 'sys' directory. | "Steven J. Hill" |
2002-05-30 | Doh! A silly typo broke select... | Eric Andersen |
2002-05-30 | And with this, the alpha port is not basically working. | Eric Andersen |
2002-05-30 | Make these properly cope with 64bit systems | Eric Andersen |