Age | Commit message (Expand) | Author |
2002-08-25 | Make shm stuff work properly. | Eric Andersen |
2002-08-24 | Tweak things so that struct stat and struct stat64 (seem to) work on | Manuel Novoa III |
2002-08-24 | Avoid `ECANCELED' redefined on mips | Eric Andersen |
2002-08-24 | Break dependancy of bits/types.h on the asm/posix_types.h kernel | Eric Andersen |
2002-08-24 | Break dependancy of bits/types.h on the asm/posix_types.h kernel | Eric Andersen |
2002-08-23 | Split out the definition of struct stat into the new arch | Eric Andersen |
2002-08-23 | Split out the arch dependant errno_values.h junk into arch dependant files. | Eric Andersen |
2002-08-23 | (initfini.s): Search the uClibc include dir, so we can find <features.h>. | Miles Bader |
2002-08-22 | Rework struct stat/stat64 handling to eliminate kernel headers | Eric Andersen |
2002-08-22 | Rework errno handling to be kernel header free | Eric Andersen |
2002-08-22 | Support _syscall6 and _syscall7 for arm | Eric Andersen |
2002-08-22 | Hide .hidden stuff unless explicitly enabled | Eric Andersen |
2002-08-21 | Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the way | Eric Andersen |
2002-08-19 | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen |
2002-08-19 | Work from Stefan Allius which allows superH to use the common | Eric Andersen |
2002-08-18 | Directly use kernel types for uid_t, gid_t, and dev_t to avoid the | Eric Andersen |
2002-08-16 | whitespace | Miles Bader |
2002-08-16 | (errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined. | Miles Bader |
2002-08-16 | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen |
2002-08-14 | (CSRC): Add syscall.c | Miles Bader |
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 |