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.
This commit is contained in:
soda 2000-05-08 10:15:17 +00:00
parent f9eca6973d
commit 91c450a0e1
1 changed files with 2 additions and 2 deletions

View File

@ -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 .\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -242,7 +242,7 @@ is allowed by the imposed maximum
.It Bq Er E2BIG .It Bq Er E2BIG
The number of bytes in the new process's argument list The number of bytes in the new process's argument list
is larger than the system-imposed limit. 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 .Pf ( Dv NCARGS
in in
.Ao Pa sys/param.h Ac ) . .Ao Pa sys/param.h Ac ) .