]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 12 Mar 2004 20:26:54 +0000 (20:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 12 Mar 2004 20:26:54 +0000 (20:26 +0000)
* sysdeps/unix/sysv/linux/bits/local_lim.h: Define HOST_NAME_MAX.

12 files changed:
ChangeLog
linuxthreads/ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h
linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h
linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/local_lim.h
linuxthreads/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h
nptl/sysdeps/unix/sysv/linux/bits/local_lim.h
nptl/sysdeps/unix/sysv/linux/ia64/bits/local_lim.h
nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h
sysdeps/unix/sysv/linux/bits/local_lim.h

index accae8f842c5d7c43ecc59afd5f8fa4decaa38a5..751e206d77b63d359adee8ee762261ae1e8449ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-03-12  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/unix/sysv/linux/bits/local_lim.h: Define HOST_NAME_MAX.
+
        * posix/getconf.c (vars): Add _SC_ values for cache information.
        * sysdeps/generic/bits/confname.h: Add _SC_* values for cache
        information.
index c891766ce413a2ef1352c72cffa8860b3f5f2c37..e6ed4e40515481f420dce6f5baf52db55601a9bc 100644 (file)
@@ -1,3 +1,10 @@
+2004-03-12  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/bits/local_lim.h: Add HOST_NAME_MAX.
+       * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Likewise.
+
 2004-03-08  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT_KERNEL_CHECK):
index 81b573a64f334e8c80d66c27c7bda1ab4970e225..e08763b1ad49257c0ec01a3f93adf6428b9f9c98 100644 (file)
@@ -1,5 +1,5 @@
 /* Minimum guaranteed maximum values for system limits.  Linux/Alpha version.
-   Copyright (C) 1993-1998, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1993-1998,2000,2002,2003,2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -84,3 +84,6 @@
 
 /* Maximum login name length.  This is arbitrary.  */
 #define LOGIN_NAME_MAX         256
+
+/* Maximum host name length.  */
+#define HOST_NAME_MAX          64
index 4844f01950fd28934d6cd31c436200d80493d85f..4027c4df996abc151850beb962ea8ea94bb54eef 100644 (file)
@@ -1,5 +1,5 @@
 /* Minimum guaranteed maximum values for system limits.  Linux version.
-   Copyright (C) 1993-1998, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1993-1998,2000,2002,2003,2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -84,3 +84,6 @@
 
 /* Maximum login name length.  This is arbitrary.  */
 #define LOGIN_NAME_MAX         256
+
+/* Maximum host name length.  */
+#define HOST_NAME_MAX          64
index 12faad5f41f63aef91d4c71e95d8894beede1ac6..73fa6160829f31114da69ba3cd8bb995517b285c 100644 (file)
@@ -1,5 +1,5 @@
 /* Minimum guaranteed maximum values for system limits.  Linux/Alpha version.
-   Copyright (C) 1993-1998, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1993-1998,2000,2002,2003,2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -84,3 +84,6 @@
 
 /* Maximum login name length.  This is arbitrary.  */
 #define LOGIN_NAME_MAX         256
+
+/* Maximum host name length.  */
+#define HOST_NAME_MAX          64
index 00312b1408e692ecb3d6766a9ab7e8ca4a787a45..60212946c89e61258fa98d49f24534a1be81ea21 100644 (file)
@@ -1,5 +1,5 @@
 /* Minimum guaranteed maximum values for system limits.  Linux/SPARC version.
-   Copyright (C) 1993-1998, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1993-1998,2000,2002,2003,2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -84,3 +84,6 @@
 
 /* Maximum login name length.  This is arbitrary.  */
 #define LOGIN_NAME_MAX         256
+
+/* Maximum host name length.  */
+#define HOST_NAME_MAX          64
index 76af9036afa47a574c08c3ec16457df1e1446edf..755d6fee3d262444cf837dea2b4e6246e4b4405a 100644 (file)
@@ -1,3 +1,10 @@
+2004-03-12  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/bits/local_lim.h: Define HOST_NAME_MAX.
+       * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Likewise.
+
 2004-03-11  Richard Henderson  <rth@redhat.com>
 
        * sysdeps/alpha/tcb-offsets.sym (PID_OFFSET): New.
index e2a363fa02dd609aa225bd4fa1cdff7b797fa25e..bb3c4c061dc969b3ff1276f25c87a5ef7b4cca0b 100644 (file)
@@ -1,5 +1,5 @@
 /* Minimum guaranteed maximum values for system limits.  Linux/Alpha version.
-   Copyright (C) 1993-1998, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1993-1998,2000,2002,2003,2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -81,3 +81,6 @@
 
 /* Maximum login name length.  This is arbitrary.  */
 #define LOGIN_NAME_MAX         256
+
+/* Maximum host name length.  */
+#define HOST_NAME_MAX          64
index 7f445495991606469d4089d542def387fe70a2c1..0c2a2bd2b486a874884f40a05faf645f6b4d90cf 100644 (file)
@@ -1,5 +1,5 @@
 /* Minimum guaranteed maximum values for system limits.  Linux version.
-   Copyright (C) 1993-1998, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1993-1998,2000,2002,2003,2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -81,3 +81,6 @@
 
 /* Maximum login name length.  This is arbitrary.  */
 #define LOGIN_NAME_MAX         256
+
+/* Maximum host name length.  */
+#define HOST_NAME_MAX          64
index 96c689b30ed6b4d045dd9bf304898f194066de75..5d64136214dc35a0b29adee71d5f45ff6073648c 100644 (file)
@@ -1,5 +1,5 @@
 /* Minimum guaranteed maximum values for system limits.  Linux/IA-64 version.
-   Copyright (C) 1993-1998, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1993-1998,2000,2002,2003,2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -81,3 +81,6 @@
 
 /* Maximum login name length.  This is arbitrary.  */
 #define LOGIN_NAME_MAX         256
+
+/* Maximum host name length.  */
+#define HOST_NAME_MAX          64
index 5c15a321759c9b69e16258375a186508b5856c30..1cfa807eb95f8f914578e4c90cf9990feb0f5b20 100644 (file)
@@ -1,5 +1,5 @@
 /* Minimum guaranteed maximum values for system limits.  Linux/SPARC version.
-   Copyright (C) 1993-1998, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1993-1998,2000,2002,2003,2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -81,3 +81,6 @@
 
 /* Maximum login name length.  This is arbitrary.  */
 #define LOGIN_NAME_MAX         256
+
+/* Maximum host name length.  */
+#define HOST_NAME_MAX          64
index 4d6064b64fb6a56967ee8416bc57553b11851f29..169a5f1474e93d2bd1cd6c4b1d80e63aef89c936 100644 (file)
@@ -1,5 +1,5 @@
 /* Minimum guaranteed maximum values for system limits.  Linux version.
-   Copyright (C) 1993-1998, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1993-1998, 2000, 2003, 2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -60,3 +60,6 @@
 
 /* Maximum login name length.  This is arbitrary.  */
 #define LOGIN_NAME_MAX         256
+
+/* Maximum host name length.  */
+#define HOST_NAME_MAX          64
This page took 0.064916 seconds and 5 git commands to generate.