Commit graph

2023 commits

Author SHA1 Message Date
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
Andreas Jaeger 4f20384216 2000-04-17 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/dl-machine.h (elf_machine_got_rel): Optimize a bit
	as suggested by Ulrich Drepper.
	(__dl_runtime_resolve): Remove unused variable, initialize sym
	directly.
	(RTLD_START): Document OFFSET_GP_GOT.
	(OFFSET_GP_GOT): New magic value.
	(elf_mips_got_from_gpreg): Use OFFSET_GP_GOT.
	(elf_machine_got_rel): Only declare strtab if needed.
2000-04-17 21:22:59 +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
Andreas Jaeger 2cf8794ab9 2000-04-17 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/add_n.S: Add newline at EOF.
	* sysdeps/mips/rshift.S: Likewise.
	* sysdeps/mips/mul_1.S: Likewise.
	* sysdeps/mips/lshift.S: Likewise.
	* sysdeps/mips/addmul_1.S: Likewise.
2000-04-17 20:59:00 +00:00
Ulrich Drepper 4a88ca4687 Fix typo in compat_symbol call for old adjtime. 2000-04-15 16:57:53 +00:00
Ulrich Drepper f0824b0c78 (RTLD_START):Rewrite for new init function interface. 2000-04-15 16:53:23 +00:00
Andreas Jaeger 245bff9408 2000-04-14 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/dl-machine.h (elf_machine_got_rel): Initialize
	symidx correctly.
	(elf_machine_got_rel): Cast sym correctly.
2000-04-15 04:33:57 +00:00
Andreas Jaeger b5e0b658d8 sysdeps/mips/add_n.S 2000-04-15 03:54:15 +00:00
Andreas Jaeger 127035bb55 2000-04-14 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/dl-machine.h (elf_machine_got_rel): Initialize
	symidx correctly.

	* sysdeps/mips/add_n.S: Use __PIC__, add .end directive.
2000-04-15 03:45:10 +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 12c4efc1d0 2000-04-13 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/dl-machine.h
	(elf_machine_got_rel): Handle symbol versioning.
2000-04-14 00:35:39 +00:00
Andreas Jaeger 043351e023 2000-04-13 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/dl-machine.h
	(elf_machine_got_rel): Only add runtime display if needed.
2000-04-14 00:15:38 +00:00
Andreas Jaeger 15d5e7dc14 2000-04-13 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Handle symbol
	versioning.
2000-04-13 23:55:20 +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
Ulrich Drepper bc69099093 Arm specific error specification for math library. 2000-04-12 23:39:44 +00:00
Ulrich Drepper 7fdeecfb09 Definition for memprof functionality on Arm. 2000-04-12 20:58:59 +00:00
Ulrich Drepper 21d129104c (RTLD_START): Rewrite for new init function interface. 2000-04-12 20:12:05 +00:00
Andreas Jaeger 5719e666f7 2000-04-11 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/dl-machine.h: Update some comments.
	(ELF_MACHINE_ALIGN_MASK): Removed, it's not needed.
2000-04-12 17:59:20 +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