+Sun Jan 26 19:40:17 1997 Ulrich Drepper <drepper@cygnus.com>
+
+ * Version 2.0 net release.
+
+ * Make-dist: Don't take care for two malloc directories.
+
+Sun Jan 26 13:39:31 1997 Ulrich Drepper <drepper@cygnus.com>
+
+ * sysdeps/unix/sysv/linux/alpha/Dist: Correct distribution of
+ kernel_*.h files.
+
+ * Make-dist: Don't mention new-malloc for dirs with have to be
+ processed.
+
+ * sysdeps/unix/sysv/linux/netinet/in.h (SOL_IP): Added.
+ * inet/netinet/tcp.h (SOL_TCP): Added.
+ * sysdeps/unix/sysv/linux/socketbits.h (SOL_RAW): Added.
+ Reported by a sun <asun@zoology.washington.edu>.
+
Sun Jan 26 05:41:42 1997 Ulrich Drepper <drepper@cygnus.com>
* version.h (VERSION): Bump to 2.0.
* malloc/Makefile (subdir): Change to malloc.
* sysdeps/unix/sysv/linux/configure.in: Don't set malloc anymore.
- * Makefile: Add special goal to call generate only-MD5 based crypt
+ * Makefile: Add special goal to generate only-MD5 based crypt
library.
* md5-crypt/Makefile: Likewise.
# Make sure both stdio and libio get in, whichever is in use.
subdirs += stdio libio
-# The same must be true for the malloc directories.
-subdirs += malloc new-malloc
-
sysdep-Subdir-files := $(wildcard $(addsuffix /Subdirs,$(sysdep_dirs)))
ifdef sysdep-Subdir-files
subdirs := $(sort $(subdirs) \
-This directory contains the version 1.101 test release of the GNU C Library.
+This directory contains the version 2.0 test release of the GNU C Library.
Many bugs have been fixed since the last release.
Some bugs surely remain.
configurations:
*-*-gnu GNU Hurd
- i[3456]86-*-linux Linux-2.0 on Intel
- m68k-*-linux Linux-2.0 on Motorola 680x0
- alpha-*-linux Linux-2.0 on DEC Alpha
+ i[3456]86-*-linux-gnu Linux-2.0 on Intel
+ m68k-*-linux-gnu Linux-2.0 on Motorola 680x0
+ alpha-*-linux-gnu Linux-2.0 on DEC Alpha
Former releases of this library (version 1.09.1 and perhaps earlier
Whether this is still true for this release is unknown. Porting the
library is not hard. If you are interested in doing a port, please
get on the mailing list by sending electronic mail to
-bug-glibc-request@prep.ai.mit.edu.
+<bug-glibc-request@prep.ai.mit.edu>.
The GNU C library now includes Michael Glad's Ultra Fast Crypt, which
provides the Unix `crypt' function, plus some other entry points.
Because of the United States export restriction on DES implementations,
we are distributing this code separately from the rest of the C
library. There is an extra distribution tar file just for crypt; it is
-called `glibc-1.101-crypt.tar.gz'. You can just unpack the crypt
+called `glibc-crypt-2.0.tar.gz'. You can just unpack the crypt
distribution along with the rest of the C library and build; you can
also build the library without getting crypt. Users outside the USA
-can get the crypt distribution via anonymous FTP from ftp.uni-c.dk
-[129.142.6.74], or another archive site outside the USA. Archive
+can get the crypt distribution via anonymous FTP from ftp.ifi.uio.no
+[129.240.64.21], or another archive site outside the USA. Archive
maintainers are encouraged to copy this distribution to their archives
-outside the USA. Please get it from ftp.uni-c.dk; transferring this
+outside the USA. Please get it from ftp.ifi.uio.no; transferring this
distribution from prep.ai.mit.edu (or any other site in the USA) to a
site outside the USA is in violation of US export laws.
+Beside the separate crypt tar file there are some more 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.
+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@prep.ai.mit.edu, and
+send comments on the manual to <bug-glibc-manual@prep.ai.mit.edu>, 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.
-Send bug reports to bug-glibc@prep.ai.mit.edu.
+We prefer to get bug reports sent using the `glibcbug' shell script which
+is install together with the rest of the GNU libc to <bugs@gnu.ai.mit.edu>.
+Simply run this shell script and fill in the information. Nevertheless
+you can still send bug reports to <bug-glibc@prep.ai.mit.edu> as normal
+electronic mails.
The GNU C Library is free software. See the file COPYING.LIB for copying
conditions.
* @(#)tcp.h 8.1 (Berkeley) 6/10/93
*/
+#ifndef _NETINET_TCP_H
+
+#define _NETINET_TCP_H 1
+#include <sys/cdefs.h>
+
+
+__BEGIN_DECLS
+
typedef unsigned int tcp_seq;
/*
* TCP header.
*/
#define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */
#define TCP_MAXSEG 0x02 /* set maximum segment size */
+
+#define SOL_TCP 6 /* TCP level */
+
+__END_DECLS
+
+#endif /* netinet/tcp.h */
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libc 1.100\n"
-"POT-Creation-Date: 1997-01-06 15:00+0100\n"
+"Project-Id-Version: libc 2.0\n"
+"POT-Creation-Date: 1997-01-26 15:14+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+DIST\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "%s: error in state machine"
msgstr ""
-#: posix/getopt.c:743
+#: posix/getopt.c:733
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr ""
-#: posix/getopt.c:746
+#: posix/getopt.c:736
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr ""
-#: posix/getopt.c:667
+#: posix/getopt.c:657
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr ""
-#: posix/getopt.c:638
+#: posix/getopt.c:628
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr ""
-#: posix/getopt.c:684 posix/getopt.c:858
+#: posix/getopt.c:674 posix/getopt.c:847
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr ""
-#: posix/getopt.c:662
+#: posix/getopt.c:652
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr ""
-#: posix/getopt.c:843
+#: posix/getopt.c:831
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr ""
-#: posix/getopt.c:824
+#: posix/getopt.c:813
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr ""
-#: posix/getopt.c:777 posix/getopt.c:907
+#: posix/getopt.c:766 posix/getopt.c:896
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr ""
msgid "%s: premature end of file"
msgstr ""
-#: posix/getopt.c:717
+#: posix/getopt.c:707
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr ""
-#: posix/getopt.c:713
+#: posix/getopt.c:703
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr ""
msgid "blank TO field on Link line"
msgstr ""
-#: new-malloc/mcheck.c:191
+#: malloc/mcheck.c:191
msgid "block freed twice"
msgstr ""
-#: new-malloc/mcheck.c:194
+#: malloc/mcheck.c:194
msgid "bogus mcheck_status, library is buggy"
msgstr ""
msgstr ""
#: locale/programs/linereader.c:214
-msgid "garbage at end of digit"
+msgid "garbage at end of number"
msgstr ""
#: locale/programs/ld-time.c:183
msgid "malformed line ignored"
msgstr ""
-#: new-malloc/mcheck.c:185
+#: malloc/mcheck.c:185
msgid "memory clobbered before allocated block"
msgstr ""
-#: new-malloc/mcheck.c:188
+#: malloc/mcheck.c:188
msgid "memory clobbered past end of allocated block"
msgstr ""
msgid "memory exhausted"
msgstr ""
-#: new-malloc/obstack.c:462
+#: malloc/obstack.c:462
msgid "memory exhausted\n"
msgstr ""
-#: new-malloc/mcheck.c:182
+#: malloc/mcheck.c:182
msgid "memory is consistent, library is buggy"
msgstr ""
#: locale/programs/ld-time.c:337
#, c-format
-msgid "missing era name in string %d in `era' fieldin category `%s'"
+msgid "missing era name in string %d in `era' field in category `%s'"
msgstr ""
#: time/zic.c:919
ioperm.c
init-first.h
clone.S
+kernel_sigaction.h
sys/io.h
-kernel_termios.h
sys/acct.h
-sys/kernel_sigaction.h
+sys/kernel_termios.h
sys/procfs.h
#define IP_ADD_MEMBERSHIP 35 /* ip_mreq; add an IP group membership */
#define IP_DROP_MEMBERSHIP 36 /* ip_mreq; drop an IP group membership */
+/* To select the IP level. */
+#define SOL_IP 0
+
/* Structure used to describe IP options for IP_OPTIONS. The `ip_dst'
field is used for the first-hop gateway when using a source route
(this gets put into the header proper). */
#define AF_INET6 PF_INET6
#define AF_MAX PF_MAX
-
+/* Raw IP packet level. */
+#define SOL_RAW 255
/* Maximum queue length specifiable by listen. */
#define SOMAXCONN 128