Go to file
Roland McGrath 337738b771 * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
file on [!RTLD_STAT64].
	* sysdeps/mach/hurd/fxstat64.c: Likewise.

	* sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
	(__fdopen): Use INTUSE.
	* sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.

	* stdio-common/tmpfile64.c: File removed.
	* sysdeps/generic/tmpfile64.c: New file.
	* sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
	if not already defined.
	(tmpfile): Use it in place of __GT_FILE.

	* include/unistd.h: Declare __chown_internal.

	* sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
	* sysdeps/mach/hurd/sendfile.c (sendfile): Call that.

2002-06-09  Roland McGrath  <roland@frob.com>

	Update to new Hurd RPC interfaces supporting 64-bit file sizes.
	* sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
	value of HURD_INTERFACE_VERSION >= 20020609.
	* sysdeps/mach/hurd/configure: Regenerated.
	* shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
	* sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
	convert a struct stat64 into a struct stat and return 0 or -1
	with errno set to EOVERFLOW.
	* sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
	for struct statfs64 to struct statfs.
	* sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
	* sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
	* sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
	* sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
	* sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
	* sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
	* sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
	* sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
	* sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
	* sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
	* sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
	* sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
	* sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
	* sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
	* sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
	* sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
	* sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
	* sysdeps/mach/hurd/readdir.c (__readdir): Call that.
	* sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
	* sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
	* hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
	Use struct stat64 for io_stat argument.
	* sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
	* hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
	to io_seek.
	* hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
	* hurd/fd-write.c (_hurd_fd_write): Likewise.
	* hurd/hurd/fd.h: Update decls.
	* sysdeps/mach/hurd/getcwd.c
	(_hurd_canonicalize_directory_name_internal): Use ino64_t
	and struct dirent64.
	* sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
	(__xstat): Renamed to __xstat64, use struct stat64 for argument.
	(__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
	(__lseek): Renamed to __libc_lseek64, use off64_t for argument.

2002-06-08  Roland McGrath  <roland@frob.com>

	* sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
	instead of unsigned long int for __allocation and __size members.

2002-05-19  Ulrich Drepper  <drepper@redhat.com>
2002-06-11 23:04:51 +00:00
aout Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argp Update. 2002-04-08 08:59:00 +00:00
assert Update. 2002-04-15 05:35:10 +00:00
bare Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
bits * sysdeps/mach/hurd/times.c: Fix typo in last change. 2002-02-19 00:22:30 +00:00
catgets Update. 2002-05-15 06:02:35 +00:00
conf
conform Add strerror_r prototype. 2002-04-23 21:16:22 +00:00
crypt Realloc error handling memory leak fix. 2001-12-29 15:57:15 +00:00
csu Update. 2002-02-23 08:47:54 +00:00
ctype Update. 2002-03-13 06:33:52 +00:00
debug Update. 2002-05-15 03:36:41 +00:00
dirent Update. 2001-08-08 02:52:43 +00:00
dlfcn Update. 2002-04-09 20:36:24 +00:00
elf Update. 2002-05-30 23:35:59 +00:00
gmon Update. 2002-03-13 02:17:12 +00:00
gnulib Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
grp Update. 2002-03-13 19:21:13 +00:00
hesiod Update. 2002-02-01 23:24:05 +00:00
hurd * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
iconv Update. 2002-05-24 08:49:00 +00:00
iconvdata Update. 2002-05-30 23:35:59 +00:00
include * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
inet Update. 2002-05-24 08:49:00 +00:00
intl Update. 2002-05-01 17:09:58 +00:00
io * io/Makefile (routines): Add sendfile and sendfile64. 2002-06-05 08:56:41 +00:00
libio (bug-ungetwc2-ENV): Define. 2002-05-14 21:26:41 +00:00
linuxthreads Update. 2002-06-07 20:12:11 +00:00
linuxthreads_db Update. 2002-03-03 19:43:30 +00:00
locale Update. 2002-05-15 00:22:23 +00:00
localedata Update. 2002-05-15 21:34:43 +00:00
login Update. 2002-03-13 06:33:52 +00:00
mach 2002-05-13 Marcus Brinkmann <marcus@gnu.org> 2002-05-13 01:48:25 +00:00
malloc Update. 2002-05-15 00:22:23 +00:00
manual Update. 2002-05-28 05:26:16 +00:00
math Fix comment. 2002-04-19 14:52:54 +00:00
misc Update. 2002-04-09 20:36:24 +00:00
nis (yp_all): Remove the hack introduced on 1998-09-29. Correctly close the UDP connection right away. 2002-03-21 00:43:13 +00:00
nscd Update. 2002-03-22 07:17:03 +00:00
nss Update. 2002-04-07 19:46:16 +00:00
po Update. 2002-05-31 00:36:57 +00:00
posix Update. 2002-05-24 08:49:00 +00:00
pwd Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
resolv Update. 2002-05-31 07:54:02 +00:00
resource Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
rpm Update. 1998-05-18 11:43:16 +00:00
rt Update. 2002-04-03 00:36:12 +00:00
scripts Update. 2002-04-03 06:59:37 +00:00
setjmp Update. 2002-02-01 23:24:05 +00:00
shadow Update. 2002-04-07 19:46:16 +00:00
signal Update. 2002-03-23 18:59:09 +00:00
socket Update. 2002-02-01 23:24:05 +00:00
soft-fp Update. 2002-05-21 02:15:01 +00:00
stdio-common * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
stdlib Update. 2002-05-16 06:14:36 +00:00
streams Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
string Update. 2002-05-28 05:26:16 +00:00
sunrpc Update. 2002-05-15 00:22:23 +00:00
sysdeps * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
sysvipc Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
termios Update. 2002-02-01 23:24:05 +00:00
time Update. 2002-05-16 06:14:36 +00:00
timezone Update. 2002-04-06 04:05:41 +00:00
wcsmbs Update. 2002-04-15 05:35:10 +00:00
wctype Update. 2002-04-14 20:15:40 +00:00
.cvsignore Update. 2000-04-28 05:12:30 +00:00
abi-tags Update. 1998-09-21 14:34:13 +00:00
aclocal.m4 Update. 2001-06-11 12:32:56 +00:00
BUGS Update. 2001-06-16 04:34:51 +00:00
ChangeLog * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8 Update. Old logs are in ChangeLog.7. 1998-08-11 18:44:11 +00:00
ChangeLog.9 Update. 2000-04-28 06:14:43 +00:00
ChangeLog.10 Update. 2000-02-29 01:13:44 +00:00
ChangeLog.11 Update. 2000-11-10 04:15:55 +00:00
ChangeLog.12 Update. 2001-08-16 05:39:18 +00:00
config-name.in
config.h.in Define HAVE_HIDDEN. 2002-05-30 23:09:29 +00:00
config.make.in 2002-04-30 Roland McGrath <roland@frob.com> 2002-04-30 22:00:59 +00:00
configure Update. 2002-05-30 23:35:59 +00:00
configure.in Update. 2002-05-30 23:35:59 +00:00
CONFORMANCE Update. 2001-01-11 17:50:24 +00:00
COPYING Update. 2001-07-06 06:58:28 +00:00
COPYING.LIB * COPYING: Fix Y2k bug in sample copyright notices. 2001-07-06 05:37:16 +00:00
cppflags-iterator.mk Update. 2002-04-08 18:50:41 +00:00
extra-lib.mk Update. 2002-04-09 08:03:15 +00:00
FAQ Update. 2001-05-11 16:48:44 +00:00
FAQ.in Warn against installing into /usr/local 2002-05-19 18:37:21 +00:00
glibcbug.in Update. 2002-02-14 01:02:42 +00:00
INSTALL Update. 2002-04-06 01:45:15 +00:00
INTERFACE Update. 1999-10-31 17:37:43 +00:00
Make-dist Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Makeconfig 2002-04-30 Roland McGrath <roland@frob.com> 2002-04-30 22:00:59 +00:00
Makefile Update. 2002-04-20 20:36:26 +00:00
Makefile.in Update. 2000-11-15 23:56:34 +00:00
Makerules Update. 2002-04-20 20:36:26 +00:00
MakeTAGS Update. 2002-05-20 20:11:09 +00:00
NAMESPACE Add and update many more entries. 2000-03-20 00:42:58 +00:00
NEWS Update. 2002-04-20 08:14:24 +00:00
NOTES Regenerated. 2000-03-10 09:36:06 +00:00
o-iterator.mk
PROJECTS Update. 2001-11-14 08:49:20 +00:00
README Remade for development-2.2.90 2001-12-06 23:48:26 +00:00
README-alpha Update. 1999-05-13 10:22:54 +00:00
README.libm
README.template Update. 2001-04-19 16:31:12 +00:00
Rules Update. 2002-04-20 20:36:26 +00:00
shlib-versions * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
test-skeleton.c Update. 2001-08-23 04:17:06 +00:00
version.h Update. 2001-11-27 04:07:09 +00:00
Versions.def 2002-03-11 Roland McGrath <roland@frob.com> 2002-03-11 21:28:28 +00:00

This directory contains the version 2.2.90 release of the GNU C Library.
Many bugs have been fixed since the last release.
Some bugs surely remain.

As of this release, the GNU C library is known to run on the following
configurations:

		*-*-gnu			GNU Hurd
		i[3456]86-*-linux-gnu	Linux-2.x on Intel
		m68k-*-linux-gnu	Linux-2.x on Motorola 680x0
		alpha*-*-linux-gnu	Linux-2.x on DEC Alpha
		powerpc-*-linux-gnu     Linux and MkLinux on PowerPC systems
		sparc-*-linux-gnu	Linux-2.x on SPARC
		sparc64-*-linux-gnu	Linux-2.x on UltraSPARC 64-bit
		arm-*-none		ARM standalone systems
		arm-*-linux		Linux-2.x on ARM
		arm-*-linuxaout		Linux-2.x on ARM using a.out binaries
		mips*-*-linux-gnu	Linux-2.x on MIPS
		ia64-*-linux-gnu	Linux-2.x on ia64
		s390-*-linux-gnu	Linux-2.x on IBM S/390
		s390x-*-linux-gnu	Linux-2.x on IBM S/390 64-bit
		sh-*-linux-gnu		Linux-2.x on Super Hitachi
		cris-*-linux-gnu	Linux-2.4+ on CRIS

Former releases of this library (version 1.09.1 and perhaps earlier
versions) used to run on the following configurations:

		alpha-dec-osf1
		i[3456]86-*-bsd4.3
		i[3456]86-*-isc2.2
		i[3456]86-*-isc3
		i[3456]86-*-sco3.2
		i[3456]86-*-sco3.2v4
		i[3456]86-*-sysv
		i[3456]86-*-sysv4
		i[3456]86-force_cpu386-none
		i[3456]86-sequent-bsd
		i960-nindy960-none
		m68k-hp-bsd4.3
		m68k-mvme135-none
		m68k-mvme136-none
		m68k-sony-newsos3
		m68k-sony-newsos4
		m68k-sun-sunos4
		mips-dec-ultrix4
		mips-sgi-irix4
		sparc-sun-solaris2
		sparc-sun-sunos4

Since no one has volunteered to test and fix the above configurations,
these are not supported at the moment.  It's expected that these don't
work anymore.  Porting the library is not hard.  If you are interested
in doing a port, please contact the glibc maintainers by sending
electronic mail to <bug-glibc@gnu.org>.

There are some add-ons which can be used together with GNU libc.  They
are designed in a way to ease the installation by integrating them in
the libc source tree.  Simply get the add-ons you need and use the
--enable-add-ons option of the `configure' script to tell where the
add-ons are found.  Please read the FAQ file for more details.

See the file INSTALL to find out how to configure, build, install, and port
the GNU C library.  You might also consider reading the WWW pages for the
GNU libc at http://www.gnu.org/software/libc/libc.html.

The GNU C Library is completely documented by the Texinfo manual found
in the `manual/' subdirectory.  The manual is still being updated and
contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.
Please send comments on the manual to <bug-glibc-manual@gnu.org>, and
not to the library bug-reporting address.

The file NOTES contains a description of the feature-test macros used
in the GNU C library, explaining how you can tell the library what
facilities you want it to make available.

We prefer to get bug reports sent using the `glibcbug' shell script which
is installed together with the rest of the GNU libc to <bugs@gnu.org>.
Simply run this shell script and fill in the information.  Nevertheless
you can still send bug reports to <bug-glibc@gnu.org> as normal electronic
mails.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions.