platform/upstream/glibc.git
24 years agoUpdate comment.
Ulrich Drepper [Tue, 22 Feb 2000 05:32:19 +0000 (05:32 +0000)]
Update comment.

24 years agoFix off by one error.
Ulrich Drepper [Sun, 20 Feb 2000 17:58:12 +0000 (17:58 +0000)]
Fix off by one error.

24 years agoopl, _ioperm): Add Rebel-NetWinder to platform table so _ioperm platform
Ulrich Drepper [Mon, 14 Feb 2000 18:11:04 +0000 (18:11 +0000)]
opl, _ioperm):  Add Rebel-NetWinder to platform table so _ioperm platform
lookup via /proc/cpuinfo works on later version NetWinders.

24 years ago2000-02-12 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Sat, 12 Feb 2000 11:27:47 +0000 (11:27 +0000)]
2000-02-12  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/dl-machine.h (__start): Rewritten for 2.2 startup
conventions.
(elf_machine_rel): Use R_MIPS_REL32 for RESOLVE.
(elf_machine_runtime_setup,elf_machine_got_rel): Move at end of
file and make dependend on RESOLVE.
(ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix arguments to _dl_lookup_symbol.
(RESOLVE_GOTSYM): Fix arguments to _dl_lookup_symbol.

24 years ago Add oldmsgctl, oldsemctl.
Ulrich Drepper [Fri, 11 Feb 2000 21:01:03 +0000 (21:01 +0000)]
 Add oldmsgctl, oldsemctl.

24 years ago(msgctl, semctl, shmctl): Make them EXTRA as __old_* and as GLIBC_2.0 symbols.
Ulrich Drepper [Fri, 11 Feb 2000 21:00:47 +0000 (21:00 +0000)]
(msgctl, semctl, shmctl): Make them EXTRA as __old_* and as GLIBC_2.0 symbols.

24 years agoLinux/Alpha specific shmctl implementation.
Ulrich Drepper [Fri, 11 Feb 2000 21:00:22 +0000 (21:00 +0000)]
Linux/Alpha specific shmctl implementation.

24 years agoLinux/Alpha specific semctl implementation.
Ulrich Drepper [Fri, 11 Feb 2000 21:00:16 +0000 (21:00 +0000)]
Linux/Alpha specific semctl implementation.

24 years agoLinux/Alpha specific msgctl implementation.
Ulrich Drepper [Fri, 11 Feb 2000 21:00:09 +0000 (21:00 +0000)]
Linux/Alpha specific msgctl implementation.

24 years agoMIPS specific definitions of macros to get stack pointer and high
Ulrich Drepper [Fri, 11 Feb 2000 19:47:48 +0000 (19:47 +0000)]
MIPS specific definitions of macros to get stack pointer and high
precision timer.

24 years agom68k specific definitions of macros to get stack pointer and high
Ulrich Drepper [Fri, 11 Feb 2000 19:47:42 +0000 (19:47 +0000)]
m68k specific definitions of macros to get stack pointer and high
precision timer.

24 years agoAlpha specific definitions of macros to get stack pointer and high
Ulrich Drepper [Fri, 11 Feb 2000 19:47:25 +0000 (19:47 +0000)]
Alpha specific definitions of macros to get stack pointer and high
precision timer.

24 years ago(getresuid): Make syscall directly, no stubs needed.
Ulrich Drepper [Fri, 11 Feb 2000 19:44:00 +0000 (19:44 +0000)]
(getresuid): Make syscall directly, no stubs needed.
(getresgid): Likewise.

24 years agoLinux/m68k shmctl implementation.
Ulrich Drepper [Fri, 11 Feb 2000 19:43:46 +0000 (19:43 +0000)]
Linux/m68k shmctl implementation.

24 years agoLinux/m68k semctl implementation.
Ulrich Drepper [Fri, 11 Feb 2000 19:43:42 +0000 (19:43 +0000)]
Linux/m68k semctl implementation.

24 years agoLinux/m68k smgctl implementation.
Ulrich Drepper [Fri, 11 Feb 2000 19:43:37 +0000 (19:43 +0000)]
Linux/m68k smgctl implementation.

24 years agoLinux/m68k getresuid implementation.
Ulrich Drepper [Fri, 11 Feb 2000 19:43:32 +0000 (19:43 +0000)]
Linux/m68k getresuid implementation.

24 years agoLinux/m68k getresgid implementation.
Ulrich Drepper [Fri, 11 Feb 2000 19:43:28 +0000 (19:43 +0000)]
Linux/m68k getresgid implementation.

24 years agoDocument new tristate __libc_missing_32bit_uids.
Ulrich Drepper [Fri, 11 Feb 2000 19:42:16 +0000 (19:42 +0000)]
Document new tristate __libc_missing_32bit_uids.
Use 32bit uid syscall if __libc_missing_32bit_uids is -1 or 0.

24 years agoLinux/i386 specific shmctl implementation.
Ulrich Drepper [Fri, 11 Feb 2000 19:41:04 +0000 (19:41 +0000)]
Linux/i386 specific shmctl implementation.

24 years agoLinux/i386 specific semctl implementation.
Ulrich Drepper [Fri, 11 Feb 2000 19:40:59 +0000 (19:40 +0000)]
Linux/i386 specific semctl implementation.

24 years agoLinux/i386 specific msgctl implementation.
Ulrich Drepper [Fri, 11 Feb 2000 19:40:53 +0000 (19:40 +0000)]
Linux/i386 specific msgctl implementation.

24 years agoLinux/i386 specific getresuid implementation.
Ulrich Drepper [Fri, 11 Feb 2000 19:40:38 +0000 (19:40 +0000)]
Linux/i386 specific getresuid implementation.

24 years agoLinux/i386 specific getresgid implementation.
Ulrich Drepper [Fri, 11 Feb 2000 19:40:32 +0000 (19:40 +0000)]
Linux/i386 specific getresgid implementation.

24 years ago(_FPU_DEFAULT): Set the AC bit.
Ulrich Drepper [Fri, 11 Feb 2000 18:49:01 +0000 (18:49 +0000)]
(_FPU_DEFAULT): Set the AC bit.

24 years ago2000-02-10 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Thu, 10 Feb 2000 11:09:31 +0000 (11:09 +0000)]
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>.

24 years ago2000-02-09 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Wed, 9 Feb 2000 14:58:57 +0000 (14:58 +0000)]
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.

24 years ago2000-02-08 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Tue, 8 Feb 2000 17:27:15 +0000 (17:27 +0000)]
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.

24 years ago2000-02-08 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Tue, 8 Feb 2000 16:36:09 +0000 (16:36 +0000)]
2000-02-08  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
Fix usage of macro ADD_STRING.

24 years ago2000-02-08 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Tue, 8 Feb 2000 13:41:37 +0000 (13:41 +0000)]
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.

24 years ago2000-02-08 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Tue, 8 Feb 2000 09:46:01 +0000 (09:46 +0000)]
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.

24 years ago2000-02-05 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Sat, 5 Feb 2000 07:45:59 +0000 (07:45 +0000)]
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.

24 years agoFix typo in comment.
Andreas Jaeger [Fri, 4 Feb 2000 16:40:32 +0000 (16:40 +0000)]
Fix typo in comment.

24 years ago2000-02-04 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Fri, 4 Feb 2000 16:38:20 +0000 (16:38 +0000)]
2000-02-04  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/bits/mman.h: Use correct values for
the defines.

24 years ago2000-02-03 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Thu, 3 Feb 2000 15:03:50 +0000 (15:03 +0000)]
2000-02-03  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/abort-instr.h: New file.

24 years ago2000-02-03 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Thu, 3 Feb 2000 14:10:24 +0000 (14:10 +0000)]
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.

24 years ago2000-02-01 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Tue, 1 Feb 2000 16:50:51 +0000 (16:50 +0000)]
2000-02-01  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/syscalls.list: Remove duplicates.

24 years ago2000-02-01 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Tue, 1 Feb 2000 13:39:59 +0000 (13:39 +0000)]
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.

24 years ago2000-02-01 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Tue, 1 Feb 2000 11:54:37 +0000 (11:54 +0000)]
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.

24 years ago2000-02-01 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Tue, 1 Feb 2000 11:20:19 +0000 (11:20 +0000)]
2000-02-01  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Add missing ints.

24 years ago2000-02-01 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Tue, 1 Feb 2000 08:28:15 +0000 (08:28 +0000)]
2000-02-01  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/elf/start.S: Rewritten for __libc_start_main.

24 years agoCorrect return value according to the standard.
Ulrich Drepper [Mon, 31 Jan 2000 07:56:49 +0000 (07:56 +0000)]
Correct return value according to the standard.

24 years agoExport the new *rlimit interface with symbol version GLIBC_2.2.
Ulrich Drepper [Sat, 29 Jan 2000 12:02:41 +0000 (12:02 +0000)]
Export the new *rlimit interface with symbol version GLIBC_2.2.

24 years agoBackout changes for versioning setrlimit and getrlimit.
Ulrich Drepper [Sat, 29 Jan 2000 12:02:32 +0000 (12:02 +0000)]
Backout changes for versioning setrlimit and getrlimit.

24 years agoBackout rlimit changes for resource directory.
Ulrich Drepper [Sat, 29 Jan 2000 12:02:14 +0000 (12:02 +0000)]
Backout rlimit changes for resource directory.

24 years ago Add ipc_priv.h.
Ulrich Drepper [Mon, 24 Jan 2000 12:34:15 +0000 (12:34 +0000)]
 Add ipc_priv.h.

24 years agoRemove private decls.
Ulrich Drepper [Mon, 24 Jan 2000 12:31:25 +0000 (12:31 +0000)]
Remove private decls.

24 years agoLinux/Alpha private IPC definitions.
Ulrich Drepper [Mon, 24 Jan 2000 12:30:41 +0000 (12:30 +0000)]
Linux/Alpha private IPC definitions.

24 years agoMove private decls into ../*_priv.h file.
Ulrich Drepper [Mon, 24 Jan 2000 12:27:13 +0000 (12:27 +0000)]
Move private decls into ../*_priv.h file.

24 years agoRemove setrlimit64@GLIBC_2.1.3.
Ulrich Drepper [Mon, 24 Jan 2000 12:07:25 +0000 (12:07 +0000)]
Remove setrlimit64@GLIBC_2.1.3.

24 years agoRemove oldsetrlimit64.c.
Ulrich Drepper [Mon, 24 Jan 2000 12:06:59 +0000 (12:06 +0000)]
Remove oldsetrlimit64.c.

24 years agoLinux/Arm specific resource handling definitions.
Ulrich Drepper [Mon, 24 Jan 2000 12:06:14 +0000 (12:06 +0000)]
Linux/Arm specific resource handling definitions.

24 years agoNot needed anymore.
Ulrich Drepper [Mon, 24 Jan 2000 12:05:37 +0000 (12:05 +0000)]
Not needed anymore.

24 years agoCorrect check for ENOSYS.
Ulrich Drepper [Mon, 24 Jan 2000 01:44:35 +0000 (01:44 +0000)]
Correct check for ENOSYS.

24 years agoAdd prototypes for port access functions.
Ulrich Drepper [Sun, 23 Jan 2000 08:53:21 +0000 (08:53 +0000)]
Add prototypes for port access functions.

24 years agoAdd sys/io.h.
Ulrich Drepper [Sun, 23 Jan 2000 08:52:50 +0000 (08:52 +0000)]
Add sys/io.h.

24 years agoiLinux/m68k implementation of xstat.
Ulrich Drepper [Wed, 19 Jan 2000 03:52:47 +0000 (03:52 +0000)]
iLinux/m68k implementation of xstat.

24 years agoLinux/m68k implementation of lxstat.
Ulrich Drepper [Wed, 19 Jan 2000 03:52:32 +0000 (03:52 +0000)]
Linux/m68k implementation of lxstat.

24 years agoLinux/m68k implementation of fxstat.
Ulrich Drepper [Wed, 19 Jan 2000 03:52:16 +0000 (03:52 +0000)]
Linux/m68k implementation of fxstat.

24 years agoLinux/Arm implementation of xstat.
Ulrich Drepper [Wed, 19 Jan 2000 03:51:57 +0000 (03:51 +0000)]
Linux/Arm implementation of xstat.

24 years agoLinux/Arm implementation of lxstat.
Ulrich Drepper [Wed, 19 Jan 2000 03:51:45 +0000 (03:51 +0000)]
Linux/Arm implementation of lxstat.

24 years agoLinux/Arm implementation of fxstat.
Ulrich Drepper [Wed, 19 Jan 2000 03:51:30 +0000 (03:51 +0000)]
Linux/Arm implementation of fxstat.

24 years ago(__syscall_chown): Use proper prototype.
Ulrich Drepper [Tue, 18 Jan 2000 04:30:34 +0000 (04:30 +0000)]
(__syscall_chown): Use proper prototype.
Don't include non-existant header.
(__chown): Return EINVAL if owner or group are out of the range -1U .. 65534.

24 years agoLinux/Alpha SysV shm definitions.
Ulrich Drepper [Tue, 18 Jan 2000 04:27:20 +0000 (04:27 +0000)]
Linux/Alpha SysV shm definitions.

24 years agoLinux/Alpha SysV sem definitions.
Ulrich Drepper [Tue, 18 Jan 2000 04:27:12 +0000 (04:27 +0000)]
Linux/Alpha SysV sem definitions.

24 years agoLinux/Alpha SysV msq definitions.
Ulrich Drepper [Tue, 18 Jan 2000 04:27:05 +0000 (04:27 +0000)]
Linux/Alpha SysV msq definitions.

24 years agoUpdate for new ipc.
Ulrich Drepper [Tue, 18 Jan 2000 04:26:49 +0000 (04:26 +0000)]
Update for new ipc.

24 years agoLinux/i386 implementation of lchown.
Ulrich Drepper [Mon, 17 Jan 2000 05:20:35 +0000 (05:20 +0000)]
Linux/i386 implementation of lchown.

24 years agoLinux/i386 implementation of getgid.
Ulrich Drepper [Mon, 17 Jan 2000 05:20:27 +0000 (05:20 +0000)]
Linux/i386 implementation of getgid.

24 years agoLinux/i386 implementation of getuid.
Ulrich Drepper [Mon, 17 Jan 2000 05:20:20 +0000 (05:20 +0000)]
Linux/i386 implementation of getuid.

24 years agoLinux/i386 implementation of geteuid.
Ulrich Drepper [Mon, 17 Jan 2000 05:20:10 +0000 (05:20 +0000)]
Linux/i386 implementation of geteuid.

24 years agoLinux/i386 implementation of getegid.
Ulrich Drepper [Mon, 17 Jan 2000 05:20:03 +0000 (05:20 +0000)]
Linux/i386 implementation of getegid.

24 years agoLinux/i386 implementation of fchown.
Ulrich Drepper [Mon, 17 Jan 2000 05:19:51 +0000 (05:19 +0000)]
Linux/i386 implementation of fchown.

24 years agoLinux/i386 implementation of chown.
Ulrich Drepper [Mon, 17 Jan 2000 05:19:42 +0000 (05:19 +0000)]
Linux/i386 implementation of chown.

24 years agoLinux/Arm implementation of lchown.
Ulrich Drepper [Mon, 17 Jan 2000 05:18:30 +0000 (05:18 +0000)]
Linux/Arm implementation of lchown.

24 years agoLinux/Arm implementation of getuid.
Ulrich Drepper [Mon, 17 Jan 2000 05:18:15 +0000 (05:18 +0000)]
Linux/Arm implementation of getuid.

24 years agoLinux/Arm implementation of getgid.
Ulrich Drepper [Mon, 17 Jan 2000 05:18:08 +0000 (05:18 +0000)]
Linux/Arm implementation of getgid.

24 years agoLinux/Arm implementation of getegid.
Ulrich Drepper [Mon, 17 Jan 2000 05:18:01 +0000 (05:18 +0000)]
Linux/Arm implementation of getegid.

24 years agoLinux/Arm implementation of geteuid.
Ulrich Drepper [Mon, 17 Jan 2000 05:17:53 +0000 (05:17 +0000)]
Linux/Arm implementation of geteuid.

24 years agoLinux/Arm implementation of fchown.
Ulrich Drepper [Mon, 17 Jan 2000 05:17:42 +0000 (05:17 +0000)]
Linux/Arm implementation of fchown.

24 years agoLinux/Arm implementation of chown.
Ulrich Drepper [Mon, 17 Jan 2000 05:17:33 +0000 (05:17 +0000)]
Linux/Arm implementation of chown.

24 years agoLinux/Arm specific compatibility getrlimit64 implementation.
Ulrich Drepper [Wed, 12 Jan 2000 10:24:30 +0000 (10:24 +0000)]
Linux/Arm specific compatibility getrlimit64 implementation.

24 years agoLinux/Arm specific setrlimit64 implementation.
Ulrich Drepper [Wed, 12 Jan 2000 10:24:10 +0000 (10:24 +0000)]
Linux/Arm specific setrlimit64 implementation.

24 years agoLinux/Arm specific getrlimit64 implementation.
Ulrich Drepper [Wed, 12 Jan 2000 10:23:51 +0000 (10:23 +0000)]
Linux/Arm specific getrlimit64 implementation.

24 years agoLinux/Arm specific getrlimit implementation.
Ulrich Drepper [Wed, 12 Jan 2000 10:23:41 +0000 (10:23 +0000)]
Linux/Arm specific getrlimit implementation.

24 years agoLinux/Arm specific setrlimit implementation.
Ulrich Drepper [Wed, 12 Jan 2000 10:23:30 +0000 (10:23 +0000)]
Linux/Arm specific setrlimit implementation.

24 years agoAdd getrlimit, setrlimit, getrlimit64, setrlimit64 for GLIBC_2.1.3.
Ulrich Drepper [Wed, 12 Jan 2000 10:22:08 +0000 (10:22 +0000)]
Add getrlimit, setrlimit, getrlimit64, setrlimit64 for GLIBC_2.1.3.

24 years agoAdd oldgetrlimit, oldsetrlimit.
Ulrich Drepper [Wed, 12 Jan 2000 10:21:53 +0000 (10:21 +0000)]
Add oldgetrlimit, oldsetrlimit.

24 years ago[subdir=resource] (sysdep_routines): Add oldgetrlimit64, oldsetrlimit64.
Ulrich Drepper [Wed, 12 Jan 2000 10:21:37 +0000 (10:21 +0000)]
[subdir=resource] (sysdep_routines): Add oldgetrlimit64, oldsetrlimit64.
[subdir=misc] (sysdep_headers): Add sys/elf.h.

24 years ago2000-01-11 Andreas Schwab <schwab@suse.de>
Andreas Jaeger [Tue, 11 Jan 2000 18:08:15 +0000 (18:08 +0000)]
2000-01-11  Andreas Schwab  <schwab@suse.de>

* sysdeps/mips/__longjmp.c (__longjmp): Change call to abort into
infinite loop to avoid pulling in stdio in the dynamic linker.
* sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.

24 years ago2000-01-11 Andreas Schwab <schwab@suse.de>
Andreas Jaeger [Tue, 11 Jan 2000 17:12:43 +0000 (17:12 +0000)]
2000-01-11  Andreas Schwab  <schwab@suse.de>

* sysdeps/mips/__longjmp.c (__longjmp): Change call to abort into
infinite loop to avoid pulling in stdio in the dynamic linker.

24 years ago2000-01-10 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Mon, 10 Jan 2000 17:34:40 +0000 (17:34 +0000)]
2000-01-10  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/dl-machine.h (elf_machine_matches_host): Follow
change from 1999-10-07 to elf/elf.h and rename EM_MIPS_RS4_BE to
EM_MIPS_RS3_LE.
* sysdeps/mips/mips64/dl-machine.h: Likewise.

24 years ago2000-01-10 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Mon, 10 Jan 2000 14:27:50 +0000 (14:27 +0000)]
2000-01-10  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/sys/procfs.h: Remove greg_t,
gregset_t, fpregset_t, and NGREG definitions.

24 years ago2000-01-10 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Mon, 10 Jan 2000 12:33:45 +0000 (12:33 +0000)]
2000-01-10  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/Implies: Add wordsize-32.

24 years ago2000-01-10 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Mon, 10 Jan 2000 11:44:24 +0000 (11:44 +0000)]
2000-01-10  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Add missing
int's.

* sysdeps/unix/sysv/linux/mips/sys/acct.h: Remove K&R support, add
missing int's.

* sysdeps/unix/sysv/linux/mips/bits/errno.h: Remove K&R support.
* sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
* sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
* sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.

24 years ago(UNDOARGS_5): Fix error in last change.
Ulrich Drepper [Mon, 10 Jan 2000 01:43:13 +0000 (01:43 +0000)]
(UNDOARGS_5): Fix error in last change.

24 years ago(CLEAR_CACHE): System calls clobber R0.
Ulrich Drepper [Mon, 10 Jan 2000 01:42:43 +0000 (01:42 +0000)]
(CLEAR_CACHE): System calls clobber R0.
(dl_platform_init): Allow _dl_platform to be NULL.

24 years agoDistribute sys/elf.h and sys/procfs.h.
Ulrich Drepper [Thu, 6 Jan 2000 04:34:45 +0000 (04:34 +0000)]
Distribute sys/elf.h and sys/procfs.h.

24 years agoAdd `fault_address'.
Ulrich Drepper [Thu, 6 Jan 2000 00:07:38 +0000 (00:07 +0000)]
Add `fault_address'.

24 years ago(ADVANCE_STACK_FRAME): New macro.
Ulrich Drepper [Thu, 6 Jan 2000 00:04:04 +0000 (00:04 +0000)]
(ADVANCE_STACK_FRAME): New macro.
(GET_FRAME): Apply above to returned value.