glibc/sysdeps/unix/sysv/linux/alpha
Ulrich Drepper 4a582094c2 Update.
1998-10-25  Ulrich Drepper  <drepper@cygnus.com>

	* include/features.h: Define __USE_POSIS199506 is _POSIX_C_SOURCE is
	greater or equal than 199506L.

	* sysdeps/generic/bits/types.h (__fd_set): Define element as fds_bits
	only is __USE_XOPEN.  Otherwise use __fds_bits.
	* sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
	* sysdeps/unix/sysv/linux/bits/types.h: Likewise.
	* sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.

1998-10-24  H.J. Lu  <hjl@gnu.org>

	* locale/programs/charmap.c (parse_charmap): Accept tok_string
	for <code_set_name>.

1998-10-25  H.J. Lu  <hjl@gnu.org>

	* locale/programs/ld-ctype.c (ctype_finish): Also check
	<space>.

1998-10-25  Ulrich Drepper  <drepper@cygnus.com>

	* signal/signal.h: Include bits/sigthread.h only if __USE_POSIX199506.

	* sysdeps/unix/sysv/linux/bits/types.h: Include pthreadtypes.h only
	if __USE_POSIX199506 or __USE_UNIX98.

1998-10-24 22:34 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* string/bits/string2.h: Inline strdup+friends only if
	__USE_MISC || __USE_GNU (prevents namespace pollution).

1998-10-24  H.J. Lu  <hjl@gnu.org>

	* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (LOCK_SH,
	LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.
	* sysdeps/unix/sysv/linux/i386/bits/fcntl.h (LOCK_SH, LOCK_EX,
	LOCK_NB, LOCK_UN): Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (LOCK_SH, LOCK_EX,
	LOCK_NB, LOCK_UN): Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (LOCK_SH, LOCK_EX,
	LOCK_NB, LOCK_UN): Likewise.
	* sysdeps/unix/sysv/linux/bits/fcntl.h (LOCK_SH, LOCK_EX,
	LOCK_NB, LOCK_UN): Likewise.

1998-10-24  H.J. Lu  <hjl@gnu.org>

	* libio/ioseekoff.c (_IO_seekoff): Check the valid dir value.

	* libio/rewind.c (rewind): Clear the error.

1998-10-24  H.J. Lu  <hjl@gnu.org>

	* grp/grp.h (getgrent_r, getgrgid_r, getgrnam_r): Add "__" to
	"buffer".

1998-10-24  H.J. Lu  <hjl@gnu.org>

	* sysdeps/unix/sysv/linux/alpha/bits/time.h (timeval): Protect
	with __need_timeval.
	* sysdeps/unix/sysv/linux/mips/bits/time.h (timeval): Likewise.
	* sysdeps/unix/sysv/linux/bits/time.h (timeval): Likewise.

1998-10-24  H.J. Lu  <hjl@gnu.org>

	* signal/signal.h (timespec, siginfo_t, sigwaitinfo, sigtimedwait,
	sigqueue): Protect with __USE_POSIX199309.

1998-10-24  H.J. Lu  <hjl@gnu.org>

	* time/time.h (timespec): Protect with __USE_POSIX199309 instead of
	__USE_POSIX.

1998-10-24  H.J. Lu  <hjl@gnu.org>

	* libio/fileops.c (_IO_new_file_seekoff): Always resync with
	the kernel file offset.
	* libio/oldfileops.c (_IO_old_file_seekoff): Likewise.
1998-10-25 09:11:53 +00:00
..
alpha Wed May 22 00:40:50 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-05-23 05:33:49 +00:00
bits Update. 1998-10-25 09:11:53 +00:00
net Update. 1997-12-28 16:01:53 +00:00
sys * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration of the trampoline function into the macro. * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change; kernel 2.1.82 has this fixed. * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file. * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file. 1998-01-26 22:04:53 +00:00
adjtime.c * shlib-versions: Match alpha*. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex. * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove. * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New. Implement copysign* with and without __ prefix. Likewise for fabs; use builtin for gcc 2.8. (floor*): New. (fdim*): New. * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New. (R_SPARC*): Match current v9 ABI. * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long. * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t. * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise. * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise. * sysdeps/generic/getresgid.c: Use prototype form because of warning. * sysdeps/unix/sysv/linux/getdents.c: Likewise. * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise. * sysdeps/unix/grantpt.c (argv): Fix consts. * sysdeps/unix/sysv/linux/getpt.c: Include <string.h> * sysdeps/unix/sysv/linux/sigaction.c: Likewise. 1998-03-01 00:56:42 +00:00
brk.S ¸ 1998-08-23 04:10:13 +00:00
clone.S * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF. * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos. * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval): Follow POSIX and make tv_sec a time_t. * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle new tv64 syscall as well as fall back to tv32. * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise. * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise. * sysdeps/unix/sysv/linux/alpha/select.S: Likewise. * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise. * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise. * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise. * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries. 1998-02-04 10:17:52 +00:00
configure Update. 1998-08-21 22:29:58 +00:00
configure.in Update. 1998-08-21 22:29:58 +00:00
Dist Update. 1998-09-23 18:52:55 +00:00
fpathconf.c Update. 1998-10-23 13:44:50 +00:00
fstatfs64.c Update. 1997-12-22 20:53:38 +00:00
ftruncate64.c Update. 1997-12-22 20:53:38 +00:00
fxstat64.c Update. 1997-10-31 22:55:02 +00:00
getitimer.S ¸ 1998-08-23 04:10:13 +00:00
getrlimit64.c Update. 1997-12-22 20:53:38 +00:00
getrusage.S ¸ 1998-08-23 04:10:13 +00:00
gettimeofday.S ¸ 1998-08-23 04:10:13 +00:00
glob64.c Update. 1998-08-10 15:54:54 +00:00
glob.c Update. 1998-08-12 17:06:39 +00:00
ieee_get_fp_control.S ¸ 1998-08-23 04:10:13 +00:00
ieee_set_fp_control.S ¸ 1998-08-23 04:10:13 +00:00
init-first.h Update. 1997-12-22 20:53:38 +00:00
ioperm.c Update. 1998-10-13 16:25:46 +00:00
kernel_sigaction.h Update. 1998-02-24 15:22:29 +00:00
kernel_stat.h Update. 1997-10-31 22:55:02 +00:00
kernel_termios.h Update. 1997-12-01 17:16:22 +00:00
lxstat64.c Update. 1997-10-31 22:55:02 +00:00
Makefile Update. 1998-10-21 15:40:39 +00:00
mmap64.c Update. 1997-12-28 16:01:53 +00:00
oldglob.c * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c directly instead of include_next. Add missing semicolons. * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h. Add missing semicolons. 1998-05-21 01:18:56 +00:00
pathconf.c Declare __aio_init. 1998-10-24 11:06:07 +00:00
pipe.S Updated. 1997-06-26 22:23:01 +00:00
pread64.c Update. 1997-10-26 20:13:00 +00:00
pwrite64.c Update. 1997-10-26 20:13:00 +00:00
readdir64_r.c Update. 1997-12-22 20:53:38 +00:00
readdir64.c Update. 1997-12-22 20:53:38 +00:00
readdir_r.c Update. 1997-12-22 20:53:38 +00:00
readdir.c Update. 1998-03-29 17:03:23 +00:00
rt_sigaction.S * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue; non-standard pv usage. 1998-08-23 04:07:48 +00:00
select.S ¸ 1998-08-23 04:10:13 +00:00
setfpucw.c Update. 1997-05-31 00:47:04 +00:00
setitimer.S ¸ 1998-08-23 04:10:13 +00:00
setrlimit64.c Update. 1997-12-22 20:53:38 +00:00
settimeofday.S ¸ 1998-08-23 04:10:13 +00:00
sigprocmask.c update from main arhive 970119 1997-01-20 02:49:49 +00:00
sigsuspend.S update from main arhive 970119 1997-01-20 02:49:49 +00:00
sizes.h Update. 1998-02-12 18:22:41 +00:00
statfs64.c Update. 1997-12-22 20:53:38 +00:00
syscall.S Update. 1997-05-31 00:47:04 +00:00
syscalls.list Update. 1998-10-23 14:00:53 +00:00
sysdep.h Update. 1998-05-29 10:21:16 +00:00
truncate64.c Update. 1997-12-22 20:53:38 +00:00
ustat.c update from main archive 960107 1997-01-07 23:29:44 +00:00
utimes.S ¸ 1998-08-23 04:10:13 +00:00
Versions Update. 1998-07-02 22:51:40 +00:00
wait4.S ¸ 1998-08-23 04:10:13 +00:00
xmknod.c update from main arhive 970119 1997-01-20 02:49:49 +00:00
xstat64.c Update. 1997-10-31 22:55:02 +00:00
xstatconv.c Update. 1997-11-12 00:06:02 +00:00