Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys ARG_MAX is bumped from 20KB to 256KB since Jan ...



details:   https://anonhg.NetBSD.org/src/rev/f129dbc07273
branches:  trunk
changeset: 485879:f129dbc07273
user:      soda <soda%NetBSD.org@localhost>
date:      Mon May 08 10:15:17 2000 +0000

description:
ARG_MAX is bumped from 20KB to 256KB since Jan 16 1994 (revision 1.7 of <sys/syslimits.h>). i.e. before NetBSD-1.0 release.
pointed out by NAKAJIMA Yoshihiro and Tanaka Akira on fj.os.bsd.netbsd newsgroup.

diffstat:

 lib/libc/sys/execve.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 35f5016b0afb -r f129dbc07273 lib/libc/sys/execve.2
--- a/lib/libc/sys/execve.2     Mon May 08 07:55:59 2000 +0000
+++ b/lib/libc/sys/execve.2     Mon May 08 10:15:17 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: execve.2,v 1.16 1999/12/02 21:42:36 kleink Exp $
+.\"    $NetBSD: execve.2,v 1.17 2000/05/08 10:15:17 soda Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -242,7 +242,7 @@
 .It Bq Er E2BIG
 The number of bytes in the new process's argument list
 is larger than the system-imposed limit.
-The limit in the system as released is 20480 bytes
+The limit in the system as released is 262144 bytes
 .Pf ( Dv NCARGS
 in
 .Ao Pa sys/param.h Ac ) .



Home | Main Index | Thread Index | Old Index