1 1998-10-29 Ulrich Drepper <drepper@cygnus.com>
3 * nscd/nscd.c (doc): It's "Name Service" not "Name Switch".
5 * malloc/mtrace.c (tr_where): Replace snprintf call by mempcpy and
8 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Try reading
9 /prof/self/fd/FD first.
10 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12 * stdio-common/_itoa.h (_fitoa_word): New inline function. Write
13 formatted number starting at given position and return pointer to
15 (_fitoa): Likewise, for long long.
17 1998-10-29 Roland McGrath <roland@baalperazim.frob.com>
19 * sysdeps/unix/sysv/linux/bits/sem.h,
20 sysdeps/unix/sysv/linux/bits/ipc.h,
21 sysdeps/unix/sysv/linux/bits/shm.h,
22 sysdeps/unix/sysv/linux/bits/msq.h: Moved to ...
23 * sysdeps/gnu/bits/sem.h, sysdeps/gnu/bits/ipc.h,
24 sysdeps/gnu/bits/shm.h, sysdeps/gnu/bits/msq.h: ... here,
25 so the same bits will be used for the Hurd.
27 1998-10-29 Ulrich Drepper <drepper@cygnus.com>
29 * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Allow
30 compiling on systems without rt_sigaction syscall.
32 1998-10-12 Philip Blundell <pb@nexus.co.uk>
34 * Makeconfig (sysdep-subdirs): Allow Subdirs files to remove
35 directories as well as add them.
37 1998-10-28 Philip Blundell <pb@nexus.co.uk>
39 * sysdeps/unix/sysv/linux/neteconet/ec.h: New file. Support for
40 AF_ECONET sockets as found in recent Linux 2.1 kernels.
41 * sysdeps/unix/sysv/linux/Dist: Distribute it.
42 * sysdeps/unix/sysv/linux/Makefile: Install it.
44 1998-10-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
46 * string/bits/string2.h: __USE_GNU already implies __USE_MISC.
48 1998-10-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
50 * sysdeps/generic/bits/types.h (__FDS_BITS): New macro to access
52 * sysdeps/unix/sysv/linux/alpha/bits/types.h (__FDS_BITS): Likewise.
53 * sysdeps/unix/sysv/linux/bits/types.h (__FDS_BITS): Likewise.
54 * sysdeps/unix/sysv/linux/mips/bits/types.h (__FDS_BITS): Likewise.
55 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h (__FDS_BITS):
57 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h (__FDS_BITS):
59 * sysdeps/generic/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
61 * sysdeps/i386/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
62 __FD_ISSET): Likewise.
64 1998-10-28 Geoff Keating <geoffk@ozemail.com.au>
66 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Tidy up, correct
69 * sysdeps/unix/sysv/linux/powerpc/pread.c: Do not use the i386 version.
70 Instead call the system call wrapper function using an 64bit argument.
71 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
72 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
73 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
75 1998-10-27 Ulrich Drepper <drepper@cygnus.com>
77 * signal/signal.h: Don't include <time.h> for timespec, add
80 * sysdeps/i386/bits/select.h [!__USE_XOPEN]: Add special version
81 of __FD_* macros which use __fds_bits.
82 * sysdeps/generic/bits/select.h: Likewise.
83 Reported by Matt McLean <keys@yikes.com>.
85 1998-10-27 Philip Blundell <pb@nexus.co.uk>
87 * elf/elf.h: Update ARM definitions.
89 1998-10-27 Ulrich Drepper <drepper@cygnus.com>
91 * signal/signal.h: Include bits/sigthread.h only for Unix98.
93 1998-10-26 Ulrich Drepper <drepper@cygnus.com>
95 * include/libc-symbols.h: If HAVE_BUILTIN_EXPECT is not defined
96 define __builtin_expect as a macro substituting to the first
98 * config.h.in: Define HAVE_BUILTIN_EXPECT.
99 * configure.in: Add test for __builtin_expect.
101 * sysdeps/unix/sysv/linux/bits/types.h: Include
102 bits/pthreadtypes.h only not for POSIX 199506.
103 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
104 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
105 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
107 1998-10-26 Mark Kettenis <kettenis@phys.uva.nl>
109 * sysdeps/unix/sysv/linux/Versions: Move shutdown ...
110 * socket/Versions [libc, GLIBC_2.0]: ... to here.
112 1998-10-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
114 * include/stdio.h: Included <stddef.h> for size_t.
116 * stdio/stdio.h: Move __path_search, __gen_tempname, __libc_fatal
118 * include/stdio.h: ...here.
119 * libio/stdio.h: Removed __path_search, __gen_tempname, __libc_fatal.
121 1998-10-26 11:09 Ulrich Drepper <drepper@cygnus.com>
123 * time/Makefile (tests): Add tst-posixtz.
124 * time/tst-posixtz.c: New file.
126 1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
128 * elf/rtld.c (process_envvars): Accept any non-null value of
129 LD_BIND_NOW, as mandated by the ABI.
131 1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
133 * sysdeps/unix/sysv/linux/pread.c: Rename __syscall_pread64 to
135 * sysdeps/unix/sysv/linux/pwrite.c: Rename __syscall_pwrite64 to
137 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
138 * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
139 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
140 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
141 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise. Remove
143 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Remove
144 s_pread64 and s_pwrite64.
145 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
147 1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
149 * sysdeps/unix/sysv/linux/llseek.c: Use INLINE_SYSCALL.
150 * sysdeps/unix/sysv/linux/arm/syscalls.list: Rename __sys_llseek
151 to __syscall__llseek.
152 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
153 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
154 * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove entry for
157 1998-10-26 Cristian Gafton <gafton@redhat.com>
159 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add s_setfsgid
162 1998-10-26 Ulrich Drepper <drepper@cygnus.com>
164 * time/tzset.c (tz_compute): Correct last patch and describe this
167 1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
169 * sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: Remove
170 rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait, rt_sigqueueinfo,
171 rt_sigaction and rt_sigpending.
172 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove all entries
173 for __syscall_* functions.
174 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Implement INLINE_SYSCALL.
176 1998-10-26 Roland McGrath <roland@baalperazim.frob.com>
178 * hurd/Versions: Add _hurd_dtable, _hurd_dtablesize,
179 _hurd_dtable_lock, _hurd_intern_fd.
181 * sysdeps/mach/hurd/Versions: Add cthread_keycreate,
182 cthread_getspecific, cthread_setspecific, __libc_getspecific.
184 * mach/Versions: Fix typo in last change.
186 1998-10-25 Ulrich Drepper <drepper@cygnus.com>
188 * time/tzset.c (tz_compute): If time to switch to DST is later in
189 the year switch back in the next year.
190 Reported by jwitford@hutch.com.au.
192 1998-10-24 Mark Kettenis <kettenis@phys.uva.nl>
194 * mach/Versions: Add evc_wait, mach_error, mach_error_string,
195 mach_error_type, mach_msg_destroy, mig_deallocate_reply_port.
196 Remove __mach_host_self, __mach_reply_port, __mach_setup_thread,
197 __mach_port_allocate, __mach_port_allocate_name,
198 __mach_port_insert_right __mutex_trylock, __mutex_lock,
199 __mutex_unlock, __swtch, __switch, __task_create, __task_suspend,
200 __task_set_special_port, __task_terminate, __thread_depress_abort,
201 __thread_switch, __vm_allocate, __vm_deallocate, __vm_map. These
202 functions are not used outside libc.
204 * sysdeps/mach/hurd/Versions: New file.
205 [libc, GLIBC_2.0]: Add _cthread_exit_routine and
206 _cthread_init_routine. These are set by the Hurd cthreads library.
207 Add __getcwd, __mmap. If we don't add these, the weak definitions in
208 the dynamic linker will not be replaced by the corresponding shared
209 library routines once they are loaded.
211 1998-10-21 Mark Kettenis <kettenis@phys.uva.nl>
213 * sysdeps/mach/hurd/i386/init-first.c: Only define
214 __libc_enable_secure if PIC is not defined.
216 1998-10-25 Roland McGrath <roland@baalperazim.frob.com>
218 * argp/Versions: Add _argp_unlock_xxx. Lock-savvy functions call this
219 to recurse into argp.
221 1998-10-25 Ulrich Drepper <drepper@cygnus.com>
223 * include/features.h: Define __USE_POSIS199506 is _POSIX_C_SOURCE is
224 greater or equal than 199506L.
226 * sysdeps/generic/bits/types.h (__fd_set): Define element as fds_bits
227 only is __USE_XOPEN. Otherwise use __fds_bits.
228 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
229 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
230 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
231 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
232 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
234 1998-10-24 H.J. Lu <hjl@gnu.org>
236 * locale/programs/charmap.c (parse_charmap): Accept tok_string
239 1998-10-25 H.J. Lu <hjl@gnu.org>
241 * locale/programs/ld-ctype.c (ctype_finish): Also check
244 1998-10-25 Ulrich Drepper <drepper@cygnus.com>
246 * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX199506.
248 * sysdeps/unix/sysv/linux/bits/types.h: Include pthreadtypes.h only
249 if __USE_POSIX199506 or __USE_UNIX98.
251 1998-10-24 22:34 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
253 * string/bits/string2.h: Inline strdup+friends only if
254 __USE_MISC || __USE_GNU (prevents namespace pollution).
256 1998-10-24 H.J. Lu <hjl@gnu.org>
258 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (LOCK_SH,
259 LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.
260 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (LOCK_SH, LOCK_EX,
261 LOCK_NB, LOCK_UN): Likewise.
262 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (LOCK_SH, LOCK_EX,
263 LOCK_NB, LOCK_UN): Likewise.
264 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (LOCK_SH, LOCK_EX,
265 LOCK_NB, LOCK_UN): Likewise.
266 * sysdeps/unix/sysv/linux/bits/fcntl.h (LOCK_SH, LOCK_EX,
267 LOCK_NB, LOCK_UN): Likewise.
269 1998-10-24 H.J. Lu <hjl@gnu.org>
271 * libio/ioseekoff.c (_IO_seekoff): Check the valid dir value.
273 * libio/rewind.c (rewind): Clear the error.
275 1998-10-24 H.J. Lu <hjl@gnu.org>
277 * grp/grp.h (getgrent_r, getgrgid_r, getgrnam_r): Add "__" to
280 1998-10-24 H.J. Lu <hjl@gnu.org>
282 * sysdeps/unix/sysv/linux/alpha/bits/time.h (timeval): Protect
284 * sysdeps/unix/sysv/linux/mips/bits/time.h (timeval): Likewise.
285 * sysdeps/unix/sysv/linux/bits/time.h (timeval): Likewise.
287 1998-10-24 H.J. Lu <hjl@gnu.org>
289 * signal/signal.h (timespec, siginfo_t, sigwaitinfo, sigtimedwait,
290 sigqueue): Protect with __USE_POSIX199309.
292 1998-10-24 H.J. Lu <hjl@gnu.org>
294 * time/time.h (timespec): Protect with __USE_POSIX199309 instead of
297 1998-10-24 H.J. Lu <hjl@gnu.org>
299 * libio/fileops.c (_IO_new_file_seekoff): Always resync with
300 the kernel file offset.
301 * libio/oldfileops.c (_IO_old_file_seekoff): Likewise.
303 1998-10-24 H.J. Lu <hjl@gnu.org>
305 * time/tzfile.c (__tzfile_default): Set num_types to 2.
307 1998-10-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
309 * rt/aio.h: Move __aio_init to...
310 * include/aio.h: ...here.
312 1998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
314 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove duplicate
315 definition of O_LARGEFILE.
317 1998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
319 * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Use path
320 as first argument to statfs.
322 1998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
324 * sysdeps/generic/setenv.c (setenv): Add braces around ambiguous else.
326 1998-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
328 * malloc/mtrace.c: Include <string.h> for strlen.
330 1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
332 * sysdeps/mach/hurd/bits/environments.h: New file.
334 * sysdeps/mach/hurd/dl-sysdep.c (__getcwd): New weak function.
336 * mach/Versions, hurd/Versions: Add numerous symbols.
337 Remove libmachuser and libhurduser sections, punt
338 versioning for those libraries for now.
340 * misc/Versions: Add reboot here; it exists on all platforms.
341 * sysdeps/unix/sysv/linux/Versions: Remove reboot here.
343 1998-10-23 Ulrich Drepper <drepper@cygnus.com>
345 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOFOLLOW): New
347 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
348 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
349 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_LARGEFILE,
350 O_NOFOLLOW, O_DIRECT): New macros.
351 (O_DIRECTORY): Correct definition according to official 2.1.126.
352 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECTORY,
353 O_NOFOLLOW): New macros.
355 1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
357 * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__.
359 * sysdeps/mach/hurd/opendir.c (__opendir): Return ENOENT for "".
360 (__opendir): Add trailing slash to name for open, for ENOTDIR check.
362 1998-10-23 Ulrich Drepper <drepper@cygnus.com>
364 * sysdeps/unix/sysv/linux/i386/Dist: Add setresuid.c, setresgid.c,
365 setfsuid.c, and setfsgid.c.
366 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
367 * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
368 * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
370 * version.h (VERSION): Bump to 2.0.99.
372 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove duplicate
375 * sysdeps/unix/sysv/linux/i386/Dist: Remove s_pread64.c and
378 * posix/fnmath.h: Don't redefine __P when used in glibc.
379 * posix/glob.h: Likewise.
381 * inet/rcmd.c (__ivaliduser2): Fix memory leak.
382 Patch by Dick Streefland <dick_streefland@tasking.com>.
384 * stdio-common/tst-ungetc.c: Add more test cases.
386 * sysdeps/unix/sysv/linux/Dist: Add linux_fsinfo.h.
387 * sysdeps/unix/sysv/linux/fstatvfs.c: Move filesystem magic number
389 * sysdeps/unix/sysv/linux/linux_fsinfo.h: ...here. New file.
390 * sysdeps/unix/sysv/linux/fpathconf.c: New file.
391 * sysdeps/unix/sysv/linux/pathconf.c: New file.
392 * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Handle _PC_LINK_MAX here.
393 * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
395 1998-10-20 Philip Blundell <pb@nexus.co.uk>
397 * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: Include
398 <asm/ptrace.h> to define struct pt_regs.
399 * sysdeps/unix/sysv/linux/arm/profil-counter.h: Don't bother
400 including <asm/ptrace.h> here.
402 * sysdeps/unix/sysv/linux/arm/sysdep.S: Remove spurious call to
405 1998-10-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
407 * sysdeps/generic/sys/ptrace.h (__ptrace_request): Remove comma at
408 end of enumerator list.
409 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Likewise.
410 * posix/wordexp.h: Likewise.
412 * db/db.h: Use __PMT instead of __P in typedefs.
413 * db/mpool.h: Likewise.
414 * sysdeps/generic/bits/siginfo.h: Likewise.
415 * nis/rpcsvc/ypclnt.h: Likewise.
417 1998-10-23 Ulrich Drepper <drepper@cygnus.com>
419 * libio/genops.c (_IO_seekmark): When switching to backup buffer
420 make sure all characters from the read buffer are read after
421 switching back to it.
423 1998-10-22 Ulrich Drepper <drepper@cygnus.com>
425 * configure.in: Add support for Cygnus GNUPro compilers.
427 1998-10-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
429 * stdio/stdio.h: Use __PMT instead of __P in typedefs.
431 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use __PMT instead
432 of __P for sa_restorer.
433 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
434 * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
435 kernel_sigaction, old_kernel_sigaction): Likewise.
437 1998-10-22 Ulrich Drepper <drepper@cygnus.com>
439 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add __syscall_pread
440 and __syscall_pwrite aliases.
442 * sunrpc/rpc/auth.h (AUTH_DH): New macro. Alias for AUTH_DES.
444 * sysdeps/unix/sysv/linux/i386/sysdep.h: Drastically simplify and
445 improve INLINE_SYSCALL using macro assembler magic.
447 1998-10-22 H.J. Lu <hjl@gnu.org>
449 * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Add
451 * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise.
453 * sysdeps/posix/fpathconf.c (__fpathconf): Set errno to
454 EINVAL if errno == ENODEV. Tested by VSX-PCT.
456 * sysdeps/posix/isatty.c (__isatty): Don't reset errno. Tested
459 * posix/execvp.c (execvp): Check "". Tested by VSX-PCT.
461 1998-10-22 Philip Blundell <pb@nexus.co.uk>
463 * sysdeps/unix/arm/sysdep.h: Wrap assembler macros in #ifdef
466 1998-10-21 Ulrich Drepper <drepper@cygnus.com>
468 * sysdeps/unix/sysv/linux/i386/sysdep.h: Remove EXTRAVARS_* macros
471 1998-10-21 14:38 Ulrich Drepper <drepper@cygnus.com>
473 * sysdeps/unix/sysdep.h (INLINE_SYSCALL): New macro. Simply call
474 __syscall_* function.
475 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use INLINE_SYSCALL instead
476 of calling __syscall_* function.
477 * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
478 * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
479 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
480 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
481 * sysdeps/unix/sysv/linux/getpriority.c: Likewise.
482 * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
483 * sysdeps/unix/sysv/linux/getresuid.c: Likewise.
484 * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
485 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
486 * sysdeps/unix/sysv/linux/poll.c: Likewise.
487 * sysdeps/unix/sysv/linux/pread.c: Likewise.
488 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
489 * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
490 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
491 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
492 * sysdeps/unix/sysv/linux/readv.c: Likewise.
493 * sysdeps/unix/sysv/linux/reboot.c: Likewise.
494 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
495 * sysdeps/unix/sysv/linux/siglist.h: Likewise.
496 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
497 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
498 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
499 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
500 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
501 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
502 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
503 * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
504 * sysdeps/unix/sysv/linux/ustat.c: Likewise.
505 * sysdeps/unix/sysv/linux/writev.c: Likewise.
506 * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
507 * sysdeps/unix/sysv/linux/xstat.c: Likewise.
508 * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
509 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
510 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
511 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
512 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
513 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
514 * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
515 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
516 * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
517 * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
518 * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
520 * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INLINE_SYSCALL using
522 * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove various
523 __syscall_* definitions.
525 * sysdeps/unix/sysv/linux/syscalls.list: Move various __syscall_*
527 * sysdeps/unix/sysv/linux/alpha/syscalls.list: ...here...
528 * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
529 * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
530 * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
531 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
532 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
533 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
535 * sysdeps/unix/sysv/linux/Makefile [subdir=signal] (sysdep_routines):
536 Move definition to...
537 * sysdeps/unix/sysv/linux/alpha/Makefile: ...here...
538 * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
539 * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
540 * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
541 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
542 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
543 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
545 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
546 (sysdep_routines): Remove s_pread64 and s_pwrite64.
548 * sysdeps/unix/sysv/linux/i386/pread.c: New file.
549 * sysdeps/unix/sysv/linux/i386/pread64.c: New file.
550 * sysdeps/unix/sysv/linux/i386/pwrite.c: New file.
551 * sysdeps/unix/sysv/linux/i386/pwrite64.c: New file.
552 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Removed.
553 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Removed.
555 1998-10-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
557 * sysdeps/unix/sysv/linux/siglist.h: Fix some typos in these files
558 and bring them in synch.
559 * sysdeps/unix/siglist.c: Likewise.
560 Reported by Vladimir Michl <michlv@risc.upol.cz> [PR libc/832].
562 1998-10-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
564 * sysdeps/unix/sysv/linux/i386/setresuid.c: Allow -1 as arguments.
565 * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
567 * sysdeps/unix/sysv/linux/i386/setreuid.c: New file.
568 * sysdeps/unix/sysv/linux/i386/setregid.c: New file.
569 * sysdeps/unix/sysv/linux/m68k/setreuid.c: New file.
570 * sysdeps/unix/sysv/linux/m68k/setregid.c: New file.
571 * sysdeps/unix/sysv/linux/arm/setreuid.c: New file.
572 * sysdeps/unix/sysv/linux/arm/setregid.c: New file.
573 * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: New file.
574 * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: New file.
575 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_setreuid and
577 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
578 * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
579 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
581 1998-10-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
583 * sunrpc/rpc_main.c (close_output, close_input): New functions.
584 (c_output, h_output, s_output, l_output, t_output, svc_output,
585 clnt_output, mkfile_output): Call them at the end.
587 1998-10-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
589 * db/Makefile (LDFLAGS-db1.so): New variable, to avoid duplicating
592 1998-10-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
594 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Add real contents.
595 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add s_setfs[ug]id.
597 1998-10-20 Ulrich Drepper <drepper@cygnus.com>
599 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_pread64 and
601 * sysdeps/unix/sysv/linux/powerpc/pread.c: New file.
602 * sysdeps/unix/sysv/linux/powerpc/pread64.c: New file.
603 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: New file.
604 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: New file.
605 Patch by Geoffrey KEATING <geoffk@discus.anu.edu.au>.
607 1998-10-18 Zack Weinberg <zack@rabi.phys.columbia.edu>
609 * sysdeps/unix/opendir.c: Check at runtime for kernel support for
612 1998-10-20 H.J. Lu <hjl@gnu.org>
614 * sysdeps/unix/sysv/linux/i386/setresuid.c (__setresuid): Fix
617 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
619 * math/tgmath.h: Make nested function calls work.
621 * include/ldsodefs.h: Fix typo.
623 * posix/Makefile (tests): Add tst-preadwrite.
624 * posix/tst-preadwrite.c: New file.
626 * sysdeps/unix/opendir.c (__opendir): Add back fstat call to make
627 sure that descriptor is in any case for a directory.
629 1998-10-19 18:59 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
631 * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG): Fix typo: val -> Val.
632 (atan2): Takes two arguments.
634 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
636 * include/ldsodefs.h: New file.
638 * iconv/gconv.c: Include ldsodefs.h, not elf/ldsodefs.h.
639 Remove change to avoid using _CALL_DL_FCT.
640 * iconv/gconv_db.c: Likewise.
641 * iconv/gconv_dl.c: Likewise.
642 * iconv/skeleton.c: Likewise, here for DL_CALL_FCT.
643 * malloc/mtrace.c: Include ldsodefs.h, not elf/ldsodefs.h.
644 * nss/nsswitch.c: Likewise.
645 * nss/nsswitch.h: Likewise.
647 1998-10-19 Philip Blundell <pb@nexus.co.uk>
649 * sunrpc/Makefile (otherlibs): If static NSS is in use, set to the
651 * login/Makefile (otherlibs): Likewise.
652 * nscd/Makefile (otherlibs): Likewise.
653 * Makeconfig (link-libc) [! build_shared]: Add $(otherlibs).
655 * debug/Makefile (install-bin): Only build catchsegv if using ELF.
657 * inet/Makefile: Add -DSTATIC_NSS to CFLAGS.
659 1998-10-19 Philip Blundell <pb@nexus.co.uk>
661 * sysdeps/unix/sysv/linux/arm/syscalls.list: Added setfsgid
664 1998-10-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
666 * nscd/connections.c: Fix typos in comments and strings.
668 * nscd/nscd.conf: Update according to recent changes to nscd.
670 * nscd/cache.c (prune_cache): Remove wrong comment.
672 1998-10-19 13:24 Ulrich Drepper <drepper@cygnus.com>
674 * locale/programs/ld-collate.c (collate_startup): Clear bit for this
675 category in copy_posix.
676 (collate_finish): Don't warn about UNDEFINED not being defined.
677 * locale/programs/ld-ctype.c (ctype_startup): Clear bit for this
678 category in copy_posix.
679 * locale/programs/ld-messages.c (messages_startup): Likewise.
680 * locale/programs/ld-monetary.c (monetary_startup): Likewise.
681 * locale/programs/ld-numeric.c (numeric_startup): Likewise.
682 * locale/programs/ld-time.c (time_startup): Likewise.
683 * locale/programs/localedef.c: Move copy_def_list_t definition into
684 locales.h. Define copy_posix variable.
685 (main): Before processing copy list add ©_posix to copy_list.
686 * locale/programs/locales.h: Add definition of copy_def_list_t.
687 * locale/programs/locfile.c: Clear bit for appropriate category in
688 copy_posix.mask for copy instruction.
690 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
692 * sysdeps/unix/sysv/linux/i386/setresgid.c: Remove #include of
693 non-existing file with generic implementation.
694 * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
696 1998-10-19 Philip Blundell <pb@nexus.co.uk>
698 * iconv/gconv_db.c: Include ELF header only if STATIC_GCONV is not
699 defined. Avoid using _CALL_DL_FCT if it is not defined.
700 * iconv/gconv.c: Likewise.
702 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
704 * nscd/connections.c (dbs): Define defualt values for timeouts and
705 set enabled to 0 by default.
706 (CACHE_PRUNE_INTERVAL): New constant. Use it instead of magical 15 in
709 * locale/C-ctype.c (_nl_C_LC_CTYPE_class): Clear ISCNTRL bit for
711 (_nl_C_LC_CTYPE_class32): Likewise.
714 1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
716 * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
717 _HURD_THREADVAR_DL_ERROR.
719 * hurd/Makefile (user-interfaces): Add login, password.
721 * sysdeps/mach/hurd/Makefile (+cflags): Append -Wno-parentheses.
723 1998-08-06 Mark Kettenis <kettenis@phys.uva.nl>
725 [submitted 1998-08-06]
726 * mach/Machrules: Create target directory and force re-evaluation
727 of Makefile to prevent `make' from optimizing away most of the
728 implicit rules and `vpath' directives.
730 1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
732 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): If _hurd_msgport_thread
733 is null, short-circuit to __mach_msg.
735 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): New function,
737 (init1) [PIC]: Call it.
738 (__libc_init_first) [! PIC]: Call it.
740 * sysdeps/mach/hurd/i386/init-first.c (init1): Don't call
741 __libc_init_secure. Instead set __libc_enable_secure here from
743 (__libc_enable_secure): New variable it.
744 * sysdeps/mach/hurd/enbl-secure.c: New file, empty placeholder module.
746 1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
748 * nscd/nscd-client.h: New file, broken out of "nscd.h".
749 * nscd/nscd.h: Move defns needed by clients to "nscd-client.h",
751 * nscd/Makefile (distribute): Add nscd-client.h.
752 * nscd/nscd_getgr_r.c, nscd/nscd_gethst_r.c, nscd/nscd_getpw_r.c:
753 Include "nscd-client.h" instead of "nscd.h"
755 1998-10-18 Ulrich Drepper <drepper@cygnus.com>
757 * sysdeps/posix/getcwd.c (__getcwd): Don't stop processing
758 directory entries when a lstat call fails.
759 Patch by Colin Plumb <colin@nyx.net>.
761 * resolv/nss_dns/dns-host.c: Add missing errnop parameter to the
763 * resolv/nss_dns/dns-network.c: Likewise.
765 * grp/Makefile: Don't search for linuxthreads in add-ons, use
766 have-thread-library to determine whether threads are available.
767 * pwd/Makefile: Remove wrong comment.
769 * inet/Makefile: Define CFLAGS-gethstbyad_r.c, CFLAGS-gethstbynm_r.c,
770 and CFLAGS-gethstbynm2_r.c to -DUSE_NSCD=1.
772 * locale/C-messages.c: Define default strings for YESTR and NOSTR.
774 * nss/Versions: Add __nss_hosts_lookup.
776 * nss/getXXbyYY.c: Remove unneeded assignment.
778 * nss/getXXbyYY_r.c: Include nscd/nscd_proto.h only if needed.
780 Almost complete rewrite of the NSCD to make it smaller, faster,
781 add more functionnality and make it easier to extend.
782 * nscd/Makfile (routines): Add nscd_gethst_r.
783 (nscd-modules): Add hstcache, gethstbyad_r, gethstbynm2_r, and cache.
784 * nscd/cache.c: New file.
785 * nscd/gethstbyad_r.c: New file.
786 * nscd/gethstbynm2_r.c: New file.
787 * nscd/hstcache.c: New file.
788 * nscd/nscd_gethst_r.c: New file.
789 * nscd/connections.c: Rewritten. Don't start new thread for every
790 new connection. Use a fixed set of threads which handle all
791 connections and also the cache cleanup.
792 * nscd/grpcache.c: Rewritten to use generic cache handling functions
794 * nscd/nscd.c: Recognize new parameter nthreads. Adjust initialization
795 for rewrite. Remove handle_requests function.
796 * nscd/nscd.h (NSCD_VERSION): Bump to 2.
797 Define new data structure for the new unified cache and the host
799 * nscd/nscd_conf.c: Rewrite parsing partly to allow adding of more
800 databases easily. Recognize check-files and threads definitions.
801 * nscd/nscd.conf: Add definition of enable-cache and check-files to
802 passwd and group definitions. Add new set of definitions for hosts.
803 * nscd/nscd_getgr_r.c: Rewrite for new protocol.
804 * nscd/nscd_getpw_r.c: Likewise.
805 * nscd/nscd_proto.h: Add prototype for host database functions.
806 * nscd/nscd_stat.c: Rewrite to simplify printing of information
808 * nscd/dbg_log.c: Remove unnecessary variable initializations.
809 Global variable debug_flag is renamed to dbg_level.
810 * nscd/dbg_log.h: Declare set_logfile.
812 1998-10-16 Ulrich Drepper <drepper@cygnus.com>
814 * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of
817 1998-10-16 Paul Eggert <eggert@shade.twinsun.com>
819 * time/mktime.c: Some systems require <unistd.h> to be
820 included before <time.h> for localtime_r to be declared
822 * time/strftime.c: Likewise.
824 1998-10-16 Ulrich Drepper <drepper@cygnus.com>
826 * db/Makefile: Add rule to generate shared object with the soname
829 * sysdeps/unix/opendir.c: Use O_DIRECTORY if available. If not
830 available double check to verify it's a directory.
832 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add O_DIRECTORY.
833 * sysdeps/unix/sysv/linux/mips/bits/fcntl: Likewise.
834 * sysdeps/unix/sysv/linux/bits/fcntl.h: Remove O_* constants which
835 are not generally available.
836 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: New file.
838 * sysdeps/unix/sysv/linux/i386/setgroups.c: Add range check for values.
839 * sysdeps/unix/sysv/linux/arm/Makefile: New file.
840 * sysdeps/unix/sysv/linux/arm/setegid.c: New file.
841 * sysdeps/unix/sysv/linux/arm/seteuid.c: New file.
842 * sysdeps/unix/sysv/linux/arm/setfsgid.c: New file.
843 * sysdeps/unix/sysv/linux/arm/setfsuid.c: New file.
844 * sysdeps/unix/sysv/linux/arm/setgid.c: New file.
845 * sysdeps/unix/sysv/linux/arm/setgroups.c: New file.
846 * sysdeps/unix/sysv/linux/arm/setresgid.c: New file.
847 * sysdeps/unix/sysv/linux/arm/setresuid.c: New file.
848 * sysdeps/unix/sysv/linux/arm/setuid.c: New file.
849 * sysdeps/unix/sysv/linux/i386/setegid.c: New file.
850 * sysdeps/unix/sysv/linux/i386/seteuid.c: New file.
851 * sysdeps/unix/sysv/linux/i386/setfsgid.c: New file.
852 * sysdeps/unix/sysv/linux/i386/setfsuid.c: New file.
853 * sysdeps/unix/sysv/linux/i386/setgid.c: New file.
854 * sysdeps/unix/sysv/linux/i386/setgroups.c: New file.
855 * sysdeps/unix/sysv/linux/i386/setresgid.c: New file.
856 * sysdeps/unix/sysv/linux/i386/setresuid.c: New file.
857 * sysdeps/unix/sysv/linux/i386/setuid.c: New file.
858 * sysdeps/unix/sysv/linux/m68k/setegid.c: New file.
859 * sysdeps/unix/sysv/linux/m68k/seteuid.c: New file.
860 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: New file.
861 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: New file.
862 * sysdeps/unix/sysv/linux/m68k/setgid.c: New file.
863 * sysdeps/unix/sysv/linux/m68k/setgroups.c: New file.
864 * sysdeps/unix/sysv/linux/m68k/setresgid.c: New file.
865 * sysdeps/unix/sysv/linux/m68k/setresuid.c: New file.
866 * sysdeps/unix/sysv/linux/m68k/setuid.c: New file.
867 * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: New file.
868 * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: New file.
869 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: New file.
870 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: New file.
871 * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: New file.
872 * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
873 * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
874 * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
875 * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: New file.
877 * sysdeps/unix/sysv/linux/arm/syscalls.list: Add s_setgid, s_setresuid,
878 s_setresgid, and s_setuid.
879 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
880 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
881 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
882 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
883 (sysdep_routines): Add setfsgid, setfsuid, setresgid, and setresuid.
884 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
885 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
887 1998-10-16 Ulrich Drepper <drepper@cygnus.com>
889 * time/mktime.c: Define _POSIX_THREAD_SAFE_FUNCTIONS to get
890 localtime_t declaration on some systems.
892 1998-10-16 10:07 Ulrich Drepper <drepper@cygnus.com>
894 * iconv/Makefile [! elf]: Define CFLAGS-gconv_simple.c to
896 * iconv/skeleton.c: Include ELF header only of STATIC_GCONV is not
897 defined. Avoid using DL_CLL_FCT if it is not defined.
899 1998-10-16 10:40 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
901 * resolv/arpa/nameser.h: Include sys/types.h unconditionally.
902 Include endian.h unconditionally. Remove portability goop
903 depending on #ifdef linux, #ifdef BSD, #ifdef machine-type.
905 1998-10-16 11:39 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
907 * sunrpc/rpc/types.h: Mark file so fixincludes won't modify it.
909 1998-10-15 Ulrich Drepper <drepper@cygnus.com>
911 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Remove __kernel_termios
912 again. Use char[44] to define size of the struct.
914 * sysdeps/unix/sysv/linux/arm/Dist: Add bits/armsigctx.h.
916 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
918 * string/bits/string2.h (strcmp): Don't cache the result of
919 __builtin_constant_p in variables, otherwise constant folding
920 can fail in big functions.
922 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
924 * string/bits/string2.h: Add prototypes for the new inline
927 1998-10-15 Ulrich Drepper <drepper@cygnus.com>
929 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to
930 have all types defined.
931 Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
933 1998-10-08 Paul Eggert <eggert@twinsun.com>
935 * time/mktime.c (my_mktime_localtime_r): Renamed from localtime_r.
936 Define also if HAVE_LOCALTIME_R && defined localtime_r, with
937 a body that merely expands localtime_r; this works around a
938 bug in Digital Unix 4.0A and 4.0D.
940 1998-10-14 Ulrich Drepper <drepper@cygnus.com>
942 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_ioctl.
943 * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: New file. Define
944 __ioctl to __syscall_ioctl and include Linux version of this file.
945 * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
946 * sysdeps/unix/sysv/linux/powerpc/ioctl.c: New file. Redirect
947 ioctl calls which handle struct termios.
948 Based on a patch by Dan Jacobowitz <drow@false.org>.
950 1998-10-14 Ulrich Drepper <drepper@cygnus.com>
952 * version.h (VERSION): Bump to 2.0.98.
954 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Define __kernel_termios
955 here instead of including kernel_termios.h.
957 1998-10-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
959 * sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is
960 unnecessary after the changes of 1998-10-12.
962 1998-10-13 Ulrich Drepper <drepper@cygnus.com>
964 * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output
965 parameter format string.
966 (inline_outw): Likewise.
968 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Include
969 string.h to get memcpy prototype and NULL definition.
971 1998-10-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
973 * misc/sys/cdefs.h (__THROW): New macro.
974 * argp/argp.h: Use it to replace the kludgey __P in inline
975 function definitions.
976 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
977 * stdlib/stdlib.h: Likewise.
978 * wcsmbs/wchar.h: Likewise.
979 * libio/stdio.h: Likewise.
980 * stdio/stdio.h: Likewise.
981 * sysdeps/wordsize-64/inttypes.h: Likewise.
982 * sysdeps/wordsize-32/inttypes.h: Likewise.
983 * string/argz.h: Likewise.
984 * io/sys/stat.h: Likewise.
986 1998-10-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
988 * Rules (stdio_lim): New variable.
989 ($(stdio_lim:h=st)): Use this as intermediate stamp file, depend
990 on Rules and config.make, use $(move-if-change) to avoid unnessary
991 recompilations, and cleanup command.
992 (common-generated): Add bits/stdio_lim.st.
994 1998-10-12 Ulrich Drepper <drepper@cygnus.com>
996 * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-ioperm.c): New
997 variable to prevent warnings from use of modern CPU instructions.
998 Patch by Richard Henderson <rth@cygnus.com>.
1000 * sysdeps/unix/opendir.c: Test whether NAME is directory before
1003 1998-10-12 Philip Blundell <pb@nexus.co.uk>
1005 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Add missing
1006 semicolon so that profiling works.
1008 1998-10-12 Roland McGrath <roland@baalperazim.frob.com>
1010 * sysdeps/generic/glob.c: #undef mempcpy before #define.
1012 * sysdeps/unix/bsd/clock.c: Use prototype defns.
1014 1998-10-11 Ulrich Drepper <drepper@cygnus.com>
1016 * Rules [posix in sysdirs]: Set L_tmpnam to 20.
1017 Patch by Zack Weinberg <zack@rabi.columbia.edu>.
1019 * string/bits/string2.h [!_STRING_ARCH_unaligned]
1020 (__mempcpy_small): Add parameter for 1 byte copy and use it.
1021 Reported by Geoff Keating <geoffk@ozemail.com.au>.
1023 1998-10-09 Mark Kettenis <kettenis@phys.uva.nl>
1025 * sysdeps/mach/hurd/bits/posix_opt.h (_XBS5_ILP32_OFF32): Remove,
1026 it is already defined in <bits/environments.h>.
1028 1998-10-09 Ulrich Drepper <drepper@cygnus.com>
1030 * posix/ptestcases.h: Fix typo.
1032 1998-10-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1034 * posix/regex.c (regcomp): Allocate and prepare a fastmap.
1035 (regexec): Allocate regs.start and regs.end as one block.
1037 1998-10-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1039 * sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
1042 1998-10-08 Philip Blundell <pb@nexus.co.uk>
1044 * sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
1045 sigcontext union to ...
1046 * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here. New
1048 * sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
1049 version 2.0 kernels.
1051 1998-10-08 Ulrich Drepper <drepper@cygnus.com>
1053 * malloc/mtrace.c (tr_reallochook): Produce better output for real
1056 * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
1057 * argp/argp-xinl.c: Likewise.
1059 * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
1061 Patch by Christian Gafton.
1063 1998-10-08 Paul Eggert <eggert@twinsun.com>
1065 * time/mktime.c (__mktime_internal): When the requested time falls
1066 in a spring-forward gap of size DT, return a time that is DT away
1067 from the requested time, preferring a time whose tm_isdst differs
1068 from the requested value. Bump the max number of probes from 4 to
1069 6 to account for the extra probes needed to discover a
1070 spring-forward gap in the worst case.
1072 1998-10-07 17:05 Ulrich Drepper <drepper@cygnus.com>
1074 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Improve the autodetection
1075 of the weird alpha architectures.
1076 Patch by Cristian Gafton <gafton@redhat.com>.
1078 1998-02-18 23:31 Richard Henderson <rth@cygnus.com>
1080 * sysdeps/unix/sysv/linux/alpha/ioperm.c: Add support for
1081 RAWHIDE and TSUNAMI. Patch from Jay.Estabrook@digital.com.
1083 1998-10-07 Ulrich Drepper <drepper@cygnus.com>
1085 * elf/dl-open.c (_dl_global_scope_alloc): Make global.
1086 (dl_open_worker): Use realloc, not malloc to resize array.
1087 * elf/rtld.c (_dl_initial_searchlist): New variable.
1088 (_dl_main): Copy content of _dl_main_searchlist to
1089 _dl_initial_searchlist.
1090 * elf/ldsodefs.h: Add declarations for _dl_initial_searchlist and
1091 _dl_global_scope_alloc.
1092 * elf/Versions [libc, GLIBC_2.1]: Add _dl_initial_searchlist.
1093 * elf/dl-close.c (_dl_close): When removing object with global
1094 scope remove allocated searchlist if no dynamically loaded object
1096 * elf/dl-support.c (_dl_initial_searchlist): Renamed from fake_scope.
1097 (_dl_global_scope, _dl_main_searchlist): Use _dl_initial_searchlist.
1099 * malloc/mtrace.c (tr_where): Don't print space in location string,
1100 print it afterwards. Print better symbol name information.
1102 1998-10-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1104 * manual/filesys.texi (Setting Permissions): Fix example for
1107 1998-10-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1109 * elf/sprof.c (load_profdata): Fix typo in error message.
1111 1998-10-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1113 * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
1116 1998-10-04 Roland McGrath <roland@baalperazim.frob.com>
1118 * mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
1120 1998-10-06 Ulrich Drepper <drepper@cygnus.com>
1122 * version.h (VERSION): Bump to 2.0.97.
1124 1998-10-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1126 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use __P
1127 in definitions of inline stat functions so that they match the
1129 * stdlib/stdlib.h: Likewise.
1130 * wcsmbs/wchar.h: Likewise.
1131 * libio/stdio.h: Likewise.
1132 * stdio/stdio.h: Likewise.
1133 * sysdeps/wordsize-64/inttypes.h: Likewise.
1134 * sysdeps/wordsize-32/inttypes.h: Likewise.
1135 * string/argz.h: Likewise.
1136 * argp/argp.h: Likewise.
1138 1998-10-06 Ulrich Drepper <drepper@cygnus.com>
1140 * sysdeps/unix/sysv/linux/bits/in.h: Remove ipv6_mreq which is in
1143 1998-10-05 Philip Blundell <philb@gnu.org>
1145 * sysdeps/unix/sysv/linux/bits/in.h: Add various new structures
1146 and constants. Tidy up formatting a little.
1148 * sysdeps/unix/sysv/linux/bits/socket.h (SOL_IPV6, SOL_ICMPV6):
1149 Move definitions to in.h.
1151 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1153 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_PREFER,
1154 SWAP_FLAG_PRIO_MASK,SWAP_FLAG_PRIO_SHIFT): Added.
1155 Remove inclusion of <linux/swap.h>.
1157 1998-10-05 Ulrich Drepper <drepper@cygnus.com>
1159 * io/sys/stat.h: Use __P in definitions of inline stat functions
1160 so that they match the declaration.
1162 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1164 * sysdeps/unix/sysv/linux/sys/quota.h (Q_RSQUASH): Added.
1166 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1168 * sysdeps/unix/sysv/linux/sys/acct.h: Bring in sync with current
1171 1998-10-02 Philip Blundell <pb@nexus.co.uk>
1173 * sysdeps/arm/dl-machine.h: Fix typo in last change.
1175 * sysdeps/arm/bits/huge_val.h: New file.
1177 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1179 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_POWER_OFF): Added.
1181 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SYSCALL): Add
1184 1998-10-05 Ulrich Drepper <drepper@cygnus.com>
1186 * sysdeps/posix/getcwd.c (__getcwd): Use temporary variable to
1187 store result of realloc instead of using BUF.
1189 1998-10-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1191 * misc/sgtty.h (_SGTTY_H): Correct spelling.
1192 Reported by Rouben Rostamian <rostamian@umbc.edu> [PR libc/817].
1194 1998-10-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1196 * manual/memory.texi (Obstacks): Document
1197 obstack_alloc_failed_handler usage.
1199 * malloc/obstack.h: Enhance comment about
1200 obstack_alloc_failed_handler usage.
1201 * malloc/obstack.c: Likewise.
1203 1998-10-05 Ulrich Drepper <drepper@cygnus.com>
1205 * misc/sys/cdefs.h (__extension__): Define as empty if no gcc or
1206 gcc before 2.8 is used.
1208 1998-10-01 Philip Blundell <pb@nexus.co.uk>
1210 * sysdeps/arm/machine-gmon.h: Correct args to mcount(). Patch
1211 from Scott Bambrough.
1213 * sysdeps/unix/sysv/linux/arm/register-dump.h: New file.
1215 * libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't
1216 include the lock member.
1218 1998-09-03 Philip Blundell <pb@nexus.co.uk>
1220 * sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler.
1222 1998-10-01 Ulrich Drepper <drepper@cygnus.com>
1224 * timezone/zic.c: Update from tzcode1998h.
1225 * timezone/europe: Update from tzdata1998i.
1226 * timezone/southamerica: Likewise.
1228 * sys/types.h: Protect use of long long by __extension__.
1229 * stdlib/stdlib.h: Likewise.
1230 * string/string.h: Likewise.
1231 * sysdeps/i386/bits/byteswap.h: Likewise.
1232 * sysdeps/geeric/bits/byteswap.h: Likewise.
1233 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
1234 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1235 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1236 * sysdeps/wordsize-32/inttypes.h: Likewise.
1237 * sysdeps/wordsize-32/stdint.h: Likewise.
1238 * wcsmbs/wchar.h: Likewise.
1240 1998-09-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1242 * string/bits/string2.h (__string2_1bptr_p): Don't use a statement
1244 (__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk,
1245 __strsep): Greatly reduce size of expansion by combining common
1247 (__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to
1249 (__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used
1250 by the above definitions.
1252 1998-09-27 Geoff Keating <geoffk@ozemail.com.au>
1254 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use
1255 correct struct ipc_perm definition.
1257 1998-09-29 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1259 * nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free.
1261 1998-09-29 Cristian Gafton <gafton@redhat.com>
1263 * sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[].
1264 * sysdeps/unix/sysv/linux/net/if_shaper.h: New file.
1265 * sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
1266 * sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
1267 Add net/if_shaper.h.
1269 1998-09-29 Ulrich Drepper <drepper@cygnus.com>
1271 * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind.
1273 * nis/ypclnt.c: Remove not needed close calls.
1275 1998-09-28 23:55 Ulrich Drepper <drepper@cygnus.com>
1277 * nis/ypclnt.c (__yp_bind): Pretty print. Optimize readv result
1278 check a bit. Also close socket of domain client. Close socket
1279 in IPPORT_RESERVED error case.
1281 1998-09-28 Ulrich Drepper <drepper@cygnus.com>
1283 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use
1284 CMSG_ALIGN (fixes a bug) and correct test for availability of
1286 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Sync with generic
1288 (__cmsg_nxthdr): Use CMSG_ALIGN (fixes a bug) and correct test for
1289 availability of another entry.
1292 * sysdeps/unix/sysv/linux/netinet/ip.h (IPOPT_NOOP): Fix typo.
1295 * libio/libio.h [!__STDC__]: Define const only if not defined.
1297 1998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1299 * posix/annexc.c (xsystem): New function. Use it instead of
1302 1998-09-28 Ulrich Drepper <drepper@cygnus.com>
1304 * stdlib/longlong.h: Remove #endif for #if removed in last change.
1306 1998-09-25 Ulrich Drepper <drepper@cygnus.com>
1308 * time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu.
1309 Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to
1310 allow using `ut' parameter.
1311 [!emacs]: Define ut_argument, ut_argument_spec, and
1312 ut_argument_spec_iso as empty. Define ut to 0. Add ut_argument and
1313 argument_spec to prototypes and definitions.
1314 (my_strftime): Don't call tzset of ut != 0.
1315 Compute diff as 0 is ut != 0;
1316 [emacs]: Define new emacs_strftime function.
1317 Based on a patch by Paul Eggert.
1319 1998-09-24 Paul Eggert <eggert@twinsun.com>
1321 * time/strftime.c (my_strftime): When asking for the length of the
1322 subformatted buffer, do not limit the length to look for;
1323 otherwise, we have no reliable way to distinguish between the
1324 empty buffer and an error.
1326 1998-09-25 Ulrich Drepper <drepper@cygnus.com>
1328 * math/Makefile (gmp-objs): Add mp_clz_tab.
1330 1998-09-25 David S. Miller <davem@pierdol.cobaltmicro.com>
1332 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear bits don't
1334 * stdlib/longlong.h (sparc udiv_qrnnd): Define inline version for
1335 cpus lacking hardware multiply and divide.
1337 1998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1339 * db/Makefile ($(inst_slibdir)/libdb.so$(libdb1.so-version)): Use
1342 1998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1344 * db/btree/bt_delete.c: Fix -Wparentheses warning.
1346 1998-09-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1348 * Makefile ($(inst_includedir)/gnu/lib-names.h): Use
1351 1998-09-24 Ulrich Drepper <drepper@cygnus.com>
1353 * debug/catchsegv.sh: Also produce output if clone process died.
1355 1998-09-24 Paul Eggert <eggert@twinsun.com>
1357 * time/strftime.c (f_wkday): Remove duplicate definition.
1358 (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when
1359 !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the
1360 1998-09-11 fix to this case.
1361 (wkday_len, month_len): Remove these macros; they're no longer needed.
1363 1998-09-24 Paul Eggert <eggert@twinsun.com>
1365 * time/strftime.c (my_strftime): Don't store past the end of a
1368 1998-09-24 Paul Eggert <eggert@twinsun.com>
1370 * time/strftime.c (underlying_strftime):
1371 Set the buffer to a nonzero value before calling
1372 strftime, and check to see whether strftime has set the buffer to zero.
1373 This lets us distinguish between an empty buffer and an error.
1375 1998-09-24 Paul Eggert <eggert@shade.twinsun.com>
1377 * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
1378 This fix is propagated from tzcode1998g.tar.gz.
1380 1998-09-24 Mark Kettenis <kettenis@phys.uva.nl>
1382 * sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
1383 _sys_siglist. [!HAVE_GNU_LD]: Do not define _sys_siglist as
1384 sys_siglist. This is handled correctly by the weak_alias macro.
1386 1998-09-24 Ulrich Drepper <drepper@cygnus.com>
1388 * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition
1389 of mempcpy. Reported by Andreas Jaeger.
1391 * misc/regexp.h (compile): Use alloca instead of __alloca. It won't
1392 pollute the namespace since the compiler will resolve it inline.
1393 Reported by Florian La Roche <florian@suse.de>.
1395 1998-09-24 10:29 Ulrich Drepper <drepper@cygnus.com>
1397 * timezone/private.h: Update from tzcode1998g.
1399 * timezone/africa: Update from tzdata1998h.
1400 * timezone/asia: Likewise.
1401 * timezone/australasia: Likewise.
1402 * timezone/europe: Likewise.
1403 * timezone/northamerica: Likewise.
1404 * timezone/southamerica: Likewise.
1405 * timezone/zone.tab: Likewise.
1407 1998-09-23 17:28 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1409 * misc/sys/mman.h: New file.
1411 * sysdeps/generic/bits/mman.h: New file.
1412 * sysdeps/unix/bsd/osf/bits/mman.h: New file.
1413 * sysdeps/unix/bsd/sun/sunos4/bits/mman.h: New file.
1414 * sysdeps/unix/bsd/ultrix4/bits/mman.h: New file.
1415 * sysdeps/unix/sysv/irix4/bits/mman.h: New file.
1417 * sysdeps/generic/sys/mman.h: Removed.
1418 * sysdeps/unix/bsd/osf/sys/mman.h: Removed.
1419 * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Removed.
1420 * sysdeps/unix/bsd/ultrix4/sys/mman.h: Removed.
1421 * sysdeps/unix/sysv/irix4/sys/mman.h: Removed.
1422 * sysdeps/unix/sysv/linux/sys/mman.h: Removed.
1424 * include/sys/mman.h: Look directly for misc/sys/mman.h.
1425 * misc/Makefile (headers): Add bits/mman.h.
1426 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
1429 * sysdeps/unix/sysv/linux/alpha/Dist: Don't mention bits/mman.h.
1430 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
1431 * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
1432 * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
1433 * sysdeps/unix/sysv/linux/mips/Dist: Likewise.
1434 * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1435 * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
1436 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1438 1998-09-23 16:27 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1440 * sysdeps/mach/alpha/sysdep.h: Don't use #include_next.
1441 * sysdeps/mach/alpha/thread_state.h: Likewise.
1442 * sysdeps/mach/i386/sysdep.h: Likewise.
1443 * sysdeps/mach/i386/thread_state.h: Likewise.
1444 * sysdeps/mach/mips/sysdep.h: Likewise.
1445 * sysdeps/mach/mips/thread_state.h: Likewise.
1446 * sysdeps/posix/profil.c: Likewise.
1447 * sysdeps/i386/i586/memcopy.h: Likewise.
1448 * sysdeps/mach/pagecopy.h: Likewise.
1450 1998-09-23 15:25 Ulrich Drepper <drepper@cygnus.com>
1452 * libio/stdio.h: Define __need_getopt and include getopt.h to define
1454 * posix/unistd.h: Likewise.
1455 * stdio/stdio.h: Likewise.
1456 * posix/getopt.h: Remove _GNU_SOURCE use. If __need_getopt is defined
1457 define only getopt and the variables.
1459 1998-09-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1461 * scripts/test-installation.pl (installation_problem): Don't link
1462 the test program against libdb1.
1464 1998-09-23 13:52 Ulrich Drepper <drepper@cygnus.com>
1466 * Makeconfig (all-subdirs): Add db.
1467 * Versions.def: Add definition for libdb1.
1468 * shlib-versions: Add definitions for libdb1.
1469 * db/Makefile (extra-libs): Replace by libdb1.
1470 (libdb-routines): Rename to libdb1-routines.
1471 (headers): Rename to db1-headers.
1472 (distribute): Add $(db1-headers).
1473 (install-others): Define to install symlink libdb.so.NN and the
1475 (CPPFLAGS): Add -DUSE_LIBDB1
1476 Remove rules to build makedb.
1477 * db/Versions: Rename libdb to libdb1.
1478 * include/db.h: If USE_LIBDB1 is defined include db/db.h.
1479 * db/makedb.c: Removed.
1481 * scripts/versions.awk: Recognize digits in library names.
1483 * db/btree/bt_open.c: Fix compiler warnings.
1484 * db/btree/bt_put.c: Likewise.
1485 * db/btree/bt_split.c: Likewise.
1486 * db/hash/hash.c: Likewise.
1487 * db/hash/hash_bigkey.c: Likewise.
1488 * db/recno/rec_close.c: Likewise.
1490 * Makefile: Add localedata/% goal.
1492 1998-09-22 19:58 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1494 * posix/execvp.c: Don't give up searching the PATH if execve
1497 1998-09-22 12:53 Ulrich Drepper <drepper@cygnus.com>
1499 * sysdeps/unix/sysv/linux/init-first.c (init): Don't call setfpucw only
1500 if _dl_fpu_control_set is set.
1501 * sysdeps/generic/dl-sysdep.c: Don't set _dl_fpu_control_set.
1502 * elf/rtld.c: Don't define _dl_fpu_control_set.
1503 * elf/Versions: Remove _dl_fpu_control_set.
1505 1998-09-22 11:51 Ulrich Drepper <drepper@cygnus.com>
1507 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (SA_ONSTACK): Define.
1508 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
1509 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
1510 Correct values of other SA_* macros according to kernel headers.
1512 1998-09-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1514 * elf/dl-load.c (_dl_init_paths): Avoid warning about unused
1516 * elf/dl-error.c (_dl_catch_error): Avoid warning about clobbering
1519 1998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1521 * elf/ldsodefs.h: Fix typo in comment.
1523 1998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1525 * libio/genops.c (_IO_default_pbackfail): Add cast to unsigned
1526 char when comparing buffer contents with putback character.
1528 1998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1530 * elf/Makefile (dl-routines, elide-routines.os, rtld-routines):
1532 * elf/Versions: Undo last change. Export _dl_fpu_control and
1533 _dl_fpu_control_set.
1534 * elf/rtld.c (_dl_fpu_control, _dl_fpu_control_set): New
1535 variables. Include <fpu_control.h>.
1536 * sysdeps/generic/dl-sysdep.c: Store AT_FPUCW value in
1537 _dl_fpu_control instead of __fpu_control, set _dl_fpu_control_set
1538 to indicate that is was seen.
1539 * sysdeps/unix/sysv/linux/init-first.c: Omit call to __setfpucw
1540 only if _dl_fpu_control was set and is equal to desired value.
1541 * math/Makefile (aux): Undo last change.
1542 * math/Versions: Export __fpu_control with version GLIBC_2.0.
1544 1998-09-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1546 * sysdeps/m68k/dl-machine.h (elf_machine_lazy_rel): Slightly
1549 1998-09-21 10:00 Ulrich Drepper <drepper@cygnus.com>
1551 * string/bits/string2.h: Add mempcpy optimization.
1552 * sysdeps/generic/mempcpy.c: Undefined __mempcpy.
1553 * intl/localealias.c: Define mempcpy only if not already defined.
1555 * sysdeps/i386/i486/bits/string.h: Define ffsl only if not already
1558 1998-09-20 10:48 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1560 * csu/abi-note.S: Emit the note directly instead of defining
1561 a preprocessor macro that's only used once. Don't include sysdep.h.
1562 * abi-tags: Generalize Solaris entry.
1564 1998-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1566 * sysdeps/unix/bsd/getpt.c (__libc_ptyname1, __libc_ptyname2):
1567 Change to array to avoid runtime relocation.
1568 * sysdeps/unix/sysv/linux/ptsname.c: Update declarations.
1570 1998-09-21 12:22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1572 * malloc/Makefile ($(objpfx)libmcheck.a): Fix use of $(LN_S).
1573 * math/Makefile ($(objpfx)libieee.a): Likewise.
1575 1998-09-21 Ulrich Drepper <drepper@cygnus.com>
1577 * sysdeps/generic/getpt.c: Fix order of argument to weak_alias.
1578 Patch by John Tobey <jtobey@banta-im.com>.
1580 1998-09-20 Ulrich Drepper <drepper@cygnus.com>
1582 * login/Makefile (distribute): Remove pty-internal.h, add
1585 * stdlib/tst-strtol.c: Add more checks.
1586 Patch by Zack Weinberg <zack@rabi.columbia.edu>.
1588 1998-09-20 09:37 Ulrich Drepper <drepper@cygnus.com>
1590 * elf/Versions [GLIBC_2.1] (libc): Add __fpu_control.
1591 * elf/elf.h: Add AT_FPUCW.
1592 * elf/Makefile (dl-routines): Add fpu_control.
1593 (elide-routines.os): Add fpu_control.
1594 (rtld-routines): Add fpu_control.
1595 * math/Makefile (aux): Remove fpu_control.
1596 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_FPUCW.
1597 (_dl_show_auxv): Likewise.
1598 * sysdeps/unix/sysv/linux/init-first.c (init): Use __setfpucw only
1599 if different from OS default.
1601 * stdio-common/tstscanf.c: Add test case for (nil).
1603 1998-09-18 17:41 Ulrich Drepper <drepper@cygnus.com>
1605 * libio/fileops.c (_IO_new_file_underflow): Before allocating
1606 buffer make sure the pushback buffer is destroyed.
1607 (_IO_new_file_seekoff): Likewise.
1608 If mode==0 quit early with the result.
1609 Clear OEF flag after successful fseek.
1610 * libio/libio.h (_IO_FILE_complete): Add _IO_save_ptr.
1611 * libio/ftello.c (ftello): Add offset from original buffer if
1612 stream has pushed back characters.
1613 * libio/ftello64.c (ftello64): Likewise.
1614 * libio/iofgetpos.c (_IO_fgetpos): Likewise.
1615 * libio/iofgetpos64.c (_IO_fgetpos64): Likewise.
1616 * libio/ioftell.c (_IO_ftell): Likewise.
1617 * libio/genops.c (_IO_switch_to_main_get_area): Swap _IO_read_ptr
1619 (_IO_switch_to_backup_area): Save _IO_read_ptr in _IO_save_ptr.
1620 (_IO_default_pbackfail): Only stored push back character in original
1621 buffer if it is the same as the one in the file at this position.
1622 * libio/iofclose.c: Free backup buffer if one is available.
1623 * libio/ioseekoff.c (_IO_seekoff): Only remove pushback buffer if
1626 * strdlib/strtol.c (strtol): Handle 0x... string for base!=0 correctly.
1628 * time/strftime.c [_LIBC] (ampm): Use tp->tm_hour not hour12.
1630 * stdio-common/vfscanf.c: Fix reading (nil) for %p.
1632 1998-09-18 Mark Kettenis <kettenis@phys.uva.nl>
1634 * login/programs/pt_chown.c (more_help): Correct message that
1635 describes the purpose of the program.
1637 * login/openpty.c: Do not include pty-private.h.
1638 (pts_name): New function. Return name of slave pseudo terminal in
1639 an allocated buffer if necessary.
1640 (openpty): Use pts_name to get name of the slave end of the pseudo
1643 * sysdeps/unix/grantpt.c (grantpt): Free buffer allocated by
1644 pts_name before return.
1646 1998-09-18 11:15 Ulrich Drepper <drepper@cygnus.com>
1648 * math/math.h: Define __NO_MATH_INLINES if __STRICT_ANSI__.
1650 1998-09-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1652 * login/openpty.c: Include pty-private.h instead of
1655 1998-09-09 Philip Blundell <pb@nexus.co.uk>
1657 * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Optimise a bit.
1659 1998-09-07 Philip Blundell <pb@nexus.co.uk>
1661 * sysdeps/arm/dl-machine.h (RTLD_START): Keep in step with
1662 recent ld.so changes.
1663 (elf_machine_runtime_setup): Correct behaviour when profiling.
1665 1998-09-17 19:34 Ulrich Drepper <drepper@cygnus.com>
1667 * sysdeps/unix/sysv/sysv4/bits/utsname.h: Fix typo.
1668 Patch by John Tobey <jtobey@banta-im.com>.
1670 1998-09-17 Mark Kettenis <kettenis@phys.uva.nl>
1672 * login/pty-internal.h: Removed. Moved constants related to the
1673 `grantpt' helper program protocol to ...
1674 * login/pty-private.h: ... here. New file.
1675 * sysdeps/unix/sysv/linux/ptsname.c (ptsname): Reimplementation
1676 to make the function work with kernels >= 2.1.115.
1677 * sysdeps/unix/sysv/linux/getpt.c (getpt): Reimplement to call BSD
1678 version if using the cloning device fails.
1679 * sysdeps/unix/sysv/linux/grantpt.c: New file.
1680 * sysdeps/unix/sysv/linux/unlockpt.c: General cleanup.
1681 * sysdeps/unix/bsd/getpt.c (__getpt): Largely rewritten to allow
1682 use by Linux specific code.
1683 * sysdeps/unix/bsd/unlockpt.c: General cleanup.
1684 * sysdeps/unix/grantpt.c: Largely rewritten. (pts_name): New
1685 function. (grantpt): Use pts_name, check group and permission
1686 mode in addition to owner. Try to set the owner, group and
1687 permission mode first without invoking the helper program.
1688 * login/programs/pt_chown.c: Largely rewritten. Add argp and
1689 internationalization support. Use symbolic constants instead of
1690 hardwired numbers for permission mode.
1691 * sysdeps/unix/bsd/ptsname.c: New file.
1693 1998-09-17 22:04 Tim Waugh <tim@cyberelk.demon.co.uk>
1695 * posix/wordexp-test.c: Undo last change.
1697 * posix/wordexp.c: Undo last change.
1699 1998-09-16 Ulrich Drepper <drepper@cygnus.com>
1701 * nscd/grpcache.c (save_grp): Partly undo last change.
1703 * nscd/pwdcache.c (save_pwd): Undo last change.
1705 1998-09-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1707 * sysdeps/mach/hurd/dl-cache.c (_dl_unload_cache): New dummy
1708 function. Reported by okuji@kuicr.kyoto-u.ac.jp [PR libc/789].
1710 1998-09-15 David S. Miller <davem@pierdol.cobaltmicro.com>
1712 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
1713 Add profiling support.
1714 (TRAMPOLINE_TEMPLATE): New macro.
1715 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
1716 (RTLD_START): Prettify, and set __libc_stack_end properly.
1717 (elf_machine_rela) [R_SPARC_COPY]: Remove RTLD_BOOTSTRAP ifndef
1718 and check for sym being NULL instead.
1719 * sysdeps/sparc/sparc64/addmul_1.S: Adjust to allocate 192 bytes
1721 * sysdeps/sparc/sparc64/lshift.S: Likewise.
1722 * sysdeps/sparc/sparc64/mul_1.S: Likewise.
1723 * sysdeps/sparc/sparc64/rshift.S: Likewise.
1724 * sysdeps/sparc/sparc64/submul_1.S: Likewise.
1725 * sysdeps/sparc/sparc64/elf/crtbegin.S: Likewise and remove old
1726 MEDANY code model %g4 usage.
1727 * sysdeps/sparc/sparc64/elf/crtend.S: Likewise and remove old
1728 MEDANY code model %g4 usage.
1729 * sysdeps/sparc/sparc64/elf/start.S: Rework to not use old FULLANY
1730 code model address formation.
1731 * sysdeps/sparc/sparc64/dl-machine.h: Don't include link.h, do
1732 include elf/ldsodefs.h
1734 (elf_machine_matches_host): It is now EM_SPARCV9.
1735 (elf_machine_dynamic): Clean up to remove ugly cast.
1736 (elf_machine_fixup_plt): Rework for new V9 ABI, add support for
1738 (elf_machine_rela): Don't do anything at all for R_SPARC_NONE.
1739 Prettify rest of function.
1740 [R_SPARC_COPY]: Check for sym being NULL.
1741 [R_SPARC_32]: Handle it.
1742 [R_SPARC_H44, R_SPARC_M44, R_SPARC_L44]: Handle them for the
1744 [R_SPARC_HH22, R_SPARC_HM10, R_SPARC_LM22]: Handle them for the
1746 [R_SPARC_NONE]: Remove this case, as it is now checked earlier.
1747 (elf_machine_runtime_setup): Rewrite for new V9 ABI plt formats.
1748 Add profiling support.
1749 (TRAMPOLINE_TEMPLATE): New macro.
1750 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
1751 (RTLD_START): Prettify and set __libc_stack_end.
1752 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h (SA_SIGINFO):
1754 * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Set to 64.
1755 (SIGRTMIN, SIGRTMAX, __SIGRTMIN, __SIGRTMAX): Define.
1756 * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c (__brk): Remove
1757 unused variable scratch.
1758 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
1759 (__syscall_rt_sigaction, __rt_sigreturn_stub, __sigreturn_stub):
1761 (__sigaction): Rewrite rt_sigaction case to pass correct sigreturn
1762 stub to rt_sigaction syscalls. Rewrite non-rt case to use correct
1763 old format kernel sigaction structures.
1764 * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext.h: Move...
1765 * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: to here.
1766 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Remove ucontext.h
1767 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Fix
1769 (_JMPBUF_UNWINDS): Define.
1770 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Declare
1771 statfs64 structure, which is exactly the same as the normal one.
1772 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Allocate 192 bytes
1773 of stack. Use correct syscall trap number. Add branch prediction
1774 settings to branch instructions. Remove old MEDANY code model %g4
1775 referneces for non-PIC.
1776 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
1777 * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
1778 * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Likewise.
1779 * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1780 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1781 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
1782 __libc_longjmp and __libc_siglongjmp strong aliases.
1783 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c (__readdir64):
1784 Also define to __no__readdir64_decl around readdir.c inclusion.
1785 (__readdir64): Add strong alias.
1786 * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: New file.
1787 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getrlimit):
1788 Set strong and weak names properly.
1790 1998-09-16 11:25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1792 * manual/Makefile (AWK): Default to gawk if standalone.
1794 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1796 * Makefile (distribute): Undo last change.
1797 * Make-dist (+tsrc) [not subdir]: Also include indirection headers
1799 (+subdir-headers): Removed, unused.
1801 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1803 * stdio-common/Makefile ($(inst_includedir)/bits/stdio_lim.h): Use
1806 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1808 * Makerules ($(+sysdir_pfx)sysd-Makefile): Don't check for
1809 absolute name in $(config-sysdirs), can never happen.
1810 ($(+sysdir_pfx)sysd-rules): Likewise.
1811 * Makeconfig (full-config-sysdirs): Likewise.
1812 (all-Subdirs-files): Prepend $(..).
1814 * configure.in: Don't check for absolute name in $add_ons_pfx, can
1815 not happen. Let --enable-add-ons=yes work if no add-ons actually
1818 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1820 * Rules ($(common-objpfx)bits/stdio_%.h): Remove extra
1821 continuations in command.
1823 1998-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1825 * libio/oldstdfiles.c (_IO_stdin_used): Update declaration.
1827 1998-09-16 00:47 Tim Waugh <tim@cyberelk.demon.co.uk>
1829 * posix/wordexp-test.c: If expansion or substitution occurs
1830 anywhere in a word, the entire word is subject to field-splitting.
1832 * posix/wordexp.c (parse_glob): Look for end of word instead of
1833 end of field when deciding what to glob.
1834 (field_split_word): New function, now the only place where
1835 field-splitting is performed.
1836 (parse_dollars): New parameter - tell the caller if
1837 field-splitting should be performed on this word.
1839 * posix/wordexp-test.c (testit): Only call wordfree if wordexp
1840 succeeded (or failed with WRDE_NOSPACE).
1842 1998-09-15 19:53 1998 Tim Waugh <tim@cyberelk.demon.co.uk>
1844 * posix/wordexp.c (wordexp): Don't convert IFS characters to
1847 * posix/wordexp-test.c: Words not the result of expansion or
1848 substitution should remain unchanged.
1850 1998-09-15 Ulrich Drepper <drepper@cygnus.com>
1852 * elf/dynamic-link.h [!ELF_MACHINE_PLTREL_OVERLAP]
1853 (_ELF_DYNAMIC_DO_RELOC): Correctly set ranges[1].lazy.
1855 1998-09-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1857 * stdio-common/Makefile: Include Makeconfig so that
1858 $(inst_includedir) is defined.
1860 1998-09-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1862 * io/pwd.c: Include <mcheck.h>.
1864 1998-09-15 08:00 Ulrich Drepper <drepper@cygnus.com>
1866 * nscd/pwdcache.c (save_pwd): Correct copying.
1867 * nscd/grpcache.c (save_grp): Likewise.
1869 1998-09-14 23:36 Ulrich Drepper <drepper@cygnus.com>
1871 * nscd/pwdcache.c (save_pwd): Rewrite to use only one malloc call.
1872 (free_pwd): Adjust for this change.
1873 * nscd/grpcache.c (save_grp): Rewrite to use only one malloc call.
1874 (free_grp): Adjust for this change.
1876 1998-09-14 Ulrich Drepper <drepper@cygnus.com>
1878 * nscd/pwdcache.c (cache_pwdinit): Allocate uidtbl of correct size.
1880 1998-09-14 15:29 Ulrich Drepper <drepper@cygnus.com>
1882 * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
1883 (install-others): Add bits/stdio_lim.h.
1884 Add rule to install bits/stdio_lim.h.
1886 * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
1888 * Makefile (distribute): Add include/sys/mman.h.
1890 * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
1891 * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
1892 * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
1894 * grp/initgroups.c: Include stdlib.h.
1895 Patch by Zack Weinberg.
1897 1998-09-14 22:46 Tim Waugh <tim@cyberelk.demon.co.uk>
1899 * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
1900 for field-splitting :abc: is correct, and that two fields should
1901 result. Revert tests to reflect this.
1903 * posix/wordexp.c (w_emptyword): Remove function.
1904 (exec_comm): Don't use w_emptyword.
1905 (parse_param): Likewise.
1907 1998-09-14 15:00 Ulrich Drepper <drepper@cygnus.com>
1909 * sysdeps/arm/fpu/Dist: Moved to...
1910 * sysdeps/arm/Dist: ...here.
1911 * sysdeps/posix/Dist: Removed.
1912 * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to...
1913 * sysdeps/unix/sysv/linux/i386/Dist: ...here.
1915 1998-08-26 Geoff Keating <geoffk@ozemail.com.au>
1917 * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
1919 1998-09-14 11:26 Ulrich Drepper <drepper@cygnus.com>
1921 * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
1923 1998-09-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1925 * libc-work/nis/nss_nisplus/nisplus-service.c
1926 (_nss_nisplus_parse_servent): Convert port in network byte order.
1928 1998-09-14 07:53 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1930 * stdlib/stdlib.h: Add a switch, __need_malloc_and_calloc,
1931 to provide only malloc and calloc.
1932 * include/stdlib.h: Support the above.
1933 * string/bits/string2.h: Use __need_malloc_and_calloc when
1935 (__string2_1bptr_p): Avoid -Wbad-function-cast warnings.
1937 * iconvdata/iso-2022-jp.c: Include <stdlib.h>.
1938 * iconvdata/iso646.c: Include <stdlib.h>.
1940 1998-09-14 07:51 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1942 * sunrpc/rpc_cout.c: Add braces around ambiguous else.
1943 * sysdeps/libm-ieee754/w_pow.c: Likewise.
1944 * sysdeps/libm-ieee754/w_powf.c: Likewise.
1945 * sysdeps/libm-ieee754/w_powl.c: Likewise.
1947 1998-09-14 07:57 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1949 * stdio-common/stdio_lim.h.in: New file. All parameters
1950 are adjustable at build time.
1951 * Rules: Add a rule to build bits/stdio_lim.h from
1952 stdio-common/stdio_lim.h.in. (It has to be in Rules so that
1953 all subdirectories know how to make the file. It can't be
1954 in Makerules because then it gets built at top level and the
1955 dependencies are wrong.)
1957 * stdio-common/Makefile (distribute): Add stdio_lim.h.in.
1958 * sysdeps/unix/sysv/linux/Makefile: Delete rules to make
1960 * sysdeps/unix/sysv/linux/stdio_lim.h.in: Removed.
1961 * sysdeps/unix/sysv/linux/Dist: Take out stdio_lim.h.in.
1962 * sysdeps/posix/Makefile: Removed.
1963 * sysdeps/posix/mk-stdiolim.c: Removed.
1964 * sysdeps/generic/bits/stdio_lim.h: Removed.
1966 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1968 * argp/argp-help.c: Fixup indentation.
1969 * nss/nss_files/files-alias.c: Quiet -Wparentheses warning.
1970 * resolv/nss_dns/dns-network.c: Likewise.
1971 * resolv/res_send.c: Likewise.
1972 * rt/aio_cancel.c: Likewise.
1973 * rt/aio_misc.c: Likewise.
1975 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1977 * Makefile (install-symbolic-link): Remove the link list file at last.
1978 * Makerules (install-clean-symbolic-link-list): Removed.
1980 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1982 * timezone/tst-timezone.c: Print time in UTC to get consistent
1985 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1987 * elf/rtld.c (_dl_rpath): Removed.
1988 * elf/dl-support.c (_dl_path): Removed.
1989 * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
1990 (CFLAGS-dl-support.c): Removed.
1992 * elf/dl-load.c (env_path_list): Renamed from fake_path_list. All
1994 (_dl_init_paths): Always set env_path_list from LD_LIBRARY_PATH,
1995 instead of appending it to the main map's rpath info.
1996 (_dl_map_object): Consistently use LD_LIBRARY_PATH after all
1997 DT_RPATHs. This makes it effective again.
1998 (decompose_rpath): Remove second parameter, callers changed.
1999 (fillin_rpath): Allocate enough space in curwd.
2000 (expand_dynamic_string_token): Cope with get_origin returning -1.
2002 1998-09-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2004 * libc-work/nis/nss_compat/compat-pwd.c: Add support for
2007 * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
2010 1998-09-13 18:06 Ulrich Drepper <drepper@cygnus.com>
2012 * locale/programs/locale.c: Update dates.
2014 1998-09-13 Mark Kettenis <kettenis@phys.uva.nl>
2016 * sysdeps/generic/bits/types.h: Include <features.h>. Make sure
2017 size_t is defined. Some reordering of definitions to make
2018 maintaining this file in parallel with the linux-specific file easier.
2020 1998-09-13 Ulrich Drepper <drepper@cygnus.com>
2022 * io/pwd.c (main): Add call to mtrace.
2024 * malloc/mtrace.pl: Quote @ in string.
2026 1998-09-13 19:25 Tim Waugh <tim@cyberelk.demon.co.uk>
2028 * posix/wordexp.c (parse_arith): Fix memory leaks.
2029 (exec_comm): Likewise.
2030 (parse_param): Likewise.
2031 (wordexp): Likewise.
2032 (exec_comm): Reduce number of function return points.
2033 (parse_param): Likewise.
2034 (wordexp): Likewise.
2036 1998-09-13 14:53 Tim Waugh <tim@cyberelk.demon.co.uk>
2038 * posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
2039 yield three fields, not two. Test both parameter expansion and
2040 command substitution for correct field-splitting behaviour.
2042 * posix/wordexp.c (w_emptyword): New function.
2043 (parse_param): Use it.
2044 (exec_comm): Likewise, for consistency with the way parse_param
2046 (parse_param): Fix some memory leaks.
2048 1998-09-13 18:04 Geoff Keating <geoffk@ozemail.com.au>
2050 * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
2051 Don't mark asm `volatile'.
2052 (__elf_machine_runtime_setup): Clear the last partial block in the PLT
2053 from the data cache too. Assume it isn't in the instruction cache yet.
2054 (__elf_machine_fixup_plt): Clear the modified address from the caches.
2056 1998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
2058 * sysdeps/generic/segfault.c (install_handler): Install signal
2059 handler with SA_ONSTACK instead of setting the stack flags to
2060 SS_ONSTACK. Do not install handler for SIGSTKFLT if it is not
2063 1998-09-12 14:24 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2065 * signal/signal.h: Fix multiple inclusion guard to cover the
2067 * wcsmbs/wchar.h: Remove prototype of internal function
2069 * sysdeps/i386/i486/bits/string.h (memchr): Don't do
2070 arithmetic on `void *'.
2072 1998-09-12 01:09 Tim Waugh <tim@cyberelk.demon.co.uk>
2074 * posix/wordexp-test.c: Fix wrong tests. Add new tests.
2076 * posix/wordexp.c (wordexp): Perform word-splitting instead of
2077 field-splitting here.
2078 (wordexp): If out of memory mid-word, free the word (but still
2079 leave pwordexp alone for caller to see).
2080 (parse_param): Allow for zero-length fields (smarter checking of
2081 memory allocation failure).
2082 (w_addword): Convert NULL words to "".
2083 (wordexp): Convert left-over IFS characters to blanks (like bash).
2085 1998-09-11 Ulrich Drepper <drepper@cygnus.com>
2087 * configure.in: Use test -f instead of test -e.
2088 Patch by John Tobey <jtobey@banta-im.com>.
2090 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file.
2091 * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file.
2092 * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file.
2093 * sysdeps/unix/sysv/linux/sigstack.c: Fix typo.
2094 * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo.
2095 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file.
2096 * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file.
2097 Patches by John Tobey <jtobey@banta-im.com>.
2099 * time/strftime.c (my_strftime): Delay use of *tp values until
2100 latest possible point to allow partly initialized structures
2101 (e.g., from strptime).
2103 * iconvdata/Makefile (modules): Add ISO_10367-BOX, MAC-IS, NATS-DANO,
2105 Define *-routines variables for new modules.
2106 (distribute): Add .c files for new modules.
2107 (awk-generated-headers): Add iso_10367-box.h, mac-is.h, nats-dano.h,
2109 Add rules for header generation.
2110 * iconvdata/gconv-modules: Add entries for new modules.
2111 * iconvdata/iso_10367-box.c: New file.
2112 * iconvdata/mac-is.c: New file.
2113 * iconvdata/nats-dano.c: New file.
2114 * iconvdata/nats-sefi.c: New file.
2116 1998-04-30 18:20 H.J. Lu <hjl@gnu.org>
2118 * elf/dl-load.c (_dl_init_paths): Don't check the dynamic
2119 loader if PIC is not defined.
2121 1998-09-11 Ulrich Drepper <drepper@cygnus.com>
2123 * iconvdata/Makefile (modules): Add CSN_369103, CWI, DEC-MCS,
2124 ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT, GREEK7, GREEK7-OLD, INIS,
2125 INIS-8, INIS-CYRILLIC, ISO_6937-2, ISO_2033, ISO_5427, ISO_5427-EXT,
2127 Define *-routines variables for new modules.
2128 (distribute): Add .c files for new modules.
2129 (awk-generated-headers): Add csn_369103.h, cwi.h, dec-mcs.h,
2130 ecma-cyrillic.h, gost_19768-74.h, greek-ccitt.h, greek7.h,
2131 greek7-old.h, inis.h, inis-8.h, inis-cyrillic.h, iso_2033.h,
2132 iso_5427.h, iso_5427-ext.h, and iso_5428.h.
2133 Add rules for header generation.
2134 * iconvdata/gconv-modules: Add entries for new modules.
2135 * iconvdata/csn_369103.c: New file.
2136 * iconvdata/cwi.c: New file.
2137 * iconvdata/dec-mcs.c: New file.
2138 * iconvdata/ecma-cyrillic.c: New file.
2139 * iconvdata/gost_19768-74.c: New file.
2140 * iconvdata/greek-ccitt.c: New file.
2141 * iconvdata/greek7-old.c: New file.
2142 * iconvdata/greek7.c: New file.
2143 * iconvdata/inis-8.c: New file.
2144 * iconvdata/inis-cyrillic.c: New file.
2145 * iconvdata/inis.c: New file.
2146 * iconvdata/iso6937-2.c: New file.
2147 * iconvdata/iso_2033.c: New file.
2148 * iconvdata/iso_5427-ext.c: New file.
2149 * iconvdata/iso_5427.c: New file.
2150 * iconvdata/iso_5428.c: New file.
2152 * iconvdata/iso6937.c (from_ucs4): Correct 0x80, 0x81, and 0xb9
2154 Convert U02dd correctly.
2156 1998-09-11 20:46 Richard Henderson <rth@cygnus.com>
2158 * sysdeps/alpha/dl-machine.h (_dl_start_user): Pass pointer to
2159 _dl_main_searchlist not _dl_default_scope to _dl_init_next.
2160 * sysdeps/sparc/sparc32/dl-machine.h (_dl_start_user): Likewise.
2161 * sysdeps/sparc/sparc64/dl-machine.h (_dl_start_user): Likewise.
2163 1998-09-11 Ulrich Drepper <drepper@cygnus.com>
2165 * resolv/res_init.c (res_init): Handle resolv.conf file with only
2166 one nameserver correctly. Patch by HJ Lu.
2168 * iconvdata/Makefile (modules): Add IEC_P27-1, BALTIC, ASMO_449,
2170 Define *-routines variables for new modules.
2171 (distribute): Add .c files for new modules.
2172 (awk-generated-headers): Add iec_p27-1.h, baltic.h, and asmo_449.h.
2173 Add rules for hedaer generation.
2174 * iconvdata/gconv-modules: Add entries for new modules. Pretty print.
2175 * iconvdata/ansi_x3.110.c: New file.
2176 * iconvdata/asmo_449.c: New file.
2177 * iconvdata/baltic.c: New file.
2178 * iconvdata/iec_p27-1.c: New file.
2180 * iconvdata/t61.c (from_ucs4): Correct 0x23, 0x24, 0x80, and 0x81
2182 Convert U02dc correctly.
2184 * math/atest-exp.c: Add parentheses to avoid gcc warnings.
2185 * math/atest-exp2.c: Likewise.
2186 * math/atest-sincos.c: Likewise.
2188 * posix/getopt.h: Don't define non-POSIX stuff unless _GNU_SOURCE
2191 1998-09-11 10:51 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2193 * string/strcoll.c: Optimize a few expressions.
2194 * string/strxfrm.c: Likewise.
2196 1998-09-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2198 * manual/locale.texi: Fix typos.
2200 1998-09-10 Ulrich Drepper <drepper@cygnus.com>
2202 * stdlib/random_r.c (__setstate_r): Allow call with same state
2203 array as currently used (PR libc/774).
2205 * include/limits.h: Include gcc's header even if this file is
2206 found more than once before it (PR libc/778)
2208 * sysdeps/unix/sysv/linux/Makefile [subdir==misc]
2209 (sysdep_headers): Remove sys/debugreg.h.
2210 * sysdeps/unix/sysv/linux/i386/Makefile [subdir==misc]
2211 (sysdep_headers): Add sys/debugreg.h.
2212 * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
2213 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
2215 * stdio-common/tmpnam.c: Move local static variable buf to
2216 toplevel and rename to tmpnam_buffer to ease debugging.
2217 Patch by Joe Keane <jgk@jgk.org>.
2218 Optimize s == NULL case a bit.
2220 * iconvdata/testdate/ISO-8859-10..UCS2: Update after charmap
2223 1998-09-10 12:51 Ulrich Drepper <drepper@cygnus.com>
2225 * resolv/res_init.c (res_init): Initialize _res.nscount and
2226 _res.nsaddr.sin_port differently for the can when no loopback
2227 is available to allow immediate timeout in non-networking environments.
2228 Patch by Cristian Gafton <gafton@redhat.com>.
2230 1998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2232 * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
2233 BAR and not EM DASH.
2234 * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
2235 * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
2238 1998-09-10 11:53 Ulrich Drepper <drepper@cygnus.com>
2240 * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
2242 * timezone/tst-timezone.c (tests): Fix typo in last patch.
2244 * time/tzfile.c (__tzfile_read): Handle case when there are no
2245 transitions. Set __timezone based on computed offset.
2246 * time/tzset.c (tzset_internal): Set __timezone before returning.
2248 * time/tzset.c (tzset_internal): Optimize handling of local string
2251 1998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2253 * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
2256 1998-09-09 Benjamin Kosnik <bkoz@tintin.cygnus.com>
2258 * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
2259 (csqrt_test): Likewise.
2260 * sysdeps/powerpc/bits/fenv.h: Add parens.
2262 1998-09-09 18:48 Ulrich Drepper <drepper@cygnus.com>
2264 * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
2265 _dl_main_searchlist not _dl_default_scope to _dl_init_next.
2266 Patch by Benjamin Kosnik <bkoz@cygnus.com>.
2268 1998-09-09 Mark Kettenis <kettenis@phys.uva.nl>
2270 * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
2271 the special `-1' pointer.
2273 1998-09-09 09:32 Ulrich Drepper <drepper@cygnus.com>
2275 * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
2278 1998-09-07 Paul Eggert <eggert@twinsun.com>
2280 * time/mktime.c (__EXTENSIONS__): Define if not defined.
2281 (_REENTRANT): Remove. It has undesirable consequences in
2282 Solaris 2.6 (e.g. it turns off the putc macro). Defining
2283 __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
2285 * time/strftime.c: Likewise.
2287 1998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2289 * elf/dl-error.c: Fix spelling.
2291 1998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2293 * stdlib/strfmon.c: Quiet -Wparentheses warnings.
2294 * stdio-common/_itoa.c: Likewise.
2295 * stdio-common/printf_fp.c: Likewise.
2296 * stdio-common/vfscanf.c: Likewise.
2297 * wcsmbs/wcstok.c: Likewise.
2298 * sysdeps/generic/glob.c: Likewise.
2299 * posix/getopt.c: Likewise.
2300 * sysdeps/posix/getaddrinfo.c: Likewise.
2301 * posix/wordexp.c: Likewise.
2302 * io/ftw.c: Likewise.
2303 * io/fts.c: Likewise.
2304 * misc/getpass.c: Likewise.
2305 * iconv/gconv_conf.c: Likewise.
2306 * argp/argp-fmtstream.c: Likewise.
2307 * argp/argp-help.c: Likewise.
2308 * elf/dl-load.c: Likewise.
2309 * locale/programs/stringtrans.c: Likewise.
2310 * catgets/gencat.c: Likewise.
2311 * posix/getconf.c: Likewise.
2312 * iconv/gconv_conf.c: Likewise.
2313 * iconv/iconv_prog.c: Likewise.
2315 * string/strcoll.c: Optimize a few expressions.
2316 * string/strxfrm.c: Likewise.
2318 1998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2320 * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
2321 level to avoid uninit variable warning.
2323 1998-09-09 10:34 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2325 * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
2326 instead of _dl_default_scope[2] as argument to _dl_init_next.
2328 * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
2331 1998-09-08 Ulrich Drepper <drepper@cygnus.com>
2333 Fix compatibility problems introduced in last change.
2334 * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
2336 * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
2337 -DWEAK_GMON_START to CFLAGS-initfini.s.
2339 * elf/dl-object.c (_dl_new_object): Store map address in
2340 _dl_loaded if _dl_loaded is NULL.
2341 * elf/rtld.c (dl_main): Don't update _dl_loaded here.
2343 * sysdeps/generic/setrlimit64.c: Remove stub warning.
2345 1998-09-07 Ulrich Drepper <drepper@cygnus.com>
2347 * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
2349 * db2/btree/bt_cursor.c: Likewise.
2350 * db2/common/db_region.db_c: Likewise.
2351 * db2/common/db_salloc.db_c: Likewise.
2352 * db2/db/db.c: Likewise.
2353 * db2/db/db_rec.c: Likewise.
2354 * db2/hash/hash.c: Likewise.
2355 * db2/hash/hash_page.c: Likewise.
2356 * db2/hash/hash_rec.c: Likewise.
2357 * db2/log/log_findckp.c: Likewise.
2358 * db2/log/log_get.c: Likewise.
2359 * db2/log/log_put.c: Likewise.
2360 * db2/mp/mp_fget.c: Likewise.
2361 * db2/mp/mp_fput.c: Likewise.
2362 * db2/mp/mp_region.c: Likewise.
2363 * stdlib/strtol.c: Likewise.
2364 * string/strcoll.c: Likewise.
2365 * string/strxfrm.c: Likewise.
2366 * argp/argp-help.c: Likewise.
2367 * argp/argp-parse.c: Likewise.
2368 * resolv/res_debug.c: Likewise.
2370 1998-09-07 09:58 Ulrich Drepper <drepper@cygnus.com>
2372 * math/tgmath.h (scalb): Only define for __USE_MISC or
2373 __USE_XOPEN_EXTENDED. Patch by Zack Weinberg.
2375 1998-09-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2377 * libio/stdio.h: Fix comment.
2379 * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
2382 1998-09-06 09:53 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2384 * Makeconfig (+gccwarn): Remove -Wno-parentheses.
2386 * elf/dl-open.c: Quiet -Wparentheses warnings.
2387 * iconvdata/johab.c: Likewise.
2388 * iconvdata/uhc.c: Likewise.
2389 * inet/inet_net.c: Likewise.
2390 * io/fts.c: Likewise.
2391 * locale/newlocale.c: Likewise.
2392 * misc/getttyent.c: Likewise.
2393 * misc/mntent_r.c: Likewise.
2394 * misc/ttyslot.c: Likewise.
2395 * nscd/nscd_conf.c: Likewise.
2396 * nss/nsswitch.c: Likewise.
2397 * resolv/gethnamaddr.c: Likewise.
2398 * resolv/nsap_addr.c: Likewise.
2399 * resolv/res_debug.c: Likewise.
2400 * stdio-common/_itoa.c: Likewise.
2401 * stdlib/strtod.c: Likewise.
2402 * string/strverscmp.c: Likewise.
2403 * sunrpc/svc.c: Likewise.
2404 * sysdeps/libm-ieee754/e_cosh.c: Likewise.
2405 * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
2406 * sysdeps/libm-ieee754/e_sinh.c: Likewise.
2407 * sysdeps/posix/getaddrinfo.c: Likewise.
2409 1998-09-06 15:13 Ulrich Drepper <drepper@cygnus.com>
2411 * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
2412 for use of global scope.
2413 * elf/dlvsym.c (dlvsym_doit): Likewise.
2415 1998-09-02 Paul Eggert <eggert@twinsun.com>
2417 * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
2418 copy the redundant bytes at the end of the format as-is; don't
2419 just copy their first byte and then rescan, as that might get
2420 us an encoding error.
2421 Account correctly for the length of multibyte sequences in the
2424 1998-09-03 20:14 Tim Waugh <tim@cyberelk.demon.co.uk>
2426 * posix/wordexp-test.c: Add tests for different IFS values.
2427 Change unquoted-newline test so that newline is not in IFS.
2429 * posix/wordexp.c (wordexp): Correct null/unset mix-up when
2430 determining IFS characters. Return WRDE_BADCHAR for unquoted
2431 special characters _except_ if they are separators.
2433 1998-09-06 10:56 Ulrich Drepper <drepper@cygnus.com>
2435 * include/tgmath.h: New file.
2437 * libio/stdio.h: Correct reversed #ifs.
2438 Patch by Zack Weinberg.
2440 * manual/creature.texi: Better explain reason for feature select
2442 Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
2444 1998-09-06 10:25 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2446 * include/alloca.h: Add multiple-inclusion guard.
2447 * include/db.h: Likewise.
2448 * include/db_185.h: Likewise.
2449 * include/dlfcn.h: Likewise.
2450 * include/fcntl.h: Likewise.
2451 * include/grp.h: Likewise.
2452 * include/libintl.h: Likewise.
2453 * include/mntent.h: Likewise.
2454 * include/pwd.h: Likewise.
2455 * include/sched.h: Likewise.
2456 * include/search.h: Likewise.
2457 * include/setjmp.h: Likewise.
2458 * include/shadow.h: Likewise.
2459 * include/signal.h: Likewise.
2460 * include/stdio.h: Likewise.
2461 * include/stdlib.h: Likewise.
2462 * include/string.h: Likewise.
2463 * include/termios.h: Likewise.
2464 * include/time.h: Likewise.
2465 * include/ulimit.h: Likewise.
2466 * include/utmp.h: Likewise.
2467 * include/wchar.h: Likewise.
2468 * include/sys/file.h: Likewise.
2469 * include/sys/gmon.h: Likewise.
2470 * include/sys/ioctl.h: Likewise.
2471 * include/sys/mman.h: Likewise.
2472 * include/sys/resource.h: Likewise.
2473 * include/sys/select.h: Likewise.
2474 * include/sys/socket.h: Likewise.
2475 * include/sys/statfs.h: Likewise.
2476 * include/sys/time.h: Likewise.
2477 * include/sys/times.h: Likewise.
2478 * include/sys/wait.h: Likewise.
2480 1998-09-06 09:00 Ulrich Drepper <drepper@cygnus.com>
2482 * version.h (VERSION): Bump to 2.0.96.
2484 Rewrite runtime linker to be truly thread-safe. There is now no
2485 global variable specifying the scope. We create all needed
2486 scopes at the time the link maps are created.
2487 * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
2488 * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
2489 l_symbolic_searchlist, l_scope, and l_local_scope elements in
2491 * elf/dl-close.c: Rewritten accordingly.
2492 * elf/dl-deps.c: Likewise.
2493 * elf/dl-error.c: Likewise.
2494 * elf/dl-init.c: Likewise.
2495 * elf/dl-load.c: Likewise.
2496 * elf/dl-lookup.c: Likewise.
2497 * elf/dl-object.c: Likewise.
2498 * elf/dl-open.c: Likewise.
2499 * elf/dl-reloc.c: Likewise.
2500 * elf/dl-runtime.c: Likewise.
2501 * elf/dl-support.c: Likewise.
2502 * elf/dl-symbol.c: Likewise.
2503 * elf/dl-version.c: Likewise.
2504 * elf/dlsym.c: Likewise.
2505 * elf/dlvsym.c: Likewise.
2506 * elf/ldsodefs.h: Likewise.
2507 * elf/rtld.c: Likewise.
2508 * iconv/gconv_dl.c: Likewise.
2509 * nss/nsswitch.c: Likewise.
2510 * sysdeps/i386/dl-machine.h: Likewise.
2511 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
2513 * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
2514 Define RTLD_DEFAULT.
2516 1998-09-05 Mark Kettenis <kettenis@phys.uva.nl>
2518 * sysdeps/mach/hurd/i386/init-first.c (init1): Call
2519 __getopt_clean_environment with __environ instead of envp.
2521 1998-09-05 Roland McGrath <roland@baalperazim.frob.com>
2523 * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
2525 * string/argz-extract.c (__argz_extract): Add de-consting cast for
2528 * string/argz.h (argz_next): Add de-consting cast for return.
2529 * string/argz-next.c (__argz_next): Likewise.
2531 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
2532 Don't add netinet/udp.h, netinet/ip_icmp.h here.
2533 * sysdeps/gnu/Makefile: Do it here instead.
2534 * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
2535 * sysdeps/gnu/Dist: ... to here.
2537 * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
2538 sysdeps/unix/sysv/linux/netinet/tcp.h,
2539 sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
2541 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
2543 * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
2544 * string/argz-next.c, string/argz-extract.c: Fix defns.
2546 1998-09-03 Roland McGrath <roland@baalperazim.frob.com>
2548 * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
2550 * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
2551 __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
2552 * sysdeps/generic/sysd-stdio.c: Likewise.
2554 1998-09-02 Ulrich Drepper <drepper@cygnus.com>
2556 * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
2557 (_dl_map_object_from_fd): Make NAME argument const.
2558 Remove last parameter in _dl_new_object call.
2559 (print_search_path): Correct construction of composed path name.
2560 (_dl_map_object): Prevent looking at RPATH of the main map twice.
2561 Remove last parameter in _dl_new_object call.
2562 * elf/dl-object.c: Remove last parameter. Determine whether create
2563 origin entry based on empty realname. Handle file in root directory
2565 * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
2566 * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
2567 Remove last parameter in _dl_new_object call.
2568 * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
2569 * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
2571 1998-09-01 Ulrich Drepper <drepper@cygnus.com>
2573 * elf/dl-close.c (_dl_close): Add more comments and correct some.
2574 Free l_searchlist and l_dupsearchlist.
2576 * debug/catchsegv.sh: Add one more pair of quotes.
2578 1998-09-01 17:53 Ulrich Drepper <drepper@cygnus.com>
2580 * elf/dl-load.c (add_name_to_object): Change return type to void and
2581 make NAME parameter const. Allocate room for NAME in same memory
2582 block used for l_libname entry.
2583 (_dl_map_object_from_fd): Don't free NAME on failure.
2584 (map_segment): Pass SONAME to add_name_to_object, not a copy.
2585 (_dl_map_object): Don't create copy of NAME. Pass NAME to
2586 _dl_map_object_from_fd.
2587 * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
2588 memory block used for l_libname entry.
2589 * elf/dl-close.c: Adjust free()ing for this change.
2591 1998-09-01 15:36 Ulrich Drepper <drepper@cygnus.com>
2593 * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
2595 * malloc/mtrace.c: Add bug report address. Update email address.
2596 Add more @XXX@ to print correct address size.
2598 * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
2601 * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
2602 for munmap call instead of examining phdr again.
2603 Free all malloc()ed strings and arrays.
2605 1998-08-09 Geoff Keating <geoffk@ozemail.com.au>
2607 * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
2609 * sysdeps/powerpc/dl-machine.c: New file.
2610 * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
2611 files. Revise ELF_PREFERRED_ADDRESS to take account of
2612 the new mapping information (fixes bug involving huge bloated
2613 web browser). Set ELF_MACHINE_PLTREL_OVERLAP.
2614 * sysdeps/powerpc/dl-start.S: New file.
2616 * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
2618 * elf/do-rel.h: Call elf_machine_rel only once (to save space).
2619 * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
2620 others. Call elf_dynamic_do_##reloc only once (to save even more
2622 * elf/link.h: Add new members l_map_start and l_map_end to keep
2623 track of the memory map.
2624 * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
2627 1998-09-01 11:53 Ulrich Drepper <drepper@cygnus.com>
2629 * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
2630 Reported by Andreas Jaeger.
2632 * posix/glob.h: Use __size_t instead of size_t in definitions and
2633 make sure this is defined.
2635 1998-09-01 10:34 Ulrich Drepper <drepper@cygnus.com>
2637 * manual/locale.texi: Almost complete rewrite. Document more functions
2639 * manual/arith.texi: Correct reference.
2640 * manual/string.texi: Pretty printing.
2642 * manual/texinfo.tex: Update from last available version.
2644 1998-08-31 22:44 Ulrich Drepper <drepper@cygnus.com>
2646 * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
2648 (_nss_nis_getpwuid_r): Likewise.
2649 Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
2651 * inet/rcmd.c: Implement netgroup support.
2652 Patch by Dick Streefland <dick_streefland@tasking.com>.
2654 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
2656 * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
2657 object on the list is removed. Don't use this code for PIC.
2658 Reported by HJ Lu [PR libc/770].
2660 1998-08-31 15:56 Ulrich Drepper <drepper@cygnus.com>
2662 * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
2664 * include/stdio.h: Add __vsscanf.
2666 * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
2668 Remove __vsscanf declaration.
2669 Always declare fgetpos and fsetpos.
2671 * math/math.h: Define isinf as macro.
2672 * math/bits/mathcalls.h: Change to declare __isinf all the time.
2673 Don't declare scalb for ISO C 9x.
2675 * math/tgmath.h: Define fma. Rewrite the underlying macros.
2677 * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
2679 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
2682 * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
2685 1998-08-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2687 * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
2688 Reported by jreising@frequentis.com [PR libc/767].
2690 1998-08-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2692 * io/lockf.c (lockf): Move initilisation of fl.l_whence and
2693 fl.l_start at beginning of function.
2694 Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
2696 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
2698 * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
2699 Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
2701 * nscd/nscd.init: Make it work in RedHat systems.
2702 Patch by Christian Gafton.
2704 1998-08-29 Philip Blundell <philb@gnu.org>
2706 * catgets/Makefile: Don't try to run test programs when
2709 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
2711 * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
2712 Reported by Zack Weinberg.
2714 1998-08-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2716 * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
2717 * elf/Makefile (distribute): Remove ldd.sh.in.
2719 1998-08-31 11:46 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2721 * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
2724 1998-08-29 Ulrich Drepper <drepper@cygnus.com>
2726 * sysdeps/i386/register-dump.h: Move to ...
2727 * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
2729 1998-08-28 22:49 Ulrich Drepper <drepper@cygnus.com>
2731 * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
2732 with load address, not map address.
2733 * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
2734 parameter and use this value.
2735 * sysdeps/arm/dl-machine.h: Likewise.
2736 * sysdeps/i386/dl-machine.h: Likewise.
2737 * sysdeps/m68k/dl-machine.h: Likewise.
2738 * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
2740 * sysdeps/powerpc/dl-machine.h: Likewise
2741 * sysdeps/sparc/sparc32/dl-machine.h: Likewise
2742 * sysdeps/sparc/sparc64/dl-machine.h: Likewise
2744 1998-08-28 09:22 Ulrich Drepper <drepper@cygnus.com>
2746 * elf/rtld.c (process_envvars): Fix copy&paste error.
2748 * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
2750 (realloc_hook_ini): Don't overwrite memalign hook.
2751 (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
2752 Reported by Philippe Troin <phil@fifi.org>.
2754 * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
2755 Patch by Philippe Troin <phil@fifi.org>.
2757 1998-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2759 * sysdeps/generic/segfault.c (install_handler): Protect the
2760 non-POSIX signals with #ifdef.
2761 (catch_segfault): Add missing mode parameter for open.
2762 * debug/catchsegv.sh: Avoid termination message from shell. Allow
2763 other termination signals.
2765 1998-08-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2767 * debug/Makefile (distribute): Add register-dump.h.
2769 1998-08-28 10:41 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2771 * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
2773 1998-08-27 19:42 Ulrich Drepper <drepper@cygnus.com>
2775 * elf/Makefile (distribute): Add dl-origin.h.
2776 * sysdeps/generic/dl-origin.h: New file.
2777 * sysdeps/unix/sysv/linux/dl-origin.h: New file.
2778 * elf/link.h (struct link_map): Add l_origin field.
2779 * elf/dl-load.c (expand_dynamic_string_token): New function.
2780 (decompose_path): Remove WHERE argument, take link map pointer instead.
2781 Call expand_dynamic_string_token instead of local_strdup to make copy
2783 (_dl_init_paths): Call decompose_path with correct argument.
2784 (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
2786 Check EI_OSABI and EI_ABIVERSION fields in header.
2787 Call _dl_new_object with extra argument.
2788 (_dl_map_object): Call decompose_path with correct argument.
2789 Call expand_dynamic_string_token instead of local_strdup to also
2791 Call _dl_new_object with extra argument.
2792 * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
2793 but the main one if new argument is nonzero.
2794 * elf/ldsodefs.h: Adjust for _dl_new_object change.
2795 * elf/dl-support.c: Define _dl_origin_path.
2796 * elf/rtld.c: Likewise. Set _dl_origin_path based on LD_ORIGIN_PATH.
2797 (dl_main): Call _dl_new_object with extra argument.
2799 * elf/dl-close (_dl_close): Free l_name and l_origin.
2801 * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
2802 modifier in asm, not c.
2804 * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
2805 to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
2807 1998-08-26 17:48 Ulrich Drepper <drepper@cygnus.com>
2809 * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
2810 variable so that map can be freed.
2811 Reported by Philippe Troin <phil@fifi.org>.
2813 * elf/dl-open.c (dl_open_worker): Correct test for extending global
2815 Patch by Philippe Troin <phil@fifi.org>.
2817 1998-08-26 Geoff Keating <geoffk@ozemail.com.au>
2819 * sysdeps/powerpc/register-dump.h: Rewrite. Much nicer this way.
2820 Don't call writev() with a 100-element vector.
2821 * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
2824 * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
2825 In particular, set __libc_stack_end.
2826 * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
2827 undefined. Fix copyright notice.
2829 1998-08-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2831 * math/Makefile (gmp-objs): New variable.
2832 ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
2834 (tests): Add atest-exp atest-sincos atest-exp2.
2835 (tests-static): Remove atest-exp atest-sincos atest-exp2.
2837 1998-08-25 Ulrich Drepper <drepper@cygnus.com>
2839 * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
2841 (_dl_unload_cache): New function.
2842 * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
2843 * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
2844 * elf/rtld.c (dl_main): Unload map file before jumping to user code.
2846 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
2847 Correct comment for O_LARGEFILE.
2848 * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
2849 Change O_LARGEFILE to correct value.
2851 1998-08-25 14:34 Ulrich Drepper <drepper@cygnus.com>
2853 * libio/iogetline.c (_IO_getline_info): Don't read anything for
2854 N == 0. Patch by HJ Lu.
2856 1998-08-25 11:43 Ulrich Drepper <drepper@cygnus.com>
2858 * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
2860 1998-08-25 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
2862 * argp/argp.h: Use __inline__ not inline.
2864 * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
2865 an input register as being clobbered.
2866 * sysdeps/i386/memset.c (memset): Likewise.
2867 * sysdeps/i386/bzero.c (__bzero): Likewise.
2868 * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
2870 1998-08-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2872 * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
2873 Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
2875 1998-08-24 16:34 Ulrich Drepper <drepper@cygnus.com>
2877 * debug/catchsegv.sh: Handle text preceding backtrace better.
2878 * sysdeps/generic/segfault.c: Allow register dump. Allow handler
2879 to be installed for other signals than SIGSEGV.
2880 * sysdeps/generic/register-dump.h: New file.
2881 * sysdeps/i386/register-dump.h: New file.
2882 * sysdeps/powerpc/register-dump.h: New file.
2884 * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
2886 * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
2888 1998-08-24 Geoff Keating <geoffk@ozemail.com.au>
2890 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
2892 1998-08-09 Geoff Keating <geoffk@ozemail.com.au>
2894 * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
2895 * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
2896 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
2897 getresuid, getresgid.
2899 1998-08-16 Geoff Keating <geoffk@ozemail.com.au>
2901 * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs. Set up stack
2902 pointer in userland.
2904 1998-08-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2906 * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
2909 1998-08-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2911 * elf/ldd.bash.in: Add missing quotes around $file. Make loop
2912 over arguments Bourne shell compatible. Don't exit unsuccessfully
2913 if nonelf returns successfully. Avoid duplicating most of the
2915 * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
2918 1998-08-24 10:37 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2920 * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
2922 * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
2923 * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
2925 1998-08-23 Ulrich Drepper <drepper@cygnus.com>
2927 * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
2928 __modify_ldt and modify_ldt.
2929 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
2931 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
2932 Use orl $-1 instead of movl $-1 to save two bytes.
2933 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
2936 1998-08-17 H.J. Lu <hjl@gnu.org>
2938 * libio/Versions (_IO_do_write, _IO_file_attach,
2939 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2940 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2941 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2942 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
2944 * libio/fileops.c (_IO_do_write, _IO_file_attach,
2945 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2946 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2947 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2948 _IO_file_write, _IO_file_xsputn): Change the prefix to
2949 "_IO_new_". Added to GLIBC_2.1.
2951 * libio/libioP.h (_IO_do_write, _IO_file_attach,
2952 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2953 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2954 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2955 _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
2958 * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
2959 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2960 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2961 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2962 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
2964 1998-08-23 Richard Henderson <rth@cygnus.com>
2966 * Makeconfig (LDFLAGS): Remove.
2968 * csu/initfini.c: Return to .text before __gmon_start__.
2970 * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
2971 (STO_MIPS_*): Rename from STO_*.
2972 (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
2973 (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
2975 * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
2976 (main): e3s is negative on zero.
2977 * math/atest-exp2.c: Likewise.
2978 * math/atest-sincos.c: Likewise.
2980 1998-08-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2982 * Makerules (install): Add comment about absolute paths.
2984 1998-08-23 Ulrich Drepper <drepper@cygnus.com>
2986 * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
2987 array to NUL to handle maxlen==1 case correctly.
2990 1998-08-23 Richard Henderson <rth@cygnus.com>
2992 * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
2993 * sysdeps/alpha/elf/crtend.S: Likewise.
2994 * sysdeps/alpha/elf/start.S: Likewise.
2996 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
2997 non-standard pv usage.
2999 * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
3000 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
3001 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
3002 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
3003 * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
3004 * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
3005 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
3006 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
3007 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
3008 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
3009 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
3011 * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
3012 a finite non-denormal, deferring to the full IEEE version otherwise.
3014 * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
3015 Early out for -0. Optimize for !_IEEE_FP_INEXACT.
3016 * sysdeps/alpha/fpu/s_floor.c: New.
3017 * sysdeps/alpha/fpu/s_floorf.c: New.
3018 * sysdeps/alpha/fpu/s_ceil.c: New.
3019 * sysdeps/alpha/fpu/s_ceilf.c: New.
3021 1998-08-22 Philip Blundell <philb@gnu.org>
3023 * sysdeps/arm/bits/string.h: New file.
3025 1998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3027 * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
3030 * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
3031 test for recent Linux 2.1.100+ headers.
3033 1998-08-21 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
3035 * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
3037 1998-08-21 17:21 Ulrich Drepper <drepper@cygnus.com>
3039 * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
3041 1998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3043 * Makefile (elf/ldso_install): Put back. The problem still persists.
3044 * elf/Makefile (ldso_install): Likewise.
3046 1998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3048 * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
3050 * include/db.h: Declare __nss_db_open.
3051 * db2/Versions: Export it.
3053 * db2/makedb.c: Convert to use db2 API.
3054 * nss/nss_db/db-XXX.c: Likewise.
3055 * nss/nss_db/db-netgrp.c: Likewise.
3056 * nss/nss_db/db-alias.c: Likewise.
3057 (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
3059 1998-08-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3061 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
3062 sys_setresuid, already built automatically (or not).
3063 * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
3064 instead of __syscall_setresuid and add back setresuid.
3065 * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
3066 __syscall_setresuid.
3068 1998-08-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3070 * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
3072 1998-08-20 Ulrich Drepper <drepper@cygnus.com>
3074 * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
3075 BASH-ONLY marked region.
3076 * elf/ldd.bash.in: Remove special BASH-ONLY markers.
3078 1998-02-20 17:54 H.J. Lu <hjl@gnu.org>
3080 * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
3083 * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
3085 * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
3088 1998-08-21 Roland McGrath <roland@baalperazim.frob.com>
3090 * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
3091 with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
3092 * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
3093 (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
3094 (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
3095 those magic comments, and to use /bin/sh for @BASH@.
3096 (bash-ldd-rewrite): Use $(common-ldd-rewrite).
3097 * elf/ldd.sh.in: File removed.
3099 1998-08-20 20:07 Ulrich Drepper <drepper@cygnus.com>
3101 * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
3102 cast them to unsigned long int.
3103 * pwd/putpwent.c (putpwent): Likewise.
3104 Patch by John Tobey <jtobey@banta-im.com>.
3106 1998-08-20 17:14 H.J. Lu <hjl@gnu.org>
3108 * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
3111 1998-02-20 17:54 H.J. Lu <hjl@gnu.org>
3113 * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
3116 1998-08-20 19:14 Ulrich Drepper <drepper@cygnus.com>
3118 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
3119 Add umount and umount2.
3120 * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
3121 * sysdeps/unix/sysv/linux/umount.S: New file.
3122 * sysdeps/unix/sysv/linux/umount2.S: New file.
3123 * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
3126 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
3128 * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
3129 * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
3131 * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
3133 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
3136 1998-08-20 16:01 Ulrich Drepper <drepper@cygnus.com>
3138 * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
3139 * elf/ldd.bash.in: Likewise.
3141 * elf/sln.c: Avoid warning for no main prototype.
3143 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
3145 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
3146 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3148 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
3150 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
3151 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
3152 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3154 1998-08-20 Philip Blundell <pb@nexus.co.uk>
3156 * sysdeps/arm/fpu/ieee754.h: Move to...
3157 * sysdeps/arm/ieee754.h: ... here.
3159 * sysdeps/arm/__longjmp.S: Put return value in correct register.
3160 Don't set the condition flags unnecessarily.
3161 * sysdeps/arm/fpu/__longjmp.S: Likewise. Restore floating point
3162 registers correctly.
3164 * sysdeps/arm/dl-machine.h: Fix problems with profiling code
3165 (patch from Scott Bambrough).
3167 * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
3169 * csu/initfini.c (_init): Don't check whether __gmon_start__ is
3170 NULL, just call it unconditionally.
3171 (__gmon_start__): Provide stub version as a weak symbol.
3173 1998-07-30 Philip Blundell <philb@gnu.org>
3175 * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
3178 * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
3179 like `@' in .type directives.
3181 * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
3182 * sysdeps/arm/bsd-_setjmp.S: Likewise.
3184 * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
3186 1998-08-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3188 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
3189 (F_GETOWN): Likewise.
3191 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
3194 1998-08-20 Ulrich Drepper <drepper@cygnus.com>
3196 * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
3199 1998-08-18 Ulrich Drepper <drepper@cygnus.com>
3201 * include/features.h: Define __USE_EXTERN_INLINES for recent
3203 * argp/argp.h: Define extern inline functions only if
3204 __USE_EXTERN_INLINES is defined.
3205 * libio/stdio.h: Likewise.
3206 * math/math.h: Likewise.
3207 * stdlib/stdlib.h: Likewise.
3208 * string/argz.h: Likewise.
3209 * sysdeps/generic/bits/sigset.h: Likewise.
3210 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
3211 * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
3212 * sysdeps/wordsize-32/inttypes.h: Likewise.
3213 * sysdeps/wordsize-64/inttypes.h: Likewise.
3214 * wcsmbs/wchar.h: Likewise.
3216 * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
3217 to allow compilation without optimization.
3219 1998-08-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
3221 * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
3223 * nis/nss_compat/compat-initgroups.c: Likewise.
3224 * nis/nss_compat/compat-pwd.c: Likewise.
3225 * nis/nss_compat/compat-spwd.c: Likewise.
3226 * nis/nss_nis/nis-alias.c: Likewise.
3227 * nis/nss_nis/nis-ethers.c: Likewise.
3228 * nis/nss_nis/nis-grp.c: Likewise.
3229 * nis/nss_nis/nis-hosts.c: Likewise.
3230 * nis/nss_nis/nis-initgroups.c: Likewise.
3231 * nis/nss_nis/nis-network.c: Likewise.
3232 * nis/nss_nis/nis-proto.c: Likewise.
3233 * nis/nss_nis/nis-pwd.c: Likewise.
3234 * nis/nss_nis/nis-rpc.c: Likewise.
3235 * nis/nss_nis/nis-service.c: Likewise.
3236 * nis/nss_nis/nis-spwd.c: Likewise.
3238 * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
3240 * nis/ypclnt.c: Try binding dir only first time, could be to old.
3242 * nis/yp_xdr.c: Remove 1024 byte limit.
3243 * nis/ypupdate_xdr.c: Likewise.
3245 * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
3248 1998-08-18 Roland McGrath <roland@baalperazim.frob.com>
3250 * Rules (binaries-static, binaries-shared static pattern rules):
3251 Depend on lib%, not just libc%, from $(link-libc{,-static}).
3253 * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
3254 this here, overriding Makeconfig generic value so we link against
3257 1998-08-17 Ulrich Drepper <drepper@cygnus.com>
3259 * posix/tstgetopt.c (options): Add NULL entry at end
3260 Patch by Adrian Miranda <ade@psg.com>.
3262 1998-08-15 18:21 Ulrich Drepper <drepper@cygnus.com>
3264 * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION. Move EI_PAD
3267 1998-08-15 14:11 Ulrich Drepper <drepper@cygnus.com>
3269 * elf/elf.h: Add PPC Diab relocations.
3271 * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
3273 1998-08-14 10:08 Ulrich Drepper <drepper@cygnus.com>
3275 * manual/texinfo.tex: Update.
3277 1998-08-07 Geoff Keating <geoffk@ozemail.com.au>
3279 * sysdeps/powerpc/backtrace.c: New file.
3281 1998-08-14 Philip Blundell <pb@nexus.co.uk>
3283 * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
3285 * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
3287 1998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3289 * Makefile (install-symbolic-link): Fix spelling.
3291 1998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3293 * elf/elf.h (SHT_HIOS): Fix value.
3295 1998-08-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3297 * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
3298 part of the expansion, this is undefined by the standard.
3300 1998-08-13 19:41 Ulrich Drepper <drepper@cygnus.com>
3302 * posix/getconf.c: Add support for systems with incomplete confname.h.
3304 * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
3306 * sysdeps/posix/wait3.c: Make it work.
3308 1998-08-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3310 * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
3311 (elf/ldso_install): Remove.
3313 * elf/Makefile (distribute): Add sln.c.
3315 (others-static): Add sln.
3316 (install-rootsbin): Add sln.
3317 (others-static): Add sln.
3318 (ldso_install): Remove.
3320 1998-07-24 10:58 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3322 * Makerules (install-clean-symbolic-link-list): Make phony.
3323 * Makefile (install-symbolic-link): Make phony. Depend on
3324 subdir_install for parallel makes.
3327 1998-07-22 Ulrich Drepper <drepper@cygnus.com>
3329 * elf/Makefile (distribute): Add sln.c
3331 1998-07-21 07:10 H.J. Lu <hjl@gnu.org>
3333 * elf/sln.c: New file.
3335 * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
3336 (install-clean-symbolic-link-list): New target.
3337 (install): Depend on install-clean-symbolic-link-list.
3338 (make-shlib-link): Changed for $(symbolic-link-list).
3340 * Makefile (install-symbolic-link): New target.
3341 (install): Depend on install-symbolic-link.
3343 1998-08-12 17:03 Ulrich Drepper <drepper@cygnus.com>
3345 * include/unistd.h: Protect against multiple inclusion.
3347 * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
3348 is defined, not is glob is defined.
3349 * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
3351 1998-08-01 17:18 H.J. Lu <hjl@gnu.org>
3353 * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
3354 xdr_string for ut_line, ut_name and ut_host.
3356 1998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3358 * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
3359 /var/mail in accordance with FHS 2.0.
3360 Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
3362 1998-08-12 Richard Henderson <rth@cygnus.com>
3364 * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
3365 Update aliases for cancelation.
3367 * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
3368 playing with symbol versions.
3370 1998-08-12 Roland McGrath <roland@baalperazim.frob.com>
3372 * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
3373 multiple inclusion protection.
3374 (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
3375 _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
3376 define all these to 1.
3377 (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
3379 1998-08-12 Roland McGrath <roland@baalperazim.frob.com>
3381 * sysdeps/mach/usleep.c: Include <unistd.h>.
3382 (usleep): Return void.
3384 1998-08-11 Roland McGrath <roland@baalperazim.frob.com>
3386 * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
3387 decl to inhibit warning in if_freenameindex defn.
3389 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
3391 * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
3393 * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
3394 * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
3395 * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
3396 * sysdeps/mach/usleep.c: Likewise.
3398 * sysdeps/mach/hurd/bind.c (bind): Add a const.
3400 * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
3401 * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
3402 * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
3403 * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
3404 * sysdeps/mach/usleep.c (usleep): Likewise.
3405 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
3406 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
3407 * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3408 * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
3410 1998-08-11 Roland McGrath <roland@baalperazim.frob.com>
3412 * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
3415 * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
3416 %p arg to fprintf, since `void *' is the right type already.
3418 1998-07-25 19:47 Jose M. Moya <josem@gnu.org>
3420 * sysdeps/mach/hurd/getcwd.c
3421 (_hurd_canonicalize_directory_name_internal): Do not loop forever
3422 for unknown root directories.
3423 (__getcwd): Return NULL when the current root directory could not
3426 1998-08-11 18:39 Ulrich Drepper <drepper@cygnus.com>
3428 * string/strsignal.c (strsignal): Count real-time signals from zero.
3431 See ChangeLog.8 for earlier changes.