platform/upstream/glibc.git
25 years agoUse __GNUC_PREREQ.
Ulrich Drepper [Sat, 19 Jun 1999 09:57:23 +0000 (09:57 +0000)]
Use __GNUC_PREREQ.

25 years agoInclude libintl.h.
Ulrich Drepper [Sat, 19 Jun 1999 09:47:58 +0000 (09:47 +0000)]
Include libintl.h.

25 years agosysmacros.h file for Linux/Alpha.
Ulrich Drepper [Wed, 16 Jun 1999 14:30:16 +0000 (14:30 +0000)]
sysmacros.h file for Linux/Alpha.

25 years agoAdd __sysctl.
Ulrich Drepper [Tue, 15 Jun 1999 11:51:17 +0000 (11:51 +0000)]
Add __sysctl.

25 years agoNew files, optimized for m68k.
Andreas Schwab [Mon, 14 Jun 1999 00:59:40 +0000 (00:59 +0000)]
New files, optimized for m68k.

25 years agoRemove advertising clause of copyright.
Ulrich Drepper [Wed, 9 Jun 1999 13:03:40 +0000 (13:03 +0000)]
Remove advertising clause of copyright.

25 years agoRemove advertising clause of copyright.
Ulrich Drepper [Tue, 8 Jun 1999 21:15:39 +0000 (21:15 +0000)]
Remove advertising clause of copyright.

25 years ago(elf_machine_load_address): Fix problems with GOT addressing.
Ulrich Drepper [Sun, 6 Jun 1999 09:20:55 +0000 (09:20 +0000)]
(elf_machine_load_address): Fix problems with GOT addressing.

25 years agoPretty print.
Ulrich Drepper [Sun, 23 May 1999 10:11:27 +0000 (10:11 +0000)]
Pretty print.

25 years agoAdapted for header file change.
Ulrich Drepper [Sun, 23 May 1999 09:46:25 +0000 (09:46 +0000)]
Adapted for header file change.

25 years ago(fenv_t): Prepend __ to member names to protect from user's macro namespace.
Ulrich Drepper [Sun, 23 May 1999 09:44:56 +0000 (09:44 +0000)]
(fenv_t): Prepend __ to member names to protect from user's macro namespace.

25 years ago * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Prepend __ to member
Andreas Schwab [Sat, 22 May 1999 17:14:30 +0000 (17:14 +0000)]
* sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Prepend __ to member
names to protect from user's macro namespace.
* sysdeps/m68k/fpu/feholdexcpt.c, sysdeps/m68k/fpu/fesetenv.c:
Adapted.

25 years agoZap high byte of length. Reschedule.
Ulrich Drepper [Tue, 18 May 1999 08:55:49 +0000 (08:55 +0000)]
Zap high byte of length.  Reschedule.

25 years ago(struct sockaddr_storage): New structure; storage suitable for any
Ulrich Drepper [Tue, 11 May 1999 12:07:07 +0000 (12:07 +0000)]
(struct sockaddr_storage):  New structure;  storage  suitable for any
socket address.

25 years agoAdd sigrestorer.S.
Ulrich Drepper [Mon, 3 May 1999 12:40:23 +0000 (12:40 +0000)]
Add sigrestorer.S.

25 years agoNew file.
Andreas Schwab [Fri, 30 Apr 1999 17:27:14 +0000 (17:27 +0000)]
New file.

25 years agoCorrect signed/unsigned-ness of blkcnt and fsblkcnt.
Ulrich Drepper [Fri, 16 Apr 1999 17:06:33 +0000 (17:06 +0000)]
Correct signed/unsigned-ness of blkcnt and fsblkcnt.

25 years agoRemoved since cmpxchg/no-cmpxchg doesn't exist anymore.
Ulrich Drepper [Fri, 16 Apr 1999 14:19:10 +0000 (14:19 +0000)]
Removed since cmpxchg/no-cmpxchg doesn't exist anymore.

25 years agoFix typo in preventing compilation of file.
Ulrich Drepper [Thu, 15 Apr 1999 14:45:16 +0000 (14:45 +0000)]
Fix typo in preventing compilation of file.

25 years agommap calls could not be restarted after being interrupted by
Ulrich Drepper [Wed, 14 Apr 1999 13:42:16 +0000 (13:42 +0000)]
mmap calls could not be restarted after being interrupted by
a signal.  The parameters on the stack were corrupted by the
signal handler.

25 years agoSocket calls could not be restarted after being interrupted by
Ulrich Drepper [Wed, 14 Apr 1999 13:42:04 +0000 (13:42 +0000)]
Socket calls could not be restarted after being interrupted by
a signal.  The parameters on the stack were corrupted by the
signal handler.

25 years agoSupport big endian operation.
Ulrich Drepper [Mon, 12 Apr 1999 09:04:34 +0000 (09:04 +0000)]
Support big endian operation.

25 years ago(INLINE_SYSCALL): Include the syscall name in assembler output for ease
Ulrich Drepper [Mon, 12 Apr 1999 09:04:12 +0000 (09:04 +0000)]
(INLINE_SYSCALL): Include the syscall name in assembler output for ease
of debugging.

25 years agoLinux/ARM vfork implementation.
Ulrich Drepper [Mon, 12 Apr 1999 09:03:50 +0000 (09:03 +0000)]
Linux/ARM vfork implementation.

25 years agoSignal termination function.
Ulrich Drepper [Mon, 12 Apr 1999 09:03:27 +0000 (09:03 +0000)]
Signal termination function.

25 years agoDon't rely on undefined compiler behaviour.
Ulrich Drepper [Mon, 12 Apr 1999 09:02:56 +0000 (09:02 +0000)]
Don't rely on undefined compiler behaviour.

25 years ago(_outw, _outb, _outl): Don't bother range checking the port number.
Ulrich Drepper [Mon, 12 Apr 1999 09:02:39 +0000 (09:02 +0000)]
(_outw, _outb, _outl): Don't bother range checking the port number.

25 years ago[$(subdir) = signal]
Ulrich Drepper [Mon, 12 Apr 1999 09:02:23 +0000 (09:02 +0000)]
[$(subdir) = signal]
(sysdep_routines): Add sigrestorer.

25 years agoDelete inline implementations of strcpy and stpcpy.
Ulrich Drepper [Mon, 12 Apr 1999 09:01:49 +0000 (09:01 +0000)]
Delete inline implementations of strcpy and stpcpy.

25 years ago1999-03-18 Philip Blundell <philb@gnu.org>
Andreas Schwab [Fri, 19 Mar 1999 01:54:41 +0000 (01:54 +0000)]
1999-03-18  Philip Blundell  <philb@gnu.org>
* sysdeps/unix/sysv/linux/arm/getgroups.c: New file.  Use the i386
implementation.

25 years agom68k specific function to print floating point numbers in hexadecimal
Ulrich Drepper [Wed, 10 Mar 1999 16:07:49 +0000 (16:07 +0000)]
m68k specific function to print floating point numbers in hexadecimal
format.

25 years agom68k specific strtold wrapper.
Ulrich Drepper [Mon, 8 Mar 1999 21:39:15 +0000 (21:39 +0000)]
m68k specific strtold wrapper.

25 years ago(elf_machine_runtime_setup): DT_PLTGOT entry is already relocated.
Ulrich Drepper [Tue, 2 Mar 1999 08:06:57 +0000 (08:06 +0000)]
(elf_machine_runtime_setup): DT_PLTGOT entry is already relocated.

25 years ago(ucontext): Rename field uc_links to
Ulrich Drepper [Mon, 1 Mar 1999 07:20:35 +0000 (07:20 +0000)]
(ucontext): Rename field uc_links to
uc_link which is the right name according to Unix98.

25 years ago(elf_machine_runtime_setup): DT_PLTGOT entry is already relocated.
Ulrich Drepper [Sat, 20 Feb 1999 18:25:14 +0000 (18:25 +0000)]
(elf_machine_runtime_setup): DT_PLTGOT entry is already relocated.
(__dl_runtime_resolve): Likewise.

25 years ago(elf_machine_runtime_setup): DT_PLTGOT entry is already relocated.
Ulrich Drepper [Sat, 20 Feb 1999 18:22:38 +0000 (18:22 +0000)]
(elf_machine_runtime_setup): DT_PLTGOT entry is already relocated.

25 years ago(elf_machine_got_rel): Likewise.
Ulrich Drepper [Sat, 20 Feb 1999 15:00:01 +0000 (15:00 +0000)]
(elf_machine_got_rel): Likewise.
(elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.

25 years ago(elf_machine_rela): DT_STRTAB is already relocated.
Ulrich Drepper [Sat, 20 Feb 1999 14:58:50 +0000 (14:58 +0000)]
(elf_machine_rela): DT_STRTAB is already relocated.

25 years ago(elf_machine_rel): DT_STRTAB is already relocated.
Ulrich Drepper [Sat, 20 Feb 1999 14:57:43 +0000 (14:57 +0000)]
(elf_machine_rel): DT_STRTAB is already relocated.

25 years ago(elf_machine_fixup_plt): DT_JMPREL and DT_PLTGOT entries are already
Ulrich Drepper [Sat, 20 Feb 1999 14:56:45 +0000 (14:56 +0000)]
(elf_machine_fixup_plt): DT_JMPREL and DT_PLTGOT entries are already
relocated.
(elf_machine_rela): Likewise for DT_SYMTAB.

25 years agoFix typo.
Ulrich Drepper [Tue, 16 Feb 1999 15:13:16 +0000 (15:13 +0000)]
Fix typo.

25 years ago(_sys_errlist): Fix typo.
Ulrich Drepper [Tue, 16 Feb 1999 12:13:56 +0000 (12:13 +0000)]
(_sys_errlist): Fix typo.

25 years agoFix typo.
Ulrich Drepper [Tue, 16 Feb 1999 09:35:56 +0000 (09:35 +0000)]
Fix typo.
Remove __setfpucw.

25 years ago * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
Andreas Schwab [Sat, 13 Feb 1999 16:51:29 +0000 (16:51 +0000)]
* sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
of separare explicit comparisons.

25 years agoUndo last patch.
Ulrich Drepper [Thu, 11 Feb 1999 12:00:52 +0000 (12:00 +0000)]
Undo last patch.

25 years agoChange __ino64_t to 64 bits.
Ulrich Drepper [Wed, 10 Feb 1999 11:33:31 +0000 (11:33 +0000)]
Change __ino64_t to 64 bits.

25 years agoAdd missing RT signal definitions.
Ulrich Drepper [Mon, 8 Feb 1999 10:11:50 +0000 (10:11 +0000)]
Add missing RT signal definitions.

25 years ago(TRAMPOLINE_TEMPLATE): Save and restore all call-clobbered fp regs.
Ulrich Drepper [Mon, 8 Feb 1999 10:02:37 +0000 (10:02 +0000)]
(TRAMPOLINE_TEMPLATE): Save and restore all call-clobbered fp regs.

25 years agoAdd alias _Exit.
Ulrich Drepper [Sun, 7 Feb 1999 12:44:06 +0000 (12:44 +0000)]
Add alias _Exit.

25 years agoAtomic operation functions for Alpha.
Ulrich Drepper [Fri, 29 Jan 1999 16:57:43 +0000 (16:57 +0000)]
Atomic operation functions for Alpha.

25 years ago(__floorf): Copy commentary from bits/mathinclude.h. Kill unused defines.
Ulrich Drepper [Fri, 29 Jan 1999 16:56:01 +0000 (16:56 +0000)]
(__floorf): Copy commentary from bits/mathinclude.h.  Kill unused defines.

25 years ago(__floor): Copy commentary from bits/mathinclude.h. Kill unused defines.
Ulrich Drepper [Fri, 29 Jan 1999 16:55:14 +0000 (16:55 +0000)]
(__floor): Copy commentary from bits/mathinclude.h.  Kill unused defines.

25 years ago(__floor): Don't depend on inlining, duplicate the code.
Ulrich Drepper [Fri, 29 Jan 1999 10:57:47 +0000 (10:57 +0000)]
(__floor): Don't depend on inlining, duplicate the code.

25 years ago(__floorf): Don't depend on inlining, duplicate the code.
Ulrich Drepper [Fri, 29 Jan 1999 10:57:31 +0000 (10:57 +0000)]
(__floorf): Don't depend on inlining, duplicate the code.

25 years agom68k specific export and versioning list.
Ulrich Drepper [Fri, 29 Jan 1999 09:06:03 +0000 (09:06 +0000)]
m68k specific export and versioning list.

25 years agoWe need to use a syscall.
Ulrich Drepper [Fri, 29 Jan 1999 08:03:49 +0000 (08:03 +0000)]
We need to use a syscall.

25 years agoconfigure script for Solaris.
Ulrich Drepper [Thu, 28 Jan 1999 17:34:45 +0000 (17:34 +0000)]
configure script for Solaris.

25 years agoError messages for Solaris/SPARC.
Ulrich Drepper [Thu, 28 Jan 1999 17:34:23 +0000 (17:34 +0000)]
Error messages for Solaris/SPARC.

25 years agoCorrect error check again.
Ulrich Drepper [Mon, 25 Jan 1999 09:27:19 +0000 (09:27 +0000)]
Correct error check again.

25 years agoUndo last change. Not needed.
Ulrich Drepper [Fri, 22 Jan 1999 09:19:57 +0000 (09:19 +0000)]
Undo last change.  Not needed.

25 years agoAdd vfork.S.
Ulrich Drepper [Thu, 21 Jan 1999 09:46:35 +0000 (09:46 +0000)]
Add vfork.S.

25 years agoOptimise a little, support 26-bit machines correctly and fix check for
Ulrich Drepper [Thu, 21 Jan 1999 09:46:25 +0000 (09:46 +0000)]
Optimise a little, support 26-bit machines correctly and fix check for
returned errors.

25 years agoLinux/Arm sigaction implementation.
Ulrich Drepper [Thu, 21 Jan 1999 09:46:15 +0000 (09:46 +0000)]
Linux/Arm sigaction implementation.

25 years agoLinux/Arm vfork implementation.
Ulrich Drepper [Thu, 21 Jan 1999 09:46:07 +0000 (09:46 +0000)]
Linux/Arm vfork implementation.

25 years agoAdd __atan2 for libm and GLIBC_2.0.
Ulrich Drepper [Wed, 20 Jan 1999 09:23:32 +0000 (09:23 +0000)]
Add __atan2 for libm and GLIBC_2.0.

25 years agoAdd baud rates > 460800.
Ulrich Drepper [Tue, 19 Jan 1999 12:24:34 +0000 (12:24 +0000)]
Add baud rates > 460800.

25 years ago * sysdeps/unix/sysv/linux/m68k/vfork.S: Test return value after
Andreas Schwab [Mon, 18 Jan 1999 01:45:33 +0000 (01:45 +0000)]
* sysdeps/unix/sysv/linux/m68k/vfork.S: Test return value after
fork syscall.

25 years agoLinux/MIPS specific siginfo definition.
Ulrich Drepper [Thu, 14 Jan 1999 13:30:32 +0000 (13:30 +0000)]
Linux/MIPS specific siginfo definition.

25 years agoAdd sys/regdef.h back.
Ulrich Drepper [Thu, 14 Jan 1999 13:26:49 +0000 (13:26 +0000)]
Add sys/regdef.h back.

25 years agoRegister definitions for MIPS.
Ulrich Drepper [Thu, 14 Jan 1999 13:26:19 +0000 (13:26 +0000)]
Register definitions for MIPS.

25 years agoAdd sys/user.h.
Ulrich Drepper [Thu, 14 Jan 1999 12:57:55 +0000 (12:57 +0000)]
Add sys/user.h.

25 years agoRemove sys/regdef.h.
Ulrich Drepper [Thu, 14 Jan 1999 12:35:18 +0000 (12:35 +0000)]
Remove sys/regdef.h.

25 years agoAdd vfork.
Ulrich Drepper [Thu, 14 Jan 1999 00:15:14 +0000 (00:15 +0000)]
Add vfork.

25 years ago * sysdeps/unix/sysv/linux/m68k/vfork.S: New file.
Andreas Schwab [Wed, 13 Jan 1999 01:43:33 +0000 (01:43 +0000)]
* sysdeps/unix/sysv/linux/m68k/vfork.S: New file.

25 years agoFix bug in last change.
Ulrich Drepper [Thu, 7 Jan 1999 09:53:56 +0000 (09:53 +0000)]
Fix bug in last change.

25 years agoCorrect type for __fsfilcnt_t.
Ulrich Drepper [Thu, 7 Jan 1999 09:53:42 +0000 (09:53 +0000)]
Correct type for __fsfilcnt_t.

25 years agoLinux/ARM specific definitions for signal handlers and ptrace.
Ulrich Drepper [Tue, 5 Jan 1999 09:03:21 +0000 (09:03 +0000)]
Linux/ARM specific definitions for signal handlers and ptrace.

25 years agoLinux/ARM specific sigcontext definitions.
Ulrich Drepper [Mon, 4 Jan 1999 17:21:38 +0000 (17:21 +0000)]
Linux/ARM specific sigcontext definitions.

25 years agoCorrect widths of register values.
Ulrich Drepper [Mon, 4 Jan 1999 17:21:15 +0000 (17:21 +0000)]
Correct widths of register values.

25 years agoLinux/ARM implementation of pwrite.
Ulrich Drepper [Mon, 4 Jan 1999 09:31:47 +0000 (09:31 +0000)]
Linux/ARM implementation of pwrite.

25 years agoLinux/ARM implementation of pwrite64.
Ulrich Drepper [Mon, 4 Jan 1999 09:31:41 +0000 (09:31 +0000)]
Linux/ARM implementation of pwrite64.

25 years agoLinux/ARM implementation of pread64.
Ulrich Drepper [Mon, 4 Jan 1999 09:31:32 +0000 (09:31 +0000)]
Linux/ARM implementation of pread64.

25 years agoLinux/ARM implementation of pread.
Ulrich Drepper [Mon, 4 Jan 1999 09:31:27 +0000 (09:31 +0000)]
Linux/ARM implementation of pread.

25 years ago * sysdeps/m68k/dl-machine.h (elf_machine_rela): Reorder expression
Andreas Schwab [Mon, 4 Jan 1999 01:36:55 +0000 (01:36 +0000)]
* sysdeps/m68k/dl-machine.h (elf_machine_rela): Reorder expression
to avoid accessing global data in the usual case.

25 years agoSync with current Linux 2.1.132 kernel sources.
Ulrich Drepper [Thu, 31 Dec 1998 18:16:52 +0000 (18:16 +0000)]
Sync with current Linux 2.1.132 kernel sources.

25 years agoLinux/MIPS specific misc low-level definitions.
Ulrich Drepper [Thu, 31 Dec 1998 18:16:43 +0000 (18:16 +0000)]
Linux/MIPS specific misc low-level definitions.

25 years agoAdd ipc, change pread/pwrite and llseek calls.
Ulrich Drepper [Thu, 31 Dec 1998 18:16:11 +0000 (18:16 +0000)]
Add ipc, change pread/pwrite and llseek calls.

25 years agoMoved into MIPS specific directory.
Ulrich Drepper [Thu, 31 Dec 1998 18:15:46 +0000 (18:15 +0000)]
Moved into MIPS specific directory.

25 years agoRemove deleted files.
Ulrich Drepper [Thu, 31 Dec 1998 18:15:20 +0000 (18:15 +0000)]
Remove deleted files.

25 years agoMIP floating point definition header.
Ulrich Drepper [Thu, 31 Dec 1998 18:14:25 +0000 (18:14 +0000)]
MIP floating point definition header.

25 years agoMIPS assembler helper definitions.
Ulrich Drepper [Thu, 31 Dec 1998 18:13:59 +0000 (18:13 +0000)]
MIPS assembler helper definitions.

25 years agoSGI's MIPS definitions.
Ulrich Drepper [Thu, 31 Dec 1998 18:13:42 +0000 (18:13 +0000)]
SGI's MIPS definitions.

25 years agoMIPS register definitions.
Ulrich Drepper [Thu, 31 Dec 1998 18:13:29 +0000 (18:13 +0000)]
MIPS register definitions.

25 years agoMIPS floating point control information.
Ulrich Drepper [Thu, 31 Dec 1998 18:13:10 +0000 (18:13 +0000)]
MIPS floating point control information.

25 years agoMIPS floating point register definitions.
Ulrich Drepper [Thu, 31 Dec 1998 18:12:57 +0000 (18:12 +0000)]
MIPS floating point register definitions.

25 years agoAdd new headers.
Ulrich Drepper [Thu, 31 Dec 1998 18:12:40 +0000 (18:12 +0000)]
Add new headers.

25 years agoAdd new files.
Ulrich Drepper [Thu, 31 Dec 1998 18:12:32 +0000 (18:12 +0000)]
Add new files.

25 years agoAdd ioperm.c and sys/io.h.
Ulrich Drepper [Sun, 27 Dec 1998 17:28:24 +0000 (17:28 +0000)]
Add ioperm.c and sys/io.h.

25 years ago(sysdep_routines): Add ioperm.
Ulrich Drepper [Thu, 24 Dec 1998 16:17:59 +0000 (16:17 +0000)]
(sysdep_routines): Add ioperm.

25 years agoAdd appropriate entries for the above.
Ulrich Drepper [Tue, 22 Dec 1998 17:27:58 +0000 (17:27 +0000)]
Add appropriate entries for the above.