]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
25 years agoAllow makeinfo 4.*.
Ulrich Drepper [Tue, 5 Oct 1999 00:55:48 +0000 (00:55 +0000)] 
Allow makeinfo 4.*.

25 years agoUpdate.
Ulrich Drepper [Tue, 5 Oct 1999 00:38:27 +0000 (00:38 +0000)] 
Update.

25 years agoCorrect last patch and use outchar instead of PUTC to output single characters.
Ulrich Drepper [Tue, 5 Oct 1999 00:38:18 +0000 (00:38 +0000)] 
Correct last patch and use outchar instead of PUTC to output single characters.

25 years ago.
Roland McGrath [Fri, 1 Oct 1999 20:04:13 +0000 (20:04 +0000)] 
.

25 years ago1999-10-01 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 1 Oct 1999 20:02:44 +0000 (20:02 +0000)] 
1999-10-01  Roland McGrath  <roland@baalperazim.frob.com>

* hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Rewrite
without HURD_DPORT_USE to clean up warnings.
* hurd/dtable.c (get_dtable_port): Likewise.
* hurd/hurdioctl.c (rectty_dtable): Renamed to install_ctty.
(install_ctty): Do the changing of the cttyid port cell here, inside
the critical section while we holding the dtable lock.
(_hurd_setcttyid, tiocsctty, tiocnotty): Use that instead of changing
the port cell and calling rectty_dtable.
(_hurd_locked_install_cttyid): New function, split out of install_ctty.
(install_ctty): Use it inside a critical section, with the lock held.
* sysdeps/mach/hurd/setsid.c (__setsid): Use
_hurd_locked_install_cttyid to effect the cttyid and dtable changes
after proc_setsid, having held the dtable lock throughout.
* hurd/dtable.c (ctty_new_pgrp): With the dtable lock held, check the
cttyid port for null and bail out early if so.  The dtable lock
serializes us after any cttyid change and its associated dtable update.

25 years ago1999-10-01 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 1 Oct 1999 20:02:34 +0000 (20:02 +0000)] 
1999-10-01  Roland McGrath  <roland@baalperazim.frob.com>

* hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Rewrite
without HURD_DPORT_USE to clean up warnings.
* hurd/dtable.c (get_dtable_port): Likewise.

25 years ago1999-10-01 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 1 Oct 1999 20:02:29 +0000 (20:02 +0000)] 
1999-10-01  Roland McGrath  <roland@baalperazim.frob.com>

* hurd/hurdioctl.c (rectty_dtable): Renamed to install_ctty.
(install_ctty): Do the changing of the cttyid port cell here, inside
the critical section while we holding the dtable lock.
(_hurd_setcttyid, tiocsctty, tiocnotty): Use that instead of changing
the port cell and calling rectty_dtable.
(_hurd_locked_install_cttyid): New function, split out of install_ctty.
(install_ctty): Use it inside a critical section, with the lock held.
* sysdeps/mach/hurd/setsid.c (__setsid): Use
_hurd_locked_install_cttyid to effect the cttyid and dtable changes
after proc_setsid, having held the dtable lock throughout.
* hurd/dtable.c (ctty_new_pgrp): With the dtable lock held, check the
cttyid port for null and bail out early if so.  The dtable lock
serializes us after any cttyid change and its associated dtable update.

25 years agoRegenerated: autoconf sysdeps/unix/sysv/linux/configure.in
Ulrich Drepper [Fri, 1 Oct 1999 16:44:43 +0000 (16:44 +0000)] 
Regenerated: autoconf  sysdeps/unix/sysv/linux/configure.in

25 years agoUpdate.
Ulrich Drepper [Fri, 1 Oct 1999 16:07:53 +0000 (16:07 +0000)] 
Update.

25 years ago(_nl_find_domain): Add cast to avoid warning.
Ulrich Drepper [Fri, 1 Oct 1999 16:06:25 +0000 (16:06 +0000)] 
(_nl_find_domain): Add cast to avoid warning.

25 years ago Disable debug messages.
Ulrich Drepper [Fri, 1 Oct 1999 16:03:36 +0000 (16:03 +0000)] 
 Disable debug messages.

25 years agoCorrect assembler commands to fix warnings.
Ulrich Drepper [Fri, 1 Oct 1999 16:00:37 +0000 (16:00 +0000)] 
Correct assembler commands to fix warnings.

25 years agoUpdate from tzcode1999g and tzdata1999g.
Ulrich Drepper [Fri, 1 Oct 1999 15:52:49 +0000 (15:52 +0000)] 
Update from tzcode1999g and tzdata1999g.

25 years agoAdd missing patch from main branch.
Ulrich Drepper [Fri, 1 Oct 1999 15:31:08 +0000 (15:31 +0000)] 
Add missing patch from main branch.

25 years agoUpdate.
Ulrich Drepper [Mon, 27 Sep 1999 00:19:15 +0000 (00:19 +0000)] 
Update.

25 years agoAdjust parameters of gethostbyaddr and gethostbyaddr_r.
Ulrich Drepper [Mon, 27 Sep 1999 00:18:24 +0000 (00:18 +0000)] 
Adjust parameters of gethostbyaddr and gethostbyaddr_r.

25 years agoUpdate from main branch.
Ulrich Drepper [Mon, 27 Sep 1999 00:17:10 +0000 (00:17 +0000)] 
Update from main branch.

25 years ago(ADD_PARAMS): Follow change from 1999-07-17 and adjust len parameter.
Ulrich Drepper [Mon, 27 Sep 1999 00:15:58 +0000 (00:15 +0000)] 
(ADD_PARAMS): Follow change from 1999-07-17 and adjust len parameter.

25 years ago(__nscd_gethostbyaddr_r): Follow change from 1999-07-17 and adjust len
Ulrich Drepper [Mon, 27 Sep 1999 00:15:44 +0000 (00:15 +0000)] 
(__nscd_gethostbyaddr_r): Follow change from 1999-07-17 and adjust len
parameter.

25 years agoAdd INVALIDATE to request_type.
Ulrich Drepper [Mon, 27 Sep 1999 00:14:08 +0000 (00:14 +0000)] 
Add INVALIDATE to request_type.

25 years agoChange log directory to /var/log (FHS).
Ulrich Drepper [Mon, 27 Sep 1999 00:13:51 +0000 (00:13 +0000)] 
Change log directory to /var/log (FHS).

25 years agoPrint error message if other then root try to use getstat.
Ulrich Drepper [Mon, 27 Sep 1999 00:13:33 +0000 (00:13 +0000)] 
Print error message if other then root try to use getstat.
Add invalidate cache option.

25 years ago(handle_request): Only root is allowed to send GETSTAT request in non
Ulrich Drepper [Mon, 27 Sep 1999 00:13:05 +0000 (00:13 +0000)] 
(handle_request): Only root is allowed to send GETSTAT request in non
secure mode.
Invalidate caches on request.

25 years agoCorrect type of len parameter.
Ulrich Drepper [Mon, 27 Sep 1999 00:06:14 +0000 (00:06 +0000)] 
Correct type of len parameter.

25 years agoUpdate.
Ulrich Drepper [Sat, 25 Sep 1999 21:24:16 +0000 (21:24 +0000)] 
Update.

25 years ago[!_LIBC] (__mon_yday): Fix typo in definition.
Ulrich Drepper [Sat, 25 Sep 1999 21:23:25 +0000 (21:23 +0000)] 
[!_LIBC] (__mon_yday): Fix typo in definition.

25 years agoUpdate.
Ulrich Drepper [Sat, 25 Sep 1999 17:00:24 +0000 (17:00 +0000)] 
Update.

25 years ago(sigaction): Correct last patch. Don't select pthread_sighandler_rt
Ulrich Drepper [Sat, 25 Sep 1999 16:59:50 +0000 (16:59 +0000)] 
(sigaction): Correct last patch.  Don't select pthread_sighandler_rt
based on the signal number but instead of the SA_SIGINFO flag.

25 years agoUpdate.
Ulrich Drepper [Sat, 25 Sep 1999 07:07:39 +0000 (07:07 +0000)] 
Update.

25 years ago(pthread_cond_timedwait_relative): Never return with EINTR.
Ulrich Drepper [Sat, 25 Sep 1999 07:07:14 +0000 (07:07 +0000)] 
(pthread_cond_timedwait_relative): Never return with EINTR.

25 years ago(_nss_nisplus_parse_grent): Do not ovverwrite last group member with NULL
Ulrich Drepper [Sat, 25 Sep 1999 07:02:10 +0000 (07:02 +0000)] 
(_nss_nisplus_parse_grent): Do not ovverwrite last group member with NULL
pointer.

25 years agoUpdate.
Ulrich Drepper [Sat, 25 Sep 1999 06:53:54 +0000 (06:53 +0000)] 
Update.

25 years ago[malloc] (CFLAGS-malloc.c): New variable. Define MORECORE_CLEARS to
Ulrich Drepper [Sat, 25 Sep 1999 06:52:59 +0000 (06:52 +0000)] 
[malloc] (CFLAGS-malloc.c): New variable.  Define MORECORE_CLEARS to
2.

25 years agoRemove limitation on size of precision for integers.
Ulrich Drepper [Sat, 25 Sep 1999 06:52:45 +0000 (06:52 +0000)] 
Remove limitation on size of precision for integers.

25 years agoFix last change. Also declare __finite.
Ulrich Drepper [Sat, 25 Sep 1999 06:52:24 +0000 (06:52 +0000)] 
Fix last change.  Also declare __finite.

25 years ago(cALLOc): Correctly handle systems where sbrk doesn't clear the
Ulrich Drepper [Sat, 25 Sep 1999 06:52:12 +0000 (06:52 +0000)] 
(cALLOc): Correctly handle systems where sbrk doesn't clear the
contents of memory that is reallocated after decrementing the break
value first.  Update comment about MORECORE_CLEARS, explaining the
meaning of the values it can be set to.

25 years ago(_nl_find_domain): Fix memory leak: Free normalized_codeset.
Ulrich Drepper [Sat, 25 Sep 1999 06:51:41 +0000 (06:51 +0000)] 
(_nl_find_domain): Fix memory leak: Free normalized_codeset.

25 years agoUpdate.
Ulrich Drepper [Thu, 23 Sep 1999 20:02:36 +0000 (20:02 +0000)] 
Update.

25 years ago(atan): Add st(1) to clobbers.
Ulrich Drepper [Thu, 23 Sep 1999 20:02:31 +0000 (20:02 +0000)] 
(atan): Add st(1) to clobbers.
(log): Likewise.
(log10): Likewise.
(log1p): Likewise.
(log2): Likewise.

25 years agoUpdate.
Ulrich Drepper [Thu, 23 Sep 1999 19:42:16 +0000 (19:42 +0000)] 
Update.

25 years ago(internal_getpwuid_r): Set errno in one more case.
Ulrich Drepper [Thu, 23 Sep 1999 19:41:07 +0000 (19:41 +0000)] 
(internal_getpwuid_r): Set errno in one more case.

25 years agoFix typo.
Ulrich Drepper [Thu, 23 Sep 1999 18:51:53 +0000 (18:51 +0000)] 
Fix typo.

25 years agoUpdate.
Ulrich Drepper [Thu, 23 Sep 1999 18:09:47 +0000 (18:09 +0000)] 
Update.

25 years agoMove struct pthread_key_struct and destr_function to internals.h.
Ulrich Drepper [Thu, 23 Sep 1999 18:05:55 +0000 (18:05 +0000)] 
Move struct pthread_key_struct and destr_function to internals.h.

25 years agoAdd struct pthread_key_struct and destr_function definitions.
Ulrich Drepper [Thu, 23 Sep 1999 18:05:41 +0000 (18:05 +0000)] 
Add struct pthread_key_struct and destr_function definitions.

25 years agoUpdate.
Ulrich Drepper [Wed, 22 Sep 1999 16:00:44 +0000 (16:00 +0000)] 
Update.

25 years agoFix width handling when scanning floats.
Ulrich Drepper [Wed, 22 Sep 1999 16:00:14 +0000 (16:00 +0000)] 
Fix width handling when scanning floats.

25 years agoUpdate.
Ulrich Drepper [Tue, 21 Sep 1999 06:39:13 +0000 (06:39 +0000)] 
Update.

25 years ago(getpwuid_plusgroup): Correct returned errno value in some cases.
Ulrich Drepper [Tue, 21 Sep 1999 06:38:24 +0000 (06:38 +0000)] 
(getpwuid_plusgroup): Correct returned errno value in some cases.

25 years agoUpdate.
Ulrich Drepper [Mon, 20 Sep 1999 04:42:01 +0000 (04:42 +0000)] 
Update.

25 years agoAdd va_copy to allowed macros.
Ulrich Drepper [Mon, 20 Sep 1999 04:41:17 +0000 (04:41 +0000)] 
Add va_copy to allowed macros.

25 years agoUpdate.
Ulrich Drepper [Mon, 20 Sep 1999 02:08:25 +0000 (02:08 +0000)] 
Update.

25 years agoUpdated.
Ulrich Drepper [Mon, 20 Sep 1999 02:07:52 +0000 (02:07 +0000)] 
Updated.

25 years ago(clean): Also remove $(postclean) files.
Ulrich Drepper [Mon, 20 Sep 1999 02:05:45 +0000 (02:05 +0000)] 
(clean): Also remove $(postclean) files.

25 years agoUpdate.
Ulrich Drepper [Mon, 20 Sep 1999 02:05:16 +0000 (02:05 +0000)] 
Update.

25 years agoUpdate.
Ulrich Drepper [Mon, 20 Sep 1999 01:33:06 +0000 (01:33 +0000)] 
Update.

25 years ago(__aio_sigqueue): Use old style function definition to avoid a
Ulrich Drepper [Mon, 20 Sep 1999 01:32:15 +0000 (01:32 +0000)] 
(__aio_sigqueue): Use old style function definition to avoid a
compilation failure.

25 years agoUpdate.
Ulrich Drepper [Mon, 20 Sep 1999 01:25:42 +0000 (01:25 +0000)] 
Update.

25 years agoProtect real time signal definitions to let glibc compile with older
Ulrich Drepper [Mon, 20 Sep 1999 01:24:41 +0000 (01:24 +0000)] 
Protect real time signal definitions to let glibc compile with older
Linux versions (2.0.10 to 2.1.100 or so).

25 years agoUpdate.
Ulrich Drepper [Sun, 19 Sep 1999 01:38:29 +0000 (01:38 +0000)] 
Update.

25 years ago(getgrgid_plusgroup): Correct returned errno value in some cases.
Ulrich Drepper [Sun, 19 Sep 1999 01:33:17 +0000 (01:33 +0000)] 
(getgrgid_plusgroup): Correct returned errno value in some cases.

25 years ago.
Roland McGrath [Sat, 18 Sep 1999 10:43:59 +0000 (10:43 +0000)] 
.

25 years ago1999-09-18 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Sat, 18 Sep 1999 10:43:37 +0000 (10:43 +0000)] 
1999-09-18  Roland McGrath  <roland@baalperazim.frob.com>

* sysdeps/mach/hurd/wait4.c (__wait4): When proc_wait returns EAGAIN,
return zero to indicate no children died yet (assuming WNOHANG).

25 years ago1999-09-18 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Sat, 18 Sep 1999 10:43:28 +0000 (10:43 +0000)] 
1999-09-18  Roland McGrath  <roland@baalperazim.frob.com>

* sysdeps/mach/hurd/setsid.c: #include <hurd/fd.h>.

25 years agoUpdate.
Ulrich Drepper [Fri, 17 Sep 1999 15:41:09 +0000 (15:41 +0000)] 
Update.

25 years ago(CFLAGS-initfini.s): Add also -mcpu=i386 to override user settings.
Ulrich Drepper [Fri, 17 Sep 1999 15:40:45 +0000 (15:40 +0000)] 
(CFLAGS-initfini.s): Add also -mcpu=i386 to override user settings.

25 years agoUpdate.
Ulrich Drepper [Fri, 17 Sep 1999 15:38:41 +0000 (15:38 +0000)] 
Update.

25 years agoCopy the argument instead of using a pointer to it.
Ulrich Drepper [Fri, 17 Sep 1999 15:37:19 +0000 (15:37 +0000)] 
Copy the argument instead of using a pointer to it.

25 years ago.
Roland McGrath [Fri, 17 Sep 1999 08:41:12 +0000 (08:41 +0000)] 
.

25 years ago1999-09-17 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 17 Sep 1999 08:40:17 +0000 (08:40 +0000)] 
1999-09-17  Roland McGrath  <roland@baalperazim.frob.com>

* hurd/port2fd.c (_hurd_port2fd): Never change CTTYID port.

25 years ago1999-09-17 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 17 Sep 1999 08:40:09 +0000 (08:40 +0000)] 
1999-09-17  Roland McGrath  <roland@baalperazim.frob.com>

* sysdeps/mach/hurd/setsid.c (__setsid): Fix return type -> pid_t.
Return _hurd_pgrp instead of 0.

25 years agoUpdate.
Ulrich Drepper [Thu, 16 Sep 1999 22:52:09 +0000 (22:52 +0000)] 
Update.

25 years ago(__getdate_r): Pass correct year to check_mday.
Ulrich Drepper [Thu, 16 Sep 1999 22:51:04 +0000 (22:51 +0000)] 
(__getdate_r): Pass correct year to check_mday.

25 years agoUpdate.
Ulrich Drepper [Tue, 14 Sep 1999 01:43:16 +0000 (01:43 +0000)] 
Update.

25 years agoAdded members 'unsigned char ftype[8]', and 'unsigned int init_flag' to
Ulrich Drepper [Tue, 14 Sep 1999 01:42:51 +0000 (01:42 +0000)] 
Added members 'unsigned char ftype[8]', and 'unsigned int init_flag' to
struct user_fp.  Tnese were added in version 2.2.12 of the ARM Linux kernel.

25 years agoLinux/Arm definitions to access process images.
Ulrich Drepper [Tue, 14 Sep 1999 01:42:32 +0000 (01:42 +0000)] 
Linux/Arm definitions to access process images.

25 years agoLinux/Arm definitions to access registers.
Ulrich Drepper [Tue, 14 Sep 1999 01:42:17 +0000 (01:42 +0000)] 
Linux/Arm definitions to access registers.

25 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Mon, 13 Sep 1999 17:49:38 +0000 (17:49 +0000)] 
Regenerated: autoconf  configure.in

25 years agoUpdate.
Ulrich Drepper [Mon, 13 Sep 1999 09:08:27 +0000 (09:08 +0000)] 
Update.

25 years agoFix typo.
Ulrich Drepper [Mon, 13 Sep 1999 09:08:06 +0000 (09:08 +0000)] 
Fix typo.

25 years agoComplete last change.
Ulrich Drepper [Mon, 13 Sep 1999 09:06:08 +0000 (09:06 +0000)] 
Complete last change.

25 years agoUpdate.
Ulrich Drepper [Mon, 13 Sep 1999 03:22:06 +0000 (03:22 +0000)] 
Update.

25 years ago(VERSION): Bump to 2.1.3.
Ulrich Drepper [Mon, 13 Sep 1999 03:21:00 +0000 (03:21 +0000)] 
(VERSION): Bump to 2.1.3.

25 years agoUpdate.
Ulrich Drepper [Sun, 12 Sep 1999 19:29:12 +0000 (19:29 +0000)] 
Update.

25 years ago(gaih_local): Test protocol and socktype.
Ulrich Drepper [Sun, 12 Sep 1999 19:17:09 +0000 (19:17 +0000)] 
(gaih_local): Test protocol and socktype.
(gaih_inet_serv): Return EIA_NODATA if name is known but has no
associated data.  Test for matching numeric address and family.
(getaddrinfo): Remember EAI_NODATA result and return this in case
everything fails.

25 years ago(_nss_dns_gethostbyname2_r): if res_search fails don't rely on errno value.
Ulrich Drepper [Sun, 12 Sep 1999 19:11:49 +0000 (19:11 +0000)] 
(_nss_dns_gethostbyname2_r): if res_search fails don't rely on errno value.
(getanswer_r): Sett *ERRNOP in error cases.

25 years agoUpdate.
Ulrich Drepper [Fri, 10 Sep 1999 19:59:10 +0000 (19:59 +0000)] 
Update.

25 years ago[misc] (sysdep_headers): Add sys/raw.h.
Ulrich Drepper [Fri, 10 Sep 1999 19:58:19 +0000 (19:58 +0000)] 
[misc] (sysdep_headers): Add sys/raw.h.

25 years agoAdd sys/raw.h.
Ulrich Drepper [Fri, 10 Sep 1999 19:57:28 +0000 (19:57 +0000)] 
Add sys/raw.h.

25 years agoDefinitions for raw devices under Linux.
Ulrich Drepper [Fri, 10 Sep 1999 19:56:46 +0000 (19:56 +0000)] 
Definitions for raw devices under Linux.

25 years agoUpdate.
Ulrich Drepper [Fri, 10 Sep 1999 19:52:14 +0000 (19:52 +0000)] 
Update.

25 years ago(Configuring and compiling): Mention GCC 2.95.
Ulrich Drepper [Fri, 10 Sep 1999 19:51:20 +0000 (19:51 +0000)] 
(Configuring and compiling): Mention GCC 2.95.

25 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Fri, 10 Sep 1999 19:48:27 +0000 (19:48 +0000)] 
Regenerated: autoconf  configure.in

25 years agoUpdate.
Ulrich Drepper [Fri, 10 Sep 1999 19:46:30 +0000 (19:46 +0000)] 
Update.

25 years agoFix make version test for make 3.77.95 and later versions.
Ulrich Drepper [Fri, 10 Sep 1999 19:45:20 +0000 (19:45 +0000)] 
Fix make version test for make 3.77.95 and later versions.

25 years agoUpdate.
Ulrich Drepper [Fri, 10 Sep 1999 19:40:12 +0000 (19:40 +0000)] 
Update.

25 years ago(WCHAR_MIN, WCHAR_MAX): use all-numeric values.
Ulrich Drepper [Fri, 10 Sep 1999 19:39:13 +0000 (19:39 +0000)] 
(WCHAR_MIN, WCHAR_MAX): use all-numeric values.

25 years agoCorrect WCHAR_MIN, WCHAR_MAX, and WINT_MAX values.
Ulrich Drepper [Fri, 10 Sep 1999 19:37:53 +0000 (19:37 +0000)] 
Correct WCHAR_MIN, WCHAR_MAX, and WINT_MAX values.

25 years agoRemove incorrect towlower/towupper optimizations.
Ulrich Drepper [Fri, 10 Sep 1999 19:28:01 +0000 (19:28 +0000)] 
Remove incorrect towlower/towupper optimizations.

25 years ago(towupper): Fix typo (was towuppert).
Ulrich Drepper [Fri, 10 Sep 1999 19:26:16 +0000 (19:26 +0000)] 
(towupper): Fix typo (was towuppert).