Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cosmetic cleanup. | Tobias Anderberg | 2002-09-23 | 6 | -28/+32 | |
| | ||||||
* | * Added clone() system call. | Tobias Anderberg | 2002-09-20 | 8 | -65/+493 | |
| | | | | | | | | | | | | * Proper implementation of bits/syscalls.h, no cheating by just including <asm/unistd.h>. * Proper implementation of syscall.S, it no longer contains the __syscall_error, instead it contains code which makes syscall(nr,...) a system call. * Added sysdep.S which contains the code for __syscall_error. * Added some macros to sysdep.h. * Added sys/procfs.h, which is needed when compiling with thread support. * Removed unused syscall-cris.c. | |||||
* | Removed unused file | Tobias Anderberg | 2002-09-20 | 1 | -4/+0 | |
| | ||||||
* | Add in clone and make the assembler PIC/msep-data friendly. | David McCullough | 2002-09-17 | 1 | -6/+16 | |
| | ||||||
* | Fixup JMPBUF_UNWINDS so that is will compile if used :-) | David McCullough | 2002-09-17 | 1 | -1/+1 | |
| | ||||||
* | Use __UCLIBC_HAVE_LFS__ not __USE_LARGEFILE64 to decide if | Eric Andersen | 2002-09-16 | 1 | -2/+3 | |
| | | | | | 64 bit interfaces should be used. -Erik | |||||
* | Added cris to ALL_SUBDIRS | Tobias Anderberg | 2002-09-16 | 1 | -1/+1 | |
| | ||||||
* | Initial version of the CRIS port. | Tobias Anderberg | 2002-09-16 | 27 | -0/+1634 | |
| | ||||||
* | Forgot one more #ifdef related to MIPS soft floating point. | "Steven J. Hill" | 2002-09-11 | 1 | -0/+2 | |
| | ||||||
* | Don't run floating point opcodes when code is compiled -msoft-float | Eric Andersen | 2002-09-10 | 2 | -2/+2 | |
| | | | | -Erik | |||||
* | Don't unconditionally save/restore FP registers, we might be doing soft | "Steven J. Hill" | 2002-09-10 | 2 | -0/+4 | |
| | | | | floating point. Thanks to Jay Carlson. | |||||
* | Fixed compile bugs having to do with 64-bit filesystem operations that | "Steven J. Hill" | 2002-09-09 | 1 | -0/+9 | |
| | | | | need to be disabled when 'DOLFS' is disabled. | |||||
* | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | 2002-09-05 | 32 | -59/+59 | |
| | ||||||
* | 'syscall' now properly works for MIPS. | "Steven J. Hill" | 2002-09-04 | 3 | -46/+56 | |
| | ||||||
* | Fixed 'struct ipc_perm' and 'struct msqid_ds' members to allow the Linux | "Steven J. Hill" | 2002-09-04 | 2 | -3/+3 | |
| | | | | | | Test Project to compile as well as be consistent with the architecture specific files. Maybe eventually the architecture specific files could be removed all together. | |||||
* | Add syscalls: modify_ldt _sysctl setresuid getresuid setresgid getresgid | "Steven J. Hill" | 2002-09-04 | 1 | -0/+50 | |
| | ||||||
* | Added function 'get_current_dir_name' for Linux Test Project. Tested and | "Steven J. Hill" | 2002-09-04 | 2 | -1/+46 | |
| | | | | works identically to function in glibc. | |||||
* | Redo stat structures (kernel changed too). | Miles Bader | 2002-08-30 | 1 | -77/+66 | |
| | ||||||
* | Add __kernel_ino64_t. | Miles Bader | 2002-08-30 | 1 | -4/+2 | |
| | | | | Make __kernel_loff_t unconditional. | |||||
* | Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com> | Eric Andersen | 2002-08-28 | 7 | -7/+0 | |
| | ||||||
* | If the initfini.pl script changes, regenerate the crt[in].S files. | David McCullough | 2002-08-28 | 1 | -1/+1 | |
| | ||||||
* | Fix broken getpriority syscall, per email from Marshall M. Midden | Eric Andersen | 2002-08-28 | 1 | -2/+15 | |
| | | | | -Erik | |||||
* | Somehow the bit of code that add the offset of envp to argv got lost | David McCullough | 2002-08-27 | 1 | -0/+1 | |
| | | | | | and envp was a very small number and not an address. I think this fixes most of the SH platform. | |||||
* | Make sure that bits/syscalls.h always includes bits/syscall.h | Eric Andersen | 2002-08-27 | 7 | -0/+35 | |
| | | | | -Erik | |||||
* | Fix a delay slot problem, this gets some apps working on SH, a good number | David McCullough | 2002-08-27 | 1 | -1/+3 | |
| | | | | are still seg-faulting. | |||||
* | Added __kernel_fsid_t to satisfy some apps that need it. | David McCullough | 2002-08-27 | 9 | -0/+60 | |
| | | | | Definitions taken from 2.4 kernel sources for each of the platforms. | |||||
* | Oops. I got the include guard wrong. Fix it per current | Eric Andersen | 2002-08-26 | 1 | -3/+3 | |
| | | | | | value in include/asm-v850/posix_types.h on cvs.uclinux.org -Erik | |||||
* | Make bits/kernel_types.h include guard names match the include | Eric Andersen | 2002-08-26 | 10 | -25/+85 | |
| | | | | | | | guard names used by the kernel's asm/posix_types.h to eliminate gratuitous conflicts and let our file win over the very-likely- to-be-broken kernel header file. -Erik | |||||
* | Initial checkin. | Miles Bader | 2002-08-26 | 2 | -0/+150 | |
| | ||||||
* | Use the kernel version of struct msqid_ds directly, since we don't | Eric Andersen | 2002-08-25 | 1 | -16/+14 | |
| | | | | | do any of that silly translating... -Erik | |||||
* | Finish off the bits/kernel_stat.h cleanup for proper | Eric Andersen | 2002-08-25 | 8 | -2/+304 | |
| | | | | | __USE_FILE_OFFSET64 handling. -Erik | |||||
* | Make shm stuff work properly. | Eric Andersen | 2002-08-25 | 2 | -23/+22 | |
| | | | | -Erik | |||||
* | Tweak things so that struct stat and struct stat64 (seem to) work on | Manuel Novoa III | 2002-08-24 | 2 | -7/+27 | |
| | | | | i386. This is for Erik to look at wrt the other archs. | |||||
* | Avoid `ECANCELED' redefined on mips | Eric Andersen | 2002-08-24 | 1 | -3/+4 | |
| | | | | -Erik | |||||
* | Break dependancy of bits/types.h on the asm/posix_types.h kernel | Eric Andersen | 2002-08-24 | 4 | -36/+4 | |
| | | | | | header, which is not directly usable for many architectures. -Erik | |||||
* | Break dependancy of bits/types.h on the asm/posix_types.h kernel | Eric Andersen | 2002-08-24 | 10 | -10/+334 | |
| | | | | | header, which is not directly usable for many architectures. -Erik | |||||
* | Split out the definition of struct stat into the new arch | Eric Andersen | 2002-08-23 | 10 | -612/+580 | |
| | | | | | specific bits/kernel_stat.h file. -Erik | |||||
* | Split out the arch dependant errno_values.h junk into arch dependant files. | Eric Andersen | 2002-08-23 | 4 | -392/+405 | |
| | | | | -Erik | |||||
* | (initfini.s): Search the uClibc include dir, so we can find <features.h>. | Miles Bader | 2002-08-23 | 1 | -1/+1 | |
| | ||||||
* | Rework struct stat/stat64 handling to eliminate kernel headers | Eric Andersen | 2002-08-22 | 6 | -387/+613 | |
| | | | | -Erik | |||||
* | Rework errno handling to be kernel header free | Eric Andersen | 2002-08-22 | 3 | -68/+523 | |
| | | | | -Erik | |||||
* | Support _syscall6 and _syscall7 for arm | Eric Andersen | 2002-08-22 | 1 | -0/+17 | |
| | | | | -Erik | |||||
* | Hide .hidden stuff unless explicitly enabled | Eric Andersen | 2002-08-22 | 1 | -10/+16 | |
| | | | | -Erik | |||||
* | Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the way | Eric Andersen | 2002-08-21 | 6 | -7/+6 | |
| | | | | | | we hose our code... hose our code... hose our code... this is the way we hose our code... all thanks to glibc" -Erik | |||||
* | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen | 2002-08-19 | 19 | -823/+129 | |
| | | | | | | directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik | |||||
* | Work from Stefan Allius which allows superH to use the common | Eric Andersen | 2002-08-19 | 5 | -55/+8 | |
| | | | | method for building crti.o and crtn.o | |||||
* | Directly use kernel types for uid_t, gid_t, and dev_t to avoid the | Eric Andersen | 2002-08-18 | 5 | -17/+60 | |
| | | | | | need to translate these entities... -Erik | |||||
* | whitespace | Miles Bader | 2002-08-16 | 1 | -0/+1 | |
| | ||||||
* | (errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined. | Miles Bader | 2002-08-16 | 1 | -3/+4 | |
| | | | | | (__set_errno): Just assign to `errno' (which will be expanded to the thread-friendly version when appropriate). | |||||
* | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | 2002-08-16 | 4 | -10/+10 | |
| | | | | -Erik |