<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/sys, branch release/4.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-03-20T08:47:53+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-20T08:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7e6cd705f344de2f9f08475a0fa2ef9191f88dd0'/>
<id>7e6cd705f344de2f9f08475a0fa2ef9191f88dd0</id>
<content type='text'>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more single-space hard sentence breaks.</title>
<updated>2000-03-02T14:54:02+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-03-02T14:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4e86fcacf69e8dac21f67db61babdcae80903dc2'/>
<id>4e86fcacf69e8dac21f67db61babdcae80903dc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove single-space hard sentence breaks.  These degrade the quality</title>
<updated>2000-03-02T09:14:21+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-03-02T09:14:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c6ff3a1bf74d96278726113478b2c66884aab584'/>
<id>c6ff3a1bf74d96278726113478b2c66884aab584</id>
<content type='text'>
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).</title>
<updated>2000-02-28T04:10:35+00:00</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2000-02-28T04:10:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9730a5daab56ddfd4d6d0907665f275aae2b0b45'/>
<id>9730a5daab56ddfd4d6d0907665f275aae2b0b45</id>
<content type='text'>
This
This feature allows you to specify if mmap'd data is included in
an application's corefile.

Change the type of eflags in struct vm_map_entry from u_char to
vm_eflags_t (an unsigned int).

Reviewed by:	dillon,jdp,alfred
Approved by:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This
This feature allows you to specify if mmap'd data is included in
an application's corefile.

Change the type of eflags in struct vm_map_entry from u_char to
vm_eflags_t (an unsigned int).

Reviewed by:	dillon,jdp,alfred
Approved by:	jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>    Fix null-pointer dereference crash when the system is intentionally</title>
<updated>2000-02-16T21:11:33+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2000-02-16T21:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1f6889a1eb5070dfa739f4158cfb33f13b7a462d'/>
<id>1f6889a1eb5070dfa739f4158cfb33f13b7a462d</id>
<content type='text'>
    run out of KVM through a mmap()/fork() bomb that allocates hundreds
    of thousands of vm_map_entry structures.

    Add panic to make null-pointer dereference crash a little more verbose.

    Add a new sysctl, vm.max_proc_mmap, which specifies the maximum number
    of mmap()'d spaces (discrete vm_map_entry's in the process).  The value
    defaults to around 9000 for a 128MB machine.  The test is scaled for the
    number of processes sharing a vmspace (aka linux threads).  Setting
    the value to 0 disables the feature.

PR: kern/16573
Approved by: jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    run out of KVM through a mmap()/fork() bomb that allocates hundreds
    of thousands of vm_map_entry structures.

    Add panic to make null-pointer dereference crash a little more verbose.

    Add a new sysctl, vm.max_proc_mmap, which specifies the maximum number
    of mmap()'d spaces (discrete vm_map_entry's in the process).  The value
    defaults to around 9000 for a 128MB machine.  The test is scaled for the
    number of processes sharing a vmspace (aka linux threads).  Setting
    the value to 0 disables the feature.

PR: kern/16573
Approved by: jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace `.Os BSD' which caused a troff error with `.Bx' which also</title>
<updated>2000-02-14T01:34:15+00:00</updated>
<author>
<name>Chris Costello</name>
<email>chris@FreeBSD.org</email>
</author>
<published>2000-02-14T01:34:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=efeff014b48770e1a26538881bbd5f27a0869115'/>
<id>efeff014b48770e1a26538881bbd5f27a0869115</id>
<content type='text'>
happens to be the correct macro to use in this situation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
happens to be the correct macro to use in this situation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the support in the kernel for hardware debug registers on the</title>
<updated>2000-02-12T18:33:54+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-02-12T18:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ed0010ed097b27a228d9a2f31851671fce2e0d09'/>
<id>ed0010ed097b27a228d9a2f31851671fce2e0d09</id>
<content type='text'>
ix86 platform which allows for hardware watchpoints, etc...

Submitted by:	Brian Dean &lt;brdean@unx.sas.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ix86 platform which allows for hardware watchpoints, etc...

Submitted by:	Brian Dean &lt;brdean@unx.sas.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>We _do_ support MS_ASYNC</title>
<updated>2000-01-24T18:35:16+00:00</updated>
<author>
<name>Guido van Rooij</name>
<email>guido@FreeBSD.org</email>
</author>
<published>2000-01-24T18:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=68d143348335fdde8b5dc8614c9718734d8f8914'/>
<id>68d143348335fdde8b5dc8614c9718734d8f8914</id>
<content type='text'>
Reviewed by:	Matthew Dillon &lt;dillon@apollo.backplane.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	Matthew Dillon &lt;dillon@apollo.backplane.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify that we don't offer hard realtime.</title>
<updated>2000-01-24T02:13:21+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2000-01-24T02:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=621d130fd80e254a353bf2cc64856c9f04e4bf8b'/>
<id>621d130fd80e254a353bf2cc64856c9f04e4bf8b</id>
<content type='text'>
Split timeval options into 3 paragraphs, it's easier on my eyes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split timeval options into 3 paragraphs, it's easier on my eyes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add HISTORY.</title>
<updated>2000-01-18T12:50:13+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-01-18T12:50:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=58d6ca915542def7150c0b763e2eecbf37eb7589'/>
<id>58d6ca915542def7150c0b763e2eecbf37eb7589</id>
<content type='text'>
Submitted by:	obrien
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	obrien
</pre>
</div>
</content>
</entry>
</feed>
