Mike Frysinger
|
3898083f5b
delete/init module functions are not 2.4 specific
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
9f2b28a508
- only compile them if the respective syscalls are available
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
660cda8aad
- silence warning about possibly undefined preprocessor token
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
f73791df3a
- Fix arguments to compare function. Closes #1081
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
ee083c4ca9
- remove debug cruft
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
1dcde7854d
- deal with ARM specific syscalls. Closes #2894
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
f7728cf6c9
- both getopt gnu and susv3 want {bits/,}getopt.h installed. Closes #1297
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
e8b6512645
- do not segfault if we end up with empty tables
|
vor 16 Jahren |
Paul Mundt
|
6c29d46610
Use __SH_SYSCALL_TRAP_BASE for pthread vfork trap, as it will
|
vor 16 Jahren |
Carmelo Amoroso
|
d58dd0883c
ldso: removed dead code.
|
vor 16 Jahren |
Carmelo Amoroso
|
93b4dc9ccf
Add work-around for powerpc.
|
vor 16 Jahren |
Paul Mundt
|
8c5150190e
Fix up memset() argument ordering in open_memstream(). Previously
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
af64d37942
- fix for r23427. Thanks to psm for mentioning this and sorry for the breakage
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
71c10cea5a
- add posix_fadvise. Not yet tested most likely broken in advise64
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
dfd1f080f4
- take LFS into account and add fallback via fadvise64
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
4d5405f715
- posix_fadvise64 for i386
|
vor 16 Jahren |
Carmelo Amoroso
|
60b93ea555
Use __always_inline for _dl_gettimeofday as well.
|
vor 16 Jahren |
Carmelo Amoroso
|
4c12e5c94a
Fix posix_fadvise[64] functions to return the error number in case
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
7a0eea11b4
- remove non stdc path (old style definitions). No obj-code changes
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
531728a58a
- exec_comm_child can not return ever
|
vor 16 Jahren |
Hans-Christian Egtvedt
|
7c3b5b935d
avr32: add defines and prototype function for sync_file_range syscall
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
85163e7990
- add script to generate lots of failing (random)configs
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
5d2a22bbbd
- sync_file_range(). Missed the i386 directory in previous commit
|
vor 16 Jahren |
Carmelo Amoroso
|
28134dd75c
Add INTERNAL_SYSCALL macros for sh
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
5c742ff1a5
- add sync_file_range()
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
c14e3c99f7
- do not attempt to rm twice
|
vor 16 Jahren |
Bernhard Reutner-Fischer
|
e9a22a46d7
- commentary typo fix
|
vor 16 Jahren |
Rob Landley
|
15ffa43faf
Make menuconfig help bigger and fluffier.
|
vor 16 Jahren |
Chris Zankel
|
c9db9e50e6
xtensa: Stack unwinding on Xtensa requires that the return address register always be valid. This patch fixes a part of ldso that had been using an Xtensa CALL0 instruction to get the current PC value, which temporarily clobbered the return address register. The revised code just loads the address of a label in the code. See my change to GCC from 2007-12-20 for more info (http://gcc.gnu.org/ml/gcc-patches/2007-12/msg01023.html).
|
vor 16 Jahren |
Chris Zankel
|
5de7a21d71
xtensa: The Xtensa port needs to define the __UCLIBC_TRUNCATE64_HAS_4_ARGS__ macro so that a dummy argument will be inserted before the long long length argument, which is expected to be in an even/odd register pair.
|
vor 16 Jahren |