glibc/sysdeps
Miles Bader 02eec64431 *** empty log message ***
Thu Jun  6 07:32:14 1996  Miles Bader  <miles@gnu.ai.mit.edu>

	* resolv/gethnamaddr.c (struct hstorage): Make NAME field a pointer.
	(_gethtbyname2): Remove ALIAS variable.
	Initialize NAME field of SELF and TARGET to 0.
	Add SELF_NAME_SIZE static variable.
	Add loop to call gethostname until the space we allocated is enough.
	Use malloced strings instead of fixed size buffers.
	<stdlib.h>, <unistd.h>: New includes.
	* sysdeps/generic/sys/socket.h (PF_INET6, AF_INET6): New macros.

	* sysdeps/mach/hurd/errlist.c (_sys_errlist): Add EILSEQ.
	(_sys_nerr): Initialize to 107.
	Update _HURD_ERRNOS consistency check.

	* stdlib/canonicalize.c (canonicalize): Use pathconf for PATH_MAX,
	not sysconf.

	* login/login.c [!PATH_MAX] (PATH_MAX): Define to be 1024 if not
	already defined.

	* sysdeps/mach/hurd/setitimer.c (timer_thread): Supply SIGCODE
	argument to __msg_sig_post_request.

	* hurd/hurdmalloc.c: Changes to bring in line with the hurd
	libthreads/malloc.c:
	(more_memory): Use assert_perror instead of MACH_CALL.
	"cthread_internals.h": Include removed.
	(realloc): Use LOG2_MIN_SIZE.
	(LOG2_MIN_SIZE): New macro.
	(realloc): Don't bother allocating a new block if the
 	new size request fits in the old one and doesn't waste any space.
  	Only free the old block if we successfully got a new one.
	[MCHECK] (struct header): New type.
	(union header): Only define if !MCHECK.
	(HEADER_SIZE, HEADER_NEXT, HEADER_FREE, HEADER_CHECK): New macros.
	[MCHECK] (MIN_SIZE): Add correct definition for this case.
	(more_memory, malloc, free, realloc): Use above macros, and add
	appropiate checks & frobs in MCHECK case.
1996-06-06 15:29:59 +00:00
..
alpha * Makerules (distinfo-vars): Add sysdep_routines. 1996-06-05 19:07:37 +00:00
am29k initial import 1995-02-18 01:27:10 +00:00
generic (PF_INET6, AF_INET6): New macros. 1996-06-06 15:10:29 +00:00
gnu * Makerules (distinfo-vars): Add sysdep_routines. 1996-06-05 19:07:37 +00:00
hppa Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
i386 * Makerules (distinfo-vars): Add sysdep_routines. 1996-06-05 19:07:37 +00:00
i860 initial import 1995-02-18 01:27:10 +00:00
i960 Sat Oct 14 02:52:36 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> 1995-10-16 01:37:51 +00:00
ieee754 Thu May 30 11:24:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-30 16:12:42 +00:00
libm-i387 Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
libm-ieee754 * math/Makefile (libm-support, libm-calls): New variables. 1996-06-05 03:29:45 +00:00
m68k Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
m88k Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
mach *** empty log message *** 1996-06-06 15:29:59 +00:00
mips Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
posix Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
rs6000 Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
sparc Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
standalone initial import 1995-02-18 01:27:10 +00:00
stub Tue Jun 4 21:01:20 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-05 01:07:21 +00:00
tahoe initial import 1995-02-18 01:27:10 +00:00
unix Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
vax Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
z8000 Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00