<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/savecore, branch release/2.2.5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1997-09-14T19:46:58Z</updated>
<entry>
<title>MFC: EOF -&gt; -1 for getopt()</title>
<updated>1997-09-14T19:46:58Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-09-14T19:46:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f60953b5e33b36a34727162b83575d6a61ce7fb3'/>
<id>urn:sha1:f60953b5e33b36a34727162b83575d6a61ce7fb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix my yesterday's brain-o: don't account for the kilobytes twice.</title>
<updated>1996-10-14T22:56:01Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1996-10-14T22:56:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8df9b2ce24255d0d142a86e314e931c99f128a3d'/>
<id>urn:sha1:8df9b2ce24255d0d142a86e314e931c99f128a3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Yikes!  Originally, i intended to apply the patch from PR # 1322,</title>
<updated>1996-10-13T20:55:45Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1996-10-13T20:55:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=927e7941a3896be9ac767ced766dbf4878e666e6'/>
<id>urn:sha1:927e7941a3896be9ac767ced766dbf4878e666e6</id>
<content type='text'>
but Bill has beaten me on this. ;-)

However, he missed the part to compute the kernelsize in kilobytes,
so the minfree consideration was now overcautious.  (I've also
changed the return type of dump_size() to void since int was useless.)

Being here, the fact that `vmcore' was written world-readable was just
a plain security hole: everybody who was able to crash a kernel could
later read any confidential information out of it at his will.  Create
it with umask 077 instead.
</content>
</entry>
<entry>
<title>Make the savecore command work like the man page says:</title>
<updated>1996-10-13T18:12:20Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>1996-10-13T18:12:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4731e263af6ebe32f2f777388193e0998e9b8f62'/>
<id>urn:sha1:4731e263af6ebe32f2f777388193e0998e9b8f62</id>
<content type='text'>
- make minfree work by getting the dump size before checking to see
  if the dump will fit on the filesystem
- also fail to dump if no minfree is specified but there are not enough
  free blocks.

Fix a typo in the man page.

Fixes PR bin/1322

Submitted by:	"Philippe C." &lt;charnier@lirmm.fr&gt;
</content>
</entry>
<entry>
<title>Cast the partial result of an expression to an off_t to fix an overflow</title>
<updated>1996-09-05T08:08:41Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1996-09-05T08:08:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0bade8bdd8772f379145d299ede227e238c214ae'/>
<id>urn:sha1:0bade8bdd8772f379145d299ede227e238c214ae</id>
<content type='text'>
in the calculation of free disk space. Fixes PR#1569.

Submitted by:	Tor Egge &lt;Tor.Egge@idt.ntnu.no&gt;
</content>
</entry>
<entry>
<title>a header file for zopen.3</title>
<updated>1996-08-20T20:49:39Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-08-20T20:49:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6127186d3cd6e65aa95c853b6d5e12590e4e4d10'/>
<id>urn:sha1:6127186d3cd6e65aa95c853b6d5e12590e4e4d10</id>
<content type='text'>
Pointed out by: Philippe Charnier &lt;charnier@lirmm.fr&gt;
</content>
</entry>
<entry>
<title>NBPG -&gt; getpagesize()</title>
<updated>1996-05-02T09:09:04Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-05-02T09:09:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8b878b7d1eb8058fdc2a31424989e620dd022ed'/>
<id>urn:sha1:a8b878b7d1eb8058fdc2a31424989e620dd022ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add #include &lt;vm/pmap.h&gt; in order to make savecore compile again after the</title>
<updated>1995-12-13T11:36:20Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1995-12-13T11:36:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=65219883c81971eafbb54d244d638432bf9a2fa6'/>
<id>urn:sha1:65219883c81971eafbb54d244d638432bf9a2fa6</id>
<content type='text'>
last round of &lt;vm/*.h&gt; include file changes.
</content>
</entry>
<entry>
<title>Delete bogus referneces to timezone code internal header file `tzfile.h',</title>
<updated>1995-08-07T19:17:46Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-08-07T19:17:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=656dcd4316d328f627e3c8f99be96bb2c41baf5b'/>
<id>urn:sha1:656dcd4316d328f627e3c8f99be96bb2c41baf5b</id>
<content type='text'>
which is no longer bogusly installed in /usr/include.
</content>
</entry>
<entry>
<title>Remove a newline from the output of savecore(8), so the bogus number</title>
<updated>1995-07-30T13:10:56Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1995-07-30T13:10:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5eae614b135b037f3521c0a9a103549456c80fe9'/>
<id>urn:sha1:5eae614b135b037f3521c0a9a103549456c80fe9</id>
<content type='text'>
1024 that used to remain on a line of its own after savecore completed
its job will be overwritten later in the /etc/rc process.

Reviewed by:
Submitted by:	graichen@sirius.physik.fu-berlin.de (Thomas Graichen)
Obtained from:
</content>
</entry>
</feed>
