]>
git.ipfire.org Git - thirdparty/glibc.git/log
Ulrich Drepper [Sat, 10 Jul 1999 09:56:18 +0000 (09:56 +0000)]
Remove mmap64 alias for mmap.
Ulrich Drepper [Sat, 10 Jul 1999 09:55:58 +0000 (09:55 +0000)]
Test whether mapped area is in range of mmap. If not fail.
Ulrich Drepper [Sat, 10 Jul 1999 00:04:04 +0000 (00:04 +0000)]
Fix typo.
Ulrich Drepper [Fri, 9 Jul 1999 22:26:37 +0000 (22:26 +0000)]
Update.
Ulrich Drepper [Fri, 9 Jul 1999 22:26:18 +0000 (22:26 +0000)]
(buffered_vfprintf): Add locking.
Ulrich Drepper [Fri, 9 Jul 1999 22:15:02 +0000 (22:15 +0000)]
Correct last patch.
Ulrich Drepper [Fri, 9 Jul 1999 22:14:16 +0000 (22:14 +0000)]
Revert last patch.
Ulrich Drepper [Fri, 9 Jul 1999 21:02:49 +0000 (21:02 +0000)]
Update.
Ulrich Drepper [Fri, 9 Jul 1999 21:02:24 +0000 (21:02 +0000)]
Add sem_destroy, sem_getvalue, sem_init, sem_post, sem_trywait,
and sem_wait to GLIBC_2.1.
Ulrich Drepper [Fri, 9 Jul 1999 21:01:18 +0000 (21:01 +0000)]
Compatibility versions of semaphore functions.
Ulrich Drepper [Fri, 9 Jul 1999 21:00:54 +0000 (21:00 +0000)]
(libpthread-routines): Add oldsemaphore routine.
Ulrich Drepper [Fri, 9 Jul 1999 21:00:41 +0000 (21:00 +0000)]
Add default_symbol_versions for the changed functions.
(__new_sem_init): Rename from sem_init.
(__new_sem_post): Rename from sem_post.
(__new_sem_wait): Rename from sem_wait.
(__new_sem_trywait): Rename from sem_trywait.
(__new_sem_getvalue): Rename from sem_getvalue.
(__new_sem_destroy): Rename from sem_destroy.
Ulrich Drepper [Fri, 9 Jul 1999 20:44:38 +0000 (20:44 +0000)]
Update
Ulrich Drepper [Fri, 9 Jul 1999 20:43:21 +0000 (20:43 +0000)]
(getspent_r, getspnam_r): Added to GLIBC_2.1.2.
Ulrich Drepper [Fri, 9 Jul 1999 20:43:04 +0000 (20:43 +0000)]
(getpwent_r, getpwuid_r): Likewise.
Ulrich Drepper [Fri, 9 Jul 1999 20:42:51 +0000 (20:42 +0000)]
(getaliasbyname_r, getaliasent_r, gethostbyaddr_r, gethostbyname2_r,
gethostbyname_r, gethostent_r, getnetbyaddr_r, getnetbyname_r, getnetent_r,
getnetgrent_r, getprotobyname_r, getprotobynumber_r, getprotoent_r,
getrpcbyname_r, getrpcbynumber_r, getrpcent_r, getservbyname_r): Added to
GLIBC_2.1.2.
Ulrich Drepper [Fri, 9 Jul 1999 20:42:01 +0000 (20:42 +0000)]
(getgrent_r, getgrgid_r, getgrnam_r): Added to GLIBC_2.1.2.
Ulrich Drepper [Fri, 9 Jul 1999 20:41:38 +0000 (20:41 +0000)]
Make the new ABI GLIBC_2.1.2 and keep the old one as GLIBC_2.0.
Ulrich Drepper [Fri, 9 Jul 1999 20:40:57 +0000 (20:40 +0000)]
(GLIBC_2.1.2): Added.
Ulrich Drepper [Fri, 9 Jul 1999 20:35:45 +0000 (20:35 +0000)]
Update.
Ulrich Drepper [Fri, 9 Jul 1999 20:35:28 +0000 (20:35 +0000)]
Make sure resultbuf->h_addr_list addresses are correctly aligned.
Ulrich Drepper [Fri, 9 Jul 1999 14:36:24 +0000 (14:36 +0000)]
Update.
Ulrich Drepper [Fri, 9 Jul 1999 14:36:08 +0000 (14:36 +0000)]
Split _dl_start in two pieces to prevent GOT usage before the relocation
happened.
Ulrich Drepper [Fri, 9 Jul 1999 14:14:53 +0000 (14:14 +0000)]
Update.
Ulrich Drepper [Fri, 9 Jul 1999 14:14:40 +0000 (14:14 +0000)]
(exchange_and_add): Remove `volatile';
add `memory' clobber; optimise for constant `val'.
(atomic_add): Likewise.
(test_and_set): Remove `volatile'; add `memory' clobber; be more
like the original `test_and_set'.
(compare_and_swap): Remove `volatile'; add `memory' clobber;
optimise for constant `oldval'.
(always_swap): Remove `volatile'; add `memory' clobber.
Ulrich Drepper [Fri, 9 Jul 1999 13:56:57 +0000 (13:56 +0000)]
Changed to use p_nextlock instead of p_nextwaiting.
Ulrich Drepper [Fri, 9 Jul 1999 13:47:00 +0000 (13:47 +0000)]
Added p_nextlock to initializers.
Ulrich Drepper [Fri, 9 Jul 1999 13:46:33 +0000 (13:46 +0000)]
Added p_nextlock entry to separate queueing for a lock from queueing
for a CV (sometimes a thread queues on a lock to serialize removing
itself from a CV queue).
Ulrich Drepper [Thu, 8 Jul 1999 18:15:32 +0000 (18:15 +0000)]
Add question about arch version problems during compilation.
Ulrich Drepper [Thu, 8 Jul 1999 11:57:12 +0000 (11:57 +0000)]
Update.
Ulrich Drepper [Thu, 8 Jul 1999 11:55:34 +0000 (11:55 +0000)]
Return -1 instead of EOF and set errno if the stream is not a real file stream.
Ulrich Drepper [Thu, 8 Jul 1999 11:53:38 +0000 (11:53 +0000)]
Update.
Ulrich Drepper [Thu, 8 Jul 1999 11:53:17 +0000 (11:53 +0000)]
Fix typos.
Ulrich Drepper [Thu, 8 Jul 1999 11:50:22 +0000 (11:50 +0000)]
Update.
Ulrich Drepper [Thu, 8 Jul 1999 11:50:04 +0000 (11:50 +0000)]
Check that /dev/pts is mounted.
(_PATH_DEVPTS, DEVPTS_SUPER_MAGIC): New definitions.
(_PATH_DEVPTMX): Use _PATH_DEV.
Ulrich Drepper [Thu, 8 Jul 1999 11:49:46 +0000 (11:49 +0000)]
Correct last patch. Handle getcwd (NULL, != 0) correctly.
When resizing buffer make sure new size is large enough.
Ulrich Drepper [Thu, 8 Jul 1999 11:49:21 +0000 (11:49 +0000)]
Describe problem.
Ulrich Drepper [Thu, 8 Jul 1999 11:49:00 +0000 (11:49 +0000)]
(request2size): Also set errno if failing.
(request2size): Take care of overflow in addition.
Ulrich Drepper [Wed, 7 Jul 1999 11:58:40 +0000 (11:58 +0000)]
Update.
Ulrich Drepper [Wed, 7 Jul 1999 11:58:30 +0000 (11:58 +0000)]
Revert bogus 'unset IFS' change. It doesn't belong in the tests, but in
the wordexp implementation.
Ulrich Drepper [Wed, 7 Jul 1999 11:58:14 +0000 (11:58 +0000)]
(exec_comm): Unset IFS so that subshells don't split fields.
Ulrich Drepper [Tue, 6 Jul 1999 16:07:40 +0000 (16:07 +0000)]
Update.
Ulrich Drepper [Tue, 6 Jul 1999 16:07:24 +0000 (16:07 +0000)]
Add support for some more motherboards.
Ulrich Drepper [Tue, 6 Jul 1999 15:53:40 +0000 (15:53 +0000)]
Update.
Ulrich Drepper [Tue, 6 Jul 1999 15:53:12 +0000 (15:53 +0000)]
Update.
Ulrich Drepper [Tue, 6 Jul 1999 15:52:48 +0000 (15:52 +0000)]
Rewrite fragment for ldd on Linux/SPARC.
Ulrich Drepper [Tue, 6 Jul 1999 15:45:32 +0000 (15:45 +0000)]
Update.
Ulrich Drepper [Tue, 6 Jul 1999 15:45:16 +0000 (15:45 +0000)]
(__cmsg_nxthdr): "return 0" instead of "return NULL" to make C++ happy.
Ulrich Drepper [Tue, 6 Jul 1999 15:40:57 +0000 (15:40 +0000)]
Update.
Ulrich Drepper [Tue, 6 Jul 1999 15:40:36 +0000 (15:40 +0000)]
(_IO_new_fdopen): Set EINVAL if MODE is not allowed by the file access
mode of the open file.
Ulrich Drepper [Tue, 6 Jul 1999 15:28:29 +0000 (15:28 +0000)]
Update.
Ulrich Drepper [Tue, 6 Jul 1999 15:27:54 +0000 (15:27 +0000)]
(request2size): Check for overflow and return NULL whenever it is encountered.
Ulrich Drepper [Tue, 6 Jul 1999 15:11:25 +0000 (15:11 +0000)]
(Host Names): Fix typo in last change.
Ulrich Drepper [Fri, 2 Jul 1999 12:04:16 +0000 (12:04 +0000)]
Update.
Ulrich Drepper [Fri, 2 Jul 1999 11:13:51 +0000 (11:13 +0000)]
Update from main branch.
Ulrich Drepper [Mon, 28 Jun 1999 12:43:21 +0000 (12:43 +0000)]
Update.
Ulrich Drepper [Mon, 28 Jun 1999 12:31:33 +0000 (12:31 +0000)]
(Copying and Concatenation): Mention that strndup is a GNU extension.
Ulrich Drepper [Mon, 28 Jun 1999 12:30:20 +0000 (12:30 +0000)]
(__getpw): Fix check for error return.
Ulrich Drepper [Sat, 26 Jun 1999 18:21:09 +0000 (18:21 +0000)]
Update.
Ulrich Drepper [Sat, 26 Jun 1999 18:20:58 +0000 (18:20 +0000)]
(_dl_map_object_deps): When looking for the next
occurence of the aux object start with the current list entry, not
the new one. Adjust tail pointer in the unique list. Explain how
the meaning of the variables changes.
Ulrich Drepper [Fri, 25 Jun 1999 16:35:05 +0000 (16:35 +0000)]
Update.
Ulrich Drepper [Fri, 25 Jun 1999 16:34:25 +0000 (16:34 +0000)]
(strnlen): Remove extra prototype.
Roland McGrath [Fri, 25 Jun 1999 14:48:27 +0000 (14:48 +0000)]
.
Roland McGrath [Fri, 25 Jun 1999 14:48:20 +0000 (14:48 +0000)]
1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
* hurd.h, hurd/hurd/fd.h, hurd/hurd/port.h, hurd/hurd/signal.h,
hurd/hurd/threadvar.h, hurd/hurd/userlink.h: Instead of
_EXTERN_INLINE, use a macro specific to each file,
_HURD_FD_H_EXTERN_INLINE and the like.
* hurd/Makefile (inline-headers): New variable.
(routines): Remove hurdinline. Add $(inlines).
(inlines): New variable.
($(inlines:%=$(objpfx)%.c)): New static pattern rule to generate them.
(generated): Append those here.
* hurd/hurdinline.c: File removed.
Roland McGrath [Fri, 25 Jun 1999 14:47:11 +0000 (14:47 +0000)]
.
Roland McGrath [Fri, 25 Jun 1999 14:46:27 +0000 (14:46 +0000)]
1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
* hurd.h, hurd/fd.h, hurd/port.h, hurd/signal.h, hurd/threadvar.h,
hurd/userlink.h: Instead of _EXTERN_INLINE, use a macro specific to
each file, _HURD_FD_H_EXTERN_INLINE and the like.
* hurd/Makefile (inline-headers): New variable.
(routines): Remove hurdinline. Add $(inlines).
(inlines): New variable.
($(inlines:%=$(objpfx)%.c)): New static pattern rule to generate them.
(generated): Append those here.
* hurd/hurdinline.c: File removed.
Roland McGrath [Fri, 25 Jun 1999 13:45:53 +0000 (13:45 +0000)]
.
Roland McGrath [Fri, 25 Jun 1999 13:45:39 +0000 (13:45 +0000)]
1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/generic/glob64.c: Include <stddef.h> for NULL.
Roland McGrath [Fri, 25 Jun 1999 13:30:55 +0000 (13:30 +0000)]
.
Roland McGrath [Fri, 25 Jun 1999 13:29:26 +0000 (13:29 +0000)]
1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
* mach/Versions (libc: GLIBC_2.0): Add __mig_strncpy.
Ulrich Drepper [Thu, 24 Jun 1999 13:27:58 +0000 (13:27 +0000)]
Update from main branch.
Ulrich Drepper [Thu, 24 Jun 1999 13:27:43 +0000 (13:27 +0000)]
Update.
Ulrich Drepper [Thu, 24 Jun 1999 13:10:35 +0000 (13:10 +0000)]
Update.
Ulrich Drepper [Thu, 24 Jun 1999 13:09:46 +0000 (13:09 +0000)]
Add "notfound" data to cache, not iov pointer.
Ulrich Drepper [Wed, 23 Jun 1999 12:41:58 +0000 (12:41 +0000)]
Update.
Ulrich Drepper [Wed, 23 Jun 1999 12:41:25 +0000 (12:41 +0000)]
(special): Add test for large ndigit parameter.
Ulrich Drepper [Wed, 23 Jun 1999 12:41:05 +0000 (12:41 +0000)]
Define NDIGIT_MAX.
Ulrich Drepper [Wed, 23 Jun 1999 12:40:47 +0000 (12:40 +0000)]
Define NDIGIT_MAX.
(fcvt_r): Limit precision in snprintf call to NDIGIT_MAX.
Ulrich Drepper [Wed, 23 Jun 1999 12:40:32 +0000 (12:40 +0000)]
Define NDIGIT_MAX.
(gcvt): Limit precision in sprintf call to NDIGIT_MAX.
Do not dynamically allocate the static buffers. They are small enough.
Ulrich Drepper [Wed, 23 Jun 1999 10:48:44 +0000 (10:48 +0000)]
Update.
Ulrich Drepper [Wed, 23 Jun 1999 10:48:34 +0000 (10:48 +0000)]
Update from main branch.
Ulrich Drepper [Tue, 22 Jun 1999 10:19:37 +0000 (10:19 +0000)]
Update.
Ulrich Drepper [Tue, 22 Jun 1999 10:12:25 +0000 (10:12 +0000)]
Don't return a zero result if the high bits of two words differ.
Ulrich Drepper [Tue, 22 Jun 1999 10:09:56 +0000 (10:09 +0000)]
(x_inline): Cleanup pointer assignments.
Ulrich Drepper [Tue, 22 Jun 1999 10:08:44 +0000 (10:08 +0000)]
(_IO_old_proc_open): Apply change from 1999-03-29 to iopopen also here.
Ulrich Drepper [Tue, 22 Jun 1999 10:07:33 +0000 (10:07 +0000)]
Correct counting of subsections.
Roland McGrath [Sat, 19 Jun 1999 12:17:00 +0000 (12:17 +0000)]
.
Roland McGrath [Sat, 19 Jun 1999 12:15:13 +0000 (12:15 +0000)]
1999-06-16 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/unix/sysv/linux/siglist.c: Moved to ...
* sysdeps/gnu/siglist.c: ... here.
Use <siglist.h> instead of "siglist.h", to ensure sysdeps-search.
Use <bits/wordsize.h> instead of <sizes.h> to determine PTR_SIZE_STR.
* sysdeps/gnu/siglist.h: New file, contents from linux version.
Add entry for SIGLOST protected by #ifdef.
* sysdeps/unix/sysv/linux/siglist.h: Just #include that file,
and define OLD_SIGLIST_SIZE_STR.
* sysdeps/mach/hurd/siglist.h: New file, likewise.
Ulrich Drepper [Fri, 18 Jun 1999 19:06:16 +0000 (19:06 +0000)]
Update.
Ulrich Drepper [Fri, 18 Jun 1999 19:05:40 +0000 (19:05 +0000)]
(charmaps): Exclude SCCS.
(locales): Likewise.
(repertoiremaps): Likewise.
Ulrich Drepper [Fri, 18 Jun 1999 19:05:09 +0000 (19:05 +0000)]
Include setjmp.h.
Ulrich Drepper [Thu, 17 Jun 1999 15:20:19 +0000 (15:20 +0000)]
Update.
Ulrich Drepper [Thu, 17 Jun 1999 15:19:56 +0000 (15:19 +0000)]
Add missing line disciplines.
Ulrich Drepper [Thu, 17 Jun 1999 12:42:14 +0000 (12:42 +0000)]
Update.
Ulrich Drepper [Thu, 17 Jun 1999 12:41:46 +0000 (12:41 +0000)]
Return -1 in case nscd is not available and value > 0 for error.
Ulrich Drepper [Thu, 17 Jun 1999 12:41:26 +0000 (12:41 +0000)]
Expect return alue to be ERANGE if buffer is too small.
Ulrich Drepper [Thu, 17 Jun 1999 12:40:53 +0000 (12:40 +0000)]
Return error code not -1.
Ulrich Drepper [Thu, 17 Jun 1999 12:36:45 +0000 (12:36 +0000)]
Update.
Ulrich Drepper [Thu, 17 Jun 1999 12:36:27 +0000 (12:36 +0000)]
(AX25_PIDINCL): Added.
Ulrich Drepper [Thu, 17 Jun 1999 12:36:06 +0000 (12:36 +0000)]
Linux/SPARC sysmacros.