Update.
[glibc.git] / ChangeLog
blobe42d4b338898bc0f774341b7d7abb15a1cf95478
1 1998-10-30  Ulrich Drepper  <drepper@cygnus.com>
3         * Makerules (build-shlib): Add -O to generate optimized shared
4         objects.
6 1998-10-30 11:15  Ulrich Drepper  <drepper@cygnus.com>
8         * sysdeps/libm-i387/e_fmod.S: Remove invalid operand size suffix.
9         * sysdeps/libm-i387/e_fmodf.S: Likewise.
10         * sysdeps/libm-i387/e_fmodl.S: Likewise.
11         * sysdeps/libm-i387/s_ilogb.S: Likewise.
12         * sysdeps/libm-i387/s_ilogbf.S: Likewise.
13         * sysdeps/libm-i387/s_logb.S: Likewise.
14         * sysdeps/libm-i387/s_logbf.S: Likewise.
15         * sysdeps/libm-i387/s_remquo.S: Likewise.
16         * sysdeps/libm-i387/s_remquof.S: Likewise.
17         * sysdeps/libm-i387/s_remquol.S: Likewise.
18         * sysdeps/libm-i387/s_significand.S: Likewise.
19         * sysdeps/libm-i387/s_significandf.S: Likewise.
21 1998-10-30  Geoff Keating  <geoffk@ozemail.com.au>
23         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Really correct
24         _llseek.
26 1998-10-30  Geoff Keating  <geoffk@ozemail.com.au>
28         * math/libm-test.c: Loosen deltas for sin(0.9)^2+cos(0.9)^2.
30 1998-10-29  Ulrich Drepper  <drepper@cygnus.com>
32         * stdio-common/vfprintf.c (vfprintf): Fix the remaining premature
33         returns without cleaning up the lock.
34         (printf_unknown): Add label all_done.
36         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Keep Linux 2.0
37         kernels in mind when reading /proc/self/fd/FD.
38         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
40         * nscd/nscd.c (doc): It's "Name Service" not "Name Switch".
42         * malloc/mtrace.c (tr_where): Replace snprintf call by mempcpy and
43         _fitoa.
45         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Try reading
46         /prof/self/fd/FD first.
47         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
49         * stdio-common/_itoa.h (_fitoa_word): New inline function.  Write
50         formatted number starting at given position and return pointer to
51         following byte.
52         (_fitoa): Likewise, for long long.
54 1998-10-29  Roland McGrath  <roland@baalperazim.frob.com>
56         * sysdeps/unix/sysv/linux/bits/sem.h,
57         sysdeps/unix/sysv/linux/bits/ipc.h,
58         sysdeps/unix/sysv/linux/bits/shm.h,
59         sysdeps/unix/sysv/linux/bits/msq.h: Moved to ...
60         * sysdeps/gnu/bits/sem.h, sysdeps/gnu/bits/ipc.h,
61         sysdeps/gnu/bits/shm.h, sysdeps/gnu/bits/msq.h: ... here,
62         so the same bits will be used for the Hurd.
64 1998-10-29  Ulrich Drepper  <drepper@cygnus.com>
66         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Allow
67         compiling on systems without rt_sigaction syscall.
69 1998-10-12  Philip Blundell  <pb@nexus.co.uk>
71         * Makeconfig (sysdep-subdirs): Allow Subdirs files to remove
72         directories as well as add them.
74 1998-10-28  Philip Blundell  <pb@nexus.co.uk>
76         * sysdeps/unix/sysv/linux/neteconet/ec.h: New file.  Support for
77         AF_ECONET sockets as found in recent Linux 2.1 kernels.
78         * sysdeps/unix/sysv/linux/Dist: Distribute it.
79         * sysdeps/unix/sysv/linux/Makefile: Install it.
81 1998-10-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
83         * string/bits/string2.h: __USE_GNU already implies __USE_MISC.
85 1998-10-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
87         * sysdeps/generic/bits/types.h (__FDS_BITS): New macro to access
88         fds_bits member.
89         * sysdeps/unix/sysv/linux/alpha/bits/types.h (__FDS_BITS): Likewise.
90         * sysdeps/unix/sysv/linux/bits/types.h (__FDS_BITS): Likewise.
91         * sysdeps/unix/sysv/linux/mips/bits/types.h (__FDS_BITS): Likewise.
92         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h (__FDS_BITS):
93         Likewise.
94         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h (__FDS_BITS):
95         Likewise.
96         * sysdeps/generic/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
97         __FD_ISSET): Use it.
98         * sysdeps/i386/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
99         __FD_ISSET): Likewise.
101 1998-10-28  Geoff Keating  <geoffk@ozemail.com.au>
103         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Tidy up, correct
104         llseek.
106         * sysdeps/unix/sysv/linux/powerpc/pread.c: Do not use the i386 version.
107         Instead call the system call wrapper function using an 64bit argument.
108         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
109         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
110         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
112 1998-10-27  Ulrich Drepper  <drepper@cygnus.com>
114         * signal/signal.h: Don't include <time.h> for timespec, add
115         forward declaration.
117         * sysdeps/i386/bits/select.h [!__USE_XOPEN]: Add special version
118         of __FD_* macros which use __fds_bits.
119         * sysdeps/generic/bits/select.h: Likewise.
120         Reported by Matt McLean <keys@yikes.com>.
122 1998-10-27  Philip Blundell  <pb@nexus.co.uk>
124         * elf/elf.h: Update ARM definitions.
126 1998-10-27  Ulrich Drepper  <drepper@cygnus.com>
128         * signal/signal.h: Include bits/sigthread.h only for Unix98.
130 1998-10-26  Ulrich Drepper  <drepper@cygnus.com>
132         * include/libc-symbols.h: If HAVE_BUILTIN_EXPECT is not defined
133         define __builtin_expect as a macro substituting to the first
134         argument.
135         * config.h.in: Define HAVE_BUILTIN_EXPECT.
136         * configure.in: Add test for __builtin_expect.
138         * sysdeps/unix/sysv/linux/bits/types.h: Include
139         bits/pthreadtypes.h only not for POSIX 199506.
140         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
141         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
142         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
144 1998-10-26  Mark Kettenis  <kettenis@phys.uva.nl>
146         * sysdeps/unix/sysv/linux/Versions: Move shutdown ...
147         * socket/Versions [libc, GLIBC_2.0]: ... to here.
149 1998-10-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
151         * include/stdio.h: Included <stddef.h> for size_t.
153         * stdio/stdio.h: Move __path_search, __gen_tempname, __libc_fatal
154         to ...
155         * include/stdio.h: ...here.
156         * libio/stdio.h: Removed __path_search, __gen_tempname, __libc_fatal.
158 1998-10-26 11:09  Ulrich Drepper  <drepper@cygnus.com>
160         * time/Makefile (tests): Add tst-posixtz.
161         * time/tst-posixtz.c: New file.
163 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
165         * elf/rtld.c (process_envvars): Accept any non-null value of
166         LD_BIND_NOW, as mandated by the ABI.
168 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
170         * sysdeps/unix/sysv/linux/pread.c: Rename __syscall_pread64 to
171         __syscall_pread.
172         * sysdeps/unix/sysv/linux/pwrite.c: Rename __syscall_pwrite64 to
173         __syscall_pwrite.
174         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
175         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
176         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
177         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
178         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.  Remove
179         duplicate entries.
180         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Remove
181         s_pread64 and s_pwrite64.
182         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
184 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
186         * sysdeps/unix/sysv/linux/llseek.c: Use INLINE_SYSCALL.
187         * sysdeps/unix/sysv/linux/arm/syscalls.list: Rename __sys_llseek
188         to __syscall__llseek.
189         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
190         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
191         * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove entry for
192         __sys_llseek.
194 1998-10-26  Cristian Gafton  <gafton@redhat.com>
196         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add s_setfsgid
197         and s_setfsuid.
199 1998-10-26  Ulrich Drepper  <drepper@cygnus.com>
201         * time/tzset.c (tz_compute): Correct last patch and describe this
202         in a comment.
204 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
206         * sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: Remove
207         rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait, rt_sigqueueinfo,
208         rt_sigaction and rt_sigpending.
209         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove all entries
210         for __syscall_* functions.
211         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Implement INLINE_SYSCALL.
213 1998-10-26  Roland McGrath  <roland@baalperazim.frob.com>
215         * hurd/Versions: Add _hurd_dtable, _hurd_dtablesize,
216         _hurd_dtable_lock, _hurd_intern_fd.
218         * sysdeps/mach/hurd/Versions: Add cthread_keycreate,
219         cthread_getspecific, cthread_setspecific, __libc_getspecific.
221         * mach/Versions: Fix typo in last change.
223 1998-10-25  Ulrich Drepper  <drepper@cygnus.com>
225         * time/tzset.c (tz_compute): If time to switch to DST is later in
226         the year switch back in the next year.
227         Reported by jwitford@hutch.com.au.
229 1998-10-24  Mark Kettenis  <kettenis@phys.uva.nl>
231         * mach/Versions: Add evc_wait, mach_error, mach_error_string,
232         mach_error_type, mach_msg_destroy, mig_deallocate_reply_port.
233         Remove __mach_host_self, __mach_reply_port, __mach_setup_thread,
234         __mach_port_allocate, __mach_port_allocate_name,
235         __mach_port_insert_right __mutex_trylock, __mutex_lock,
236         __mutex_unlock, __swtch, __switch, __task_create, __task_suspend,
237         __task_set_special_port, __task_terminate, __thread_depress_abort,
238         __thread_switch, __vm_allocate, __vm_deallocate, __vm_map.  These
239         functions are not used outside libc.
241         * sysdeps/mach/hurd/Versions: New file.
242         [libc, GLIBC_2.0]: Add _cthread_exit_routine and
243         _cthread_init_routine.  These are set by the Hurd cthreads library.
244         Add __getcwd, __mmap.  If we don't add these, the weak definitions in
245         the dynamic linker will not be replaced by the corresponding shared
246         library routines once they are loaded.
248 1998-10-21  Mark Kettenis  <kettenis@phys.uva.nl>
250         * sysdeps/mach/hurd/i386/init-first.c: Only define
251         __libc_enable_secure if PIC is not defined.
253 1998-10-25  Roland McGrath  <roland@baalperazim.frob.com>
255         * argp/Versions: Add _argp_unlock_xxx.  Lock-savvy functions call this
256         to recurse into argp.
258 1998-10-25  Ulrich Drepper  <drepper@cygnus.com>
260         * include/features.h: Define __USE_POSIS199506 is _POSIX_C_SOURCE is
261         greater or equal than 199506L.
263         * sysdeps/generic/bits/types.h (__fd_set): Define element as fds_bits
264         only is __USE_XOPEN.  Otherwise use __fds_bits.
265         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
266         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
267         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
268         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
269         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
271 1998-10-24  H.J. Lu  <hjl@gnu.org>
273         * locale/programs/charmap.c (parse_charmap): Accept tok_string
274         for <code_set_name>.
276 1998-10-25  H.J. Lu  <hjl@gnu.org>
278         * locale/programs/ld-ctype.c (ctype_finish): Also check
279         <space>.
281 1998-10-25  Ulrich Drepper  <drepper@cygnus.com>
283         * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX199506.
285         * sysdeps/unix/sysv/linux/bits/types.h: Include pthreadtypes.h only
286         if __USE_POSIX199506 or __USE_UNIX98.
288 1998-10-24 22:34 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
290         * string/bits/string2.h: Inline strdup+friends only if
291         __USE_MISC || __USE_GNU (prevents namespace pollution).
293 1998-10-24  H.J. Lu  <hjl@gnu.org>
295         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (LOCK_SH,
296         LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.
297         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (LOCK_SH, LOCK_EX,
298         LOCK_NB, LOCK_UN): Likewise.
299         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (LOCK_SH, LOCK_EX,
300         LOCK_NB, LOCK_UN): Likewise.
301         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (LOCK_SH, LOCK_EX,
302         LOCK_NB, LOCK_UN): Likewise.
303         * sysdeps/unix/sysv/linux/bits/fcntl.h (LOCK_SH, LOCK_EX,
304         LOCK_NB, LOCK_UN): Likewise.
306 1998-10-24  H.J. Lu  <hjl@gnu.org>
308         * libio/ioseekoff.c (_IO_seekoff): Check the valid dir value.
310         * libio/rewind.c (rewind): Clear the error.
312 1998-10-24  H.J. Lu  <hjl@gnu.org>
314         * grp/grp.h (getgrent_r, getgrgid_r, getgrnam_r): Add "__" to
315         "buffer".
317 1998-10-24  H.J. Lu  <hjl@gnu.org>
319         * sysdeps/unix/sysv/linux/alpha/bits/time.h (timeval): Protect
320         with __need_timeval.
321         * sysdeps/unix/sysv/linux/mips/bits/time.h (timeval): Likewise.
322         * sysdeps/unix/sysv/linux/bits/time.h (timeval): Likewise.
324 1998-10-24  H.J. Lu  <hjl@gnu.org>
326         * signal/signal.h (timespec, siginfo_t, sigwaitinfo, sigtimedwait,
327         sigqueue): Protect with __USE_POSIX199309.
329 1998-10-24  H.J. Lu  <hjl@gnu.org>
331         * time/time.h (timespec): Protect with __USE_POSIX199309 instead of
332         __USE_POSIX.
334 1998-10-24  H.J. Lu  <hjl@gnu.org>
336         * libio/fileops.c (_IO_new_file_seekoff): Always resync with
337         the kernel file offset.
338         * libio/oldfileops.c (_IO_old_file_seekoff): Likewise.
340 1998-10-24  H.J. Lu  <hjl@gnu.org>
342         * time/tzfile.c (__tzfile_default): Set num_types to 2.
344 1998-10-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
346         * rt/aio.h: Move __aio_init to...
347         * include/aio.h: ...here.
349 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
351         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove duplicate
352         definition of O_LARGEFILE.
354 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
356         * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Use path
357         as first argument to statfs.
359 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
361         * sysdeps/generic/setenv.c (setenv): Add braces around ambiguous else.
363 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
365         * malloc/mtrace.c: Include <string.h> for strlen.
367 1998-10-24  Roland McGrath  <roland@baalperazim.frob.com>
369         * sysdeps/mach/hurd/bits/environments.h: New file.
371         * sysdeps/mach/hurd/dl-sysdep.c (__getcwd): New weak function.
373         * mach/Versions, hurd/Versions: Add numerous symbols.
374         Remove libmachuser and libhurduser sections, punt
375         versioning for those libraries for now.
377         * misc/Versions: Add reboot here; it exists on all platforms.
378         * sysdeps/unix/sysv/linux/Versions: Remove reboot here.
380 1998-10-23  Ulrich Drepper  <drepper@cygnus.com>
382         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOFOLLOW): New
383         macro.
384         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
385         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
386         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_LARGEFILE,
387         O_NOFOLLOW, O_DIRECT): New macros.
388         (O_DIRECTORY): Correct definition according to official 2.1.126.
389         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECTORY,
390         O_NOFOLLOW): New macros.
392 1998-10-24  Roland McGrath  <roland@baalperazim.frob.com>
394         * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__.
396         * sysdeps/mach/hurd/opendir.c (__opendir): Return ENOENT for "".
397         (__opendir): Add trailing slash to name for open, for ENOTDIR check.
399 1998-10-23  Ulrich Drepper  <drepper@cygnus.com>
401         * sysdeps/unix/sysv/linux/i386/Dist: Add setresuid.c, setresgid.c,
402         setfsuid.c, and setfsgid.c.
403         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
404         * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
405         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
407         * version.h (VERSION): Bump to 2.0.99.
409         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove duplicate
410         ustat definition.
412         * sysdeps/unix/sysv/linux/i386/Dist: Remove s_pread64.c and
413         s_pwrite64.c.
415         * posix/fnmath.h: Don't redefine __P when used in glibc.
416         * posix/glob.h: Likewise.
418         * inet/rcmd.c (__ivaliduser2): Fix memory leak.
419         Patch by Dick Streefland <dick_streefland@tasking.com>.
421         * stdio-common/tst-ungetc.c: Add more test cases.
423         * sysdeps/unix/sysv/linux/Dist: Add linux_fsinfo.h.
424         * sysdeps/unix/sysv/linux/fstatvfs.c: Move filesystem magic number
425         definitions to ...
426         * sysdeps/unix/sysv/linux/linux_fsinfo.h: ...here.  New file.
427         * sysdeps/unix/sysv/linux/fpathconf.c: New file.
428         * sysdeps/unix/sysv/linux/pathconf.c: New file.
429         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Handle _PC_LINK_MAX here.
430         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
432 1998-10-20  Philip Blundell  <pb@nexus.co.uk>
434         * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: Include
435         <asm/ptrace.h> to define struct pt_regs.
436         * sysdeps/unix/sysv/linux/arm/profil-counter.h: Don't bother
437         including <asm/ptrace.h> here.
439         * sysdeps/unix/sysv/linux/arm/sysdep.S: Remove spurious call to
440         C_SYMBOL_NAME macro.
442 1998-10-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
444         * sysdeps/generic/sys/ptrace.h (__ptrace_request): Remove comma at
445         end of enumerator list.
446         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Likewise.
447         * posix/wordexp.h: Likewise.
449         * db/db.h: Use __PMT instead of __P in typedefs.
450         * db/mpool.h: Likewise.
451         * sysdeps/generic/bits/siginfo.h: Likewise.
452         * nis/rpcsvc/ypclnt.h: Likewise.
454 1998-10-23  Ulrich Drepper  <drepper@cygnus.com>
456         * libio/genops.c (_IO_seekmark): When switching to backup buffer
457         make sure all characters from the read buffer are read after
458         switching back to it.
460 1998-10-22  Ulrich Drepper  <drepper@cygnus.com>
462         * configure.in: Add support for Cygnus GNUPro compilers.
464 1998-10-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
466         * stdio/stdio.h: Use __PMT instead of __P in typedefs.
468         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use __PMT instead
469         of __P for sa_restorer.
470         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
471         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
472         kernel_sigaction, old_kernel_sigaction): Likewise.
474 1998-10-22  Ulrich Drepper  <drepper@cygnus.com>
476         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add __syscall_pread
477         and __syscall_pwrite aliases.
479         * sunrpc/rpc/auth.h (AUTH_DH): New macro.  Alias for AUTH_DES.
481         * sysdeps/unix/sysv/linux/i386/sysdep.h: Drastically simplify and
482         improve INLINE_SYSCALL using macro assembler magic.
484 1998-10-22  H.J. Lu  <hjl@gnu.org>
486         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Add
487         sanity check for n.
488         * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise.
490         * sysdeps/posix/fpathconf.c (__fpathconf): Set errno to
491         EINVAL if errno == ENODEV.  Tested by VSX-PCT.
493         * sysdeps/posix/isatty.c (__isatty): Don't reset errno.  Tested
494         by VSX-PCT.
496         * posix/execvp.c (execvp): Check "".  Tested by VSX-PCT.
498 1998-10-22  Philip Blundell  <pb@nexus.co.uk>
500         * sysdeps/unix/arm/sysdep.h: Wrap assembler macros in #ifdef
501         __ASSEMBLER__.
503 1998-10-21  Ulrich Drepper  <drepper@cygnus.com>
505         * sysdeps/unix/sysv/linux/i386/sysdep.h: Remove EXTRAVARS_* macros
506         and adjust formats.
508 1998-10-21 14:38  Ulrich Drepper  <drepper@cygnus.com>
510         * sysdeps/unix/sysdep.h (INLINE_SYSCALL): New macro.  Simply call
511         __syscall_* function.
512         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use INLINE_SYSCALL instead
513         of calling __syscall_* function.
514         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
515         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
516         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
517         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
518         * sysdeps/unix/sysv/linux/getpriority.c: Likewise.
519         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
520         * sysdeps/unix/sysv/linux/getresuid.c: Likewise.
521         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
522         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
523         * sysdeps/unix/sysv/linux/poll.c: Likewise.
524         * sysdeps/unix/sysv/linux/pread.c: Likewise.
525         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
526         * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
527         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
528         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
529         * sysdeps/unix/sysv/linux/readv.c: Likewise.
530         * sysdeps/unix/sysv/linux/reboot.c: Likewise.
531         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
532         * sysdeps/unix/sysv/linux/siglist.h: Likewise.
533         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
534         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
535         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
536         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
537         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
538         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
539         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
540         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
541         * sysdeps/unix/sysv/linux/ustat.c: Likewise.
542         * sysdeps/unix/sysv/linux/writev.c: Likewise.
543         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
544         * sysdeps/unix/sysv/linux/xstat.c: Likewise.
545         * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
546         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
547         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
548         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
549         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
550         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
551         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
552         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
553         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
554         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
555         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
557         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INLINE_SYSCALL using
558         inline assembler.
559         * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove various
560         __syscall_* definitions.
562         * sysdeps/unix/sysv/linux/syscalls.list: Move various __syscall_*
563         definitions to...
564         * sysdeps/unix/sysv/linux/alpha/syscalls.list: ...here...
565         * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
566         * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
567         * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
568         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
569         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
570         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
572         * sysdeps/unix/sysv/linux/Makefile [subdir=signal] (sysdep_routines):
573         Move definition to...
574         * sysdeps/unix/sysv/linux/alpha/Makefile: ...here...
575         * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
576         * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
577         * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
578         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
579         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
580         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
582         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
583         (sysdep_routines): Remove s_pread64 and s_pwrite64.
585         * sysdeps/unix/sysv/linux/i386/pread.c: New file.
586         * sysdeps/unix/sysv/linux/i386/pread64.c: New file.
587         * sysdeps/unix/sysv/linux/i386/pwrite.c: New file.
588         * sysdeps/unix/sysv/linux/i386/pwrite64.c: New file.
589         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Removed.
590         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Removed.
592 1998-10-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
594         * sysdeps/unix/sysv/linux/siglist.h: Fix some typos in these files
595         and bring them in synch.
596         * sysdeps/unix/siglist.c: Likewise.
597         Reported by Vladimir Michl <michlv@risc.upol.cz> [PR libc/832].
599 1998-10-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
601         * sysdeps/unix/sysv/linux/i386/setresuid.c: Allow -1 as arguments.
602         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
604         * sysdeps/unix/sysv/linux/i386/setreuid.c: New file.
605         * sysdeps/unix/sysv/linux/i386/setregid.c: New file.
606         * sysdeps/unix/sysv/linux/m68k/setreuid.c: New file.
607         * sysdeps/unix/sysv/linux/m68k/setregid.c: New file.
608         * sysdeps/unix/sysv/linux/arm/setreuid.c: New file.
609         * sysdeps/unix/sysv/linux/arm/setregid.c: New file.
610         * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: New file.
611         * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: New file.
612         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_setreuid and
613         s_setregid.
614         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
615         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
616         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
618 1998-10-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
620         * sunrpc/rpc_main.c (close_output, close_input): New functions.
621         (c_output, h_output, s_output, l_output, t_output, svc_output,
622         clnt_output, mkfile_output): Call them at the end.
624 1998-10-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
626         * db/Makefile (LDFLAGS-db1.so): New variable, to avoid duplicating
627         link command.
629 1998-10-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
631         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Add real contents.
632         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add s_setfs[ug]id.
634 1998-10-20  Ulrich Drepper  <drepper@cygnus.com>
636         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_pread64 and
637         s_pwrite64.
638         * sysdeps/unix/sysv/linux/powerpc/pread.c: New file.
639         * sysdeps/unix/sysv/linux/powerpc/pread64.c: New file.
640         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: New file.
641         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: New file.
642         Patch by Geoffrey KEATING <geoffk@discus.anu.edu.au>.
644 1998-10-18  Zack Weinberg  <zack@rabi.phys.columbia.edu>
646         * sysdeps/unix/opendir.c: Check at runtime for kernel support for
647         O_DIRECTORY.
649 1998-10-20  H.J. Lu  <hjl@gnu.org>
651         * sysdeps/unix/sysv/linux/i386/setresuid.c (__setresuid): Fix
652         argument types.
654 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
656         * math/tgmath.h: Make nested function calls work.
658         * include/ldsodefs.h: Fix typo.
660         * posix/Makefile (tests): Add tst-preadwrite.
661         * posix/tst-preadwrite.c: New file.
663         * sysdeps/unix/opendir.c (__opendir): Add back fstat call to make
664         sure that descriptor is in any case for a directory.
666 1998-10-19 18:59 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
668         * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG): Fix typo: val -> Val.
669         (atan2): Takes two arguments.
671 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
673         * include/ldsodefs.h: New file.
675         * iconv/gconv.c: Include ldsodefs.h, not elf/ldsodefs.h.
676         Remove change to avoid using _CALL_DL_FCT.
677         * iconv/gconv_db.c: Likewise.
678         * iconv/gconv_dl.c: Likewise.
679         * iconv/skeleton.c: Likewise, here for DL_CALL_FCT.
680         * malloc/mtrace.c: Include ldsodefs.h, not elf/ldsodefs.h.
681         * nss/nsswitch.c: Likewise.
682         * nss/nsswitch.h: Likewise.
684 1998-10-19  Philip Blundell  <pb@nexus.co.uk>
686         * sunrpc/Makefile (otherlibs): If static NSS is in use, set to the
687         required libraries.
688         * login/Makefile (otherlibs): Likewise.
689         * nscd/Makefile (otherlibs): Likewise.
690         * Makeconfig (link-libc) [! build_shared]: Add $(otherlibs).
692         * debug/Makefile (install-bin): Only build catchsegv if using ELF.
694         * inet/Makefile: Add -DSTATIC_NSS to CFLAGS.
696 1998-10-19  Philip Blundell  <pb@nexus.co.uk>
698         * sysdeps/unix/sysv/linux/arm/syscalls.list: Added setfsgid
699         and setfsuid.
701 1998-10-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
703         * nscd/connections.c: Fix typos in comments and strings.
705         * nscd/nscd.conf: Update according to recent changes to nscd.
707         * nscd/cache.c (prune_cache): Remove wrong comment.
709 1998-10-19 13:24  Ulrich Drepper  <drepper@cygnus.com>
711         * locale/programs/ld-collate.c (collate_startup): Clear bit for this
712         category in copy_posix.
713         (collate_finish): Don't warn about UNDEFINED not being defined.
714         * locale/programs/ld-ctype.c (ctype_startup): Clear bit for this
715         category in copy_posix.
716         * locale/programs/ld-messages.c (messages_startup): Likewise.
717         * locale/programs/ld-monetary.c (monetary_startup): Likewise.
718         * locale/programs/ld-numeric.c (numeric_startup): Likewise.
719         * locale/programs/ld-time.c (time_startup): Likewise.
720         * locale/programs/localedef.c: Move copy_def_list_t definition into
721         locales.h.  Define copy_posix variable.
722         (main): Before processing copy list add &copy_posix to copy_list.
723         * locale/programs/locales.h: Add definition of copy_def_list_t.
724         * locale/programs/locfile.c: Clear bit for appropriate category in
725         copy_posix.mask for copy instruction.
727 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
729         * sysdeps/unix/sysv/linux/i386/setresgid.c: Remove #include of
730         non-existing file with generic implementation.
731         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
733 1998-10-19  Philip Blundell  <pb@nexus.co.uk>
735         * iconv/gconv_db.c: Include ELF header only if STATIC_GCONV is not
736         defined.  Avoid using _CALL_DL_FCT if it is not defined.
737         * iconv/gconv.c: Likewise.
739 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
741         * nscd/connections.c (dbs): Define defualt values for timeouts and
742         set enabled to 0 by default.
743         (CACHE_PRUNE_INTERVAL): New constant.  Use it instead of magical 15 in
744         nscd_run.
746         * locale/C-ctype.c (_nl_C_LC_CTYPE_class): Clear ISCNTRL bit for
747         character >= 0x80.
748         (_nl_C_LC_CTYPE_class32): Likewise.
749         Reported by HJ Lu.
751 1998-10-19  Roland McGrath  <roland@baalperazim.frob.com>
753         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
754         _HURD_THREADVAR_DL_ERROR.
756         * hurd/Makefile (user-interfaces): Add login, password.
758         * sysdeps/mach/hurd/Makefile (+cflags): Append -Wno-parentheses.
760 1998-08-06  Mark Kettenis  <kettenis@phys.uva.nl>
762         [submitted 1998-08-06]
763         * mach/Machrules: Create target directory and force re-evaluation
764         of Makefile to prevent `make' from optimizing away most of the
765         implicit rules and `vpath' directives.
767 1998-10-19  Roland McGrath  <roland@baalperazim.frob.com>
769         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): If _hurd_msgport_thread
770         is null, short-circuit to __mach_msg.
772         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): New function,
773         broken out of init1.
774         (init1) [PIC]: Call it.
775         (__libc_init_first) [! PIC]: Call it.
777         * sysdeps/mach/hurd/i386/init-first.c (init1): Don't call
778         __libc_init_secure.  Instead set __libc_enable_secure here from
779         the exec flags.
780         (__libc_enable_secure): New variable it.
781         * sysdeps/mach/hurd/enbl-secure.c: New file, empty placeholder module.
783 1998-10-19  Roland McGrath  <roland@baalperazim.frob.com>
785         * nscd/nscd-client.h: New file, broken out of "nscd.h".
786         * nscd/nscd.h: Move defns needed by clients to "nscd-client.h",
787         and #include that.
788         * nscd/Makefile (distribute): Add nscd-client.h.
789         * nscd/nscd_getgr_r.c, nscd/nscd_gethst_r.c, nscd/nscd_getpw_r.c:
790         Include "nscd-client.h" instead of "nscd.h"
792 1998-10-18  Ulrich Drepper  <drepper@cygnus.com>
794         * sysdeps/posix/getcwd.c (__getcwd): Don't stop processing
795         directory entries when a lstat call fails.
796         Patch by Colin Plumb <colin@nyx.net>.
798         * resolv/nss_dns/dns-host.c: Add missing errnop parameter to the
799         NSS functions.
800         * resolv/nss_dns/dns-network.c: Likewise.
802         * grp/Makefile: Don't search for linuxthreads in add-ons, use
803         have-thread-library to determine whether threads are available.
804         * pwd/Makefile: Remove wrong comment.
806         * inet/Makefile: Define CFLAGS-gethstbyad_r.c, CFLAGS-gethstbynm_r.c,
807         and CFLAGS-gethstbynm2_r.c to -DUSE_NSCD=1.
809         * locale/C-messages.c: Define default strings for YESTR and NOSTR.
811         * nss/Versions: Add __nss_hosts_lookup.
813         * nss/getXXbyYY.c: Remove unneeded assignment.
815         * nss/getXXbyYY_r.c: Include nscd/nscd_proto.h only if needed.
817         Almost complete rewrite of the NSCD to make it smaller, faster,
818         add more functionnality and make it easier to extend.
819         * nscd/Makfile (routines): Add nscd_gethst_r.
820         (nscd-modules): Add hstcache, gethstbyad_r, gethstbynm2_r, and cache.
821         * nscd/cache.c: New file.
822         * nscd/gethstbyad_r.c: New file.
823         * nscd/gethstbynm2_r.c: New file.
824         * nscd/hstcache.c: New file.
825         * nscd/nscd_gethst_r.c: New file.
826         * nscd/connections.c: Rewritten.  Don't start new thread for every
827         new connection.  Use a fixed set of threads which handle all
828         connections and also the cache cleanup.
829         * nscd/grpcache.c: Rewritten to use generic cache handling functions
830         in cache.c.
831         * nscd/nscd.c: Recognize new parameter nthreads.  Adjust initialization
832         for rewrite.  Remove handle_requests function.
833         * nscd/nscd.h (NSCD_VERSION): Bump to 2.
834         Define new data structure for the new unified cache and the host
835         database entries.
836         * nscd/nscd_conf.c: Rewrite parsing partly to allow adding of more
837         databases easily.  Recognize check-files and threads definitions.
838         * nscd/nscd.conf: Add definition of enable-cache and check-files to
839         passwd and group definitions.  Add new set of definitions for hosts.
840         * nscd/nscd_getgr_r.c: Rewrite for new protocol.
841         * nscd/nscd_getpw_r.c: Likewise.
842         * nscd/nscd_proto.h: Add prototype for host database functions.
843         * nscd/nscd_stat.c: Rewrite to simplify printing of information
844         for many databases.
845         * nscd/dbg_log.c: Remove unnecessary variable initializations.
846         Global variable debug_flag is renamed to dbg_level.
847         * nscd/dbg_log.h: Declare set_logfile.
849 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
851         * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of
852         O_LARGEFILE back.
854 1998-10-16  Paul Eggert  <eggert@shade.twinsun.com>
856         * time/mktime.c: Some systems require <unistd.h> to be
857         included before <time.h> for localtime_r to be declared
858         properly.
859         * time/strftime.c: Likewise.
861 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
863         * db/Makefile: Add rule to generate shared object with the soname
864         from glibc 2.0.
866         * sysdeps/unix/opendir.c: Use O_DIRECTORY if available.  If not
867         available double check to verify it's a directory.
869         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add O_DIRECTORY.
870         * sysdeps/unix/sysv/linux/mips/bits/fcntl: Likewise.
871         * sysdeps/unix/sysv/linux/bits/fcntl.h: Remove O_* constants which
872         are not generally available.
873         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: New file.
875         * sysdeps/unix/sysv/linux/i386/setgroups.c: Add range check for values.
876         * sysdeps/unix/sysv/linux/arm/Makefile: New file.
877         * sysdeps/unix/sysv/linux/arm/setegid.c: New file.
878         * sysdeps/unix/sysv/linux/arm/seteuid.c: New file.
879         * sysdeps/unix/sysv/linux/arm/setfsgid.c: New file.
880         * sysdeps/unix/sysv/linux/arm/setfsuid.c: New file.
881         * sysdeps/unix/sysv/linux/arm/setgid.c: New file.
882         * sysdeps/unix/sysv/linux/arm/setgroups.c: New file.
883         * sysdeps/unix/sysv/linux/arm/setresgid.c: New file.
884         * sysdeps/unix/sysv/linux/arm/setresuid.c: New file.
885         * sysdeps/unix/sysv/linux/arm/setuid.c: New file.
886         * sysdeps/unix/sysv/linux/i386/setegid.c: New file.
887         * sysdeps/unix/sysv/linux/i386/seteuid.c: New file.
888         * sysdeps/unix/sysv/linux/i386/setfsgid.c: New file.
889         * sysdeps/unix/sysv/linux/i386/setfsuid.c: New file.
890         * sysdeps/unix/sysv/linux/i386/setgid.c: New file.
891         * sysdeps/unix/sysv/linux/i386/setgroups.c: New file.
892         * sysdeps/unix/sysv/linux/i386/setresgid.c: New file.
893         * sysdeps/unix/sysv/linux/i386/setresuid.c: New file.
894         * sysdeps/unix/sysv/linux/i386/setuid.c: New file.
895         * sysdeps/unix/sysv/linux/m68k/setegid.c: New file.
896         * sysdeps/unix/sysv/linux/m68k/seteuid.c: New file.
897         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: New file.
898         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: New file.
899         * sysdeps/unix/sysv/linux/m68k/setgid.c: New file.
900         * sysdeps/unix/sysv/linux/m68k/setgroups.c: New file.
901         * sysdeps/unix/sysv/linux/m68k/setresgid.c: New file.
902         * sysdeps/unix/sysv/linux/m68k/setresuid.c: New file.
903         * sysdeps/unix/sysv/linux/m68k/setuid.c: New file.
904         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: New file.
905         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: New file.
906         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: New file.
907         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: New file.
908         * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: New file.
909         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
910         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
911         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
912         * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: New file.
914         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add s_setgid, s_setresuid,
915         s_setresgid, and s_setuid.
916         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
917         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
918         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
919         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
920         (sysdep_routines): Add setfsgid, setfsuid, setresgid, and setresuid.
921         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
922         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
924 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
926         * time/mktime.c: Define _POSIX_THREAD_SAFE_FUNCTIONS to get
927         localtime_t declaration on some systems.
929 1998-10-16 10:07  Ulrich Drepper  <drepper@cygnus.com>
931         * iconv/Makefile [! elf]: Define CFLAGS-gconv_simple.c to
932         -DSTATIC_GCONV.
933         * iconv/skeleton.c: Include ELF header only of STATIC_GCONV is not
934         defined.  Avoid using DL_CLL_FCT if it is not defined.
936 1998-10-16 10:40 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
938         * resolv/arpa/nameser.h: Include sys/types.h unconditionally.
939         Include endian.h unconditionally.  Remove portability goop
940         depending on #ifdef linux, #ifdef BSD, #ifdef machine-type.
942 1998-10-16 11:39 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
944         * sunrpc/rpc/types.h: Mark file so fixincludes won't modify it.
946 1998-10-15  Ulrich Drepper  <drepper@cygnus.com>
948         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Remove __kernel_termios
949         again.  Use char[44] to define size of the struct.
951         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/armsigctx.h.
953 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
955         * string/bits/string2.h (strcmp): Don't cache the result of
956         __builtin_constant_p in variables, otherwise constant folding
957         can fail in big functions.
959 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
961         * string/bits/string2.h: Add prototypes for the new inline
962         functions.
964 1998-10-15  Ulrich Drepper  <drepper@cygnus.com>
966         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to
967         have all types defined.
968         Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
970 1998-10-08  Paul Eggert  <eggert@twinsun.com>
972         * time/mktime.c (my_mktime_localtime_r): Renamed from localtime_r.
973         Define also if HAVE_LOCALTIME_R && defined localtime_r, with
974         a body that merely expands localtime_r; this works around a
975         bug in Digital Unix 4.0A and 4.0D.
977 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
979         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_ioctl.
980         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: New file. Define
981         __ioctl to __syscall_ioctl and include Linux version of this file.
982         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
983         * sysdeps/unix/sysv/linux/powerpc/ioctl.c: New file.  Redirect
984         ioctl calls which handle struct termios.
985         Based on a patch by Dan Jacobowitz <drow@false.org>.
987 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
989         * version.h (VERSION): Bump to 2.0.98.
991         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Define __kernel_termios
992         here instead of including kernel_termios.h.
994 1998-10-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
996         * sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is
997         unnecessary after the changes of 1998-10-12.
999 1998-10-13  Ulrich Drepper  <drepper@cygnus.com>
1001         * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output
1002         parameter format string.
1003         (inline_outw): Likewise.
1005         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Include
1006         string.h to get memcpy prototype and NULL definition.
1008 1998-10-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1010         * misc/sys/cdefs.h (__THROW): New macro.
1011         * argp/argp.h: Use it to replace the kludgey __P in inline
1012         function definitions.
1013         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
1014         * stdlib/stdlib.h: Likewise.
1015         * wcsmbs/wchar.h: Likewise.
1016         * libio/stdio.h: Likewise.
1017         * stdio/stdio.h: Likewise.
1018         * sysdeps/wordsize-64/inttypes.h: Likewise.
1019         * sysdeps/wordsize-32/inttypes.h: Likewise.
1020         * string/argz.h: Likewise.
1021         * io/sys/stat.h: Likewise.
1023 1998-10-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1025         * Rules (stdio_lim): New variable.
1026         ($(stdio_lim:h=st)): Use this as intermediate stamp file, depend
1027         on Rules and config.make, use $(move-if-change) to avoid unnessary
1028         recompilations, and cleanup command.
1029         (common-generated): Add bits/stdio_lim.st.
1031 1998-10-12  Ulrich Drepper  <drepper@cygnus.com>
1033         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-ioperm.c): New
1034         variable to prevent warnings from use of modern CPU instructions.
1035         Patch by Richard Henderson <rth@cygnus.com>.
1037         * sysdeps/unix/opendir.c: Test whether NAME is directory before
1038         opening it.
1040 1998-10-12  Philip Blundell  <pb@nexus.co.uk>
1042         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Add missing
1043         semicolon so that profiling works.
1045 1998-10-12  Roland McGrath  <roland@baalperazim.frob.com>
1047         * sysdeps/generic/glob.c: #undef mempcpy before #define.
1049         * sysdeps/unix/bsd/clock.c: Use prototype defns.
1051 1998-10-11  Ulrich Drepper  <drepper@cygnus.com>
1053         * Rules [posix in sysdirs]: Set L_tmpnam to 20.
1054         Patch by Zack Weinberg <zack@rabi.columbia.edu>.
1056         * string/bits/string2.h [!_STRING_ARCH_unaligned]
1057         (__mempcpy_small): Add parameter for 1 byte copy and use it.
1058         Reported by Geoff Keating <geoffk@ozemail.com.au>.
1060 1998-10-09  Mark Kettenis  <kettenis@phys.uva.nl>
1062         * sysdeps/mach/hurd/bits/posix_opt.h (_XBS5_ILP32_OFF32): Remove,
1063         it is already defined in <bits/environments.h>.
1065 1998-10-09  Ulrich Drepper  <drepper@cygnus.com>
1067         * posix/ptestcases.h: Fix typo.
1069 1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1071         * posix/regex.c (regcomp): Allocate and prepare a fastmap.
1072         (regexec): Allocate regs.start and regs.end as one block.
1074 1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1076         * sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
1077         enum decl.
1079 1998-10-08  Philip Blundell  <pb@nexus.co.uk>
1081         * sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
1082         sigcontext union to ...
1083         * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here.  New
1084         file.
1085         * sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
1086         version 2.0 kernels.
1088 1998-10-08  Ulrich Drepper  <drepper@cygnus.com>
1090         * malloc/mtrace.c (tr_reallochook): Produce better output for real
1091         reallocation case.
1093         * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
1094         * argp/argp-xinl.c: Likewise.
1096         * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
1097         Ruffian entry back.
1098         Patch by Christian Gafton.
1100 1998-10-08  Paul Eggert  <eggert@twinsun.com>
1102         * time/mktime.c (__mktime_internal): When the requested time falls
1103         in a spring-forward gap of size DT, return a time that is DT away
1104         from the requested time, preferring a time whose tm_isdst differs
1105         from the requested value.  Bump the max number of probes from 4 to
1106         6 to account for the extra probes needed to discover a
1107         spring-forward gap in the worst case.
1109 1998-10-07 17:05  Ulrich Drepper  <drepper@cygnus.com>
1111         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Improve the autodetection
1112         of the weird alpha architectures.
1113         Patch by Cristian Gafton <gafton@redhat.com>.
1115 1998-02-18 23:31  Richard Henderson  <rth@cygnus.com>
1117         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Add support for
1118         RAWHIDE and TSUNAMI.  Patch from Jay.Estabrook@digital.com.
1120 1998-10-07  Ulrich Drepper  <drepper@cygnus.com>
1122         * elf/dl-open.c (_dl_global_scope_alloc): Make global.
1123         (dl_open_worker): Use realloc, not malloc to resize array.
1124         * elf/rtld.c (_dl_initial_searchlist): New variable.
1125         (_dl_main): Copy content of _dl_main_searchlist to
1126         _dl_initial_searchlist.
1127         * elf/ldsodefs.h: Add declarations for _dl_initial_searchlist and
1128         _dl_global_scope_alloc.
1129         * elf/Versions [libc, GLIBC_2.1]: Add _dl_initial_searchlist.
1130         * elf/dl-close.c (_dl_close): When removing object with global
1131         scope remove allocated searchlist if no dynamically loaded object
1132         is on it anymore.
1133         * elf/dl-support.c (_dl_initial_searchlist): Renamed from fake_scope.
1134         (_dl_global_scope, _dl_main_searchlist): Use _dl_initial_searchlist.
1136         * malloc/mtrace.c (tr_where): Don't print space in location string,
1137         print it afterwards.  Print better symbol name information.
1139 1998-10-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1141         * manual/filesys.texi (Setting Permissions): Fix example for
1142         reading umask.
1144 1998-10-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1146         * elf/sprof.c (load_profdata): Fix typo in error message.
1148 1998-10-06  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1150         * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
1151         flag.
1153 1998-10-04  Roland McGrath  <roland@baalperazim.frob.com>
1155         * mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
1157 1998-10-06  Ulrich Drepper  <drepper@cygnus.com>
1159         * version.h (VERSION): Bump to 2.0.97.
1161 1998-10-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1163         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use __P
1164         in definitions of inline stat functions so that they match the
1165         declaration.
1166         * stdlib/stdlib.h: Likewise.
1167         * wcsmbs/wchar.h: Likewise.
1168         * libio/stdio.h: Likewise.
1169         * stdio/stdio.h: Likewise.
1170         * sysdeps/wordsize-64/inttypes.h: Likewise.
1171         * sysdeps/wordsize-32/inttypes.h: Likewise.
1172         * string/argz.h: Likewise.
1173         * argp/argp.h: Likewise.
1175 1998-10-06  Ulrich Drepper  <drepper@cygnus.com>
1177         * sysdeps/unix/sysv/linux/bits/in.h: Remove ipv6_mreq which is in
1178         netinet/in.h.
1180 1998-10-05  Philip Blundell  <philb@gnu.org>
1182         * sysdeps/unix/sysv/linux/bits/in.h: Add various new structures
1183         and constants.  Tidy up formatting a little.
1185         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_IPV6, SOL_ICMPV6):
1186         Move definitions to in.h.
1188 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1190         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_PREFER,
1191         SWAP_FLAG_PRIO_MASK,SWAP_FLAG_PRIO_SHIFT): Added.
1192         Remove inclusion of <linux/swap.h>.
1194 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
1196         * io/sys/stat.h: Use __P in definitions of inline stat functions
1197         so that they match the declaration.
1199 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1201         * sysdeps/unix/sysv/linux/sys/quota.h (Q_RSQUASH): Added.
1203 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1205         * sysdeps/unix/sysv/linux/sys/acct.h: Bring in sync with current
1206         linux 2.1 version.
1208 1998-10-02  Philip Blundell  <pb@nexus.co.uk>
1210         * sysdeps/arm/dl-machine.h: Fix typo in last change.
1212         * sysdeps/arm/bits/huge_val.h: New file.
1214 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1216         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_POWER_OFF): Added.
1218         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SYSCALL): Add
1219         define.
1221 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
1223         * sysdeps/posix/getcwd.c (__getcwd): Use temporary variable to
1224         store result of realloc instead of using BUF.
1226 1998-10-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1228         * misc/sgtty.h (_SGTTY_H): Correct spelling.
1229         Reported by Rouben Rostamian <rostamian@umbc.edu> [PR libc/817].
1231 1998-10-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1233         * manual/memory.texi (Obstacks): Document
1234         obstack_alloc_failed_handler usage.
1236         * malloc/obstack.h: Enhance comment about
1237         obstack_alloc_failed_handler usage.
1238         * malloc/obstack.c: Likewise.
1240 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
1242         * misc/sys/cdefs.h (__extension__): Define as empty if no gcc or
1243         gcc before 2.8 is used.
1245 1998-10-01  Philip Blundell  <pb@nexus.co.uk>
1247         * sysdeps/arm/machine-gmon.h: Correct args to mcount().  Patch
1248         from Scott Bambrough.
1250         * sysdeps/unix/sysv/linux/arm/register-dump.h: New file.
1252         * libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't
1253         include the lock member.
1255 1998-09-03  Philip Blundell  <pb@nexus.co.uk>
1257         * sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler.
1259 1998-10-01  Ulrich Drepper  <drepper@cygnus.com>
1261         * timezone/zic.c: Update from tzcode1998h.
1262         * timezone/europe: Update from tzdata1998i.
1263         * timezone/southamerica: Likewise.
1265         * sys/types.h: Protect use of long long by __extension__.
1266         * stdlib/stdlib.h: Likewise.
1267         * string/string.h: Likewise.
1268         * sysdeps/i386/bits/byteswap.h: Likewise.
1269         * sysdeps/geeric/bits/byteswap.h: Likewise.
1270         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
1271         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1272         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1273         * sysdeps/wordsize-32/inttypes.h: Likewise.
1274         * sysdeps/wordsize-32/stdint.h: Likewise.
1275         * wcsmbs/wchar.h: Likewise.
1277 1998-09-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1279         * string/bits/string2.h (__string2_1bptr_p): Don't use a statement
1280         expression.
1281         (__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk,
1282         __strsep): Greatly reduce size of expansion by combining common
1283         expressions.
1284         (__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to
1285         inline function.
1286         (__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used
1287         by the above definitions.
1289 1998-09-27  Geoff Keating  <geoffk@ozemail.com.au>
1291         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use
1292         correct struct ipc_perm definition.
1294 1998-09-29  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1296         * nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free.
1298 1998-09-29  Cristian Gafton  <gafton@redhat.com>
1300         * sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[].
1301         * sysdeps/unix/sysv/linux/net/if_shaper.h: New file.
1302         * sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
1303         * sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
1304         Add net/if_shaper.h.
1306 1998-09-29  Ulrich Drepper  <drepper@cygnus.com>
1308         * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind.
1310         * nis/ypclnt.c: Remove not needed close calls.
1312 1998-09-28 23:55  Ulrich Drepper  <drepper@cygnus.com>
1314         * nis/ypclnt.c (__yp_bind): Pretty print.  Optimize readv result
1315         check a bit.  Also close socket of domain client.  Close socket
1316         in IPPORT_RESERVED error case.
1318 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
1320         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use
1321         CMSG_ALIGN (fixes a bug) and correct test for availability of
1322         another entry.
1323         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Sync with generic
1324         Linux version.
1325         (__cmsg_nxthdr): Use CMSG_ALIGN (fixes a bug) and correct test for
1326         availability of another entry.
1327         Patch by ak@muc.de.
1329         * sysdeps/unix/sysv/linux/netinet/ip.h (IPOPT_NOOP): Fix typo.
1330         Patch by ak@muc.de.
1332         * libio/libio.h [!__STDC__]: Define const only if not defined.
1334 1998-09-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1336         * posix/annexc.c (xsystem): New function.  Use it instead of
1337         system.
1339 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
1341         * stdlib/longlong.h: Remove #endif for #if removed in last change.
1343 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
1345         * time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu.
1346         Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to
1347         allow using `ut' parameter.
1348         [!emacs]: Define ut_argument, ut_argument_spec, and
1349         ut_argument_spec_iso as empty.  Define ut to 0.  Add ut_argument and
1350         argument_spec to prototypes and definitions.
1351         (my_strftime): Don't call tzset of ut != 0.
1352         Compute diff as 0 is ut != 0;
1353         [emacs]: Define new emacs_strftime function.
1354         Based on a patch by Paul Eggert.
1356 1998-09-24  Paul Eggert  <eggert@twinsun.com>
1358         * time/strftime.c (my_strftime): When asking for the length of the
1359         subformatted buffer, do not limit the length to look for;
1360         otherwise, we have no reliable way to distinguish between the
1361         empty buffer and an error.
1363 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
1365         * math/Makefile (gmp-objs): Add mp_clz_tab.
1367 1998-09-25  David S. Miller  <davem@pierdol.cobaltmicro.com>
1369         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear bits don't
1370         set them.
1371         * stdlib/longlong.h (sparc udiv_qrnnd): Define inline version for
1372         cpus lacking hardware multiply and divide.
1374 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1376         * db/Makefile ($(inst_slibdir)/libdb.so$(libdb1.so-version)): Use
1377         $(<F), not $(^F).
1379 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1381         * db/btree/bt_delete.c: Fix -Wparentheses warning.
1383 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1385         * Makefile ($(inst_includedir)/gnu/lib-names.h): Use
1386         $(do-install).
1388 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
1390         * debug/catchsegv.sh: Also produce output if clone process died.
1392 1998-09-24  Paul Eggert  <eggert@twinsun.com>
1394         * time/strftime.c (f_wkday): Remove duplicate definition.
1395         (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when
1396         !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the
1397         1998-09-11 fix to this case.
1398         (wkday_len, month_len): Remove these macros; they're no longer needed.
1400 1998-09-24  Paul Eggert  <eggert@twinsun.com>
1402         * time/strftime.c (my_strftime): Don't store past the end of a
1403         zero-sized buffer.
1405 1998-09-24  Paul Eggert  <eggert@twinsun.com>
1407         * time/strftime.c (underlying_strftime):
1408         Set the buffer to a nonzero value before calling
1409         strftime, and check to see whether strftime has set the buffer to zero.
1410         This lets us distinguish between an empty buffer and an error.
1412 1998-09-24  Paul Eggert  <eggert@shade.twinsun.com>
1414         * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
1415         This fix is propagated from tzcode1998g.tar.gz.
1417 1998-09-24  Mark Kettenis  <kettenis@phys.uva.nl>
1419         * sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
1420         _sys_siglist.  [!HAVE_GNU_LD]: Do not define _sys_siglist as
1421         sys_siglist.  This is handled correctly by the weak_alias macro.
1423 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
1425         * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition
1426         of mempcpy.  Reported by Andreas Jaeger.
1428         * misc/regexp.h (compile): Use alloca instead of __alloca.  It won't
1429         pollute the namespace since the compiler will resolve it inline.
1430         Reported by Florian La Roche <florian@suse.de>.
1432 1998-09-24 10:29  Ulrich Drepper  <drepper@cygnus.com>
1434         * timezone/private.h: Update from tzcode1998g.
1436         * timezone/africa: Update from tzdata1998h.
1437         * timezone/asia: Likewise.
1438         * timezone/australasia: Likewise.
1439         * timezone/europe: Likewise.
1440         * timezone/northamerica: Likewise.
1441         * timezone/southamerica: Likewise.
1442         * timezone/zone.tab: Likewise.
1444 1998-09-23 17:28 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1446         * misc/sys/mman.h: New file.
1448         * sysdeps/generic/bits/mman.h: New file.
1449         * sysdeps/unix/bsd/osf/bits/mman.h: New file.
1450         * sysdeps/unix/bsd/sun/sunos4/bits/mman.h: New file.
1451         * sysdeps/unix/bsd/ultrix4/bits/mman.h: New file.
1452         * sysdeps/unix/sysv/irix4/bits/mman.h: New file.
1454         * sysdeps/generic/sys/mman.h: Removed.
1455         * sysdeps/unix/bsd/osf/sys/mman.h: Removed.
1456         * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Removed.
1457         * sysdeps/unix/bsd/ultrix4/sys/mman.h: Removed.
1458         * sysdeps/unix/sysv/irix4/sys/mman.h: Removed.
1459         * sysdeps/unix/sysv/linux/sys/mman.h: Removed.
1461         * include/sys/mman.h: Look directly for misc/sys/mman.h.
1462         * misc/Makefile (headers): Add bits/mman.h.
1463         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
1464         bits/mman.h.
1466         * sysdeps/unix/sysv/linux/alpha/Dist: Don't mention bits/mman.h.
1467         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
1468         * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
1469         * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
1470         * sysdeps/unix/sysv/linux/mips/Dist: Likewise.
1471         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1472         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
1473         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1475 1998-09-23 16:27 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1477         * sysdeps/mach/alpha/sysdep.h: Don't use #include_next.
1478         * sysdeps/mach/alpha/thread_state.h: Likewise.
1479         * sysdeps/mach/i386/sysdep.h: Likewise.
1480         * sysdeps/mach/i386/thread_state.h: Likewise.
1481         * sysdeps/mach/mips/sysdep.h: Likewise.
1482         * sysdeps/mach/mips/thread_state.h: Likewise.
1483         * sysdeps/posix/profil.c: Likewise.
1484         * sysdeps/i386/i586/memcopy.h: Likewise.
1485         * sysdeps/mach/pagecopy.h: Likewise.
1487 1998-09-23 15:25  Ulrich Drepper  <drepper@cygnus.com>
1489         * libio/stdio.h: Define __need_getopt and include getopt.h to define
1490         getopt stuff.
1491         * posix/unistd.h: Likewise.
1492         * stdio/stdio.h: Likewise.
1493         * posix/getopt.h: Remove _GNU_SOURCE use.  If __need_getopt is defined
1494         define only getopt and the variables.
1496 1998-09-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1498         * scripts/test-installation.pl (installation_problem): Don't link
1499         the test program against libdb1.
1501 1998-09-23 13:52  Ulrich Drepper  <drepper@cygnus.com>
1503         * Makeconfig (all-subdirs): Add db.
1504         * Versions.def: Add definition for libdb1.
1505         * shlib-versions: Add definitions for libdb1.
1506         * db/Makefile (extra-libs): Replace by libdb1.
1507         (libdb-routines): Rename to libdb1-routines.
1508         (headers): Rename to db1-headers.
1509         (distribute): Add $(db1-headers).
1510         (install-others): Define to install symlink libdb.so.NN and the
1511         $(db1-headers).
1512         (CPPFLAGS): Add -DUSE_LIBDB1
1513         Remove rules to build makedb.
1514         * db/Versions: Rename libdb to libdb1.
1515         * include/db.h: If USE_LIBDB1 is defined include db/db.h.
1516         * db/makedb.c: Removed.
1518         * scripts/versions.awk: Recognize digits in library names.
1520         * db/btree/bt_open.c: Fix compiler warnings.
1521         * db/btree/bt_put.c: Likewise.
1522         * db/btree/bt_split.c: Likewise.
1523         * db/hash/hash.c: Likewise.
1524         * db/hash/hash_bigkey.c: Likewise.
1525         * db/recno/rec_close.c: Likewise.
1527         * Makefile: Add localedata/% goal.
1529 1998-09-22 19:58 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1531         * posix/execvp.c: Don't give up searching the PATH if execve
1532         returns ENOTDIR.
1534 1998-09-22 12:53  Ulrich Drepper  <drepper@cygnus.com>
1536         * sysdeps/unix/sysv/linux/init-first.c (init): Don't call setfpucw only
1537         if _dl_fpu_control_set is set.
1538         * sysdeps/generic/dl-sysdep.c: Don't set _dl_fpu_control_set.
1539         * elf/rtld.c: Don't define _dl_fpu_control_set.
1540         * elf/Versions: Remove _dl_fpu_control_set.
1542 1998-09-22 11:51  Ulrich Drepper  <drepper@cygnus.com>
1544         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (SA_ONSTACK): Define.
1545         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
1546         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
1547         Correct values of other SA_* macros according to kernel headers.
1549 1998-09-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1551         * elf/dl-load.c (_dl_init_paths): Avoid warning about unused
1552         variable l.
1553         * elf/dl-error.c (_dl_catch_error): Avoid warning about clobbering
1554         old.
1556 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1558         * elf/ldsodefs.h: Fix typo in comment.
1560 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1562         * libio/genops.c (_IO_default_pbackfail): Add cast to unsigned
1563         char when comparing buffer contents with putback character.
1565 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1567         * elf/Makefile (dl-routines, elide-routines.os, rtld-routines):
1568         Undo last change.
1569         * elf/Versions: Undo last change.  Export _dl_fpu_control and
1570         _dl_fpu_control_set.
1571         * elf/rtld.c (_dl_fpu_control, _dl_fpu_control_set): New
1572         variables.  Include <fpu_control.h>.
1573         * sysdeps/generic/dl-sysdep.c: Store AT_FPUCW value in
1574         _dl_fpu_control instead of __fpu_control, set _dl_fpu_control_set
1575         to indicate that is was seen.
1576         * sysdeps/unix/sysv/linux/init-first.c: Omit call to __setfpucw
1577         only if _dl_fpu_control was set and is equal to desired value.
1578         * math/Makefile (aux): Undo last change.
1579         * math/Versions: Export __fpu_control with version GLIBC_2.0.
1581 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1583         * sysdeps/m68k/dl-machine.h (elf_machine_lazy_rel): Slightly
1584         optimized.
1586 1998-09-21 10:00  Ulrich Drepper  <drepper@cygnus.com>
1588         * string/bits/string2.h: Add mempcpy optimization.
1589         * sysdeps/generic/mempcpy.c: Undefined __mempcpy.
1590         * intl/localealias.c: Define mempcpy only if not already defined.
1592         * sysdeps/i386/i486/bits/string.h: Define ffsl only if not already
1593         defined.
1595 1998-09-20 10:48 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1597         * csu/abi-note.S: Emit the note directly instead of defining
1598         a preprocessor macro that's only used once.  Don't include sysdep.h.
1599         * abi-tags: Generalize Solaris entry.
1601 1998-09-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1603         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1, __libc_ptyname2):
1604         Change to array to avoid runtime relocation.
1605         * sysdeps/unix/sysv/linux/ptsname.c: Update declarations.
1607 1998-09-21 12:22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1609         * malloc/Makefile ($(objpfx)libmcheck.a): Fix use of $(LN_S).
1610         * math/Makefile ($(objpfx)libieee.a): Likewise.
1612 1998-09-21  Ulrich Drepper  <drepper@cygnus.com>
1614         * sysdeps/generic/getpt.c: Fix order of argument to weak_alias.
1615         Patch by John Tobey <jtobey@banta-im.com>.
1617 1998-09-20  Ulrich Drepper  <drepper@cygnus.com>
1619         * login/Makefile (distribute): Remove pty-internal.h, add
1620         pty-private.h.
1622         * stdlib/tst-strtol.c: Add more checks.
1623         Patch by Zack Weinberg <zack@rabi.columbia.edu>.
1625 1998-09-20 09:37  Ulrich Drepper  <drepper@cygnus.com>
1627         * elf/Versions [GLIBC_2.1] (libc): Add __fpu_control.
1628         * elf/elf.h: Add AT_FPUCW.
1629         * elf/Makefile (dl-routines): Add fpu_control.
1630         (elide-routines.os): Add fpu_control.
1631         (rtld-routines): Add fpu_control.
1632         * math/Makefile (aux): Remove fpu_control.
1633         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_FPUCW.
1634         (_dl_show_auxv): Likewise.
1635         * sysdeps/unix/sysv/linux/init-first.c (init): Use __setfpucw only
1636         if different from OS default.
1638         * stdio-common/tstscanf.c: Add test case for (nil).
1640 1998-09-18 17:41  Ulrich Drepper  <drepper@cygnus.com>
1642         * libio/fileops.c (_IO_new_file_underflow): Before allocating
1643         buffer make sure the pushback buffer is destroyed.
1644         (_IO_new_file_seekoff): Likewise.
1645         If mode==0 quit early with the result.
1646         Clear OEF flag after successful fseek.
1647         * libio/libio.h (_IO_FILE_complete): Add _IO_save_ptr.
1648         * libio/ftello.c (ftello): Add offset from original buffer if
1649         stream has pushed back characters.
1650         * libio/ftello64.c (ftello64): Likewise.
1651         * libio/iofgetpos.c (_IO_fgetpos): Likewise.
1652         * libio/iofgetpos64.c (_IO_fgetpos64): Likewise.
1653         * libio/ioftell.c (_IO_ftell): Likewise.
1654         * libio/genops.c (_IO_switch_to_main_get_area): Swap _IO_read_ptr
1655         and _IO_save_ptr.
1656         (_IO_switch_to_backup_area): Save _IO_read_ptr in _IO_save_ptr.
1657         (_IO_default_pbackfail): Only stored push back character in original
1658         buffer if it is the same as the one in the file at this position.
1659         * libio/iofclose.c: Free backup buffer if one is available.
1660         * libio/ioseekoff.c (_IO_seekoff): Only remove pushback buffer if
1661         mode!=0.
1663         * strdlib/strtol.c (strtol): Handle 0x... string for base!=0 correctly.
1665         * time/strftime.c [_LIBC] (ampm): Use tp->tm_hour not hour12.
1667         * stdio-common/vfscanf.c: Fix reading (nil) for %p.
1669 1998-09-18  Mark Kettenis  <kettenis@phys.uva.nl>
1671         * login/programs/pt_chown.c (more_help): Correct message that
1672         describes the purpose of the program.
1674         * login/openpty.c: Do not include pty-private.h.
1675         (pts_name): New function.  Return name of slave pseudo terminal in
1676         an allocated buffer if necessary.
1677         (openpty): Use pts_name to get name of the slave end of the pseudo
1678         terminal pair.
1680         * sysdeps/unix/grantpt.c (grantpt): Free buffer allocated by
1681         pts_name before return.
1683 1998-09-18 11:15  Ulrich Drepper  <drepper@cygnus.com>
1685         * math/math.h: Define __NO_MATH_INLINES if __STRICT_ANSI__.
1687 1998-09-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1689         * login/openpty.c: Include pty-private.h instead of
1690         pty-internal.h.
1692 1998-09-09  Philip Blundell  <pb@nexus.co.uk>
1694         * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Optimise a bit.
1696 1998-09-07  Philip Blundell  <pb@nexus.co.uk>
1698         * sysdeps/arm/dl-machine.h (RTLD_START): Keep in step with
1699         recent ld.so changes.
1700         (elf_machine_runtime_setup): Correct behaviour when profiling.
1702 1998-09-17 19:34  Ulrich Drepper  <drepper@cygnus.com>
1704         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Fix typo.
1705         Patch by John Tobey <jtobey@banta-im.com>.
1707 1998-09-17  Mark Kettenis  <kettenis@phys.uva.nl>
1709         * login/pty-internal.h: Removed.  Moved constants related to the
1710         `grantpt' helper program protocol to ...
1711         * login/pty-private.h: ... here.  New file.
1712         * sysdeps/unix/sysv/linux/ptsname.c (ptsname): Reimplementation
1713         to make the function work with kernels >= 2.1.115.
1714         * sysdeps/unix/sysv/linux/getpt.c (getpt): Reimplement to call BSD
1715         version if using the cloning device fails.
1716         * sysdeps/unix/sysv/linux/grantpt.c: New file.
1717         * sysdeps/unix/sysv/linux/unlockpt.c: General cleanup.
1718         * sysdeps/unix/bsd/getpt.c (__getpt): Largely rewritten to allow
1719         use by Linux specific code.
1720         * sysdeps/unix/bsd/unlockpt.c: General cleanup.
1721         * sysdeps/unix/grantpt.c: Largely rewritten.  (pts_name): New
1722         function.  (grantpt): Use pts_name, check group and permission
1723         mode in addition to owner.  Try to set the owner, group and
1724         permission mode first without invoking the helper program.
1725         * login/programs/pt_chown.c: Largely rewritten.  Add argp and
1726         internationalization support.  Use symbolic constants instead of
1727         hardwired numbers for permission mode.
1728         * sysdeps/unix/bsd/ptsname.c: New file.
1730 1998-09-17 22:04  Tim Waugh  <tim@cyberelk.demon.co.uk>
1732         * posix/wordexp-test.c: Undo last change.
1734         * posix/wordexp.c: Undo last change.
1736 1998-09-16  Ulrich Drepper  <drepper@cygnus.com>
1738         * nscd/grpcache.c (save_grp): Partly undo last change.
1740         * nscd/pwdcache.c (save_pwd): Undo last change.
1742 1998-09-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1744         * sysdeps/mach/hurd/dl-cache.c (_dl_unload_cache): New dummy
1745         function.  Reported by okuji@kuicr.kyoto-u.ac.jp [PR libc/789].
1747 1998-09-15  David S. Miller  <davem@pierdol.cobaltmicro.com>
1749         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
1750         Add profiling support.
1751         (TRAMPOLINE_TEMPLATE): New macro.
1752         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
1753         (RTLD_START): Prettify, and set __libc_stack_end properly.
1754         (elf_machine_rela) [R_SPARC_COPY]: Remove RTLD_BOOTSTRAP ifndef
1755         and check for sym being NULL instead.
1756         * sysdeps/sparc/sparc64/addmul_1.S: Adjust to allocate 192 bytes
1757         of stack space.
1758         * sysdeps/sparc/sparc64/lshift.S: Likewise.
1759         * sysdeps/sparc/sparc64/mul_1.S: Likewise.
1760         * sysdeps/sparc/sparc64/rshift.S: Likewise.
1761         * sysdeps/sparc/sparc64/submul_1.S: Likewise.
1762         * sysdeps/sparc/sparc64/elf/crtbegin.S: Likewise and remove old
1763         MEDANY code model %g4 usage.
1764         * sysdeps/sparc/sparc64/elf/crtend.S: Likewise and remove old
1765         MEDANY code model %g4 usage.
1766         * sysdeps/sparc/sparc64/elf/start.S: Rework to not use old FULLANY
1767         code model address formation.
1768         * sysdeps/sparc/sparc64/dl-machine.h: Don't include link.h, do
1769         include elf/ldsodefs.h
1770         (DT_SPARC): Remove.
1771         (elf_machine_matches_host): It is now EM_SPARCV9.
1772         (elf_machine_dynamic): Clean up to remove ugly cast.
1773         (elf_machine_fixup_plt): Rework for new V9 ABI, add support for
1774         new PLT formats.
1775         (elf_machine_rela): Don't do anything at all for R_SPARC_NONE.
1776         Prettify rest of function.
1777         [R_SPARC_COPY]: Check for sym being NULL.
1778         [R_SPARC_32]: Handle it.
1779         [R_SPARC_H44, R_SPARC_M44, R_SPARC_L44]: Handle them for the
1780         MEDMID code model.
1781         [R_SPARC_HH22, R_SPARC_HM10, R_SPARC_LM22]: Handle them for the
1782         MEDANY code model.
1783         [R_SPARC_NONE]: Remove this case, as it is now checked earlier.
1784         (elf_machine_runtime_setup): Rewrite for new V9 ABI plt formats.
1785         Add profiling support.
1786         (TRAMPOLINE_TEMPLATE): New macro.
1787         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
1788         (RTLD_START): Prettify and set __libc_stack_end.
1789         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h (SA_SIGINFO):
1790         Define.
1791         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Set to 64.
1792         (SIGRTMIN, SIGRTMAX, __SIGRTMIN, __SIGRTMAX): Define.
1793         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c (__brk): Remove
1794         unused variable scratch.
1795         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
1796         (__syscall_rt_sigaction, __rt_sigreturn_stub, __sigreturn_stub):
1797         Declare.
1798         (__sigaction): Rewrite rt_sigaction case to pass correct sigreturn
1799         stub to rt_sigaction syscalls.  Rewrite non-rt case to use correct
1800         old format kernel sigaction structures.
1801         * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext.h: Move...
1802         * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: to here.
1803         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Remove ucontext.h
1804         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Fix
1805         ucontext include.
1806         (_JMPBUF_UNWINDS): Define.
1807         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Declare
1808         statfs64 structure, which is exactly the same as the normal one.
1809         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Allocate 192 bytes
1810         of stack.  Use correct syscall trap number.  Add branch prediction
1811         settings to branch instructions.  Remove old MEDANY code model %g4
1812         referneces for non-PIC.
1813         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
1814         * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
1815         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Likewise.
1816         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1817         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1818         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
1819         __libc_longjmp and __libc_siglongjmp strong aliases.
1820         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c (__readdir64):
1821         Also define to __no__readdir64_decl around readdir.c inclusion.
1822         (__readdir64): Add strong alias.
1823         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: New file.
1824         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getrlimit):
1825         Set strong and weak names properly.
1827 1998-09-16 11:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1829         * manual/Makefile (AWK): Default to gawk if standalone.
1831 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1833         * Makefile (distribute): Undo last change.
1834         * Make-dist (+tsrc) [not subdir]: Also include indirection headers
1835         for sysdep headers.
1836         (+subdir-headers): Removed, unused.
1838 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1840         * stdio-common/Makefile ($(inst_includedir)/bits/stdio_lim.h): Use
1841         $(do-install).
1843 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1845         * Makerules ($(+sysdir_pfx)sysd-Makefile): Don't check for
1846         absolute name in $(config-sysdirs), can never happen.
1847         ($(+sysdir_pfx)sysd-rules): Likewise.
1848         * Makeconfig (full-config-sysdirs): Likewise.
1849         (all-Subdirs-files): Prepend $(..).
1851         * configure.in: Don't check for absolute name in $add_ons_pfx, can
1852         not happen.  Let --enable-add-ons=yes work if no add-ons actually
1853         exist.
1855 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1857         * Rules ($(common-objpfx)bits/stdio_%.h): Remove extra
1858         continuations in command.
1860 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1862         * libio/oldstdfiles.c (_IO_stdin_used): Update declaration.
1864 1998-09-16 00:47  Tim Waugh  <tim@cyberelk.demon.co.uk>
1866         * posix/wordexp-test.c: If expansion or substitution occurs
1867         anywhere in a word, the entire word is subject to field-splitting.
1869         * posix/wordexp.c (parse_glob): Look for end of word instead of
1870         end of field when deciding what to glob.
1871         (field_split_word): New function, now the only place where
1872         field-splitting is performed.
1873         (parse_dollars): New parameter - tell the caller if
1874         field-splitting should be performed on this word.
1876         * posix/wordexp-test.c (testit): Only call wordfree if wordexp
1877         succeeded (or failed with WRDE_NOSPACE).
1879 1998-09-15 19:53 1998  Tim Waugh  <tim@cyberelk.demon.co.uk>
1881         * posix/wordexp.c (wordexp): Don't convert IFS characters to
1882         blanks.
1884         * posix/wordexp-test.c: Words not the result of expansion or
1885         substitution should remain unchanged.
1887 1998-09-15  Ulrich Drepper  <drepper@cygnus.com>
1889         * elf/dynamic-link.h [!ELF_MACHINE_PLTREL_OVERLAP]
1890         (_ELF_DYNAMIC_DO_RELOC): Correctly set ranges[1].lazy.
1892 1998-09-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1894         * stdio-common/Makefile: Include Makeconfig so that
1895         $(inst_includedir) is defined.
1897 1998-09-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1899         * io/pwd.c: Include <mcheck.h>.
1901 1998-09-15 08:00  Ulrich Drepper  <drepper@cygnus.com>
1903         * nscd/pwdcache.c (save_pwd): Correct copying.
1904         * nscd/grpcache.c (save_grp): Likewise.
1906 1998-09-14 23:36  Ulrich Drepper  <drepper@cygnus.com>
1908         * nscd/pwdcache.c (save_pwd): Rewrite to use only one malloc call.
1909         (free_pwd): Adjust for this change.
1910         * nscd/grpcache.c (save_grp): Rewrite to use only one malloc call.
1911         (free_grp): Adjust for this change.
1913 1998-09-14  Ulrich Drepper  <drepper@cygnus.com>
1915         * nscd/pwdcache.c (cache_pwdinit): Allocate uidtbl of correct size.
1917 1998-09-14 15:29  Ulrich Drepper  <drepper@cygnus.com>
1919         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
1920         (install-others): Add bits/stdio_lim.h.
1921         Add rule to install bits/stdio_lim.h.
1923         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
1925         * Makefile (distribute): Add include/sys/mman.h.
1927         * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
1928         * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
1929         * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
1931         * grp/initgroups.c: Include stdlib.h.
1932         Patch by Zack Weinberg.
1934 1998-09-14 22:46  Tim Waugh  <tim@cyberelk.demon.co.uk>
1936         * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
1937         for field-splitting :abc: is correct, and that two fields should
1938         result. Revert tests to reflect this.
1940         * posix/wordexp.c (w_emptyword): Remove function.
1941         (exec_comm): Don't use w_emptyword.
1942         (parse_param): Likewise.
1944 1998-09-14 15:00  Ulrich Drepper  <drepper@cygnus.com>
1946         * sysdeps/arm/fpu/Dist: Moved to...
1947         * sysdeps/arm/Dist: ...here.
1948         * sysdeps/posix/Dist: Removed.
1949         * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to...
1950         * sysdeps/unix/sysv/linux/i386/Dist: ...here.
1952 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
1954         * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
1956 1998-09-14 11:26  Ulrich Drepper  <drepper@cygnus.com>
1958         * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
1960 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1962         * libc-work/nis/nss_nisplus/nisplus-service.c
1963         (_nss_nisplus_parse_servent): Convert port in network byte order.
1965 1998-09-14 07:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1967         * stdlib/stdlib.h: Add a switch, __need_malloc_and_calloc,
1968         to provide only malloc and calloc.
1969         * include/stdlib.h: Support the above.
1970         * string/bits/string2.h: Use __need_malloc_and_calloc when
1971         including stdlib.h.
1972         (__string2_1bptr_p): Avoid -Wbad-function-cast warnings.
1974         * iconvdata/iso-2022-jp.c: Include <stdlib.h>.
1975         * iconvdata/iso646.c: Include <stdlib.h>.
1977 1998-09-14 07:51 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1979         * sunrpc/rpc_cout.c: Add braces around ambiguous else.
1980         * sysdeps/libm-ieee754/w_pow.c: Likewise.
1981         * sysdeps/libm-ieee754/w_powf.c: Likewise.
1982         * sysdeps/libm-ieee754/w_powl.c: Likewise.
1984 1998-09-14 07:57 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1986         * stdio-common/stdio_lim.h.in: New file.  All parameters
1987         are adjustable at build time.
1988         * Rules: Add a rule to build bits/stdio_lim.h from
1989         stdio-common/stdio_lim.h.in.  (It has to be in Rules so that
1990         all subdirectories know how to make the file.  It can't be
1991         in Makerules because then it gets built at top level and the
1992         dependencies are wrong.)
1994         * stdio-common/Makefile (distribute): Add stdio_lim.h.in.
1995         * sysdeps/unix/sysv/linux/Makefile: Delete rules to make
1996         stdio_lim.h.
1997         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Removed.
1998         * sysdeps/unix/sysv/linux/Dist: Take out stdio_lim.h.in.
1999         * sysdeps/posix/Makefile: Removed.
2000         * sysdeps/posix/mk-stdiolim.c: Removed.
2001         * sysdeps/generic/bits/stdio_lim.h: Removed.
2003 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2005         * argp/argp-help.c: Fixup indentation.
2006         * nss/nss_files/files-alias.c: Quiet -Wparentheses warning.
2007         * resolv/nss_dns/dns-network.c: Likewise.
2008         * resolv/res_send.c: Likewise.
2009         * rt/aio_cancel.c: Likewise.
2010         * rt/aio_misc.c: Likewise.
2012 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2014         * Makefile (install-symbolic-link): Remove the link list file at last.
2015         * Makerules (install-clean-symbolic-link-list): Removed.
2017 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2019         * timezone/tst-timezone.c: Print time in UTC to get consistent
2020         output.
2022 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2024         * elf/rtld.c (_dl_rpath): Removed.
2025         * elf/dl-support.c (_dl_path): Removed.
2026         * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
2027         (CFLAGS-dl-support.c): Removed.
2029         * elf/dl-load.c (env_path_list): Renamed from fake_path_list.  All
2030         uses changed.
2031         (_dl_init_paths): Always set env_path_list from LD_LIBRARY_PATH,
2032         instead of appending it to the main map's rpath info.
2033         (_dl_map_object): Consistently use LD_LIBRARY_PATH after all
2034         DT_RPATHs.  This makes it effective again.
2035         (decompose_rpath): Remove second parameter, callers changed.
2036         (fillin_rpath): Allocate enough space in curwd.
2037         (expand_dynamic_string_token): Cope with get_origin returning -1.
2039 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2041         * libc-work/nis/nss_compat/compat-pwd.c: Add support for
2042         passwd.adjunct.
2044         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
2045         invalid password.
2047 1998-09-13 18:06  Ulrich Drepper  <drepper@cygnus.com>
2049         * locale/programs/locale.c: Update dates.
2051 1998-09-13  Mark Kettenis  <kettenis@phys.uva.nl>
2053         * sysdeps/generic/bits/types.h: Include <features.h>.  Make sure
2054         size_t is defined.  Some reordering of definitions to make
2055         maintaining this file in parallel with the linux-specific file easier.
2057 1998-09-13  Ulrich Drepper  <drepper@cygnus.com>
2059         * io/pwd.c (main): Add call to mtrace.
2061         * malloc/mtrace.pl: Quote @ in string.
2063 1998-09-13 19:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
2065         * posix/wordexp.c (parse_arith): Fix memory leaks.
2066         (exec_comm): Likewise.
2067         (parse_param): Likewise.
2068         (wordexp): Likewise.
2069         (exec_comm): Reduce number of function return points.
2070         (parse_param): Likewise.
2071         (wordexp): Likewise.
2073 1998-09-13 14:53  Tim Waugh  <tim@cyberelk.demon.co.uk>
2075         * posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
2076         yield three fields, not two.  Test both parameter expansion and
2077         command substitution for correct field-splitting behaviour.
2079         * posix/wordexp.c (w_emptyword): New function.
2080         (parse_param): Use it.
2081         (exec_comm): Likewise, for consistency with the way parse_param
2082         splits fields.
2083         (parse_param): Fix some memory leaks.
2085 1998-09-13 18:04  Geoff Keating  <geoffk@ozemail.com.au>
2087         * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
2088         Don't mark asm `volatile'.
2089         (__elf_machine_runtime_setup): Clear the last partial block in the PLT
2090         from the data cache too.  Assume it isn't in the instruction cache yet.
2091         (__elf_machine_fixup_plt): Clear the modified address from the caches.
2093 1998-09-12  Mark Kettenis  <kettenis@phys.uva.nl>
2095         * sysdeps/generic/segfault.c (install_handler): Install signal
2096         handler with SA_ONSTACK instead of setting the stack flags to
2097         SS_ONSTACK.  Do not install handler for SIGSTKFLT if it is not
2098         defined.
2100 1998-09-12 14:24 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2102         * signal/signal.h: Fix multiple inclusion guard to cover the
2103         entire file.
2104         * wcsmbs/wchar.h: Remove prototype of internal function
2105         __mbsrtowcs.
2106         * sysdeps/i386/i486/bits/string.h (memchr): Don't do
2107         arithmetic on `void *'.
2109 1998-09-12 01:09  Tim Waugh  <tim@cyberelk.demon.co.uk>
2111         * posix/wordexp-test.c: Fix wrong tests.  Add new tests.
2113         * posix/wordexp.c (wordexp): Perform word-splitting instead of
2114         field-splitting here.
2115         (wordexp): If out of memory mid-word, free the word (but still
2116         leave pwordexp alone for caller to see).
2117         (parse_param): Allow for zero-length fields (smarter checking of
2118         memory allocation failure).
2119         (w_addword): Convert NULL words to "".
2120         (wordexp): Convert left-over IFS characters to blanks (like bash).
2122 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
2124         * configure.in: Use test -f instead of test -e.
2125         Patch by John Tobey <jtobey@banta-im.com>.
2127         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file.
2128         * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file.
2129         * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file.
2130         * sysdeps/unix/sysv/linux/sigstack.c: Fix typo.
2131         * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo.
2132         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file.
2133         * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file.
2134         Patches by John Tobey <jtobey@banta-im.com>.
2136         * time/strftime.c (my_strftime): Delay use of *tp values until
2137         latest possible point to allow partly initialized structures
2138         (e.g., from strptime).
2140         * iconvdata/Makefile (modules): Add ISO_10367-BOX, MAC-IS, NATS-DANO,
2141         and NATS-SEFI.
2142         Define *-routines variables for new modules.
2143         (distribute): Add .c files for new modules.
2144         (awk-generated-headers): Add iso_10367-box.h, mac-is.h, nats-dano.h,
2145         and nats-sefi.h.
2146         Add rules for header generation.
2147         * iconvdata/gconv-modules: Add entries for new modules.
2148         * iconvdata/iso_10367-box.c: New file.
2149         * iconvdata/mac-is.c: New file.
2150         * iconvdata/nats-dano.c: New file.
2151         * iconvdata/nats-sefi.c: New file.
2153 1998-04-30 18:20  H.J. Lu  <hjl@gnu.org>
2155         * elf/dl-load.c (_dl_init_paths): Don't check the dynamic
2156         loader if PIC is not defined.
2158 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
2160         * iconvdata/Makefile (modules): Add CSN_369103, CWI, DEC-MCS,
2161         ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT, GREEK7, GREEK7-OLD, INIS,
2162         INIS-8, INIS-CYRILLIC, ISO_6937-2, ISO_2033, ISO_5427, ISO_5427-EXT,
2163         and ISO_5428.
2164         Define *-routines variables for new modules.
2165         (distribute): Add .c files for new modules.
2166         (awk-generated-headers): Add csn_369103.h, cwi.h, dec-mcs.h,
2167         ecma-cyrillic.h, gost_19768-74.h, greek-ccitt.h, greek7.h,
2168         greek7-old.h, inis.h, inis-8.h, inis-cyrillic.h, iso_2033.h,
2169         iso_5427.h, iso_5427-ext.h, and iso_5428.h.
2170         Add rules for header generation.
2171         * iconvdata/gconv-modules: Add entries for new modules.
2172         * iconvdata/csn_369103.c: New file.
2173         * iconvdata/cwi.c: New file.
2174         * iconvdata/dec-mcs.c: New file.
2175         * iconvdata/ecma-cyrillic.c: New file.
2176         * iconvdata/gost_19768-74.c: New file.
2177         * iconvdata/greek-ccitt.c: New file.
2178         * iconvdata/greek7-old.c: New file.
2179         * iconvdata/greek7.c: New file.
2180         * iconvdata/inis-8.c: New file.
2181         * iconvdata/inis-cyrillic.c: New file.
2182         * iconvdata/inis.c: New file.
2183         * iconvdata/iso6937-2.c: New file.
2184         * iconvdata/iso_2033.c: New file.
2185         * iconvdata/iso_5427-ext.c: New file.
2186         * iconvdata/iso_5427.c: New file.
2187         * iconvdata/iso_5428.c: New file.
2189         * iconvdata/iso6937.c (from_ucs4): Correct 0x80, 0x81, and 0xb9
2190         entries.
2191         Convert U02dd correctly.
2193 1998-09-11 20:46  Richard Henderson  <rth@cygnus.com>
2195         * sysdeps/alpha/dl-machine.h (_dl_start_user): Pass pointer to
2196         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
2197         * sysdeps/sparc/sparc32/dl-machine.h (_dl_start_user): Likewise.
2198         * sysdeps/sparc/sparc64/dl-machine.h (_dl_start_user): Likewise.
2200 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
2202         * resolv/res_init.c (res_init): Handle resolv.conf file with only
2203         one nameserver correctly.  Patch by HJ Lu.
2205         * iconvdata/Makefile (modules): Add IEC_P27-1, BALTIC, ASMO_449,
2206         and ANSI_X3.110.
2207         Define *-routines variables for new modules.
2208         (distribute): Add .c files for new modules.
2209         (awk-generated-headers): Add iec_p27-1.h, baltic.h, and asmo_449.h.
2210         Add rules for hedaer generation.
2211         * iconvdata/gconv-modules: Add entries for new modules.  Pretty print.
2212         * iconvdata/ansi_x3.110.c: New file.
2213         * iconvdata/asmo_449.c: New file.
2214         * iconvdata/baltic.c: New file.
2215         * iconvdata/iec_p27-1.c: New file.
2217         * iconvdata/t61.c (from_ucs4): Correct 0x23, 0x24, 0x80, and 0x81
2218         entries.
2219         Convert U02dc correctly.
2221         * math/atest-exp.c: Add parentheses to avoid gcc warnings.
2222         * math/atest-exp2.c: Likewise.
2223         * math/atest-sincos.c: Likewise.
2225         * posix/getopt.h: Don't define non-POSIX stuff unless _GNU_SOURCE
2226         is defined.
2228 1998-09-11 10:51  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2230         * string/strcoll.c: Optimize a few expressions.
2231         * string/strxfrm.c: Likewise.
2233 1998-09-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2235         * manual/locale.texi: Fix typos.
2237 1998-09-10  Ulrich Drepper  <drepper@cygnus.com>
2239         * stdlib/random_r.c (__setstate_r): Allow call with same state
2240         array as currently used (PR libc/774).
2242         * include/limits.h: Include gcc's header even if this file is
2243         found more than once before it (PR libc/778)
2245         * sysdeps/unix/sysv/linux/Makefile [subdir==misc]
2246         (sysdep_headers): Remove sys/debugreg.h.
2247         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==misc]
2248         (sysdep_headers): Add sys/debugreg.h.
2249         * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
2250         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
2252         * stdio-common/tmpnam.c: Move local static variable buf to
2253         toplevel and rename to tmpnam_buffer to ease debugging.
2254         Patch by Joe Keane <jgk@jgk.org>.
2255         Optimize s == NULL case a bit.
2257         * iconvdata/testdate/ISO-8859-10..UCS2: Update after charmap
2258         correction.
2260 1998-09-10 12:51  Ulrich Drepper  <drepper@cygnus.com>
2262         * resolv/res_init.c (res_init): Initialize _res.nscount and
2263         _res.nsaddr.sin_port differently for the can when no loopback
2264         is available to allow immediate timeout in non-networking environments.
2265         Patch by Cristian Gafton <gafton@redhat.com>.
2267 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2269         * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
2270         BAR and not EM DASH.
2271         * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
2272         * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
2273         Fixes PR libc/717.
2275 1998-09-10 11:53  Ulrich Drepper  <drepper@cygnus.com>
2277         * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
2278         for test.
2279         * timezone/tst-timezone.c (tests): Fix typo in last patch.
2281         * time/tzfile.c (__tzfile_read): Handle case when there are no
2282         transitions.  Set __timezone based on computed offset.
2283         * time/tzset.c (tzset_internal): Set __timezone before returning.
2285         * time/tzset.c (tzset_internal): Optimize handling of local string
2286         copy.
2288 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2290         * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
2291         libc/776).
2293 1998-09-09  Benjamin Kosnik  <bkoz@tintin.cygnus.com>
2295         * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
2296         (csqrt_test): Likewise.
2297         * sysdeps/powerpc/bits/fenv.h: Add parens.
2299 1998-09-09 18:48  Ulrich Drepper  <drepper@cygnus.com>
2301         * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
2302         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
2303         Patch by Benjamin Kosnik <bkoz@cygnus.com>.
2305 1998-09-09  Mark Kettenis  <kettenis@phys.uva.nl>
2307         * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
2308         the special `-1' pointer.
2310 1998-09-09 09:32  Ulrich Drepper  <drepper@cygnus.com>
2312         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
2313         inline.
2315 1998-09-07  Paul Eggert  <eggert@twinsun.com>
2317         * time/mktime.c (__EXTENSIONS__): Define if not defined.
2318         (_REENTRANT): Remove.  It has undesirable consequences in
2319         Solaris 2.6 (e.g. it turns off the putc macro).  Defining
2320         __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
2321         is what we want.
2322         * time/strftime.c: Likewise.
2324 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2326         * elf/dl-error.c: Fix spelling.
2328 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2330         * stdlib/strfmon.c: Quiet -Wparentheses warnings.
2331         * stdio-common/_itoa.c: Likewise.
2332         * stdio-common/printf_fp.c: Likewise.
2333         * stdio-common/vfscanf.c: Likewise.
2334         * wcsmbs/wcstok.c: Likewise.
2335         * sysdeps/generic/glob.c: Likewise.
2336         * posix/getopt.c: Likewise.
2337         * sysdeps/posix/getaddrinfo.c: Likewise.
2338         * posix/wordexp.c: Likewise.
2339         * io/ftw.c: Likewise.
2340         * io/fts.c: Likewise.
2341         * misc/getpass.c: Likewise.
2342         * iconv/gconv_conf.c: Likewise.
2343         * argp/argp-fmtstream.c: Likewise.
2344         * argp/argp-help.c: Likewise.
2345         * elf/dl-load.c: Likewise.
2346         * locale/programs/stringtrans.c: Likewise.
2347         * catgets/gencat.c: Likewise.
2348         * posix/getconf.c: Likewise.
2349         * iconv/gconv_conf.c: Likewise.
2350         * iconv/iconv_prog.c: Likewise.
2352         * string/strcoll.c: Optimize a few expressions.
2353         * string/strxfrm.c: Likewise.
2355 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2357         * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
2358         level to avoid uninit variable warning.
2360 1998-09-09 10:34  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2362         * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
2363         instead of _dl_default_scope[2] as argument to _dl_init_next.
2365         * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
2366         C9x macro.
2368 1998-09-08  Ulrich Drepper  <drepper@cygnus.com>
2370         Fix compatibility problems introduced in last change.
2371         * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
2372         defined.
2373         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
2374         -DWEAK_GMON_START to CFLAGS-initfini.s.
2376         * elf/dl-object.c (_dl_new_object): Store map address in
2377         _dl_loaded if _dl_loaded is NULL.
2378         * elf/rtld.c (dl_main): Don't update _dl_loaded here.
2380         * sysdeps/generic/setrlimit64.c: Remove stub warning.
2382 1998-09-07  Ulrich Drepper  <drepper@cygnus.com>
2384         * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
2385         quiet.
2386         * db2/btree/bt_cursor.c: Likewise.
2387         * db2/common/db_region.db_c: Likewise.
2388         * db2/common/db_salloc.db_c: Likewise.
2389         * db2/db/db.c: Likewise.
2390         * db2/db/db_rec.c: Likewise.
2391         * db2/hash/hash.c: Likewise.
2392         * db2/hash/hash_page.c: Likewise.
2393         * db2/hash/hash_rec.c: Likewise.
2394         * db2/log/log_findckp.c: Likewise.
2395         * db2/log/log_get.c: Likewise.
2396         * db2/log/log_put.c: Likewise.
2397         * db2/mp/mp_fget.c: Likewise.
2398         * db2/mp/mp_fput.c: Likewise.
2399         * db2/mp/mp_region.c: Likewise.
2400         * stdlib/strtol.c: Likewise.
2401         * string/strcoll.c: Likewise.
2402         * string/strxfrm.c: Likewise.
2403         * argp/argp-help.c: Likewise.
2404         * argp/argp-parse.c: Likewise.
2405         * resolv/res_debug.c: Likewise.
2407 1998-09-07 09:58  Ulrich Drepper  <drepper@cygnus.com>
2409         * math/tgmath.h (scalb): Only define for __USE_MISC or
2410         __USE_XOPEN_EXTENDED.  Patch by Zack Weinberg.
2412 1998-09-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2414         * libio/stdio.h: Fix comment.
2416         * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
2417         __USE_ISOC9X.
2419 1998-09-06 09:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2421         * Makeconfig (+gccwarn): Remove -Wno-parentheses.
2423         * elf/dl-open.c: Quiet -Wparentheses warnings.
2424         * iconvdata/johab.c: Likewise.
2425         * iconvdata/uhc.c: Likewise.
2426         * inet/inet_net.c: Likewise.
2427         * io/fts.c: Likewise.
2428         * locale/newlocale.c: Likewise.
2429         * misc/getttyent.c: Likewise.
2430         * misc/mntent_r.c: Likewise.
2431         * misc/ttyslot.c: Likewise.
2432         * nscd/nscd_conf.c: Likewise.
2433         * nss/nsswitch.c: Likewise.
2434         * resolv/gethnamaddr.c: Likewise.
2435         * resolv/nsap_addr.c: Likewise.
2436         * resolv/res_debug.c: Likewise.
2437         * stdio-common/_itoa.c: Likewise.
2438         * stdlib/strtod.c: Likewise.
2439         * string/strverscmp.c: Likewise.
2440         * sunrpc/svc.c: Likewise.
2441         * sysdeps/libm-ieee754/e_cosh.c: Likewise.
2442         * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
2443         * sysdeps/libm-ieee754/e_sinh.c: Likewise.
2444         * sysdeps/posix/getaddrinfo.c: Likewise.
2446 1998-09-06 15:13  Ulrich Drepper  <drepper@cygnus.com>
2448         * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
2449         for use of global scope.
2450         * elf/dlvsym.c (dlvsym_doit): Likewise.
2452 1998-09-02  Paul Eggert  <eggert@twinsun.com>
2454         * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
2455         copy the redundant bytes at the end of the format as-is; don't
2456         just copy their first byte and then rescan, as that might get
2457         us an encoding error.
2458         Account correctly for the length of multibyte sequences in the
2459         format.
2461 1998-09-03 20:14  Tim Waugh  <tim@cyberelk.demon.co.uk>
2463         * posix/wordexp-test.c: Add tests for different IFS values.
2464         Change unquoted-newline test so that newline is not in IFS.
2466         * posix/wordexp.c (wordexp): Correct null/unset mix-up when
2467         determining IFS characters.  Return WRDE_BADCHAR for unquoted
2468         special characters _except_ if they are separators.
2470 1998-09-06 10:56  Ulrich Drepper  <drepper@cygnus.com>
2472         * include/tgmath.h: New file.
2474         * libio/stdio.h: Correct reversed #ifs.
2475         Patch by Zack Weinberg.
2477         * manual/creature.texi: Better explain reason for feature select
2478         macros.
2479         Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
2481 1998-09-06 10:25 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2483         * include/alloca.h: Add multiple-inclusion guard.
2484         * include/db.h: Likewise.
2485         * include/db_185.h: Likewise.
2486         * include/dlfcn.h: Likewise.
2487         * include/fcntl.h: Likewise.
2488         * include/grp.h: Likewise.
2489         * include/libintl.h: Likewise.
2490         * include/mntent.h: Likewise.
2491         * include/pwd.h: Likewise.
2492         * include/sched.h: Likewise.
2493         * include/search.h: Likewise.
2494         * include/setjmp.h: Likewise.
2495         * include/shadow.h: Likewise.
2496         * include/signal.h: Likewise.
2497         * include/stdio.h: Likewise.
2498         * include/stdlib.h: Likewise.
2499         * include/string.h: Likewise.
2500         * include/termios.h: Likewise.
2501         * include/time.h: Likewise.
2502         * include/ulimit.h: Likewise.
2503         * include/utmp.h: Likewise.
2504         * include/wchar.h: Likewise.
2505         * include/sys/file.h: Likewise.
2506         * include/sys/gmon.h: Likewise.
2507         * include/sys/ioctl.h: Likewise.
2508         * include/sys/mman.h: Likewise.
2509         * include/sys/resource.h: Likewise.
2510         * include/sys/select.h: Likewise.
2511         * include/sys/socket.h: Likewise.
2512         * include/sys/statfs.h: Likewise.
2513         * include/sys/time.h: Likewise.
2514         * include/sys/times.h: Likewise.
2515         * include/sys/wait.h: Likewise.
2517 1998-09-06 09:00  Ulrich Drepper  <drepper@cygnus.com>
2519         * version.h (VERSION): Bump to 2.0.96.
2521         Rewrite runtime linker to be truly thread-safe.  There is now no
2522         global variable specifying the scope.  We create all needed
2523         scopes at the time the link maps are created.
2524         * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
2525         * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
2526         l_symbolic_searchlist, l_scope, and l_local_scope elements in
2527         struct link_map.
2528         * elf/dl-close.c: Rewritten accordingly.
2529         * elf/dl-deps.c: Likewise.
2530         * elf/dl-error.c: Likewise.
2531         * elf/dl-init.c: Likewise.
2532         * elf/dl-load.c: Likewise.
2533         * elf/dl-lookup.c: Likewise.
2534         * elf/dl-object.c: Likewise.
2535         * elf/dl-open.c: Likewise.
2536         * elf/dl-reloc.c: Likewise.
2537         * elf/dl-runtime.c: Likewise.
2538         * elf/dl-support.c: Likewise.
2539         * elf/dl-symbol.c: Likewise.
2540         * elf/dl-version.c: Likewise.
2541         * elf/dlsym.c: Likewise.
2542         * elf/dlvsym.c: Likewise.
2543         * elf/ldsodefs.h: Likewise.
2544         * elf/rtld.c: Likewise.
2545         * iconv/gconv_dl.c: Likewise.
2546         * nss/nsswitch.c: Likewise.
2547         * sysdeps/i386/dl-machine.h: Likewise.
2548         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
2550         * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
2551         Define RTLD_DEFAULT.
2553 1998-09-05  Mark Kettenis  <kettenis@phys.uva.nl>
2555         * sysdeps/mach/hurd/i386/init-first.c (init1): Call
2556         __getopt_clean_environment with __environ instead of envp.
2558 1998-09-05  Roland McGrath  <roland@baalperazim.frob.com>
2560         * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
2562         * string/argz-extract.c (__argz_extract): Add de-consting cast for
2563         setting results.
2565         * string/argz.h (argz_next): Add de-consting cast for return.
2566         * string/argz-next.c (__argz_next): Likewise.
2568         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
2569         Don't add netinet/udp.h, netinet/ip_icmp.h here.
2570         * sysdeps/gnu/Makefile: Do it here instead.
2571         * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
2572         * sysdeps/gnu/Dist: ... to here.
2574         * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
2575         sysdeps/unix/sysv/linux/netinet/tcp.h,
2576         sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
2578 1998-09-04  Roland McGrath  <roland@baalperazim.frob.com>
2580         * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
2581         * string/argz-next.c, string/argz-extract.c: Fix defns.
2583 1998-09-03  Roland McGrath  <roland@baalperazim.frob.com>
2585         * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
2587         * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
2588         __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
2589         * sysdeps/generic/sysd-stdio.c: Likewise.
2591 1998-09-02  Ulrich Drepper  <drepper@cygnus.com>
2593         * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
2594         (_dl_map_object_from_fd): Make NAME argument const.
2595         Remove last parameter in _dl_new_object call.
2596         (print_search_path): Correct construction of composed path name.
2597         (_dl_map_object): Prevent looking at RPATH of the main map twice.
2598         Remove last parameter in _dl_new_object call.
2599         * elf/dl-object.c: Remove last parameter.  Determine whether create
2600         origin entry based on empty realname.  Handle file in root directory
2601         correctly.
2602         * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
2603         * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
2604         Remove last parameter in _dl_new_object call.
2605         * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
2606         * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
2608 1998-09-01  Ulrich Drepper  <drepper@cygnus.com>
2610         * elf/dl-close.c (_dl_close): Add more comments and correct some.
2611         Free l_searchlist and l_dupsearchlist.
2613         * debug/catchsegv.sh: Add one more pair of quotes.
2615 1998-09-01 17:53  Ulrich Drepper  <drepper@cygnus.com>
2617         * elf/dl-load.c (add_name_to_object): Change return type to void and
2618         make NAME parameter const.  Allocate room for NAME in same memory
2619         block used for l_libname entry.
2620         (_dl_map_object_from_fd): Don't free NAME on failure.
2621         (map_segment): Pass SONAME to add_name_to_object, not a copy.
2622         (_dl_map_object): Don't create copy of NAME.  Pass NAME to
2623         _dl_map_object_from_fd.
2624         * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
2625         memory block used for l_libname entry.
2626         * elf/dl-close.c: Adjust free()ing for this change.
2628 1998-09-01 15:36  Ulrich Drepper  <drepper@cygnus.com>
2630         * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
2632         * malloc/mtrace.c: Add bug report address.  Update email address.
2633         Add more @XXX@ to print correct address size.
2635         * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
2636         really initialized.
2638         * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
2639         for munmap call instead of examining phdr again.
2640         Free all malloc()ed strings and arrays.
2642 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
2644         * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
2645         dl-machine.h.
2646         * sysdeps/powerpc/dl-machine.c: New file.
2647         * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
2648         files.  Revise ELF_PREFERRED_ADDRESS to take account of
2649         the new mapping information (fixes bug involving huge bloated
2650         web browser).  Set ELF_MACHINE_PLTREL_OVERLAP.
2651         * sysdeps/powerpc/dl-start.S: New file.
2653         * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
2654         l_map_end.
2655         * elf/do-rel.h: Call elf_machine_rel only once (to save space).
2656         * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
2657         others.  Call elf_dynamic_do_##reloc only once (to save even more
2658         space).
2659         * elf/link.h: Add new members l_map_start and l_map_end to keep
2660         track of the memory map.
2661         * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
2662         the executable.
2664 1998-09-01 11:53  Ulrich Drepper  <drepper@cygnus.com>
2666         * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
2667         Reported by Andreas Jaeger.
2669         * posix/glob.h: Use __size_t instead of size_t in definitions and
2670         make sure this is defined.
2672 1998-09-01 10:34  Ulrich Drepper  <drepper@cygnus.com>
2674         * manual/locale.texi: Almost complete rewrite.  Document more functions
2675         and functionality.
2676         * manual/arith.texi: Correct reference.
2677         * manual/string.texi: Pretty printing.
2679         * manual/texinfo.tex: Update from last available version.
2681 1998-08-31 22:44  Ulrich Drepper  <drepper@cygnus.com>
2683         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
2684         invalid password.
2685         (_nss_nis_getpwuid_r): Likewise.
2686         Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
2688         * inet/rcmd.c: Implement netgroup support.
2689         Patch by Dick Streefland <dick_streefland@tasking.com>.
2691 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
2693         * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
2694         object on the list is removed.  Don't use this code for PIC.
2695         Reported by HJ Lu [PR libc/770].
2697 1998-08-31 15:56  Ulrich Drepper  <drepper@cygnus.com>
2699         * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
2701         * include/stdio.h: Add __vsscanf.
2703         * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
2704         __USE_ISOC9X.
2705         Remove __vsscanf declaration.
2706         Always declare fgetpos and fsetpos.
2708         * math/math.h: Define isinf as macro.
2709         * math/bits/mathcalls.h: Change to declare __isinf all the time.
2710         Don't declare scalb for ISO C 9x.
2712         * math/tgmath.h: Define fma.  Rewrite the underlying macros.
2714         * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
2716         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
2717         sys/ucontext.h.
2719         * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
2720         macros.
2722 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2724         * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
2725         Reported by jreising@frequentis.com [PR libc/767].
2727 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2729         * io/lockf.c (lockf): Move initilisation of fl.l_whence and
2730         fl.l_start at beginning of function.
2731         Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
2733 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
2735         * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
2736         Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
2738         * nscd/nscd.init: Make it work in RedHat systems.
2739         Patch by Christian Gafton.
2741 1998-08-29  Philip Blundell  <philb@gnu.org>
2743         * catgets/Makefile: Don't try to run test programs when
2744         cross-compiling.
2746 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
2748         * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
2749         Reported by Zack Weinberg.
2751 1998-08-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2753         * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
2754         * elf/Makefile (distribute): Remove ldd.sh.in.
2756 1998-08-31 11:46  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2758         * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
2759         variable.
2761 1998-08-29  Ulrich Drepper  <drepper@cygnus.com>
2763         * sysdeps/i386/register-dump.h: Move to ...
2764         * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
2766 1998-08-28 22:49  Ulrich Drepper  <drepper@cygnus.com>
2768         * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
2769         with load address, not map address.
2770         * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
2771         parameter and use this value.
2772         * sysdeps/arm/dl-machine.h: Likewise.
2773         * sysdeps/i386/dl-machine.h: Likewise.
2774         * sysdeps/m68k/dl-machine.h: Likewise.
2775         * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
2776         parameter.
2777         * sysdeps/powerpc/dl-machine.h: Likewise
2778         * sysdeps/sparc/sparc32/dl-machine.h: Likewise
2779         * sysdeps/sparc/sparc64/dl-machine.h: Likewise
2781 1998-08-28 09:22  Ulrich Drepper  <drepper@cygnus.com>
2783         * elf/rtld.c (process_envvars): Fix copy&paste error.
2785         * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
2786         memalign hook.
2787         (realloc_hook_ini): Don't overwrite memalign hook.
2788         (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
2789         Reported by Philippe Troin <phil@fifi.org>.
2791         * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
2792         Patch by Philippe Troin <phil@fifi.org>.
2794 1998-08-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2796         * sysdeps/generic/segfault.c (install_handler): Protect the
2797         non-POSIX signals with #ifdef.
2798         (catch_segfault): Add missing mode parameter for open.
2799         * debug/catchsegv.sh: Avoid termination message from shell.  Allow
2800         other termination signals.
2802 1998-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2804         * debug/Makefile (distribute): Add register-dump.h.
2806 1998-08-28 10:41  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2808         * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
2810 1998-08-27 19:42  Ulrich Drepper  <drepper@cygnus.com>
2812         * elf/Makefile (distribute): Add dl-origin.h.
2813         * sysdeps/generic/dl-origin.h: New file.
2814         * sysdeps/unix/sysv/linux/dl-origin.h: New file.
2815         * elf/link.h (struct link_map): Add l_origin field.
2816         * elf/dl-load.c (expand_dynamic_string_token): New function.
2817         (decompose_path): Remove WHERE argument, take link map pointer instead.
2818         Call expand_dynamic_string_token instead of local_strdup to make copy
2819         of rpath.
2820         (_dl_init_paths): Call decompose_path with correct argument.
2821         (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
2822         not defined.
2823         Check EI_OSABI and EI_ABIVERSION fields in header.
2824         Call _dl_new_object with extra argument.
2825         (_dl_map_object): Call decompose_path with correct argument.
2826         Call expand_dynamic_string_token instead of local_strdup to also
2827         expand DST.
2828         Call _dl_new_object with extra argument.
2829         * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
2830         but the main one if new argument is nonzero.
2831         * elf/ldsodefs.h: Adjust for _dl_new_object change.
2832         * elf/dl-support.c: Define _dl_origin_path.
2833         * elf/rtld.c: Likewise.  Set _dl_origin_path based on LD_ORIGIN_PATH.
2834         (dl_main): Call _dl_new_object with extra argument.
2836         * elf/dl-close (_dl_close): Free l_name and l_origin.
2838         * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
2839         modifier in asm, not c.
2841         * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
2842         to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
2844 1998-08-26 17:48  Ulrich Drepper  <drepper@cygnus.com>
2846         * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
2847         variable so that map can be freed.
2848         Reported by Philippe Troin <phil@fifi.org>.
2850         * elf/dl-open.c (dl_open_worker): Correct test for extending global
2851         scope array.
2852         Patch by Philippe Troin <phil@fifi.org>.
2854 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
2856         * sysdeps/powerpc/register-dump.h: Rewrite.  Much nicer this way.
2857         Don't call writev() with a 100-element vector.
2858         * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
2859         return address.
2861         * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
2862         In particular, set __libc_stack_end.
2863         * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
2864         undefined.  Fix copyright notice.
2866 1998-08-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2868         * math/Makefile (gmp-objs): New variable.
2869         ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
2870         Depend on it.
2871         (tests): Add atest-exp atest-sincos atest-exp2.
2872         (tests-static): Remove atest-exp atest-sincos atest-exp2.
2874 1998-08-25  Ulrich Drepper  <drepper@cygnus.com>
2876         * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
2877         to toplevel.
2878         (_dl_unload_cache): New function.
2879         * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
2880         * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
2881         * elf/rtld.c (dl_main): Unload map file before jumping to user code.
2883         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
2884         Correct comment for O_LARGEFILE.
2885         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
2886         Change O_LARGEFILE to correct value.
2888 1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
2890         * libio/iogetline.c (_IO_getline_info): Don't read anything for
2891         N == 0.  Patch by HJ Lu.
2893 1998-08-25 11:43  Ulrich Drepper  <drepper@cygnus.com>
2895         * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
2897 1998-08-25  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
2899         * argp/argp.h: Use __inline__ not inline.
2901         * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
2902         an input register as being clobbered.
2903         * sysdeps/i386/memset.c (memset): Likewise.
2904         * sysdeps/i386/bzero.c (__bzero): Likewise.
2905         * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
2907 1998-08-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2909         * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
2910         Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
2912 1998-08-24 16:34  Ulrich Drepper  <drepper@cygnus.com>
2914         * debug/catchsegv.sh: Handle text preceding backtrace better.
2915         * sysdeps/generic/segfault.c: Allow register dump.  Allow handler
2916         to be installed for other signals than SIGSEGV.
2917         * sysdeps/generic/register-dump.h: New file.
2918         * sysdeps/i386/register-dump.h: New file.
2919         * sysdeps/powerpc/register-dump.h: New file.
2921         * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
2922         sigcontextinfo.h.
2923         * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
2925 1998-08-24  Geoff Keating  <geoffk@ozemail.com.au>
2927         * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
2929 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
2931         * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
2932         * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
2933         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
2934         getresuid, getresgid.
2936 1998-08-16  Geoff Keating  <geoffk@ozemail.com.au>
2938         * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs.  Set up stack
2939         pointer in userland.
2941 1998-08-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2943         * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
2944         and fix value.
2946 1998-08-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2948         * elf/ldd.bash.in: Add missing quotes around $file.  Make loop
2949         over arguments Bourne shell compatible.  Don't exit unsuccessfully
2950         if nonelf returns successfully.  Avoid duplicating most of the
2951         script.
2952         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
2953         around $file.
2955 1998-08-24 10:37  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2957         * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
2958         sys/reg.h.
2959         * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
2960         * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
2962 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
2964         * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
2965         __modify_ldt and modify_ldt.
2966         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
2968         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
2969         Use orl $-1 instead of movl $-1 to save two bytes.
2970         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
2971         Likewise.
2973 1998-08-17  H.J. Lu  <hjl@gnu.org>
2975         * libio/Versions (_IO_do_write, _IO_file_attach,
2976         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2977         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2978         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2979         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
2981         * libio/fileops.c (_IO_do_write, _IO_file_attach,
2982         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2983         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2984         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2985         _IO_file_write, _IO_file_xsputn): Change the prefix to
2986         "_IO_new_". Added to GLIBC_2.1.
2988         * libio/libioP.h (_IO_do_write, _IO_file_attach,
2989         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2990         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2991         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2992         _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
2993         "_IO_new_".
2995         * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
2996         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2997         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2998         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2999         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
3001 1998-08-23  Richard Henderson  <rth@cygnus.com>
3003         * Makeconfig (LDFLAGS): Remove.
3005         * csu/initfini.c: Return to .text before __gmon_start__.
3007         * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
3008         (STO_MIPS_*): Rename from STO_*.
3009         (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
3010         (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
3012         * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
3013         (main): e3s is negative on zero.
3014         * math/atest-exp2.c: Likewise.
3015         * math/atest-sincos.c: Likewise.
3017 1998-08-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3019         * Makerules (install): Add comment about absolute paths.
3021 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
3023         * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
3024         array to NUL to handle maxlen==1 case correctly.
3025         Patch by HJ Lu.
3027 1998-08-23  Richard Henderson  <rth@cygnus.com>
3029         * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
3030         * sysdeps/alpha/elf/crtend.S: Likewise.
3031         * sysdeps/alpha/elf/start.S: Likewise.
3033         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
3034         non-standard pv usage.
3036         * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
3037         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
3038         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
3039         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
3040         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
3041         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
3042         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
3043         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
3044         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
3045         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
3046         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
3048         * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
3049         a finite non-denormal, deferring to the full IEEE version otherwise.
3051         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
3052         Early out for -0.  Optimize for !_IEEE_FP_INEXACT.
3053         * sysdeps/alpha/fpu/s_floor.c: New.
3054         * sysdeps/alpha/fpu/s_floorf.c: New.
3055         * sysdeps/alpha/fpu/s_ceil.c: New.
3056         * sysdeps/alpha/fpu/s_ceilf.c: New.
3058 1998-08-22  Philip Blundell  <philb@gnu.org>
3060         * sysdeps/arm/bits/string.h: New file.
3062 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3064         * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
3065         document it.
3067         * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
3068         test for recent Linux 2.1.100+ headers.
3070 1998-08-21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3072         * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
3074 1998-08-21 17:21  Ulrich Drepper  <drepper@cygnus.com>
3076         * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
3078 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3080         * Makefile (elf/ldso_install): Put back.  The problem still persists.
3081         * elf/Makefile (ldso_install): Likewise.
3083 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3085         * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
3086         create weak alias.
3087         * include/db.h: Declare __nss_db_open.
3088         * db2/Versions: Export it.
3090         * db2/makedb.c: Convert to use db2 API.
3091         * nss/nss_db/db-XXX.c: Likewise.
3092         * nss/nss_db/db-netgrp.c: Likewise.
3093         * nss/nss_db/db-alias.c: Likewise.
3094         (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
3096 1998-08-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3098         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
3099         sys_setresuid, already built automatically (or not).
3100         * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
3101         instead of __syscall_setresuid and add back setresuid.
3102         * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
3103         __syscall_setresuid.
3105 1998-08-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3107         * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
3109 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
3111         * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
3112         BASH-ONLY marked region.
3113         * elf/ldd.bash.in: Remove special BASH-ONLY markers.
3115 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
3117         * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
3118         _IO_SYSSEEK fails.
3120         * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
3122         * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
3123         element.
3125 1998-08-21  Roland McGrath  <roland@baalperazim.frob.com>
3127         * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
3128         with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
3129         * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
3130         (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
3131         (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
3132         those magic comments, and to use /bin/sh for @BASH@.
3133         (bash-ldd-rewrite): Use $(common-ldd-rewrite).
3134         * elf/ldd.sh.in: File removed.
3136 1998-08-20 20:07  Ulrich Drepper  <drepper@cygnus.com>
3138         * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
3139         cast them to unsigned long int.
3140         * pwd/putpwent.c (putpwent): Likewise.
3141         Patch by John Tobey <jtobey@banta-im.com>.
3143 1998-08-20 17:14  H.J. Lu  <hjl@gnu.org>
3145         * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
3146         _IO_pos_BAD.
3148 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
3150         * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
3151         _IO_SYSSEEK fails.
3153 1998-08-20 19:14  Ulrich Drepper  <drepper@cygnus.com>
3155         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
3156         Add umount and umount2.
3157         * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
3158         * sysdeps/unix/sysv/linux/umount.S: New file.
3159         * sysdeps/unix/sysv/linux/umount2.S: New file.
3160         * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
3161         Define MNT_FORCE.
3163         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
3164         Add sys/sendfile.h.
3165         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
3166         * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
3168         * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
3170         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
3171         sendfile.
3173 1998-08-20 16:01  Ulrich Drepper  <drepper@cygnus.com>
3175         * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
3176         * elf/ldd.bash.in: Likewise.
3178         * elf/sln.c: Avoid warning for no main prototype.
3180         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
3181         O_WRITE.
3182         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
3183         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3185         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
3186         F_GETSIG.
3187         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
3188         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
3189         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3191 1998-08-20  Philip Blundell  <pb@nexus.co.uk>
3193         * sysdeps/arm/fpu/ieee754.h: Move to...
3194         * sysdeps/arm/ieee754.h: ... here.
3196         * sysdeps/arm/__longjmp.S: Put return value in correct register.
3197         Don't set the condition flags unnecessarily.
3198         * sysdeps/arm/fpu/__longjmp.S: Likewise.  Restore floating point
3199         registers correctly.
3201         * sysdeps/arm/dl-machine.h: Fix problems with profiling code
3202         (patch from Scott Bambrough).
3204         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
3206         * csu/initfini.c (_init): Don't check whether __gmon_start__ is
3207         NULL, just call it unconditionally.
3208         (__gmon_start__): Provide stub version as a weak symbol.
3210 1998-07-30  Philip Blundell  <philb@gnu.org>
3212         * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
3213         by Scott Bambrough)
3215         * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
3216         like `@' in .type directives.
3218         * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
3219         * sysdeps/arm/bsd-_setjmp.S: Likewise.
3221         * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
3223 1998-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3225         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
3226         (F_GETOWN): Likewise.
3228         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
3229         Linux 2.1.117).
3231 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
3233         * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
3234         already defined.
3236 1998-08-18  Ulrich Drepper  <drepper@cygnus.com>
3238         * include/features.h: Define __USE_EXTERN_INLINES for recent
3239         enough gcc.
3240         * argp/argp.h: Define extern inline functions only if
3241         __USE_EXTERN_INLINES is defined.
3242         * libio/stdio.h: Likewise.
3243         * math/math.h: Likewise.
3244         * stdlib/stdlib.h: Likewise.
3245         * string/argz.h: Likewise.
3246         * sysdeps/generic/bits/sigset.h: Likewise.
3247         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
3248         * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
3249         * sysdeps/wordsize-32/inttypes.h: Likewise.
3250         * sysdeps/wordsize-64/inttypes.h: Likewise.
3251         * wcsmbs/wchar.h: Likewise.
3253         * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
3254         to allow compilation without optimization.
3256 1998-08-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3258         * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
3259         more entries.
3260         * nis/nss_compat/compat-initgroups.c: Likewise.
3261         * nis/nss_compat/compat-pwd.c: Likewise.
3262         * nis/nss_compat/compat-spwd.c: Likewise.
3263         * nis/nss_nis/nis-alias.c: Likewise.
3264         * nis/nss_nis/nis-ethers.c: Likewise.
3265         * nis/nss_nis/nis-grp.c: Likewise.
3266         * nis/nss_nis/nis-hosts.c: Likewise.
3267         * nis/nss_nis/nis-initgroups.c: Likewise.
3268         * nis/nss_nis/nis-network.c: Likewise.
3269         * nis/nss_nis/nis-proto.c: Likewise.
3270         * nis/nss_nis/nis-pwd.c: Likewise.
3271         * nis/nss_nis/nis-rpc.c: Likewise.
3272         * nis/nss_nis/nis-service.c: Likewise.
3273         * nis/nss_nis/nis-spwd.c: Likewise.
3275         * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
3277         * nis/ypclnt.c: Try binding dir only first time, could be to old.
3279         * nis/yp_xdr.c: Remove 1024 byte limit.
3280         * nis/ypupdate_xdr.c: Likewise.
3282         * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
3283         wrong data.
3285 1998-08-18  Roland McGrath  <roland@baalperazim.frob.com>
3287         * Rules (binaries-static, binaries-shared static pattern rules):
3288         Depend on lib%, not just libc%, from $(link-libc{,-static}).
3290         * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
3291         this here, overriding Makeconfig generic value so we link against
3292         the RPC libs.
3294 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
3296         * posix/tstgetopt.c (options): Add NULL entry at end
3297         Patch by Adrian Miranda <ade@psg.com>.
3299 1998-08-15 18:21  Ulrich Drepper  <drepper@cygnus.com>
3301         * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION.  Move EI_PAD
3302         to 9.
3304 1998-08-15 14:11  Ulrich Drepper  <drepper@cygnus.com>
3306         * elf/elf.h: Add PPC Diab relocations.
3308         * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
3310 1998-08-14 10:08  Ulrich Drepper  <drepper@cygnus.com>
3312         * manual/texinfo.tex: Update.
3314 1998-08-07  Geoff Keating  <geoffk@ozemail.com.au>
3316         * sysdeps/powerpc/backtrace.c: New file.
3318 1998-08-14  Philip Blundell  <pb@nexus.co.uk>
3320         * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
3321         sigjmp_save.
3322         * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
3324 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3326         * Makefile (install-symbolic-link): Fix spelling.
3328 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3330         * elf/elf.h (SHT_HIOS): Fix value.
3332 1998-08-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3334         * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
3335         part of the expansion, this is undefined by the standard.
3337 1998-08-13 19:41  Ulrich Drepper  <drepper@cygnus.com>
3339         * posix/getconf.c: Add support for systems with incomplete confname.h.
3341         * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
3343         * sysdeps/posix/wait3.c: Make it work.
3345 1998-08-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3347         * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
3348         (elf/ldso_install): Remove.
3350         * elf/Makefile (distribute): Add sln.c.
3351         (others): Add sln.
3352         (others-static): Add sln.
3353         (install-rootsbin): Add sln.
3354         (others-static): Add sln.
3355         (ldso_install): Remove.
3357 1998-07-24 10:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3359         * Makerules (install-clean-symbolic-link-list): Make phony.
3360         * Makefile (install-symbolic-link): Make phony.  Depend on
3361         subdir_install for parallel makes.
3364 1998-07-22  Ulrich Drepper  <drepper@cygnus.com>
3366         * elf/Makefile (distribute): Add sln.c
3368 1998-07-21 07:10  H.J. Lu  <hjl@gnu.org>
3370         * elf/sln.c: New file.
3372         * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
3373         (install-clean-symbolic-link-list): New target.
3374         (install): Depend on install-clean-symbolic-link-list.
3375         (make-shlib-link): Changed for $(symbolic-link-list).
3377         * Makefile (install-symbolic-link): New target.
3378         (install): Depend on install-symbolic-link.
3380 1998-08-12 17:03  Ulrich Drepper  <drepper@cygnus.com>
3382         * include/unistd.h: Protect against multiple inclusion.
3384         * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
3385         is defined, not is glob is defined.
3386         * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
3388 1998-08-01 17:18  H.J. Lu  <hjl@gnu.org>
3390         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
3391         xdr_string for ut_line, ut_name and ut_host.
3393 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3395         * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
3396         /var/mail in accordance with FHS 2.0.
3397         Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
3399 1998-08-12  Richard Henderson  <rth@cygnus.com>
3401         * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
3402         Update aliases for cancelation.
3404         * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
3405         playing with symbol versions.
3407 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
3409         * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
3410         multiple inclusion protection.
3411         (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
3412         _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
3413         define all these to 1.
3414         (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
3416 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
3418         * sysdeps/mach/usleep.c: Include <unistd.h>.
3419         (usleep): Return void.
3421 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
3423         * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
3424         decl to inhibit warning in if_freenameindex defn.
3426         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
3428         * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
3430         * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
3431         * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
3432         * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
3433         * sysdeps/mach/usleep.c: Likewise.
3435         * sysdeps/mach/hurd/bind.c (bind): Add a const.
3437         * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
3438         * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
3439         * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
3440         * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
3441         * sysdeps/mach/usleep.c (usleep): Likewise.
3442         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
3443         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
3444         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3445         * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
3447 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
3449         * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
3450         (glob64): Fix typo.
3452         * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
3453         %p arg to fprintf, since `void *' is the right type already.
3455 1998-07-25 19:47  Jose M. Moya  <josem@gnu.org>
3457         * sysdeps/mach/hurd/getcwd.c
3458         (_hurd_canonicalize_directory_name_internal): Do not loop forever
3459         for unknown root directories.
3460         (__getcwd): Return NULL when the current root directory could not
3461         be reached.
3463 1998-08-11 18:39  Ulrich Drepper  <drepper@cygnus.com>
3465         * string/strsignal.c (strsignal): Count real-time signals from zero.
3468 See ChangeLog.8 for earlier changes.