Mike Frysinger
|
a376b10928
use := rather than =
|
vor 20 Jahren |
Mike Frysinger
|
d69e6f24f2
automate the tests a bit
|
vor 20 Jahren |
Mike Frysinger
|
016070bcbd
add back in code cut by previous commit to fix the pathconf test
|
vor 20 Jahren |
Mike Frysinger
|
6bc17e607f
get rid of pass through func
|
vor 20 Jahren |
Mike Frysinger
|
e8f50b1894
fix my always_inline typo to fix building on most arches
|
vor 20 Jahren |
Mike Frysinger
|
ef25eef9a1
only check for rlimit stuff if the target doesnt support the newer function call, and dont bother with 64bit versions on 64bit hosts as the regular one works fine (should fix the setrlimit ltp tests)
|
vor 20 Jahren |
Mike Frysinger
|
c7dec4ce77
add support for newer [sg]etgroups function and make the function a simple passthrough on 64bit arches (should fix the getgroup crashes in ltp)
|
vor 20 Jahren |
Mike Frysinger
|
0ebdd0e14d
sync with glibc, should fix the swap* segfaults in ltp
|
vor 20 Jahren |
Mike Frysinger
|
4630734862
dont bother with a pass through call
|
vor 20 Jahren |
Mike Frysinger
|
bba849fc7f
add support for newer style kernel calls since some arches (like sparc) only provide the newer versions
|
vor 20 Jahren |
Mike Frysinger
|
6c6ffb0220
sync with glibc and kill dead code to fix issues found by the nftw ltp tests
|
vor 20 Jahren |
Mike Frysinger
|
d407085f6b
eat whitespace
|
vor 20 Jahren |
Mike Frysinger
|
1c294afa13
fix errno setting
|
vor 20 Jahren |
David Anders
|
9bd4cab1c7
add ARM 7TDMI to processor selection list
|
vor 20 Jahren |
David Anders
|
0577ae3a98
fix ARM types that are known to have MMU's to select ARCH_HAS_MMU
|
vor 20 Jahren |
Mike Frysinger
|
6d85734a6e
fix prototype for 64bit hosts
|
vor 20 Jahren |
Mike Frysinger
|
831219203b
use the newer versions of functions when available (fixes sparc which doesnt provide older versions at all)
|
vor 20 Jahren |
Mike Frysinger
|
7477fa1a17
just drop all of the debug code
|
vor 20 Jahren |
Mike Frysinger
|
70ffd7d0d5
Bernhard Fischer says: get rid of local ret variable
|
vor 20 Jahren |
Mike Frysinger
|
aaf517325a
all my other 64bit changes seems to have "magically" fixed pthreads tests
|
vor 20 Jahren |
Mike Frysinger
|
411770715d
fix warnings on 64bit hosts
|
vor 20 Jahren |
Mike Frysinger
|
64f699811c
janlana writes in Bug 700: use standard uint* types rather than u_int
|
vor 20 Jahren |
Mike Frysinger
|
df53724ea5
sync with glibc
|
vor 20 Jahren |
Mike Frysinger
|
1ecf6c3708
include stdint.h and check __intptr_t_defined to see if we need to setup uintptr_t
|
vor 20 Jahren |
Mike Frysinger
|
ad2361101d
remove outdated file
|
vor 20 Jahren |
Mike Frysinger
|
65d74dd0d4
grab syscall() from glibc
|
vor 20 Jahren |
Mike Frysinger
|
c0b6c3ba7b
thanks to Thomas, nios should be happy again!
|
vor 20 Jahren |
Mike Frysinger
|
b13b8b4533
kill _dummy symbol
|
vor 20 Jahren |
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.
|
vor 20 Jahren |
Mike Frysinger
|
e1982ac32a
fix building
|
vor 20 Jahren |