Ulrich Drepper
|
1c7b05e15f
|
Don't call fstat, use STAT macro.
|
2000-01-18 10:26:16 +00:00 |
|
Ulrich Drepper
|
0e2398afe0
|
Fix includes. Define STAT.
|
2000-01-18 10:25:58 +00:00 |
|
Ulrich Drepper
|
90d7cc6c08
|
Define STAT.
|
2000-01-18 10:25:46 +00:00 |
|
Ulrich Drepper
|
8d32aed20b
|
Add internal_statvfs.c.
|
2000-01-18 10:06:42 +00:00 |
|
Ulrich Drepper
|
a4113cf5d7
|
Actual implementation of statvfs and fstatvfs.
|
2000-01-18 10:06:12 +00:00 |
|
Ulrich Drepper
|
ae90e6aeba
|
Don't use fstatvfs since the open call would require read permission.
|
2000-01-18 10:05:40 +00:00 |
|
Ulrich Drepper
|
ae2acc75ba
|
Move actual code in internal_statvfs.c.
|
2000-01-18 10:05:27 +00:00 |
|
Ulrich Drepper
|
b59c6665c3
|
Fix code generated if mmap2 is available when compiling but no at
runtime.
|
2000-01-16 04:52:59 +00:00 |
|
Ulrich Drepper
|
8dd381edec
|
Linux/Arm specific backward compatible getrlimit64 implementation.
|
2000-01-12 11:54:40 +00:00 |
|
Ulrich Drepper
|
de0b9f0675
|
Linux/Arm specific backward compatible setrlimit64 implementation.
|
2000-01-12 11:54:27 +00:00 |
|
Ulrich Drepper
|
813bce8934
|
Linux/Arm specific setrlimit64 implementation.
|
2000-01-12 11:54:11 +00:00 |
|
Ulrich Drepper
|
e47df17e36
|
Linux/Arm specific getrlimit64 implementation.
|
2000-01-12 11:54:01 +00:00 |
|
Ulrich Drepper
|
9c1a576a84
|
Linux/Arm specific getrlimit implementation.
|
2000-01-12 11:53:54 +00:00 |
|
Ulrich Drepper
|
f0a1d6285d
|
Linux/Arm specific setrlimit implementation.
|
2000-01-12 11:53:47 +00:00 |
|
Ulrich Drepper
|
0edaac6e26
|
Add getrlimit, setrlimit, getrlimit64, setrlimit64 for GLIBC_2.1.3.
|
2000-01-12 11:52:07 +00:00 |
|
Ulrich Drepper
|
80d791d105
|
Add oldgetrlimit, oldsetrlimit.
|
2000-01-12 11:51:51 +00:00 |
|
Ulrich Drepper
|
9399dcc2b5
|
[subdir=resource] (sysdep_routines): Add oldgetrlimit64, oldsetrlimit64.
[subdir=misc] (sysdep_headers): Add sys/elf.h.
|
2000-01-12 11:51:36 +00:00 |
|
Ulrich Drepper
|
6d41772af1
|
(UNDOARGS_5): Fix error in last change.
|
2000-01-10 01:48:28 +00:00 |
|
Ulrich Drepper
|
eb9345dd53
|
Distribute oldgetrlimit64.c and oldsetrlimit64.c.
|
2000-01-06 04:51:04 +00:00 |
|
Ulrich Drepper
|
e784d15afa
|
Distribute sys/elf.h and sys/procfs.h.
|
2000-01-06 04:50:34 +00:00 |
|
Ulrich Drepper
|
d84ede1f72
|
Add `fault_address'.
|
2000-01-06 00:07:11 +00:00 |
|
Ulrich Drepper
|
052a41dd96
|
(ADVANCE_STACK_FRAME): New macro.
(GET_FRAME): Apply above to returned value.
|
2000-01-06 00:06:34 +00:00 |
|
Ulrich Drepper
|
5f67ab7e7a
|
Follow change from glibc 2.2 and don't include <asm/io.h>.
|
2000-01-05 17:25:19 +00:00 |
|
Ulrich Drepper
|
a7b99947ba
|
Don't include kernel-features.h.
|
2000-01-05 07:01:16 +00:00 |
|
Ulrich Drepper
|
15c77dca85
|
Use sysctl by preference to obtain port mapping information. Avoid use of
mprotect.
|
2000-01-04 23:54:52 +00:00 |
|
Ulrich Drepper
|
231e7d0e74
|
(s_ugetrlimit): Remove.
|
2000-01-04 19:55:19 +00:00 |
|
Ulrich Drepper
|
21e53eab06
|
(O_DIRECTORY, O_NOFOLLOW): Protect by ifdef __USE_GNU.
(O_LARGEFILE): Define depending on architecture size.
|
2000-01-04 19:55:10 +00:00 |
|
Ulrich Drepper
|
8e2af6d8b5
|
Add new defines from Linux 2.3.32.
|
2000-01-04 19:54:54 +00:00 |
|
Ulrich Drepper
|
94b0eba230
|
(mmap64): Remove weak alias.
|
2000-01-04 19:54:40 +00:00 |
|
Ulrich Drepper
|
5b835b253c
|
(__have_no_truncate64): Renamed from have_no_truncate64.
|
2000-01-04 19:54:24 +00:00 |
|
Ulrich Drepper
|
fe203ec1e3
|
Fix code for running on kernel without mmap2 syscall.
|
2000-01-04 00:38:42 +00:00 |
|
Ulrich Drepper
|
7adea5e6d1
|
Linux/Arm mmap64 implementation.
|
2000-01-03 23:24:17 +00:00 |
|
Ulrich Drepper
|
21ee1c6f7b
|
Remove mmap64 alias.
Optimise error handling a little.
|
2000-01-03 23:23:55 +00:00 |
|
Ulrich Drepper
|
b47f767c5f
|
Pop registers after mmap2 call before handling error.
|
2000-01-03 01:19:03 +00:00 |
|
Ulrich Drepper
|
225d817101
|
Handle unaligned offsets.
|
2000-01-02 20:25:30 +00:00 |
|
Ulrich Drepper
|
bc775f8311
|
Formulate warning message stronger.
|
2000-01-02 18:55:38 +00:00 |
|
Ulrich Drepper
|
d1fcf3d4af
|
Remove oldgetrlimit and oldsetrlimit definitions.
|
1999-12-28 22:07:24 +00:00 |
|
Ulrich Drepper
|
b9b370c8f5
|
Make it compile.
|
1999-12-27 07:52:32 +00:00 |
|
Ulrich Drepper
|
f90d065a83
|
Rewrite to use lstat64 syscall if available.
|
1999-12-27 07:50:01 +00:00 |
|
Ulrich Drepper
|
78038a9440
|
Rewrite to use stat64 syscall if available.
|
1999-12-27 07:49:50 +00:00 |
|
Ulrich Drepper
|
63888eab08
|
Rewrite to use fstat64 syscall if available.
|
1999-12-27 07:49:33 +00:00 |
|
Ulrich Drepper
|
677d2e0f80
|
Linux/i386 implementation of mmap64.
|
1999-12-27 06:49:22 +00:00 |
|
Ulrich Drepper
|
d32bc02898
|
Linux implementation of ftruncate64.
|
1999-12-27 06:49:04 +00:00 |
|
Ulrich Drepper
|
f5dc552727
|
Linux implementation of truncate64.
|
1999-12-27 06:48:50 +00:00 |
|
Ulrich Drepper
|
b0e67ce094
|
Add truncate64, ftruncate64, fstat64, lstat64, stat64 and mmap2.
|
1999-12-27 06:37:17 +00:00 |
|
Ulrich Drepper
|
bf4c026770
|
mmap64 implementation for Linux/SPARC32.
|
1999-12-27 06:36:56 +00:00 |
|
Ulrich Drepper
|
5790c45673
|
Define __libc_* variant for cancelation wrapper.
|
1999-12-27 06:19:51 +00:00 |
|
Ulrich Drepper
|
700d4eb2cc
|
Remove inclusion of <asm/resource.h>.
|
1999-12-27 06:12:18 +00:00 |
|
Ulrich Drepper
|
58e4d69f9c
|
Remove vm86. Set argument count for `syscall' to 7.
|
1999-12-27 06:06:56 +00:00 |
|
Ulrich Drepper
|
6427641217
|
Add support for syscalls with more than five arguments.
(DOARGS_5, UNDOARGS_5): Don't corrupt the calling stack frame.
|
1999-12-27 06:06:46 +00:00 |
|