]> sourceware.org Git - glibc.git/blame - ChangeLog
Update.
[glibc.git] / ChangeLog
CommitLineData
ac72fbb1
UD
11998-08-31 Ulrich Drepper <drepper@cygnus.com>
2
3 * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
4 Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
5
6 * nscd/nscd.init: Make it work in RedHat systems.
7 Patch by Christian Gafton.
8
91998-08-29 Philip Blundell <philb@gnu.org>
10
11 * catgets/Makefile: Don't try to run test programs when
12 cross-compiling.
13
141998-08-31 Ulrich Drepper <drepper@cygnus.com>
15
16 * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
17 Reported by Zack Weinberg.
18
191998-08-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
20
21 * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
22 * elf/Makefile (distribute): Remove ldd.sh.in.
23
241998-08-31 11:46 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
25
26 * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
27 variable.
28
e0d46614
UD
291998-08-29 Ulrich Drepper <drepper@cygnus.com>
30
31 * sysdeps/i386/register-dump.h: Move to ...
32 * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
33
b0cf070b
UD
341998-08-28 22:49 Ulrich Drepper <drepper@cygnus.com>
35
36 * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
37 with load address, not map address.
38 * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
39 parameter and use this value.
40 * sysdeps/arm/dl-machine.h: Likewise.
41 * sysdeps/i386/dl-machine.h: Likewise.
42 * sysdeps/m68k/dl-machine.h: Likewise.
43 * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
44 parameter.
45 * sysdeps/powerpc/dl-machine.h: Likewise
46 * sysdeps/sparc/sparc32/dl-machine.h: Likewise
47 * sysdeps/sparc/sparc64/dl-machine.h: Likewise
48
997a4165
UD
491998-08-28 09:22 Ulrich Drepper <drepper@cygnus.com>
50
51 * elf/rtld.c (process_envvars): Fix copy&paste error.
52
53 * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
54 memalign hook.
55 (realloc_hook_ini): Don't overwrite memalign hook.
56 (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
57 Reported by Philippe Troin <phil@fifi.org>.
58
59 * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
60 Patch by Philippe Troin <phil@fifi.org>.
61
621998-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
63
64 * sysdeps/generic/segfault.c (install_handler): Protect the
65 non-POSIX signals with #ifdef.
66 (catch_segfault): Add missing mode parameter for open.
67 * debug/catchsegv.sh: Avoid termination message from shell. Allow
68 other termination signals.
69
701998-08-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
71
72 * debug/Makefile (distribute): Add register-dump.h.
73
741998-08-28 10:41 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4226897d
AS
75
76 * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
77
f787edde
UD
781998-08-27 19:42 Ulrich Drepper <drepper@cygnus.com>
79
80 * elf/Makefile (distribute): Add dl-origin.h.
81 * sysdeps/generic/dl-origin.h: New file.
82 * sysdeps/unix/sysv/linux/dl-origin.h: New file.
83 * elf/link.h (struct link_map): Add l_origin field.
84 * elf/dl-load.c (expand_dynamic_string_token): New function.
85 (decompose_path): Remove WHERE argument, take link map pointer instead.
86 Call expand_dynamic_string_token instead of local_strdup to make copy
87 of rpath.
88 (_dl_init_paths): Call decompose_path with correct argument.
89 (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
90 not defined.
91 Check EI_OSABI and EI_ABIVERSION fields in header.
5f623941 92 Call _dl_new_object with extra argument.
f787edde
UD
93 (_dl_map_object): Call decompose_path with correct argument.
94 Call expand_dynamic_string_token instead of local_strdup to also
95 expand DST.
5f623941 96 Call _dl_new_object with extra argument.
f787edde 97 * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
5f623941
UD
98 but the main one if new argument is nonzero.
99 * elf/ldsodefs.h: Adjust for _dl_new_object change.
f787edde
UD
100 * elf/dl-support.c: Define _dl_origin_path.
101 * elf/rtld.c: Likewise. Set _dl_origin_path based on LD_ORIGIN_PATH.
5f623941 102 (dl_main): Call _dl_new_object with extra argument.
f787edde
UD
103
104 * elf/dl-close (_dl_close): Free l_name and l_origin.
105
106 * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
107 modifier in asm, not c.
108
109 * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
110 to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
111
6075607b
UD
1121998-08-26 17:48 Ulrich Drepper <drepper@cygnus.com>
113
114 * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
115 variable so that map can be freed.
116 Reported by Philippe Troin <phil@fifi.org>.
117
118 * elf/dl-open.c (dl_open_worker): Correct test for extending global
119 scope array.
120 Patch by Philippe Troin <phil@fifi.org>.
121
1221998-08-26 Geoff Keating <geoffk@ozemail.com.au>
123
124 * sysdeps/powerpc/register-dump.h: Rewrite. Much nicer this way.
125 Don't call writev() with a 100-element vector.
126 * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
127 return address.
128
129 * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
130 In particular, set __libc_stack_end.
131 * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
132 undefined. Fix copyright notice.
133
1341998-08-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
135
136 * math/Makefile (gmp-objs): New variable.
137 ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
138 Depend on it.
139 (tests): Add atest-exp atest-sincos atest-exp2.
140 (tests-static): Remove atest-exp atest-sincos atest-exp2.
141
08cac4ac
UD
1421998-08-25 Ulrich Drepper <drepper@cygnus.com>
143
144 * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
145 to toplevel.
146 (_dl_unload_cache): New function.
147 * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
148 * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
6075607b 149 * elf/rtld.c (dl_main): Unload map file before jumping to user code.
08cac4ac
UD
150
151 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
152 Correct comment for O_LARGEFILE.
153 * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
154 Change O_LARGEFILE to correct value.
155
1561998-08-25 14:34 Ulrich Drepper <drepper@cygnus.com>
157
158 * libio/iogetline.c (_IO_getline_info): Don't read anything for
159 N == 0. Patch by HJ Lu.
160
6dbb7062
UD
1611998-08-25 11:43 Ulrich Drepper <drepper@cygnus.com>
162
163 * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
164
1651998-08-25 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
166
167 * argp/argp.h: Use __inline__ not inline.
168
169 * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
170 an input register as being clobbered.
171 * sysdeps/i386/memset.c (memset): Likewise.
172 * sysdeps/i386/bzero.c (__bzero): Likewise.
173 * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
174
1751998-08-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
176
177 * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
178 Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
179
ed1ac6a2
UD
1801998-08-24 16:34 Ulrich Drepper <drepper@cygnus.com>
181
182 * debug/catchsegv.sh: Handle text preceding backtrace better.
183 * sysdeps/generic/segfault.c: Allow register dump. Allow handler
184 to be installed for other signals than SIGSEGV.
185 * sysdeps/generic/register-dump.h: New file.
186 * sysdeps/i386/register-dump.h: New file.
187 * sysdeps/powerpc/register-dump.h: New file.
188
189 * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
190 sigcontextinfo.h.
191 * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
192
1931998-08-24 Geoff Keating <geoffk@ozemail.com.au>
194
195 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
196
1971998-08-09 Geoff Keating <geoffk@ozemail.com.au>
198
199 * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
200 * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
201 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
202 getresuid, getresgid.
203
2041998-08-16 Geoff Keating <geoffk@ozemail.com.au>
205
206 * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs. Set up stack
207 pointer in userland.
208
2091998-08-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
210
211 * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
212 and fix value.
213
2141998-08-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
215
216 * elf/ldd.bash.in: Add missing quotes around $file. Make loop
217 over arguments Bourne shell compatible. Don't exit unsuccessfully
218 if nonelf returns successfully. Avoid duplicating most of the
219 script.
220 * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
221 around $file.
222
2231998-08-24 10:37 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
99475e65
AS
224
225 * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
226 sys/reg.h.
227 * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
228 * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
229
b259e746
UD
2301998-08-23 Ulrich Drepper <drepper@cygnus.com>
231
232 * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
233 __modify_ldt and modify_ldt.
234 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
235
236 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
237 Use orl $-1 instead of movl $-1 to save two bytes.
238 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
239 Likewise.
240
2411998-08-17 H.J. Lu <hjl@gnu.org>
ed1ac6a2
UD
242
243 * libio/Versions (_IO_do_write, _IO_file_attach,
244 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
245 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
246 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
247 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
248
249 * libio/fileops.c (_IO_do_write, _IO_file_attach,
250 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
251 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
252 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
253 _IO_file_write, _IO_file_xsputn): Change the prefix to
254 "_IO_new_". Added to GLIBC_2.1.
255
256 * libio/libioP.h (_IO_do_write, _IO_file_attach,
257 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
258 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
259 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
260 _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
261 "_IO_new_".
262
263 * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
264 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
265 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
266 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
267 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
268
b259e746
UD
2691998-08-23 Richard Henderson <rth@cygnus.com>
270
271 * Makeconfig (LDFLAGS): Remove.
272
ed1ac6a2 273 * csu/initfini.c: Return to .text before __gmon_start__.
b259e746 274
ed1ac6a2
UD
275 * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
276 (STO_MIPS_*): Rename from STO_*.
277 (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
278 (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
b259e746 279
ed1ac6a2
UD
280 * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
281 (main): e3s is negative on zero.
282 * math/atest-exp2.c: Likewise.
b259e746
UD
283 * math/atest-sincos.c: Likewise.
284
ed1ac6a2
UD
2851998-08-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
286
287 * Makerules (install): Add comment about absolute paths.
288
b259e746
UD
2891998-08-23 Ulrich Drepper <drepper@cygnus.com>
290
291 * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
292 array to NUL to handle maxlen==1 case correctly.
293 Patch by HJ Lu.
294
2951998-08-23 Richard Henderson <rth@cygnus.com>
7d84a067
RH
296
297 * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
298 * sysdeps/alpha/elf/crtend.S: Likewise.
299 * sysdeps/alpha/elf/start.S: Likewise.
300
301 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
302 non-standard pv usage.
303
304 * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
305 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
306 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
307 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
308 * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
309 * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
310 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
311 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
312 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
313 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
314 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
315
316 * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
317 a finite non-denormal, deferring to the full IEEE version otherwise.
318
319 * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
320 Early out for -0. Optimize for !_IEEE_FP_INEXACT.
321 * sysdeps/alpha/fpu/s_floor.c: New.
322 * sysdeps/alpha/fpu/s_floorf.c: New.
323 * sysdeps/alpha/fpu/s_ceil.c: New.
324 * sysdeps/alpha/fpu/s_ceilf.c: New.
325
e86e2df1
UD
3261998-08-22 Philip Blundell <philb@gnu.org>
327
328 * sysdeps/arm/bits/string.h: New file.
329
14a44a69
UD
3301998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
331
332 * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
333 document it.
334
335 * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
336 test for recent Linux 2.1.100+ headers.
337
e36b0b57
UD
3381998-08-21 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
339
340 * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
341
5148d49f
UD
3421998-08-21 17:21 Ulrich Drepper <drepper@cygnus.com>
343
344 * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
345
3461998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
347
348 * Makefile (elf/ldso_install): Put back. The problem still persists.
349 * elf/Makefile (ldso_install): Likewise.
350
3511998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
352
353 * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
354 create weak alias.
355 * include/db.h: Declare __nss_db_open.
356 * db2/Versions: Export it.
357
358 * db2/makedb.c: Convert to use db2 API.
359 * nss/nss_db/db-XXX.c: Likewise.
360 * nss/nss_db/db-netgrp.c: Likewise.
361 * nss/nss_db/db-alias.c: Likewise.
362 (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
363
3641998-08-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
365
366 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
367 sys_setresuid, already built automatically (or not).
368 * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
369 instead of __syscall_setresuid and add back setresuid.
370 * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
371 __syscall_setresuid.
372
3731998-08-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
374
375 * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
376
1ddf537f
UD
3771998-08-20 Ulrich Drepper <drepper@cygnus.com>
378
379 * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
380 BASH-ONLY marked region.
381 * elf/ldd.bash.in: Remove special BASH-ONLY markers.
382
3831998-02-20 17:54 H.J. Lu <hjl@gnu.org>
384
385 * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
386 _IO_SYSSEEK fails.
387
388 * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
389
4df28840 390 * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
1ddf537f
UD
391 element.
392
8e48355c
RM
3931998-08-21 Roland McGrath <roland@baalperazim.frob.com>
394
395 * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
396 with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
397 * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
398 (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
399 (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
400 those magic comments, and to use /bin/sh for @BASH@.
401 (bash-ldd-rewrite): Use $(common-ldd-rewrite).
402 * elf/ldd.sh.in: File removed.
403
d762684b
UD
4041998-08-20 20:07 Ulrich Drepper <drepper@cygnus.com>
405
406 * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
407 cast them to unsigned long int.
408 * pwd/putpwent.c (putpwent): Likewise.
409 Patch by John Tobey <jtobey@banta-im.com>.
410
4111998-08-20 17:14 H.J. Lu <hjl@gnu.org>
412
413 * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
414 _IO_pos_BAD.
415
4161998-02-20 17:54 H.J. Lu <hjl@gnu.org>
417
418 * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
419 _IO_SYSSEEK fails.
420
7934cc16
UD
4211998-08-20 19:14 Ulrich Drepper <drepper@cygnus.com>
422
423 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
424 Add umount and umount2.
425 * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
426 * sysdeps/unix/sysv/linux/umount.S: New file.
427 * sysdeps/unix/sysv/linux/umount2.S: New file.
428 * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
429 Define MNT_FORCE.
430
d762684b
UD
431 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
432 Add sys/sendfile.h.
433 * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
434 * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
435
436 * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
437
438 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
439 sendfile.
440
df777c40
UD
4411998-08-20 16:01 Ulrich Drepper <drepper@cygnus.com>
442
443 * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
444 * elf/ldd.bash.in: Likewise.
445
446 * elf/sln.c: Avoid warning for no main prototype.
447
448 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
449 O_WRITE.
450 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
451 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
452
453 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
454 F_GETSIG.
455 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
456 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
457 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
458
4591998-08-20 Philip Blundell <pb@nexus.co.uk>
460
461 * sysdeps/arm/fpu/ieee754.h: Move to...
462 * sysdeps/arm/ieee754.h: ... here.
463
464 * sysdeps/arm/__longjmp.S: Put return value in correct register.
465 Don't set the condition flags unnecessarily.
466 * sysdeps/arm/fpu/__longjmp.S: Likewise. Restore floating point
467 registers correctly.
468
469 * sysdeps/arm/dl-machine.h: Fix problems with profiling code
470 (patch from Scott Bambrough).
471
472 * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
473
474 * csu/initfini.c (_init): Don't check whether __gmon_start__ is
475 NULL, just call it unconditionally.
476 (__gmon_start__): Provide stub version as a weak symbol.
477
4781998-07-30 Philip Blundell <philb@gnu.org>
479
480 * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
481 by Scott Bambrough)
482
483 * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
484 like `@' in .type directives.
485
486 * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
487 * sysdeps/arm/bsd-_setjmp.S: Likewise.
488
489 * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
490
4911998-08-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
492
493 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
494 (F_GETOWN): Likewise.
495
496 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
497 Linux 2.1.117).
498
4991998-08-20 Ulrich Drepper <drepper@cygnus.com>
500
501 * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
502 already defined.
503
0c6cee5d
UD
5041998-08-18 Ulrich Drepper <drepper@cygnus.com>
505
506 * include/features.h: Define __USE_EXTERN_INLINES for recent
507 enough gcc.
508 * argp/argp.h: Define extern inline functions only if
509 __USE_EXTERN_INLINES is defined.
510 * libio/stdio.h: Likewise.
511 * math/math.h: Likewise.
512 * stdlib/stdlib.h: Likewise.
513 * string/argz.h: Likewise.
514 * sysdeps/generic/bits/sigset.h: Likewise.
515 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
516 * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
517 * sysdeps/wordsize-32/inttypes.h: Likewise.
518 * sysdeps/wordsize-64/inttypes.h: Likewise.
519 * wcsmbs/wchar.h: Likewise.
520
521 * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
522 to allow compilation without optimization.
523
df777c40
UD
5241998-08-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
525
526 * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
527 more entries.
528 * nis/nss_compat/compat-initgroups.c: Likewise.
529 * nis/nss_compat/compat-pwd.c: Likewise.
530 * nis/nss_compat/compat-spwd.c: Likewise.
531 * nis/nss_nis/nis-alias.c: Likewise.
532 * nis/nss_nis/nis-ethers.c: Likewise.
533 * nis/nss_nis/nis-grp.c: Likewise.
534 * nis/nss_nis/nis-hosts.c: Likewise.
535 * nis/nss_nis/nis-initgroups.c: Likewise.
536 * nis/nss_nis/nis-network.c: Likewise.
537 * nis/nss_nis/nis-proto.c: Likewise.
538 * nis/nss_nis/nis-pwd.c: Likewise.
539 * nis/nss_nis/nis-rpc.c: Likewise.
540 * nis/nss_nis/nis-service.c: Likewise.
541 * nis/nss_nis/nis-spwd.c: Likewise.
542
543 * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
544
545 * nis/ypclnt.c: Try binding dir only first time, could be to old.
546
547 * nis/yp_xdr.c: Remove 1024 byte limit.
548 * nis/ypupdate_xdr.c: Likewise.
549
550 * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
551 wrong data.
552
c82e6116
RM
5531998-08-18 Roland McGrath <roland@baalperazim.frob.com>
554
555 * Rules (binaries-static, binaries-shared static pattern rules):
556 Depend on lib%, not just libc%, from $(link-libc{,-static}).
557
558 * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
559 this here, overriding Makeconfig generic value so we link against
560 the RPC libs.
561
364ff81f
UD
5621998-08-17 Ulrich Drepper <drepper@cygnus.com>
563
564 * posix/tstgetopt.c (options): Add NULL entry at end
565 Patch by Adrian Miranda <ade@psg.com>.
566
5d7de7aa
UD
5671998-08-15 18:21 Ulrich Drepper <drepper@cygnus.com>
568
569 * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION. Move EI_PAD
570 to 9.
571
d610a544
UD
5721998-08-15 14:11 Ulrich Drepper <drepper@cygnus.com>
573
574 * elf/elf.h: Add PPC Diab relocations.
575
576 * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
577
409dfcea
UD
5781998-08-14 10:08 Ulrich Drepper <drepper@cygnus.com>
579
580 * manual/texinfo.tex: Update.
581
5821998-08-07 Geoff Keating <geoffk@ozemail.com.au>
583
584 * sysdeps/powerpc/backtrace.c: New file.
585
5861998-08-14 Philip Blundell <pb@nexus.co.uk>
587
588 * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
589 sigjmp_save.
590 * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
591
5921998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
593
594 * Makefile (install-symbolic-link): Fix spelling.
595
5961998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
597
598 * elf/elf.h (SHT_HIOS): Fix value.
599
6001998-08-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
601
602 * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
603 part of the expansion, this is undefined by the standard.
604
9d141cae
UD
6051998-08-13 19:41 Ulrich Drepper <drepper@cygnus.com>
606
607 * posix/getconf.c: Add support for systems with incomplete confname.h.
608
609 * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
610
611 * sysdeps/posix/wait3.c: Make it work.
612
6131998-08-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
614
615 * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
616 (elf/ldso_install): Remove.
617
618 * elf/Makefile (distribute): Add sln.c.
619 (others): Add sln.
620 (others-static): Add sln.
621 (install-rootsbin): Add sln.
622 (others-static): Add sln.
623 (ldso_install): Remove.
624
6251998-07-24 10:58 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
626
627 * Makerules (install-clean-symbolic-link-list): Make phony.
628 * Makefile (install-symbolic-link): Make phony. Depend on
629 subdir_install for parallel makes.
630
631
6321998-07-22 Ulrich Drepper <drepper@cygnus.com>
633
634 * elf/Makefile (distribute): Add sln.c
635
6361998-07-21 07:10 H.J. Lu <hjl@gnu.org>
637
638 * elf/sln.c: New file.
639
640 * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
641 (install-clean-symbolic-link-list): New target.
642 (install): Depend on install-clean-symbolic-link-list.
643 (make-shlib-link): Changed for $(symbolic-link-list).
644
645 * Makefile (install-symbolic-link): New target.
646 (install): Depend on install-symbolic-link.
647
1f539fd1
UD
6481998-08-12 17:03 Ulrich Drepper <drepper@cygnus.com>
649
650 * include/unistd.h: Protect against multiple inclusion.
651
652 * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
653 is defined, not is glob is defined.
654 * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
655
6561998-08-01 17:18 H.J. Lu <hjl@gnu.org>
657
658 * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
659 xdr_string for ut_line, ut_name and ut_host.
660
6611998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
662
663 * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
664 /var/mail in accordance with FHS 2.0.
665 Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
666
6671998-08-12 Richard Henderson <rth@cygnus.com>
668
669 * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
670 Update aliases for cancelation.
671
672 * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
673 playing with symbol versions.
674
259d930a
RM
6751998-08-12 Roland McGrath <roland@baalperazim.frob.com>
676
677 * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
678 multiple inclusion protection.
679 (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
680 _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
681 define all these to 1.
682 (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
683
d6765f1d
RM
6841998-08-12 Roland McGrath <roland@baalperazim.frob.com>
685
686 * sysdeps/mach/usleep.c: Include <unistd.h>.
687 (usleep): Return void.
688
6891998-08-11 Roland McGrath <roland@baalperazim.frob.com>
690
691 * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
692 decl to inhibit warning in if_freenameindex defn.
693
694 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
695
696 * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
697
698 * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
699 * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
700 * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
701 * sysdeps/mach/usleep.c: Likewise.
702
703 * sysdeps/mach/hurd/bind.c (bind): Add a const.
704
705 * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
706 * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
707 * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
708 * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
709 * sysdeps/mach/usleep.c (usleep): Likewise.
710 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
711 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
712 * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
713 * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
714
7151998-08-11 Roland McGrath <roland@baalperazim.frob.com>
716
717 * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
718 (glob64): Fix typo.
719
720 * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
721 %p arg to fprintf, since `void *' is the right type already.
722
b5876a19
RM
7231998-07-25 19:47 Jose M. Moya <josem@gnu.org>
724
725 * sysdeps/mach/hurd/getcwd.c
1f539fd1
UD
726 (_hurd_canonicalize_directory_name_internal): Do not loop forever
727 for unknown root directories.
b5876a19 728 (__getcwd): Return NULL when the current root directory could not
1f539fd1 729 be reached.
b5876a19 730
f81d98d6 7311998-08-11 18:39 Ulrich Drepper <drepper@cygnus.com>
a2bde807 732
f81d98d6 733 * string/strsignal.c (strsignal): Count real-time signals from zero.
a2bde807 734
a5f4e34a 735
f81d98d6 736See ChangeLog.8 for earlier changes.
This page took 0.112018 seconds and 5 git commands to generate.