Markos Chandras
|
22686a1383
Add support for the Meta architecture
|
16 years ago |
Markos Chandras
|
37439e66a3
ldd: Add MATCH_MACHINE definition for Meta
|
14 years ago |
Markos Chandras
|
85385fe46b
elf: Add ELF magic number and relocations for the Meta architecture
|
16 years ago |
Vineet Gupta
|
d81edb9968
ldso: Fix Build warnings with common-generic ABI build
|
11 years ago |
Vineet Gupta
|
4798e77cdb
libpthread: linuxthreads.old: Allow building for no-legacy-syscalls ABI
|
11 years ago |
Vineet Gupta
|
833820e6e2
libc/ipc: Make IPC_64 0 for common-generic ABI
|
11 years ago |
Vineet Gupta
|
1b1133555e
fstat64: Fix Build warnings with common-generic ABI build
|
11 years ago |
Vineet Gupta
|
1759f84c2a
leek: if lseek syscall is not available, use lseek64 even for !LFS
|
11 years ago |
Vineet Gupta
|
5866897566
utimes: Export utimensat based utimes
|
11 years ago |
Vineet Gupta
|
f0489b5c79
LT{,.old}: include stddef.h for size_t
|
11 years ago |
Markos Chandras
|
f4fe313d50
buildsys: Add missing $(SYMBOL_PREFIX) to symbol names
|
11 years ago |
Markos Chandras
|
3c99de5c1e
libpthread: Remove useless .cvsignore files
|
11 years ago |
Markos Chandras
|
60c1fe7f45
nptl/allocatestack.c: Fix stack mprotect alignment for STACK_GROWS_UP
|
11 years ago |
Markos Chandras
|
49d3f93362
libc/pause: Enable pause_nocancel for arches without __NR_pause
|
11 years ago |
Xi Wang
|
79cd5fb435
nice: fix overflow checking in int_add_no_wrap()
|
11 years ago |
Bernhard Reutner-Fischer
|
3d791bda2e
inet: remove noreturn attribute from res_nclose
|
11 years ago |
Bernhard Reutner-Fischer
|
62d3f7ba59
scripts: remove CVS header from getent
|
11 years ago |
Markos Chandras
|
6c2fa3451f
libc/ipc: Allow architectures to define their own __IPC_64 macro
|
12 years ago |
Markos Chandras
|
634e74f630
ldso: Use newer syscalls if arch does not have the deprecated syscalls
|
12 years ago |
Markos Chandras
|
9f44c4ca56
open: Use openat if arch does not have the open syscall
|
12 years ago |
Markos Chandras
|
faa3bc7b7c
not-cancel.h: Use openat if arch does not have the open syscall
|
12 years ago |
Markos Chandras
|
585ee9c4e7
open64: Use openat if arch does not have the open syscall
|
12 years ago |
Markos Chandras
|
d62c716242
fcntl: Use fcntl64 is arch does not have the fcntl syscall
|
12 years ago |
Markos Chandras
|
e87a63c1d8
fstatfs64: Prefer fstatfs64 system call instead of __libc_fstatfs
|
12 years ago |
Markos Chandras
|
09e782b088
fstatfs: Add __libc_fstatfs wrapper
|
12 years ago |
Markos Chandras
|
13f56c443b
stat: Use fstatat64 if arch does not have the stat syscall
|
12 years ago |
Markos Chandras
|
aec10d8647
ustat: Add ustat stub for arches that don't have the ustat system call
|
12 years ago |
Markos Chandras
|
789e2402f3
lstat64: Use fstatat64 if arch does not have the lstat64 syscall
|
12 years ago |
Markos Chandras
|
677adae2b0
lstat: Use fstatat64 if arch does not have the lstat syscall
|
12 years ago |
Markos Chandras
|
36b3c53f92
stat64: Use fstatat64 if arch does not have the stat64 syscall
|
12 years ago |