Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate wrapping of struct stat and use the kernel version | Eric Andersen | 2002-08-19 | 1 | -28/+0 |
| | | | | | | directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik | ||||
* | Fix namespace pollution by hiding statfix and statfix64 by | Eric Andersen | 2002-07-07 | 1 | -1/+1 |
| | | | | | prepending an __ to the name. Not perfect but better. -Erik | ||||
* | Make these properly cope with 64bit systems | Eric Andersen | 2002-05-30 | 1 | -7/+9 |
| | | | | -Erik | ||||
* | Output an error if uClibc's and app's largefile configuration are incompatible. | Manuel Novoa III | 2002-02-19 | 1 | -0/+2 |
| | |||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -1/+1 |
| | |||||
* | This patch allows powerpc to compile again. It also checks if we | Eric Andersen | 2001-05-04 | 1 | -0/+2 |
| | | | | | | are compiling for an arch for which uClibc has an ld.so or not, and otherwise sets things up to use the system ld.so. -Erik | ||||
* | stat and mknod cleanup, take two. Put all the needed junk into syscalls.c | Eric Andersen | 2001-03-05 | 1 | -1/+1 |
| | | | | | for clarity. -Erik | ||||
* | A bunch of updates, part from Manuel Novoa III (such as more long long | Eric Andersen | 2001-01-01 | 1 | -1/+3 |
| | | | | | support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu. | ||||
* | Oops. Fix up stat. Again. | Eric Andersen | 2000-10-29 | 1 | -0/+1 |
| | |||||
* | Fix up stat so we translate from kernel stat to libc stat. Try to fix | Eric Andersen | 2000-10-29 | 1 | -0/+19 |
up a few little things with dir entry reading. busybox now compiles, and seems to basically work... :-) -Erik |