<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/kern/subr_param.c, branch release/4.6.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC rev 1.53:</title>
<updated>2002-03-09T21:05:47+00:00</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2002-03-09T21:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b013cf8373f321a83945ab4c8fd4c5896a99afec'/>
<id>b013cf8373f321a83945ab4c8fd4c5896a99afec</id>
<content type='text'>
  Unconditionally limit maxproc so that it is not possible
  to exhaust all kmaps.  The only reward for setting maxproc
  to a value which will cause kmap exhaustion is a panic
  during a forkbomb attack.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Unconditionally limit maxproc so that it is not possible
  to exhaust all kmaps.  The only reward for setting maxproc
  to a value which will cause kmap exhaustion is a panic
  during a forkbomb attack.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 1.52.  maxusers could be set to 0 in the kernel config.  Also allow it</title>
<updated>2002-02-12T20:13:38+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2002-02-12T20:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=54916bb85902893abd07bee1cdcdcbba18bcf21a'/>
<id>54916bb85902893abd07bee1cdcdcbba18bcf21a</id>
<content type='text'>
to be set to zero in the kern.maxusers boot tunable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to be set to zero in the kern.maxusers boot tunable.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 1.51 - be somewhat more conservative when calculating the 'maxusers 0'</title>
<updated>2002-01-25T18:19:54+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2002-01-25T18:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9dd8d79f31fb7d3014a6f67d2b8eaeb947d73768'/>
<id>9dd8d79f31fb7d3014a6f67d2b8eaeb947d73768</id>
<content type='text'>
autosize.

Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
autosize.

Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rev 1.50.</title>
<updated>2001-12-19T18:13:02+00:00</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2001-12-19T18:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2f426f3bff2ce4c4ae281b06125510b43f2b7149'/>
<id>2f426f3bff2ce4c4ae281b06125510b43f2b7149</id>
<content type='text'>
With the usage of a newer config forced, we no longer need
to specialcase maxusers == 8 when we're really looking for 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the usage of a newer config forced, we no longer need
to specialcase maxusers == 8 when we're really looking for 0.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rev 1.48 - Set more restrictive limits on maxprocperuid</title>
<updated>2001-12-17T22:57:12+00:00</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2001-12-17T22:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=51d896ef6af590a50c4797bb1c8fdb71b549fb27'/>
<id>51d896ef6af590a50c4797bb1c8fdb71b549fb27</id>
<content type='text'>
and maxfilesperproc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and maxfilesperproc.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 1.49.  Too many people are compiling kernels with maxusers set to 0</title>
<updated>2001-12-14T04:02:57+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-12-14T04:02:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1b2d9d2db69788b6ab4f8d1b93791b3592c038a7'/>
<id>1b2d9d2db69788b6ab4f8d1b93791b3592c038a7</id>
<content type='text'>
using the old config program.  Hack the kernel to deal with it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using the old config program.  Hack the kernel to deal with it.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC the maxusers = 0 autosizing code.</title>
<updated>2001-12-13T19:18:01+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-12-13T19:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=493420c098c52997d3dbd2d483c48eec0f484894'/>
<id>493420c098c52997d3dbd2d483c48eec0f484894</id>
<content type='text'>
Mike Silbersack is working on a more sophisticated version of this patch
but exams will prevent him from completing it prior to the 4.5 freeze, so
we decided to throw this code into 4.5 and Mike will revisit the issue
post-4.5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mike Silbersack is working on a more sophisticated version of this patch
but exams will prevent him from completing it prior to the 4.5 freeze, so
we decided to throw this code into 4.5 and Mike will revisit the issue
post-4.5.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-11-03T01:41:10+00:00</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2001-11-03T01:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5e221d8d8d2cbbea271820622432a3deed3adf6b'/>
<id>5e221d8d8d2cbbea271820622432a3deed3adf6b</id>
<content type='text'>
- Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader
  tunable.
- Change TUNABLE_*_FETCH to have a return value of 0 if the variable
  was not found or successfully converted and true otherwise.
- Use vm_offset_t instead of caddr_t to fix a warning and remove
  two casts in kern_exec.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader
  tunable.
- Change TUNABLE_*_FETCH to have a return value of 0 if the variable
  was not found or successfully converted and true otherwise.
- Use vm_offset_t instead of caddr_t to fix a warning and remove
  two casts in kern_exec.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC VM_SWZONE_SIZE_MAX and VM_BCACHE_SIZE_MAX features for i386.  Other</title>
<updated>2001-09-15T00:50:36+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-15T00:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a5fe122f01583ce5f010d233b1b45c1d86b022eb'/>
<id>a5fe122f01583ce5f010d233b1b45c1d86b022eb</id>
<content type='text'>
architectures coming soon.  -current has a more complete implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
architectures coming soon.  -current has a more complete implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: tunable update.  Do MAXUSERS derived tuning at boot time, with</title>
<updated>2001-07-30T23:28:01+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-07-30T23:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7f43369e0a93abe8725c6058f0bc8849494ba318'/>
<id>7f43369e0a93abe8725c6058f0bc8849494ba318</id>
<content type='text'>
overrides.  Allow hz to be tunable.  Stop copying param.c to compiledir.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
overrides.  Allow hz to be tunable.  Stop copying param.c to compiledir.
</pre>
</div>
</content>
</entry>
</feed>
