shithub: riscv

Download patch

ref: 477f3ce3ea48aa34ee74fafcc782ef1a0f18ad2c
parent: e89e54d1a3bb47a6adf35082062303b0f8ccf1a5
author: cinap_lenrek <[email protected]>
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.