mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* execve manpage changes
@ 2007-08-07  0:38 Ollie Wild
  2007-08-07  0:46 ` Ollie Wild
  0 siblings, 1 reply; 4+ messages in thread
From: Ollie Wild @ 2007-08-07  0:38 UTC (permalink / raw)
  To: mtk-manpages; +Cc: linux-kernel

Michael,

Per our previous discussion, here are the updates to the execve(2)
manpage resulting from the variable length argument support patch in
linux-2.6.23-rc1.  The execve API is unmodified.  However, the
following should be noted in the "Notes" section.

Prior to linux-2.6.23, the memory used to store the environment and
argument list strings was limited to 32 (MAX_ARG_PAGES) pages.  On
most architectures, the page size is 4kB, leading to a maximum size of
128kB.

In linux-2.6.23 and later, most architectures support a size limit
derived from the current RLIMIT_STACK

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-09-05 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-07  0:38 execve manpage changes Ollie Wild
2007-08-07  0:46 ` Ollie Wild
2007-08-07 21:13   ` Michael Kerrisk
2007-09-05 19:02   ` Michael Kerrisk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome