glibc/nis
Ulrich Drepper ffdd5e50e1 Update.
2004-05-25  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
	* sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
	(__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
	(__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
	* sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
	implementation from w_sqrt.c.
	* sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
	implementation from w_sqrtf.c.
	* sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
	using inline __ieee754_sqrt().
	* sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
	using inline __ieee754_sqrtf().
	* sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
	<sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
	* sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
	PPC_FEATURE_*  independent of __ASSEMBLER__.

2004-05-25  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
	include.
	(aio_start_notify_thread): Define if not defined.
	(notify_func_wrapper): Use it.
	* sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
	include.
	(aio_create_helper_thread): Define if not defined.
	(__aio_create_helper_thread): New function.
	(__aio_enqueue_request): Use aio_create_helper_thread.

	* nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
	(struct ypresp_all_data): New type.
	(__xdr_ypresp_all): Change second argument to
	struct ypresp_all_data *.  Replace ypall_foreach and
	ypall_data with objp->foreach and objp->data.
	(yp_all): Remove status variable, add data.  Replace
	all uses of status with data.status.  Initialize data.foreach
	and data.data instead of ypall_foreach and ypall_data.

2004-05-24  Jakub Jelinek  <jakub@redhat.com>

	* elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
	in l_flags_1, not in l_flags.
2004-05-26 04:47:00 +00:00
..
nss_compat Update. 2003-09-02 00:49:47 +00:00
nss_nis Update. 2004-04-03 07:50:20 +00:00
nss_nisplus Update. 2003-09-25 19:44:55 +00:00
rpcsvc
Banner
Depend
Makefile Update. 2004-03-30 18:34:08 +00:00
nis_add.c
nis_addmember.c
nis_call.c
nis_callback.c
nis_checkpoint.c
nis_clone_dir.c
nis_clone_obj.c
nis_clone_res.c
nis_creategroup.c
nis_defaults.c
nis_destroygroup.c
nis_domain_of.c
nis_domain_of_r.c
nis_error.c
nis_file.c
nis_findserv.c
nis_free.c
nis_getservlist.c
nis_intern.h
nis_ismember.c
nis_local_names.c
nis_lookup.c
nis_mkdir.c
nis_modify.c
nis_ping.c
nis_print.c
nis_print_group_entry.c * Makerules ($(common-objpfx)shlib.lds): Don't use \n in rhs of sed 2004-03-25 03:54:03 +00:00
nis_remove.c
nis_removemember.c Update. 2004-05-07 03:57:57 +00:00
nis_rmdir.c
nis_server.c
nis_subr.c Update. 2004-05-07 03:57:57 +00:00
nis_table.c Update. 2004-05-07 03:57:57 +00:00
nis_util.c
nis_verifygroup.c
nis_xdr.c
nis_xdr.h
nisplus-parser.h
nss Add SERVICES_AUTHORITATIVE. 2004-04-02 09:14:48 +00:00
nss-nis.c Update. 2004-04-20 18:58:56 +00:00
nss-nis.h Update. 2004-04-02 09:18:29 +00:00
nss-nisplus.c
nss-nisplus.h
Versions
yp_xdr.c
ypclnt.c Update. 2004-05-26 04:47:00 +00:00
ypupdate_xdr.c