Mike Frysinger
|
6d85734a6e
fix prototype for 64bit hosts
|
há 20 anos atrás |
Mike Frysinger
|
831219203b
use the newer versions of functions when available (fixes sparc which doesnt provide older versions at all)
|
há 20 anos atrás |
Mike Frysinger
|
7477fa1a17
just drop all of the debug code
|
há 20 anos atrás |
Mike Frysinger
|
70ffd7d0d5
Bernhard Fischer says: get rid of local ret variable
|
há 20 anos atrás |
Mike Frysinger
|
aaf517325a
all my other 64bit changes seems to have "magically" fixed pthreads tests
|
há 20 anos atrás |
Mike Frysinger
|
411770715d
fix warnings on 64bit hosts
|
há 20 anos atrás |
Mike Frysinger
|
64f699811c
janlana writes in Bug 700: use standard uint* types rather than u_int
|
há 20 anos atrás |
Mike Frysinger
|
df53724ea5
sync with glibc
|
há 20 anos atrás |
Mike Frysinger
|
1ecf6c3708
include stdint.h and check __intptr_t_defined to see if we need to setup uintptr_t
|
há 20 anos atrás |
Mike Frysinger
|
ad2361101d
remove outdated file
|
há 20 anos atrás |
Mike Frysinger
|
65d74dd0d4
grab syscall() from glibc
|
há 20 anos atrás |
Mike Frysinger
|
c0b6c3ba7b
thanks to Thomas, nios should be happy again!
|
há 20 anos atrás |
Mike Frysinger
|
b13b8b4533
kill _dummy symbol
|
há 20 anos atrás |
Mike Frysinger
|
ad6612eb8e
rfelker reports in Bug 683 that we leak file descriptors if the fcntl() fails ... so fix that. add back in fstat() ofter we open() the directory as we need the blocksize further down in the code. unify the memory error handling to shrink the code there a little.
|
há 20 anos atrás |
Mike Frysinger
|
e1982ac32a
fix building
|
há 20 anos atrás |
Mike Frysinger
|
cb1941ccfc
fix segfault do to sizeof(NULL) usage
|
há 20 anos atrás |
Mike Frysinger
|
71b20283a6
add note about racecondition
|
há 20 anos atrás |
Mike Frysinger
|
f4bfb87ce5
use O_DIRECTORY when possible, saves us from having to use stat() thus cutting codesize/race condition
|
há 20 anos atrás |
Mike Frysinger
|
772b1913c7
add some copyright/license info
|
há 20 anos atrás |
Mike Frysinger
|
bd5827f470
use just __getdents64 rather than either __getdents and __getdents64 when possible (saves space and gives us access to d_type most of the time)
|
há 20 anos atrás |
Mike Frysinger
|
cfdee7ee02
we get d_type from the kernel so use it
|
há 20 anos atrás |
Mike Frysinger
|
02ae0a4e9d
make build output a little less noisy
|
há 20 anos atrás |
Mike Frysinger
|
9bf5af92ea
make build output a little less noisy
|
há 20 anos atrás |
Mike Frysinger
|
15b87e6a3f
fix warning when building on non-mmu hosts
|
há 20 anos atrás |
Mike Frysinger
|
a7240d19c0
glibc sync
|
há 20 anos atrás |
Mike Frysinger
|
0f8c0e81b6
touchup test to have some more helpful output
|
há 20 anos atrás |
Mike Frysinger
|
c429bf3057
import files from glibc for an ia64/static port
|
há 20 anos atrás |
Peter S. Mazinger
|
798669dc65
Dont link and remove link.h
|
há 20 anos atrás |
Mike Frysinger
|
b445ebef4e
integrate frv link.h
|
há 20 anos atrás |
Mike Frysinger
|
7285da14ed
unify duplicated code cause i get tired of updating this stuff
|
há 20 anos atrás |