Andreas Jaeger
546afa8c7b
Add pads to show alignment for structs stat and stat64.
...
Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
2000-08-18 06:11:11 +00:00
Ulrich Drepper
cc9ced9792
Remove special d_ino handling.
2000-08-18 00:09:47 +00:00
Ulrich Drepper
eb76534ecc
(__xstat64, __fxstat64, __lxstat64): Export at GLIBC_2.2.
...
(alphasort64, readdir64, readdir64_r, scandir64, versionsort64): Likewise.
2000-08-14 17:39:48 +00:00
Ulrich Drepper
8f7d68ab04
(DIRENT_TYPE): Define.
2000-08-14 17:39:31 +00:00
Ulrich Drepper
5b5a4299b4
Define __clockid_t and __timer_t.
2000-08-14 05:23:10 +00:00
Ulrich Drepper
8a632183fb
__clockid_t and __timer_t are now defined in bits/types.h.
2000-08-14 05:22:20 +00:00
Ulrich Drepper
9ff6d9a067
Define thread types also for POSIX95.
2000-08-14 04:50:13 +00:00
Andreas Jaeger
1ce1bc0d3d
(F_GETLK64, F_SETLK64, F_SETLKW64): Define with F_GETLK etc.
2000-08-12 09:59:40 +00:00
Andreas Jaeger
56cb41faed
* sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Add .set
...
mips2 for assembler.
* sysdeps/mips/pt-machine.h (testandset): Add .set mips2 for
assembler.
(__compare_and_swap): Likewise.
* sysdeps/mips/pspinlock.c (__pthread_spin_lock): Likewise.
2000-08-12 09:29:03 +00:00
Ulrich Drepper
206065a117
Linux/Arm implementation of versionsort64.
2000-08-12 08:21:01 +00:00
Ulrich Drepper
7e626298f0
Linux/Arm implementation of scandir64.
2000-08-12 08:20:53 +00:00
Ulrich Drepper
fe8e1d5f91
Linux/Arm implementation of readdir64_r.
2000-08-12 08:20:43 +00:00
Ulrich Drepper
f4e95ada8a
Linux/Arm implementation of readdir64.
2000-08-12 08:20:37 +00:00
Ulrich Drepper
f5d4fa3fe4
Linux/Arm implementation of getdents64.
2000-08-12 08:20:30 +00:00
Ulrich Drepper
adb0bd509b
Linux/Arm implementation of alphasort64.
2000-08-12 08:20:21 +00:00
Ulrich Drepper
7c27fb615e
(__ino64_t): Change to __u_quad_t.
2000-08-12 05:07:57 +00:00
Ulrich Drepper
3579fe4e8a
(__xstat_conv): Remove unused prototype.
2000-08-12 04:48:40 +00:00
Ulrich Drepper
a510d2b69c
Linux/Alpha getdents64 implementation.
2000-08-12 04:48:27 +00:00
Ulrich Drepper
b2db50fd18
Linux/Alpha egtdents implementation.
2000-08-12 04:48:19 +00:00
Andreas Jaeger
2489c7f179
Synch struct stat64 and stat with current MIPS kernel.
2000-08-10 12:39:48 +00:00
Ulrich Drepper
031a1712e4
Include kernel-features.h.
2000-08-10 04:21:28 +00:00
Ulrich Drepper
d4e2464608
Add _test_and_set.c.
2000-08-02 22:41:58 +00:00
Ulrich Drepper
8efcd38cde
Undo last change.
2000-08-02 15:27:16 +00:00
Ulrich Drepper
305f4d2cd1
[subdir=resource] (sysdep_routines): Add oldgetrlimit, oldsetrlimit.
2000-08-01 19:11:07 +00:00
Ulrich Drepper
55fc2728f5
Add oldgetrlimit, oldsetrlimit for GLIBC_2.0.
2000-08-01 19:10:53 +00:00
Andreas Jaeger
156a8cfcd4
* sysdeps/unix/sysv/linux/mips/bits/sigstack.h: New file. On MIPS
...
the order of struct sigaltstack members is different.
2000-07-31 08:19:13 +00:00
Ulrich Drepper
69a935560b
fcntl.h definitions for Linux/Arm.
2000-07-30 16:07:40 +00:00
Ulrich Drepper
63ac74aa94
(PSEUDO_RET): New macro.
...
(ret): Redefine to PSEUDO_RET.
(PSEUDO): Remove jump to syscall_error.
2000-07-29 18:03:21 +00:00
Andreas Jaeger
da671ea07a
* sysdeps/unix/sysv/linux/mips/Dist: Add sys/tas.h.
...
* sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines): Add
_test_and_set.
(headers): Add sys/tas.h.
* sysdeps/unix/sysv/linux/mips/Versions: Export _test_and_set for
GLIBC_2.2 from libc.
* sysdeps/unix/sysv/linux/mips/_test_and_set.c: New file.
* sysdeps/unix/sysv/linux/mips/sys/tas.h: New file for
_test_and_set.
2000-07-28 13:37:26 +00:00
Andreas Jaeger
797c09d821
Rename MSG_URG TO MSG_CONFIRM following kernel 2.4.0 (MSG_URG was never
...
used).
2000-07-27 15:12:23 +00:00
Greg McGary
1e43162758
* sysdeps/gnu/bits/msq.h: Qualify kernel's
...
data structure pointers as __unbounded.
* sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
* sysdeps/generic/bp-semctl.h: New file.
* sysdeps/unix/sysv/linux/msgctl.c: Qualify kernel's data structure
pointers as __unbounded. Check bounds of syscall args.
* sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
* sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
* sysdeps/unix/sysv/linux/semctl.c: Likewise.
* sysdeps/unix/sysv/linux/semop.c: Likewise.
* sysdeps/unix/sysv/linux/shmat.c: Likewise.
* sysdeps/unix/sysv/linux/shmctl.c: Likewise.
* sysdeps/unix/sysv/linux/shmdt.c: Likewise.
* sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise.
* sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
* sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
* sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise.
* sysdeps/unix/sysv/linux/i386/semctl.c: Likewise.
* sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Likewise.
2000-07-27 06:13:09 +00:00
Andreas Schwab
b297c341de
Remove mmap64 alias.
2000-07-24 13:33:15 +00:00
Greg McGary
84b5ff5c97
* sysdeps/unix/make-syscalls.sh: Handle new arg signature
...
keyletters F, I, S, W. Remove unused keyletter V. Surround
signature argnames with angle-brackets for use as word delimiters,
and to induce syntax errors for any args not handled. Split
multi-echo echoes and comment each stage.
* sysdeps/unix/common/syscalls.list: Refine & correct signatures.
* sysdeps/unix/inet/syscalls.list: Likewise.
* sysdeps/unix/mman/syscalls.list: Likewise.
* sysdeps/unix/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/syscalls.list: Likewise.
* sysdeps/unix/sysv/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list
2000-07-17 22:28:59 +00:00
Andreas Jaeger
8af6401387
Add libgcc frame handling functions.
2000-07-13 11:46:49 +00:00
Andreas Jaeger
cc5d8c397b
* sysdeps/unix/sysv/linux/i386/sigaction.c: Make alias weak since
...
it's overridden by libpthreads.
* sysdeps/unix/sysv/linux/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2000-07-10 16:23:37 +00:00
Greg McGary
e3d6c5810b
* sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt):
...
New macros.
* sysdeps/generic/strcpy.c: Add bounds checks.
* sysdeps/unix/fxstat.c: Likewise.
* sysdeps/unix/xstat.c: Likewise.
* sysdeps/unix/common/lxstat.c: Likewise.
* sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
* sysdeps/unix/sysv/linux/execve.c: Likewise.
* sysdeps/unix/sysv/linux/fxstat.c: Likewise.
* sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
* sysdeps/unix/sysv/linux/getcwd.c: Likewise.
* sysdeps/unix/sysv/linux/getdents.c: Likewise.
* sysdeps/unix/sysv/linux/llseek.c: Likewise.
* sysdeps/unix/sysv/linux/lxstat.c: Likewise.
* sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
* sysdeps/unix/sysv/linux/poll.c: Likewise.
* sysdeps/unix/sysv/linux/pread.c: Likewise.
* sysdeps/unix/sysv/linux/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/ptrace.c: Likewise.
* sysdeps/unix/sysv/linux/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/readv.c: Likewise.
* sysdeps/unix/sysv/linux/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/sigpending.c: Likewise.
* sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
* sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
* sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
* sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
* sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
* sysdeps/unix/sysv/linux/sysctl.c: Likewise.
* sysdeps/unix/sysv/linux/truncate64.c: Likewise.
* sysdeps/unix/sysv/linux/ustat.c: Likewise.
* sysdeps/unix/sysv/linux/writev.c: Likewise.
* sysdeps/unix/sysv/linux/xmknod.c: Likewise.
* sysdeps/unix/sysv/linux/xstat.c: Likewise.
* sysdeps/unix/sysv/linux/xstat64.c: Likewise.
* sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/i386/brk.c: Likewise.
* sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
* sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
* sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
* sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
* sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
* sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
* sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
* sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
* sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
* sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/ia64/sigpending.c: Likewise.
* sysdeps/unix/sysv/linux/ia64/sigprocmask.c: Likewise.
* sysdeps/unix/sysv/linux/ia64/sigsuspend.c: Likewise.
* sysdeps/unix/sysv/linux/ia64/xstat.c: Likewise.
* sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/ustat.c: Likewise.
* sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Likewise.
2000-07-07 02:19:05 +00:00
Ulrich Drepper
71005584b8
Add __libc_sigaction.
2000-07-07 00:47:05 +00:00
Greg McGary
6f5d6cb60d
* string/endian.h (__LONG_LONG_PAIR): New macro.
...
* sysdeps/unix/sysv/linux/ftruncate64.c: Use it.
* sysdeps/unix/sysv/linux/pread.c: Likewise.
* sysdeps/unix/sysv/linux/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/truncate64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/ftruncate64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
2000-07-06 23:42:33 +00:00
Greg McGary
573d31d4d3
* sysdeps/generic/bp-checks.h: New file.
...
* sysdeps/generic/bp-thunks.h: Replace generic thunk definitions
with list of #include files.
* sysdeps/unix/make-syscalls.sh: Handle new arg signature
keyletters a, b, B, f, n, N, P, v, V. Fixup some indentation.
Don't generate BP thunk if `V' appears in signature.
Generate thunks with complete bounds checks.
* sysdeps/unix/syscalls.list: Refine signatures using new keyletters.
* sysdeps/unix/inet/syscalls.list: Likewise.
* sysdeps/unix/mman/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
2000-07-06 00:48:39 +00:00
Andreas Schwab
7228f3cac1
Replace arg-count with signatures.
2000-06-23 11:09:25 +00:00
Andreas Jaeger
e4586ea96c
* sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_pivot_root,
...
SYS_mincore, SYS_madvise): Added.
2000-06-23 07:55:36 +00:00
Andreas Jaeger
d0371ae0a3
Fix signature of execve.
2000-06-23 06:26:24 +00:00
Andreas Jaeger
b63d27b615
Replace arg-count with signatures.
2000-06-22 21:12:27 +00:00
Ulrich Drepper
afda99352c
Define __S_TYPEISMQ, __S_TYPEISSEM, and __S_TYPEISSHM.
2000-06-22 17:58:17 +00:00
Andreas Jaeger
52783ef8b6
Fix one more typoe for sysctl.
2000-06-22 13:50:01 +00:00
Andreas Jaeger
41c427da07
Fix sysctl entry.
2000-06-22 13:38:05 +00:00
Ulrich Drepper
0d1cec93d5
Define LINUX_LINK_MAX.
2000-06-18 05:21:59 +00:00
Ulrich Drepper
821954bf6c
Define LINK_MAX.
2000-06-18 05:19:19 +00:00
Ulrich Drepper
91f51e028b
Add libgcc frame handling functions here.
2000-06-15 06:59:07 +00:00
Ulrich Drepper
a759aecd6b
Additional files to distribute for AIX.
2000-06-14 00:44:54 +00:00
Ulrich Drepper
91931049ec
Add oldgetrlimit64.c.
2000-06-14 00:32:09 +00:00
Andreas Jaeger
c3b737cb0d
* sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Fix typo.
...
Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
2000-06-02 13:10:38 +00:00
Andreas Jaeger
ba747ea161
* sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Use array for
...
gregset_t.
* sysdeps/unix/sysv/linux/mips/Versions: Export _flush_cache.
2000-05-31 12:03:35 +00:00
Andreas Jaeger
6d5a02529d
* sysdeps/unix/sysv/linux/mips/ftruncate64.c: Fix prototype of
...
syscall.
* sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
2000-05-31 12:00:45 +00:00
Ulrich Drepper
f41d856feb
(__old_glob): Loose __P.
2000-05-30 23:44:42 +00:00
Andreas Jaeger
245061db80
* sysdeps/unix/sysv/linux/mips/truncate64.c: New file.
...
* sysdeps/unix/sysv/linux/mips/ftruncate64.c: New file.
* sysdeps/unix/sysv/linux/mips/pread64.c: Readded file.
* sysdeps/unix/sysv/linux/mips/pwrite64.c: Readded file.
* sysdeps/unix/sysv/linux/mips/pread.c: Readded file.
* sysdeps/unix/sysv/linux/mips/pwrite.c: Readded file.
2000-05-30 12:50:17 +00:00
Andreas Jaeger
dae4f11aac
* sysdeps/unix/sysv/linux/arm/pread.c: Removed, we can use the
...
normal version now.
* sysdeps/unix/sysv/linux/arm/pwrite.c: Likewise.
2000-05-27 16:49:57 +00:00
Andreas Jaeger
00842512db
* sysdeps/unix/sysv/linux/mips/pread.c: Removed, we can use the
...
normal version now.
* sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2000-05-27 16:49:02 +00:00
Andreas Jaeger
cd60509b8f
* sysdeps/unix/sysv/linux/i386/pread64.c: Removed, we can use the
...
normal version now.
* sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2000-05-26 15:45:57 +00:00
Andreas Jaeger
cf0d650794
Remove K&R support.
2000-05-23 09:07:17 +00:00
Andreas Jaeger
3a1e20c64a
2000-05-13 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/bits/socket.h (PF_PPPOX): New, from
Linux 2.3.99pre7.
(AF_PPPOX): Likewise.
* sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_PPPOX): Likewise.
(AF_PPPOX): Likewise.
2000-05-13 18:18:03 +00:00
Andreas Schwab
bb0607a2aa
New file. Use getpagesize syscall if available.
2000-05-08 15:01:07 +00:00
Ulrich Drepper
102e7428d3
Moved to sysdeps/unix/sysv/linux/powerpc/aix.
2000-05-05 19:54:08 +00:00
Ulrich Drepper
e72c26d751
Linux dirent structure definition.
2000-05-01 23:43:43 +00:00
Ulrich Drepper
4ca971409e
Functions to convert AIX dirent structure to Linux form.
2000-05-01 23:43:22 +00:00
Ulrich Drepper
37dca96f1c
(F_SETOWN, F_GETOWN): Make available if __USE_XOPEN2K.
2000-04-30 07:12:32 +00:00
Ulrich Drepper
db7f627b6e
Not needed anymore.
2000-04-28 05:11:59 +00:00
Ulrich Drepper
9790568c2b
(init_iosys): Allow compilation if __NR_pciconfig_iobase is not defined.
2000-04-22 06:55:19 +00:00
Ulrich Drepper
64fe7d3c70
(__fstatfs64): Add alias.
2000-04-22 06:55:02 +00:00
Ulrich Drepper
0a5f55b135
Surround uses of $f28 with .set noat/at to shut up warnings.
2000-04-22 06:54:50 +00:00
Ulrich Drepper
fa04216d3b
(__syscall_shmctl): Declare.
2000-04-22 06:54:35 +00:00
Ulrich Drepper
b6e679a8ac
(__syscall_semctl): Declare.
2000-04-22 06:54:21 +00:00
Ulrich Drepper
bce847003b
(__syscall_msgctl): Declare.
2000-04-22 06:54:09 +00:00
Andreas Jaeger
8ef0fc0495
2000-04-21 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/mips/sysdep.S: Use __PIC__ instead of PIC.
2000-04-21 22:03:39 +00:00
Ulrich Drepper
5714e99571
Fix type of len argument.
2000-04-18 19:43:07 +00:00
Ulrich Drepper
b146f38432
Define ACC_INVOKER.
2000-04-18 19:41:18 +00:00
Ulrich Drepper
e110de6683
Define ID_EFFECTIVE.
2000-04-18 19:38:24 +00:00
Ulrich Drepper
46737e2def
Don't try to include <sys/id.h>.
2000-04-18 17:56:51 +00:00
Ulrich Drepper
a24525ca53
Fix typo.
2000-04-18 17:54:56 +00:00
Ulrich Drepper
f7bc29f16f
Define STX_NORMAL and STX_64.
2000-04-18 17:42:20 +00:00
Ulrich Drepper
19250f4f64
Define STX_NORMAL.
2000-04-18 17:41:57 +00:00
Ulrich Drepper
6f571f1f69
AIX utimes implementation.
2000-04-18 17:41:27 +00:00
Ulrich Drepper
51ce962681
AIX ustat implementation.
2000-04-18 17:40:45 +00:00
Ulrich Drepper
3c6dd57c14
AIX unlink implementation.
2000-04-18 17:40:14 +00:00
Ulrich Drepper
49bfeb5b7b
AIX umask implementation.
2000-04-18 17:39:34 +00:00
Ulrich Drepper
42ae56646a
AIX ulimit implementation.
2000-04-18 17:38:42 +00:00
Ulrich Drepper
361684a9a2
AIX times implementation.
2000-04-18 17:36:12 +00:00
Ulrich Drepper
79be7d26af
AIX tcsetattr implementation.
2000-04-18 17:33:41 +00:00
Ulrich Drepper
bc84839066
AIX tcgetattr implementation.
2000-04-18 17:32:06 +00:00
Ulrich Drepper
2b6e50c981
Define NGROUPS.
2000-04-18 17:26:12 +00:00
Ulrich Drepper
1fcf9f3339
AIX sync implementation.
2000-04-18 17:25:35 +00:00
Ulrich Drepper
be97d53c5e
AIX symlink implementation.
2000-04-18 17:24:57 +00:00
Ulrich Drepper
3768742b5c
AIX cf[sg]et[io]speed implementations.
2000-04-18 17:23:08 +00:00
Ulrich Drepper
5dfa9a8791
AIX socketpair implementation.
2000-04-18 17:21:56 +00:00
Ulrich Drepper
6d46f52217
AIX socket implementation.
2000-04-18 17:20:43 +00:00
Ulrich Drepper
7960128f5d
AIX sgistack implementation.
2000-04-18 17:20:01 +00:00
Ulrich Drepper
8089d978a5
AIX sigaltstack implementation.
2000-04-18 17:19:16 +00:00
Ulrich Drepper
3cac390299
AIX shmget implementation.
2000-04-18 17:18:37 +00:00
Ulrich Drepper
58aea19680
AIX shmdt implementation.
2000-04-18 17:18:00 +00:00
Ulrich Drepper
d117b99008
AIX shmctl implementation.
2000-04-18 17:17:12 +00:00
Ulrich Drepper
8c0364334c
AIX shmat implementation.
2000-04-18 17:16:24 +00:00
Ulrich Drepper
b7ed538a9d
Define ID_REAL.
2000-04-18 16:17:51 +00:00
Ulrich Drepper
74cb21ae8f
AIX setsockopt implementation.
2000-04-18 16:17:20 +00:00
Ulrich Drepper
4d70663df0
AIX setsid implementation.
2000-04-18 16:16:41 +00:00
Ulrich Drepper
2c4f60902a
AIX setrlimit64 implementation.
2000-04-18 16:15:59 +00:00
Ulrich Drepper
6376e31c11
AIX setrlimit implementation.
2000-04-18 16:15:14 +00:00
Ulrich Drepper
bb67907d47
Define ID_EFFECTIVE and ID_REAL.
2000-04-18 16:13:05 +00:00
Ulrich Drepper
9cf10be3d4
AIX setpriority implementation.
2000-04-18 16:11:54 +00:00
Ulrich Drepper
9142cbef04
AIX setpgrp implementation.
2000-04-18 16:10:47 +00:00
Ulrich Drepper
f7446ac75b
AIX setpgid implementation.
2000-04-18 16:09:37 +00:00
Ulrich Drepper
08d89c57c2
AIX setgroups implementation.
2000-04-18 16:08:31 +00:00
Ulrich Drepper
7d83250b89
Define ID_EFFECTIVE.
2000-04-18 16:07:13 +00:00
Ulrich Drepper
3669ba5cb8
AIX sendto implementation.
2000-04-18 16:06:12 +00:00
Ulrich Drepper
580c1a55bb
AIX semop implementation.
2000-04-18 16:05:38 +00:00
Ulrich Drepper
cd39f671ca
AIX semget implementation.
2000-04-18 16:05:03 +00:00
Ulrich Drepper
fb8b9f103c
AIX semctl implementation.
2000-04-18 16:04:22 +00:00
Ulrich Drepper
bfefa44d6c
AIX select implementation.
2000-04-18 16:01:23 +00:00
Ulrich Drepper
6d8593d823
Update parameter type.
2000-04-18 16:00:33 +00:00
Ulrich Drepper
5745df2a3a
AIX rmdir implementation.
2000-04-18 15:59:17 +00:00
Ulrich Drepper
05ab8acba1
AIX rename implementation.
2000-04-18 15:58:27 +00:00
Ulrich Drepper
b4a5589d58
AIX poll implementation.
2000-04-18 15:57:46 +00:00
Ulrich Drepper
b875e7027a
AIX pipe implementation.
2000-04-18 15:57:30 +00:00
Ulrich Drepper
506a1fac7e
Argh, must be a C file.
2000-04-18 15:57:14 +00:00
Ulrich Drepper
c83c51cec3
AIX poll implementation.
2000-04-18 15:56:16 +00:00
Ulrich Drepper
dbde296891
AIX pipe implementation.
2000-04-18 15:55:27 +00:00
Ulrich Drepper
5b1d7b62c1
AIX if.h header.
2000-04-18 15:52:10 +00:00
Ulrich Drepper
f6507e4d33
(struct timestruc_t): Define it here.
2000-04-18 15:50:46 +00:00
Ulrich Drepper
7ba15d4a78
AIX msync implementation.
2000-04-18 15:49:54 +00:00
Ulrich Drepper
bef118cd0b
AIX msgsnd implementation.
2000-04-18 15:49:10 +00:00
Ulrich Drepper
37a0c91233
AIX msgrcv implementation.
2000-04-18 00:42:45 +00:00
Ulrich Drepper
09f057fe96
AIX msgget implementation.
2000-04-17 23:11:32 +00:00
Ulrich Drepper
5c5e1eba35
AIX msgctl implementation.
2000-04-17 23:10:58 +00:00
Ulrich Drepper
d51e90124f
AIX mprotect implementation.
2000-04-17 23:10:17 +00:00
Ulrich Drepper
b0b050986b
AIX implementation of mknod.
2000-04-17 23:09:34 +00:00
Ulrich Drepper
fb1360eb6e
AIX mkdir implementation.
2000-04-17 23:07:54 +00:00
Ulrich Drepper
ae2e40d04d
AIX madvise implementation.
2000-04-17 23:06:41 +00:00
Ulrich Drepper
2f8f1d1549
Uncomment STX_LINK and STX_64 definition.
2000-04-17 23:05:45 +00:00
Ulrich Drepper
9ef28d0f3a
Uncomment STX_LINK definition.
2000-04-17 23:05:21 +00:00
Ulrich Drepper
d5a39871bc
AIX link implementation.
2000-04-17 23:04:36 +00:00
Ulrich Drepper
cce7a16e8e
Add copyright.
2000-04-17 23:03:44 +00:00
Ulrich Drepper
9f16cfe420
Define ID_REAL.
2000-04-17 22:49:17 +00:00
Ulrich Drepper
c2757d9621
AIX getrusage implementation.
2000-04-17 22:48:28 +00:00
Ulrich Drepper
94fd03c646
AIX getrlimit64 implementation.
2000-04-17 22:47:33 +00:00
Ulrich Drepper
5fc3097f7d
AIX getrlimit implementation.
2000-04-17 22:45:39 +00:00
Ulrich Drepper
e7dd245c59
AIX getpriority implementation.
2000-04-17 22:43:49 +00:00
Ulrich Drepper
56e4a6964e
AIX gethostname implementation.
2000-04-17 22:43:14 +00:00
Ulrich Drepper
cf76bf245d
AIX getgroups implementation.
2000-04-17 22:41:47 +00:00
Ulrich Drepper
b21b9d8cc4
AIX fchmod implementation.
2000-04-17 22:37:55 +00:00
Ulrich Drepper
598e6ade51
AIX fchdir implementation.
2000-04-17 22:37:08 +00:00
Ulrich Drepper
4d4f87b48e
AIX __libc_dlsym implementation.
2000-04-17 22:15:47 +00:00
Ulrich Drepper
b4f994c66b
AIX _dl_open implementation.
2000-04-17 22:14:50 +00:00
Ulrich Drepper
0778cbcde4
AIX _dl_close implementation.
2000-04-17 22:13:12 +00:00
Ulrich Drepper
25f435284a
AIX creat implementation.
2000-04-17 22:12:24 +00:00
Ulrich Drepper
93db91a462
AIX chroot implementation.
2000-04-17 22:07:21 +00:00
Ulrich Drepper
5ad81ec7ca
AIX chmod implementation.
2000-04-17 22:06:36 +00:00
Ulrich Drepper
516bca2bda
AIX chdir implementation.
2000-04-17 22:05:34 +00:00
Ulrich Drepper
cfc29f0576
termios definitions for AIX.
2000-04-17 22:03:40 +00:00
Ulrich Drepper
f22183dbd6
poll definitions for AIX.
2000-04-17 22:02:26 +00:00
Ulrich Drepper
b54e59028f
AIX ioctl definitions.
2000-04-17 21:28:18 +00:00
Ulrich Drepper
cdb2874e39
Add EAFNOSUPPORT.
2000-04-17 21:18:22 +00:00
Ulrich Drepper
b5a6c2a9a2
AIX bind implementation.
2000-04-17 21:16:47 +00:00
Ulrich Drepper
53e2d5dd3a
Add copyright.
2000-04-17 21:15:54 +00:00
Ulrich Drepper
504b256dab
Versions file for AIX.
2000-04-17 21:15:12 +00:00
Ulrich Drepper
2b56e51b2e
Add some temporary definitions.
2000-04-17 21:11:22 +00:00
Ulrich Drepper
3f00c0d4ff
Implies file for AIX.
2000-04-17 21:07:29 +00:00
Ulrich Drepper
4a88ca4687
Fix typo in compat_symbol call for old adjtime.
2000-04-15 16:57:53 +00:00
Andreas Jaeger
8cacb29129
Add newline at EOF.
2000-04-14 17:53:07 +00:00
Andreas Jaeger
500d200d09
2000-04-14 Andreas Jaeger <aj@suse.de>
...
* weaks.c: Fix typo.
2000-04-14 Andreas Jaeger <aj@suse.de>
* sysdeps/generic/madvise.c: Fix typos.
* sysdeps/unix/sysv/linux/mips/clone.S (error): Use __PIC__.
* sysdeps/mips/bits/setjmp.h: Remove K&R compatibility.
* sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Silence gcc
warnings.
2000-04-14 17:36:37 +00:00
Ulrich Drepper
a54fe716da
Define POSIX_FADV_NORMAL, POSIX_FADV_RANDOM, POSIX_FADV_SEQUENTIAL,
...
POSIX_FADV_WILLNEED, POSIX_FADV_DONTNEED, and POSIX_FADV_NOREUSE.
2000-04-14 07:48:34 +00:00
Ulrich Drepper
fd327b8820
Add POSIX_MADV_* constants.
2000-04-14 05:57:49 +00:00
Andreas Jaeger
040c028af2
Now I've applied Ralf's patch correctly and it works.
2000-04-13 20:31:43 +00:00
Andreas Jaeger
1c3fb6b3a4
Fix typos in last checkin.
2000-04-13 20:19:15 +00:00
Andreas Jaeger
d152663e8a
2000-04-13 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/clone.S: Fix functions.
2000-04-13 20:13:29 +00:00
Andreas Jaeger
985286e05b
2000-04-13 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/pipe.S: New file.
2000-04-13 19:53:13 +00:00
Andreas Jaeger
5b917f4e43
2000-04-13 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is
default.
* sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
with some applications.
Patches by Ralf Baechle <ralf@uni-koblenz.de>.
* sysdeps/mips/bsd-setjmp.S: Use __PIC__.
* sysdeps/mips/bsd-_setjmp.S: Likewise.
* sysdeps/mips/setjmp.S: Likewise.
2000-04-13 19:46:02 +00:00
Andreas Jaeger
86e991277c
2000-04-07 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Updated for
newer kernels.
2000-04-07 20:07:21 +00:00
Ulrich Drepper
604220ddc6
init-first.h has been removed, remove it here also.
2000-04-06 20:09:41 +00:00
Ulrich Drepper
7e3f69ad02
Not needed anymore.
2000-04-06 04:56:46 +00:00
Ulrich Drepper
782bca9790
Use shlib-compat macros.
2000-04-04 06:03:28 +00:00
Ulrich Drepper
9814bea9f3
Use __PIC__ instead of PIC.
2000-04-04 06:02:00 +00:00
Ulrich Drepper
b05b3eb67f
Define __socklen_t.
2000-04-02 08:05:11 +00:00
Ulrich Drepper
23a7de4bb4
Use __socklen_t to define socklen_t. Allow definition elsewhere.
2000-04-02 08:01:25 +00:00
Ulrich Drepper
9de792e3c0
(__gethostname): Change type of second parameter to socklen_t.
2000-04-02 07:59:31 +00:00
Ulrich Drepper
0655420550
Linux/Alpha specific definitions for <netdb.h>.
2000-04-01 22:29:26 +00:00
Ulrich Drepper
0772663d31
Use shlib-compat macros.
2000-03-31 05:39:18 +00:00
Ulrich Drepper
6955b182f1
Clarify use of __ASSUME_32BITUIDS.
2000-03-26 20:30:58 +00:00
Ulrich Drepper
0d4d1e01f9
Processor context definitions for Linux/Arm.
2000-03-26 18:41:48 +00:00
Ulrich Drepper
9748d41f6a
AIX specific ucontext.h.
2000-03-21 01:29:17 +00:00
Ulrich Drepper
e776840cf1
AIX specific param.h.
2000-03-21 01:29:10 +00:00
Ulrich Drepper
244c5f9374
Code to convert AIX stat structure to Linux form..
2000-03-21 01:28:44 +00:00
Ulrich Drepper
d01d7c6a7c
Definition of Linux stat structure.
2000-03-21 01:28:24 +00:00
Ulrich Drepper
ea773c5b66
Definition of Linux error codes.
2000-03-21 01:28:12 +00:00
Ulrich Drepper
0d5037b5bb
Code to convert error codes from AIX to Linux.
2000-03-21 01:27:57 +00:00
Ulrich Drepper
f57e29a591
AIX definitions of library names.
2000-03-21 01:27:18 +00:00
Ulrich Drepper
908f98f274
AIX definitions for utsname.h.
2000-03-21 01:26:52 +00:00
Ulrich Drepper
9846a8a47e
AIX definitions for utmpx.h.
2000-03-21 01:26:45 +00:00
Ulrich Drepper
f97043b791
AIX definitions for utmp.h.
2000-03-21 01:26:41 +00:00
Ulrich Drepper
069d6bb937
AIX definitions for uio.h.
2000-03-21 01:26:35 +00:00
Ulrich Drepper
0773f91891
AIX definitions for types.h.
2000-03-21 01:26:28 +00:00
Ulrich Drepper
15d3faa276
AIX definitions for statfs.h.
2000-03-21 01:26:22 +00:00
Ulrich Drepper
9c7386670c
AIX definitions for stat.h.
2000-03-21 01:26:18 +00:00
Ulrich Drepper
d451c6fa41
AIX definitions for socket.h.
2000-03-21 01:26:12 +00:00
Ulrich Drepper
f8b4a9e077
AIX definitions for sigstack.h.
2000-03-21 01:26:06 +00:00
Ulrich Drepper
657870667b
AIX definitions for sigset.h.
2000-03-21 01:25:59 +00:00
Ulrich Drepper
37b4419e82
AIX definitions for signum.h.
2000-03-21 01:25:53 +00:00
Ulrich Drepper
69f7887417
AIX definitions for sigcontext.h.
2000-03-21 01:25:47 +00:00
Ulrich Drepper
b1c2877714
AIX definitions for sigaction.h.
2000-03-21 01:25:38 +00:00
Ulrich Drepper
6b4c331660
AIX definitions for setjmp.h.
2000-03-21 01:25:30 +00:00
Ulrich Drepper
fa312c4081
AIX definitions for resource.h.
2000-03-21 01:25:18 +00:00
Ulrich Drepper
379357d990
AIX definitions for fcntl.h.
2000-03-21 01:25:11 +00:00
Ulrich Drepper
324c77e383
AIX definitions for errno.h.
2000-03-21 01:25:02 +00:00
Ulrich Drepper
930b47a5db
AIX definitions for endian.h.
2000-03-21 01:24:55 +00:00
Ulrich Drepper
bea5d51e0f
AIX definitions for dlfcn.h.
2000-03-21 01:24:49 +00:00
Ulrich Drepper
ac70e97249
AIX definitions for dirent.h.
2000-03-21 01:24:44 +00:00
Ulrich Drepper
7c936702f1
AIX implementation of __xstat64.
2000-03-21 01:23:34 +00:00
Ulrich Drepper
91f6208ff1
AIX implementation of __xstat.
2000-03-21 01:23:30 +00:00
Ulrich Drepper
b4fd7284f5
AIX implementation of writev.
2000-03-21 01:23:20 +00:00
Ulrich Drepper
aa630daa00
AIX implementation of write.
2000-03-21 01:23:16 +00:00
Ulrich Drepper
b4e2aeb15d
AIX implementation of waitpid.
2000-03-21 01:23:10 +00:00
Ulrich Drepper
3d0f99ef86
AIX implementation of waitid.
2000-03-21 01:23:06 +00:00
Ulrich Drepper
7dbc4841f4
AIX implementation of wait4.
2000-03-21 01:23:00 +00:00
Ulrich Drepper
f023ae74fe
AIX implementation of wait3.
2000-03-21 01:22:56 +00:00
Ulrich Drepper
69729d8616
AIX implementation of uname.
2000-03-21 01:22:48 +00:00
Ulrich Drepper
194ed9ac29
AIX implementation of truncate64.
2000-03-21 01:22:40 +00:00
Ulrich Drepper
e22f9474ac
AIX implementation of truncate.
2000-03-21 01:22:36 +00:00
Ulrich Drepper
56ce0eedb9
AIX sysdep specific low-level interfact definitions..
2000-03-21 01:22:27 +00:00
Ulrich Drepper
88a0392bb6
AIX implementation of syscall.
2000-03-21 01:22:10 +00:00
Ulrich Drepper
8b2af91502
AIX implementation of statfs.
2000-03-21 01:22:02 +00:00
Ulrich Drepper
72f301a3fc
AIX implementation of sigsuspend.
2000-03-21 01:21:53 +00:00
Ulrich Drepper
67324c62d1
AIX code to convert sigest.
2000-03-21 01:21:46 +00:00
Ulrich Drepper
70109e7ac5
AIX implementation of sigprocmask.
2000-03-21 01:21:16 +00:00
Ulrich Drepper
9264940da4
AIX implementation of sigpending.
2000-03-21 01:21:07 +00:00
Ulrich Drepper
8b10fdaa38
AIX implementation of sigaction.
2000-03-21 01:20:58 +00:00
Ulrich Drepper
b0dacffd2a
AIX implementation of setuid.
2000-03-21 01:20:50 +00:00
Ulrich Drepper
5db961844f
AIX implementation of setreuid.
2000-03-21 01:20:45 +00:00
Ulrich Drepper
627465efd0
AIX implementation of setregid.
2000-03-21 01:20:40 +00:00
Ulrich Drepper
c11bc02c6d
AIX implementation of setgid.
2000-03-21 01:20:31 +00:00
Ulrich Drepper
c59cabddb1
AIX implementation of seteuid.
2000-03-21 01:20:26 +00:00
Ulrich Drepper
ca97c065e7
AIX implementation of setegid.
2000-03-21 01:20:21 +00:00
Ulrich Drepper
ebd7ebff2c
AIX implementation of sendmsg.
2000-03-21 01:20:14 +00:00
Ulrich Drepper
ea8194fbd9
AIX implementation of sched_yield.
2000-03-21 01:20:03 +00:00
Ulrich Drepper
bada1fee57
AIX implementation of sbrk.
2000-03-21 01:19:50 +00:00
Ulrich Drepper
00f4e2e478
AIX implementation of revoke.
2000-03-21 01:19:43 +00:00
Ulrich Drepper
83ad13fa28
AIX implementation of recvmsg.
2000-03-21 01:19:34 +00:00
Ulrich Drepper
1fca6a4d4b
AIX implementation of recvfrom.
2000-03-21 01:19:29 +00:00
Ulrich Drepper
92f025ebe3
AIX implementation of readv.
2000-03-21 01:19:20 +00:00
Ulrich Drepper
f31359c0ed
AIX implementation of readlink.
2000-03-21 01:19:13 +00:00
Ulrich Drepper
8198cb76b2
AIX implementation of read.
2000-03-21 01:19:08 +00:00
Ulrich Drepper
4ac5a17cf9
AIX definitions for profiling.
2000-03-21 01:18:58 +00:00
Ulrich Drepper
9a1dfe2293
AIX implementation of pread64.
2000-03-21 01:18:39 +00:00
Ulrich Drepper
d10f02264a
AIX implementation of pread.
2000-03-21 01:18:34 +00:00
Ulrich Drepper
56f5c4388f
AIX implementation of open.
2000-03-21 01:18:28 +00:00
Ulrich Drepper
63fe00f0c6
AIX implementation of nanosleep.
2000-03-21 01:18:22 +00:00
Ulrich Drepper
f38ffbfecc
AIX implementation of munmap.
2000-03-21 01:18:13 +00:00
Ulrich Drepper
39595bc012
AIX implementation of mmap64.
2000-03-21 01:18:05 +00:00
Ulrich Drepper
518d7e658d
AIX implementation of mmap.
2000-03-21 01:18:01 +00:00
Ulrich Drepper
03932925c1
AIX implementation of __lxstat64.
2000-03-21 01:17:53 +00:00
Ulrich Drepper
4588e96db9
AIX implementation of __lxstat.
2000-03-21 01:17:47 +00:00
Ulrich Drepper
d931954b27
AIX implementation of lseek64.
2000-03-21 01:17:38 +00:00
Ulrich Drepper
e41d64d42a
AIX implementation of lseek.
2000-03-21 01:17:33 +00:00
Ulrich Drepper
2260eae7d1
AIX implementation of lockf64.
2000-03-21 01:17:26 +00:00
Ulrich Drepper
15373f8bd2
AIX implementation of lockf.
2000-03-21 01:17:22 +00:00
Ulrich Drepper
47415cb261
AIX specific libc startup code..
2000-03-21 01:17:14 +00:00
Ulrich Drepper
9d338985e4
AIX implementation of lchown.
2000-03-21 01:16:55 +00:00
Ulrich Drepper
4ae9382d40
AIX implementation of kill.
2000-03-21 01:16:47 +00:00
Ulrich Drepper
551e64e98e
AIX specific kernel prototypes.
2000-03-21 01:16:41 +00:00
Ulrich Drepper
698fb09ef5
AIX implementation of getuid.
2000-03-21 01:16:23 +00:00
Ulrich Drepper
4e8d527d75
AIX implementation of getsockname.
2000-03-21 01:16:09 +00:00
Ulrich Drepper
bbcea352bd
AIX implementation of getsid.
2000-03-21 01:16:01 +00:00
Ulrich Drepper
d22193dc9d
AIX implementation of getppid.
2000-03-21 01:15:55 +00:00
Ulrich Drepper
c7e7790bfb
AIX implementation of getpid.
2000-03-21 01:15:50 +00:00
Ulrich Drepper
7c5ac4b846
AIX implementation of getpgrp.
2000-03-21 01:15:44 +00:00
Ulrich Drepper
ebea3f565b
AIX implementation of getpgid.
2000-03-21 01:15:37 +00:00
Ulrich Drepper
a00d14b76c
AIX implementation of getpeername.
2000-03-21 01:15:30 +00:00
Ulrich Drepper
f29772215f
AIX implementation of getgid.
2000-03-21 01:15:22 +00:00
Ulrich Drepper
9676468e88
AIX implementation of geteuid.
2000-03-21 01:15:16 +00:00
Ulrich Drepper
60b73b68d4
AIX implementation of getegid.
2000-03-21 01:15:10 +00:00
Ulrich Drepper
f3fc510276
AIX implementation of getdents.
2000-03-21 01:15:02 +00:00
Ulrich Drepper
46f4ffc34c
AIX implementation of __fxstat64.
2000-03-21 01:14:51 +00:00
Ulrich Drepper
c6a83472a8
AIX implementation of __fxstat.
2000-03-21 01:14:47 +00:00
Ulrich Drepper
71b3147ef1
AIX implementation of ftruncate64.
2000-03-21 01:14:37 +00:00
Ulrich Drepper
e745b101a7
AIX implementation of ftruncate.
2000-03-21 01:14:30 +00:00
Ulrich Drepper
026b4afc06
AIX implementation of fsync.
2000-03-21 01:14:21 +00:00
Ulrich Drepper
1be48beb0a
AIX implementation of fstatfs.
2000-03-21 01:14:14 +00:00
Ulrich Drepper
fe93696234
AIX implementation of fork.
2000-03-21 01:14:07 +00:00
Ulrich Drepper
ddef432c15
AIX implementation of fcntl.
2000-03-21 01:13:56 +00:00
Ulrich Drepper
2d4d9380f3
AIX implementation of fchown.
2000-03-21 01:13:45 +00:00
Ulrich Drepper
e72d8a4fd4
AIX implementation of execve.
2000-03-21 01:13:37 +00:00
Ulrich Drepper
b4b2b1bb09
AIX implementation of euidaccess.
2000-03-21 01:13:29 +00:00
Ulrich Drepper
6011d72b46
AIX specific environment definition.
2000-03-21 01:13:16 +00:00
Ulrich Drepper
3aa78fe2d4
AIX implementation of connect.
2000-03-21 01:12:57 +00:00
Ulrich Drepper
fd08ea7136
Rebuild.
2000-03-21 01:12:49 +00:00
Ulrich Drepper
601c41de32
AIX specific configure.in.
2000-03-21 01:12:41 +00:00
Ulrich Drepper
36e2d40c30
AIX implementation of close.
2000-03-21 01:12:25 +00:00
Ulrich Drepper
5460770e60
AIX implementation of chown.
2000-03-21 01:12:16 +00:00
Ulrich Drepper
d9fd2b3823
AIX implementation of brk.
2000-03-21 01:12:10 +00:00
Ulrich Drepper
23ef7b6154
AIX implementation of access.
2000-03-21 01:12:05 +00:00
Ulrich Drepper
a26c24f453
AIX implementation of accept.
2000-03-21 01:11:58 +00:00
Ulrich Drepper
5570c4b60c
AIX implementation of _exit.
2000-03-21 01:11:42 +00:00
Ulrich Drepper
5659dfb793
AIX specific Makefile.
2000-03-21 01:11:25 +00:00
Ulrich Drepper
cc9b3b98b9
(MADV_*): Add flags from latest Linux kernel.
2000-03-20 22:51:18 +00:00
Richard Henderson
7e47b466c7
* sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase
...
in GLIBC_2.1.4.
2000-03-20 22:08:26 +00:00
Richard Henderson
cd112ac0a3
* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add MADV constants.
2000-03-20 20:24:41 +00:00
Richard Henderson
194b9b3b26
* sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
...
Kill sethae.
* sysdeps/unix/sysv/linux/alpha/Versions: Add pciconfig_iobase.
* sysdeps/unix/sysv/linux/alpha/ioperm.c (all address constants):
Use physical addresses not KSEG addresses.
(io_system): Add PYXIS.
(io): Remove hae.reg, sys, hae_shift.
(stb_mb, stw_mb, stl_mb, __sethae): New.
(inline_outb, inline_outw, inline_outl): Don't set hae.
(inline_inb, inline_inw, inline_inl): Likewise.
(dense_sethae): New null function.
(struct cpuinfo_data): New.
(process_cpuinfo): Use local and stack variables, not static.
Move readlink check here from init_iosys.
(init_iosys): Use __pciconfig_iobase first. Know SX and LX as PYXIS.
(_iopl): Simplify.
(_hae_shift): Calculate it here.
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sethae,
add pciconfig_iobase.
2000-03-20 20:23:05 +00:00
Ulrich Drepper
59e14c2112
Make __pwrite64 weak alias.
2000-03-16 07:07:13 +00:00
Ulrich Drepper
9399c12de5
Make __pread64 weak alias.
2000-03-16 07:06:45 +00:00
Ulrich Drepper
052065ad7b
(platform): Add entry for Nautilus.
2000-03-15 07:22:08 +00:00
Andreas Jaeger
2e6c2875e8
2000-03-09 Martin Buchholz <martin@xemacs.org>
...
* sysdeps/unix/sysv/linux/alpha/syscall.S:
* manual/message.texi (Using gettextized software):
* manual/message.texi (Message Translation): Doc Fixes.
* manual/filesys.texi (File Size):
* manual/charset.texi (glibc iconv Implementation):
* locale/programs/ld-collate.c (collate_output):
* iconv/gconv_db.c (find_derivation):
* manual/install.texi:
* manual/search.texi (Hash Search Function):
* manual/stdio.texi (Output Conversion Syntax):
* FAQ.in:
* config.h.in:
* sysdeps/generic/dl-sysdep.c:
Doc Fixes. `allows to' is not correct English.
* elf/rtld.c: Doc fixes.
* manual/creature.texi (Feature Test Macros): Doc fixes.
* manual/memory.texi (Hooks for Malloc): Doc Fixes.
* manual/filesys.texi (Working Directory): Check for ERANGE to
avoid infloop.
2000-03-10 08:40:34 +00:00
Ulrich Drepper
1a76429b65
Define _STATFS_F_NAMELEN.
2000-02-28 21:15:52 +00:00
Ulrich Drepper
2c11d9bcf5
Define shmatt_t type and use it in struct shmid_ds definition.
2000-02-28 05:02:28 +00:00
Ulrich Drepper
37b22a8dd3
Fix type of second parameter.
2000-02-28 04:59:24 +00:00
Ulrich Drepper
5e516adf18
(struct msqid_ds): Use __pid_t.
2000-02-25 17:05:23 +00:00
Ulrich Drepper
cf95db7e00
(IPC_INFO): Only define if __USE_GNU.
2000-02-25 08:56:31 +00:00
Ulrich Drepper
40d4354938
Include bits/types.h, not sys/types.h.
...
(MSG_EXCEPT): Only define if __USE_GNU.
Define msgqnum_t and msglen_t and use them in struct msqid_ds definition.
2000-02-25 08:54:48 +00:00
Ulrich Drepper
6d70eeb43c
Allow including from stdlib.h.
2000-02-24 07:57:37 +00:00
Ulrich Drepper
028bec36ff
Linux/Alpha specific siginfo definitions.
2000-02-23 05:59:55 +00:00
Ulrich Drepper
158331933d
Define SA_NOCLDWAIT.
2000-02-23 05:59:11 +00:00
Ulrich Drepper
574b073035
Fix off by one error.
2000-02-20 17:58:12 +00:00
Ulrich Drepper
58d7604e5d
opl, _ioperm): Add Rebel-NetWinder to platform table so _ioperm platform
...
lookup via /proc/cpuinfo works on later version NetWinders.
2000-02-14 18:11:04 +00:00
Ulrich Drepper
e1b4ab28ae
Add oldmsgctl, oldsemctl.
2000-02-11 21:01:03 +00:00
Ulrich Drepper
23f1401266
(msgctl, semctl, shmctl): Make them EXTRA as __old_* and as GLIBC_2.0 symbols.
2000-02-11 21:00:47 +00:00
Ulrich Drepper
f8d5da2998
Linux/Alpha specific shmctl implementation.
2000-02-11 21:00:22 +00:00
Ulrich Drepper
3b6c96e67b
Linux/Alpha specific semctl implementation.
2000-02-11 21:00:16 +00:00
Ulrich Drepper
9e683793e4
Linux/Alpha specific msgctl implementation.
2000-02-11 21:00:09 +00:00
Ulrich Drepper
8b9d6d8045
(getresuid): Make syscall directly, no stubs needed.
...
(getresgid): Likewise.
2000-02-11 19:44:00 +00:00
Ulrich Drepper
fb30b58ad5
Linux/m68k shmctl implementation.
2000-02-11 19:43:46 +00:00
Ulrich Drepper
a020fa2f4d
Linux/m68k semctl implementation.
2000-02-11 19:43:42 +00:00
Ulrich Drepper
ac707c19aa
Linux/m68k smgctl implementation.
2000-02-11 19:43:37 +00:00
Ulrich Drepper
ef034ccbd5
Linux/m68k getresuid implementation.
2000-02-11 19:43:32 +00:00
Ulrich Drepper
d60da510e2
Linux/m68k getresgid implementation.
2000-02-11 19:43:28 +00:00
Ulrich Drepper
886523a9ba
Document new tristate __libc_missing_32bit_uids.
...
Use 32bit uid syscall if __libc_missing_32bit_uids is -1 or 0.
2000-02-11 19:42:16 +00:00
Ulrich Drepper
78a718de6f
Linux/i386 specific shmctl implementation.
2000-02-11 19:41:04 +00:00
Ulrich Drepper
6c391b0995
Linux/i386 specific semctl implementation.
2000-02-11 19:40:59 +00:00
Ulrich Drepper
9410cd8d7c
Linux/i386 specific msgctl implementation.
2000-02-11 19:40:53 +00:00
Ulrich Drepper
5ef54b6fd7
Linux/i386 specific getresuid implementation.
2000-02-11 19:40:38 +00:00
Ulrich Drepper
fe60fdbe10
Linux/i386 specific getresgid implementation.
2000-02-11 19:40:32 +00:00
Andreas Jaeger
a233bb29c8
2000-02-10 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/clone.S: Rewritten.
Based on a patch by Hiroyuki Machida <machida@sm.sony.co.jp>.
2000-02-10 11:09:31 +00:00
Andreas Jaeger
b7393d1c58
2000-02-09 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/sys/syscall.h: Add new syscalls.
* sysdeps/unix/sysv/linux/mips/syscalls.list: Add missing syscalls.
2000-02-09 14:58:57 +00:00
Andreas Jaeger
fb8168397d
2000-02-08 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (GET_PC): Fix typo.
* sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
Make it compile.
2000-02-08 17:27:15 +00:00
Andreas Jaeger
ff75a64c4a
2000-02-08 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
Fix usage of macro ADD_STRING.
2000-02-08 16:36:09 +00:00
Andreas Jaeger
b3be99749f
2000-02-08 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/bits/termios.h: Remove members
c_ispeed and c_ospeed which are not implemented.
2000-02-08 13:41:37 +00:00
Andreas Jaeger
25fdf1f5c1
2000-02-08 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/pwrite64.c: Define __libc_* variant
for cancelation wrapper; use __ASSUME_PWRITE_SYSCALL macro.
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2000-02-08 09:46:01 +00:00
Andreas Jaeger
22e908b01a
2000-02-05 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/bits/mman.h (MS_SYNC): 0 will not
work - set to 4 in accordance with changes made in the Linux/MIPS
kernel. Using MS_SYNC on older kernels with MS_SYNC == 0 doesn't
actually work.
2000-02-05 07:45:59 +00:00
Andreas Jaeger
4cd50e5eb8
Fix typo in comment.
2000-02-04 16:40:32 +00:00
Andreas Jaeger
19918d3ddd
2000-02-04 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/bits/mman.h: Use correct values for
the defines.
2000-02-04 16:38:20 +00:00
Andreas Jaeger
ede084048d
2000-02-03 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: New file.
* sysdeps/unix/sysv/linux/mips/register-dump.h: New file.
* sysdeps/mips/stackinfo.h: New file.
2000-02-03 14:10:24 +00:00
Andreas Jaeger
d86bec0d49
2000-02-01 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/syscalls.list: Remove duplicates.
2000-02-01 16:50:51 +00:00
Andreas Jaeger
bbfe4cc589
2000-02-01 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/lxstat.c: Removed, we can use the
generic function.
* sysdeps/unix/sysv/linux/mips/fxstat.c: Likewise.
2000-02-01 13:39:59 +00:00
Andreas Jaeger
7289f2bbfb
2000-02-01 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/init-first.h: New file, from Ralf
Baechle <ralf@gnu.org>.
* sysdeps/unix/sysv/linux/mips/brk.c: New file.
2000-02-01 11:54:37 +00:00
Andreas Jaeger
e67a8419c7
2000-02-01 Andreas Jaeger <aj@suse.de>
...
* sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Add missing ints.
2000-02-01 11:20:19 +00:00