mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* sysdeps/unix/sysv/linux/bits/local_lim.h: Define HOST_NAME_MAX.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2004-03-12 Ulrich Drepper <drepper@redhat.com>
|
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.
|
* posix/getconf.c (vars): Add _SC_ values for cache information.
|
||||||
* sysdeps/generic/bits/confname.h: Add _SC_* values for cache
|
* sysdeps/generic/bits/confname.h: Add _SC_* values for cache
|
||||||
information.
|
information.
|
||||||
|
@ -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>
|
2004-03-08 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT_KERNEL_CHECK):
|
* sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT_KERNEL_CHECK):
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Minimum guaranteed maximum values for system limits. Linux/Alpha version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -84,3 +84,6 @@
|
|||||||
|
|
||||||
/* Maximum login name length. This is arbitrary. */
|
/* Maximum login name length. This is arbitrary. */
|
||||||
#define LOGIN_NAME_MAX 256
|
#define LOGIN_NAME_MAX 256
|
||||||
|
|
||||||
|
/* Maximum host name length. */
|
||||||
|
#define HOST_NAME_MAX 64
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Minimum guaranteed maximum values for system limits. Linux version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -84,3 +84,6 @@
|
|||||||
|
|
||||||
/* Maximum login name length. This is arbitrary. */
|
/* Maximum login name length. This is arbitrary. */
|
||||||
#define LOGIN_NAME_MAX 256
|
#define LOGIN_NAME_MAX 256
|
||||||
|
|
||||||
|
/* Maximum host name length. */
|
||||||
|
#define HOST_NAME_MAX 64
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Minimum guaranteed maximum values for system limits. Linux/Alpha version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -84,3 +84,6 @@
|
|||||||
|
|
||||||
/* Maximum login name length. This is arbitrary. */
|
/* Maximum login name length. This is arbitrary. */
|
||||||
#define LOGIN_NAME_MAX 256
|
#define LOGIN_NAME_MAX 256
|
||||||
|
|
||||||
|
/* Maximum host name length. */
|
||||||
|
#define HOST_NAME_MAX 64
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Minimum guaranteed maximum values for system limits. Linux/SPARC version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -84,3 +84,6 @@
|
|||||||
|
|
||||||
/* Maximum login name length. This is arbitrary. */
|
/* Maximum login name length. This is arbitrary. */
|
||||||
#define LOGIN_NAME_MAX 256
|
#define LOGIN_NAME_MAX 256
|
||||||
|
|
||||||
|
/* Maximum host name length. */
|
||||||
|
#define HOST_NAME_MAX 64
|
||||||
|
@ -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>
|
2004-03-11 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* sysdeps/alpha/tcb-offsets.sym (PID_OFFSET): New.
|
* sysdeps/alpha/tcb-offsets.sym (PID_OFFSET): New.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Minimum guaranteed maximum values for system limits. Linux/Alpha version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -81,3 +81,6 @@
|
|||||||
|
|
||||||
/* Maximum login name length. This is arbitrary. */
|
/* Maximum login name length. This is arbitrary. */
|
||||||
#define LOGIN_NAME_MAX 256
|
#define LOGIN_NAME_MAX 256
|
||||||
|
|
||||||
|
/* Maximum host name length. */
|
||||||
|
#define HOST_NAME_MAX 64
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Minimum guaranteed maximum values for system limits. Linux version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -81,3 +81,6 @@
|
|||||||
|
|
||||||
/* Maximum login name length. This is arbitrary. */
|
/* Maximum login name length. This is arbitrary. */
|
||||||
#define LOGIN_NAME_MAX 256
|
#define LOGIN_NAME_MAX 256
|
||||||
|
|
||||||
|
/* Maximum host name length. */
|
||||||
|
#define HOST_NAME_MAX 64
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Minimum guaranteed maximum values for system limits. Linux/IA-64 version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -81,3 +81,6 @@
|
|||||||
|
|
||||||
/* Maximum login name length. This is arbitrary. */
|
/* Maximum login name length. This is arbitrary. */
|
||||||
#define LOGIN_NAME_MAX 256
|
#define LOGIN_NAME_MAX 256
|
||||||
|
|
||||||
|
/* Maximum host name length. */
|
||||||
|
#define HOST_NAME_MAX 64
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Minimum guaranteed maximum values for system limits. Linux/SPARC version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -81,3 +81,6 @@
|
|||||||
|
|
||||||
/* Maximum login name length. This is arbitrary. */
|
/* Maximum login name length. This is arbitrary. */
|
||||||
#define LOGIN_NAME_MAX 256
|
#define LOGIN_NAME_MAX 256
|
||||||
|
|
||||||
|
/* Maximum host name length. */
|
||||||
|
#define HOST_NAME_MAX 64
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Minimum guaranteed maximum values for system limits. Linux version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -60,3 +60,6 @@
|
|||||||
|
|
||||||
/* Maximum login name length. This is arbitrary. */
|
/* Maximum login name length. This is arbitrary. */
|
||||||
#define LOGIN_NAME_MAX 256
|
#define LOGIN_NAME_MAX 256
|
||||||
|
|
||||||
|
/* Maximum host name length. */
|
||||||
|
#define HOST_NAME_MAX 64
|
||||||
|
Reference in New Issue
Block a user