Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Break dependancy of bits/types.h on the asm/posix_types.h kernel | Eric Andersen | 2002-08-24 | 1 | -0/+30 | |
| | | | | | 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 | 1 | -0/+27 | |
| | | | | | 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 | 1 | -0/+129 | |
| | | | | -Erik | |||||
* | Rework struct stat/stat64 handling to eliminate kernel headers | Eric Andersen | 2002-08-22 | 1 | -72/+0 | |
| | | | | -Erik | |||||
* | Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the way | Eric Andersen | 2002-08-21 | 1 | -1/+1 | |
| | | | | | | 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 | 2 | -61/+17 | |
| | | | | | | directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik | |||||
* | Directly use kernel types for uid_t, gid_t, and dev_t to avoid the | Eric Andersen | 2002-08-18 | 1 | -3/+12 | |
| | | | | | need to translate these entities... -Erik | |||||
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -183/+11 | |
| | | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik | |||||
* | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III | 2002-07-15 | 1 | -0/+8 | |
| | | | | | | arch-specific constant value defined in bits/uClibc_clk_tck.h. Default is 100 (common/bits) but alpha uses 1024 following glibc. Override per arch as necessary. | |||||
* | Add a default syscalls.h that will just error out. | Eric Andersen | 2002-05-12 | 2 | -0/+242 | |
| | | | | Add in syscalls.h for alpha. | |||||
* | First pass attempt at an alpha port | Eric Andersen | 2002-05-10 | 20 | -0/+2207 | |