| Commit message (Expand) | Author | Age | Files | Lines |
* | Update soft-float handling | Eric Andersen | 2002-11-06 | 2 | -3/+5 |
* | Octal to hex | Eric Andersen | 2002-10-09 | 1 | -1/+1 |
* | Support O_STREAMING | Eric Andersen | 2002-10-09 | 1 | -0/+1 |
* | Patch from Marshall M. Midden <m4@brecis.com> to fixup crt0 for | Eric Andersen | 2002-10-01 | 1 | -14/+12 |
* | This commit contains a patch from Stefan Allius <allius@atecom.com> to change | Eric Andersen | 2002-10-01 | 1 | -2/+15 |
* | Forgot one more #ifdef related to MIPS soft floating point. | "Steven J. Hill" | 2002-09-11 | 1 | -0/+2 |
* | Don't unconditionally save/restore FP registers, we might be doing soft | "Steven J. Hill" | 2002-09-10 | 2 | -0/+4 |
* | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | 2002-09-05 | 3 | -5/+5 |
* | 'syscall' now properly works for MIPS. | "Steven J. Hill" | 2002-09-04 | 3 | -46/+56 |
* | Added __kernel_fsid_t to satisfy some apps that need it. | David McCullough | 2002-08-27 | 1 | -0/+4 |
* | Make bits/kernel_types.h include guard names match the include | Eric Andersen | 2002-08-26 | 1 | -3/+9 |
* | Finish off the bits/kernel_stat.h cleanup for proper | Eric Andersen | 2002-08-25 | 1 | -0/+48 |
* | Break dependancy of bits/types.h on the asm/posix_types.h kernel | Eric Andersen | 2002-08-24 | 1 | -9/+1 |
* | Break dependancy of bits/types.h on the asm/posix_types.h kernel | Eric Andersen | 2002-08-24 | 1 | -0/+56 |
* | Split out the definition of struct stat into the new arch | Eric Andersen | 2002-08-23 | 1 | -0/+78 |
* | Split out the arch dependant errno_values.h junk into arch dependant files. | Eric Andersen | 2002-08-23 | 1 | -0/+135 |
* | Rework struct stat/stat64 handling to eliminate kernel headers | Eric Andersen | 2002-08-22 | 1 | -78/+0 |
* | Rework errno handling to be kernel header free | Eric Andersen | 2002-08-22 | 1 | -56/+0 |
* | Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the way | Eric Andersen | 2002-08-21 | 1 | -1/+1 |
* | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen | 2002-08-19 | 2 | -78/+16 |
* | Directly use kernel types for uid_t, gid_t, and dev_t to avoid the | Eric Andersen | 2002-08-18 | 1 | -5/+12 |
* | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | 2002-08-16 | 1 | -1/+1 |
* | Add in __uClibc_syscall | Eric Andersen | 2002-08-09 | 1 | -1/+1 |
* | Initial piece of unified syscall support from Brecis Communications | Eric Andersen | 2002-08-09 | 1 | -0/+45 |
* | New and improved fork for mips, thanks to the fine folks | Eric Andersen | 2002-08-09 | 2 | -1/+66 |
* | Cleanup error returns to avoid warnings | Eric Andersen | 2002-08-09 | 1 | -8/+8 |
* | Ok, I get it. sjhill kept adding the 'find' command since | Eric Andersen | 2002-07-26 | 1 | -0/+1 |
* | The __set_errno macro _must_ match that defined in include/bits/errno.h. We | Eric Andersen | 2002-07-26 | 1 | -1/+9 |
* | ldso specific syscalls and userspace syscalls all in one file now. | "Steven J. Hill" | 2002-07-25 | 1 | -5/+214 |
* | Remove source files that, well, no longer exist :). | "Steven J. Hill" | 2002-07-24 | 1 | -1/+1 |
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 3 | -5/+11 |
* | Kill this stale file | Eric Andersen | 2002-07-11 | 2 | -32/+1 |
* | Make clone work, part 2. | Eric Andersen | 2002-07-03 | 2 | -1/+30 |
* | Fix clone so it compiles | Eric Andersen | 2002-07-03 | 2 | -8/+20 |
* | Several cleanups/fixes from Marshall M. Midden <m4@brecis.com> | Eric Andersen | 2002-06-26 | 1 | -1/+1 |
* | Changes so that 'regdef.h' gets included in the development environment. | "Steven J. Hill" | 2002-06-04 | 6 | -4/+66 |
* | Moved to 'sys' directory. | "Steven J. Hill" | 2002-06-04 | 1 | -61/+0 |
* | Manuel and I were looking into a problem with applications failing to link | Eric Andersen | 2002-04-14 | 1 | -0/+6 |
* | Remove the C++ support stubs, since these now live elsewhere and | Eric Andersen | 2002-03-16 | 1 | -14/+0 |
* | Build our own crti.o and crtn.o with a cross arch method that I | Eric Andersen | 2002-03-13 | 1 | -1/+1 |
* | Move syscall.h generation to the top level Makefile | Eric Andersen | 2002-03-01 | 1 | -1/+0 |
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 52 | -5890/+317 |
* | Several mips fixes from Geoffrey Espin. With these, busybox with | Eric Andersen | 2002-02-22 | 3 | -1/+32 |
* | Fix from John Rigby to fix stat() so it actually works. | Eric Andersen | 2002-02-20 | 1 | -1/+4 |
* | Several mips cleanups/additons from Geoffrey Espin. | Eric Andersen | 2002-02-16 | 3 | -1/+97 |
* | Fix naming error in brk.c, enable faster malloc by default | Eric Andersen | 2002-02-04 | 1 | -3/+3 |
* | Fixup mips so it now works and provides basic functionality | Eric Andersen | 2002-02-04 | 11 | -74/+535 |
* | Fix path | Eric Andersen | 2002-02-04 | 1 | -1/+1 |
* | Be consistant about the ways in which asm/unistd.h might | Eric Andersen | 2002-02-04 | 1 | -220/+6 |
* | Add in syscalls.h for mipsel, thanks to Steven J. Hill. | Eric Andersen | 2002-02-01 | 3 | -229/+225 |