git: 9front

Download patch

ref: 3c69ccce1e71190a15c4a3a741728c5cce17ba86
parent: ddbe2692c604de0fae9b19866fe5c5d1651cf3ad
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Jun 8 17:08:57 EDT 2015

exec(2): exec argument size only limited by user stack size

--- a/sys/man/2/exec
+++ b/sys/man/2/exec
@@ -192,9 +192,3 @@
 or
 .IR execl ;
 the calling image is lost.
-.SH BUGS
-There is a large but finite limit on the size of an argment list,
-typically around 409,600 bytes.
-The kernel constant
-.B TSTKSIZ
-controls this.
--