glibc/sysdeps/generic
Ulrich Drepper 3996f34b46 Update.
1997-07-28 23:35  Ulrich Drepper  <drepper@cygnus.com>

	* csu/gmon-start.c (__gmon_start__): Call __monstartup not
	monstartup.
	* gmon/gmon.c: Rename moncontrol to __moncontrol and monstartup
	to __monstartup.
	* gmon/sys/gmon.h: Fix prototypes.
	* gmon/sys/gmon_out.h: Pretty print.

	* gmon/bb_exit_func.c (__bb_exit_func): Use memcpy instead of bcopy.
	* gmon/gmon.c (__monstartup): Likewise.
	(write_hist): Remove dependency on 32 int.
	(_mcleanup): Don't call perror, use fprintf.

	* elf/dl-load.c: Fix handling of current directory in search path.

	* elf/Makefile (dl-routines): Add dl-profile.
	* elf/dl-profile.c: New file.
	* elf/dl-runtime.c (fixup): Add new parameter with address to store
	relocation result in to elf_machine_relplt.
	(profile_fixup): New function.
	* elf/do-rel.h (elf_dynamic_do_rel): Add new parameter with address
	to store relocation result in to elf_machine_relplt.
	* elf/dl-support.c: Define _dl_profile and _dl_profile_map.
	* elf/dynamic-link.h (ELF_DYNAMIC_RELOCATE): Add new parameter and
	call elf_machine_runtime_setup with extra argument.
	* elf/dl-reloc.c (_dl_relocate_object): Add new argument to
	ELF_DYNAMIC_RELOCATE.
	* elf/link.h: Add prototypes for new functions and variables.
	* elf/rtld.c: Parse LD_PROFILE and LD_PROFILE_OUTPUT environment
	variables and call _dl_start_profile if necessary.
	* include/sys/gmon_out.h: New file.
	* sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Add
	new parameter to enable profiling.
	(elf_machine_rela): Add new parameter to specify place to store
	result in.
	* sysdeps/m68k/dl-machine.h: Likewise.
	* sysdeps/mips/dl-machine.h: Likewise.
	* sysdeps/mips/mips64/dl-machine.h: Likewise.
	* sysdeps/powerpc/dl-machine.h: Likewise.
	* sysdeps/sparc/dl-machine.h: Likewise.
	* sysdeps/sparc64/dl-machine.h: Likewise.
	* sysdeps/i386/dl-machine.h: Likewise.
	(elf_machine_runtime_setup): Setup got[2] to _dl_runtime_resolve if
	we do profiling.
	(ELF_MACHINE_RUNTIME_TRAMPOLINE): Add code for _dl_runtime_profile.

	* nis/nss_compat/compat-grp.c (internal_setgrent): Set FD_CLOEXEC
	for stream on input file.
	* nis/nss_compat/compat-pwd.c (internal_setpwent): Likewise.
	* nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
	* nss/nss_db/db-XXX.c (internal_setent): Likewise.
	* nss/nss_db/db-alias.c (internal_setent): Likewise.
	* nss/nss_db/db-netgrp.c (internal_setent): Likewise.
	* nss/nss_files/files-XXX.c (internal_setent): Likewise.
	* nss/nss_files/files-alias.c (internal_setent): Likewise.
	* nss/nss_files/files-netgrp.c (internal_setent): Likewise.

	* string/string.h: Pretty print.

	* sysdeps/i386/fpu/bits/mathinline.h: Major update by John Bowman.
	Add float and long double versions.

1997-07-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* elf/rtld.c (print_unresolved): Replace empty object name by main
	program name.

1997-07-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/generic/htons.c (htons): Renamed from __htons.

1997-07-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/m68k/bits/byteswap.h: New file.

1997-07-27 23:50  Philip Blundell  <Philip.Blundell@pobox.com>

	* inet/netinet/icmp6.h: Update for new drafts of POSIX.1g and IPv6
	advanced API.
	* inet/netinet/in.h: Likewise.
	* inet/netinet/ip6.h: Likewise.
	* sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
	* posix/sys/types.h: Add socklen_t.

	* manual/socket.texi: Document some more IPv6 things.
	* manual/libc.texinfo: Likewise.

1997-07-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* libc.map: Define missing symbol.

1997-07-27 14:31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>

	* nis/Makefile: Add nis_findserv.
	* nis/lckcache.c: Fix typo.
	* nis/nis_call.c: Fix problems with multihomed servers.
	* nis/nis_findserv.c: New file.
	* nis/nis_intern.h: Add more prototypes.
	* nis/nis_lookup.c (nis_lookup): Don't try the next server if network
	is unreachable.
	* nis/nis_table.c (nis_list): Likewise.
	* nis/nis_ping.c (nis_ping): Use MASTER_ONLY, don't call abort()
	in error case.
	* nis/nis_util.c (__nis_finddirectory): Give the right error code
	back.
	* nis/ypclnt.c: Make sure, that all sockets are closed.
1997-07-28 22:35:20 +00:00
..
bits Update. 1997-07-24 01:36:01 +00:00
netinet Update. 1997-06-23 21:55:26 +00:00
rpc Update. 1997-06-29 22:05:27 +00:00
sys Update. 1997-06-23 21:55:26 +00:00
Dist Update. 1997-07-12 23:35:19 +00:00
Makefile Update. 1997-06-23 21:55:26 +00:00
_strerror.c Update. 1997-06-23 21:55:26 +00:00
a.out.h update from main archive 961203 1996-12-04 01:41:39 +00:00
abort-instr.h update from main archive 961220 1996-12-21 04:13:58 +00:00
abort.c Update. 1997-06-21 02:59:26 +00:00
add_n.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
addmul_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
bb_init_func.c Update. 1997-06-03 21:53:09 +00:00
bcopy.c Update. 1997-05-26 23:01:17 +00:00
bzero.c Update. 1997-05-29 12:06:58 +00:00
cmp.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
configure Update. 1997-05-26 23:01:17 +00:00
configure.in initial import 1995-02-18 01:27:10 +00:00
crypt-entry.c Update. 1997-06-03 21:53:09 +00:00
crypt.h update from main archive 970129 1997-01-30 04:09:36 +00:00
det_endian.c Update. 1997-06-23 21:55:26 +00:00
div.c Update. 1997-05-26 23:01:17 +00:00
divmod_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
divrem.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
dl-cache.c Update. 1997-03-08 05:28:20 +00:00
dl-sysdep.c Update. 1997-07-26 02:33:30 +00:00
enbl-secure.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
entry.h Update. 1997-07-12 23:35:19 +00:00
errno-loc.c update from main archive 961127 1996-11-28 04:16:09 +00:00
fdatasync.c Update. 1997-06-23 21:55:26 +00:00
ffs.c Update. 1997-05-26 23:01:17 +00:00
fpu_control.c Update. 1997-06-23 21:55:26 +00:00
ftime.c Update. 1997-06-23 21:55:26 +00:00
getdomain.c Updated. 1997-06-26 22:23:01 +00:00
getenv.c update from main archive 961207 1996-12-08 08:01:13 +00:00
getpgrp.c Update. 1997-03-16 20:28:07 +00:00
gmp-mparam.h Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
group_member.c Update. 1997-06-23 21:55:26 +00:00
htonl.c Update. 1997-07-24 01:36:01 +00:00
htons.c Update. 1997-07-28 22:35:20 +00:00
inlines.c Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-08 02:07:47 +00:00
ldiv.c Update. 1997-06-23 21:55:26 +00:00
lldiv.c Update. 1997-06-23 21:55:26 +00:00
longjmp.c Update. 1997-06-29 22:05:27 +00:00
lshift.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
lxstat.c Update. 1997-06-23 21:55:26 +00:00
machine-gmon.h Update. 1997-07-26 02:33:30 +00:00
make_siglist.c Update. 1997-06-23 21:55:26 +00:00
memccpy.c Update. 1997-05-31 00:47:04 +00:00
memchr.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
memcmp.c Update. 1997-06-23 21:55:26 +00:00
memcopy.h Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
memcpy.c Update. 1997-05-26 23:01:17 +00:00
memmem.c Update. 1997-06-23 21:55:26 +00:00
memmove.c Update. 1997-05-26 23:01:17 +00:00
memset.c Update. 1997-05-26 23:01:17 +00:00
mig-reply.c Update. 1997-06-23 21:55:26 +00:00
mod_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
morecore.c Update. 1997-06-23 21:55:26 +00:00
mul.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
mul_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
mul_n.c update from main archive 961220 1996-12-22 00:32:43 +00:00
pagecopy.h Update. 1997-06-23 21:55:26 +00:00
paths.h update from main arcive 961210 1996-12-11 01:40:39 +00:00
prof-freq.c update from main archive 960927 1996-09-28 03:24:10 +00:00
profil-counter.h Update. 1997-06-23 21:55:26 +00:00
pselect.c Update. 1997-06-23 21:55:26 +00:00
pty.c update from main archive 961126 1996-11-27 06:13:15 +00:00
putenv.c update from main archive 961101 1996-11-02 01:28:01 +00:00
rshift.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
sbrk.c Update. 1997-06-23 21:55:26 +00:00
setenv.c Update. 1997-06-21 02:59:26 +00:00
setfpucw.c Update. 1997-06-23 21:55:26 +00:00
sigjmp.c Update. 1997-06-29 22:05:27 +00:00
signame.c Update. 1997-06-23 21:55:26 +00:00
signame.h Update. 1997-06-23 21:55:26 +00:00
speed.c update from main archive 960105 1997-01-06 22:07:28 +00:00
stpcpy.c Update. 1997-06-23 21:55:26 +00:00
stpncpy.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strcasecmp.c Update. 1997-05-24 02:30:09 +00:00
strcasecmp_l.c Update. 1997-05-24 02:30:09 +00:00
strcat.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strchr.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strcmp.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
strcpy.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strcspn.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strlen.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strncase.c Update. 1997-05-24 02:30:09 +00:00
strncase_l.c Update. 1997-05-24 02:30:09 +00:00
strncat.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strncmp.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
strncpy.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strpbrk.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strrchr.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
strsep.c Update. 1997-07-26 02:33:30 +00:00
strspn.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strstr.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strtok.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strtok_r.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
sub_n.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
submul_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
svc_auth.c Update. 1997-04-08 23:42:08 +00:00
sysd-stdio.c update from main archive 970209 1997-02-10 03:19:57 +00:00
sysdep.h update from main archive 961105 1996-11-06 04:24:40 +00:00
uname.c Update. 1997-06-23 21:55:26 +00:00
varargs.h Update. 1997-06-23 21:55:26 +00:00
vfork.c Update. 1997-05-26 23:01:17 +00:00
vlimit.c Update. 1997-06-23 21:55:26 +00:00
vtimes.c Update. 1997-05-29 12:06:58 +00:00
wordcopy.c update from main archive 961220 1996-12-22 00:32:43 +00:00