freebsd-dev/sbin/savecore
Joerg Wunsch 927e7941a3 Yikes! Originally, i intended to apply the patch from PR # 1322,
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.
1996-10-13 20:55:45 +00:00
..
Makefile a header file for zopen.3 1996-08-20 20:49:39 +00:00
savecore.8 Make the savecore command work like the man page says: 1996-10-13 18:12:20 +00:00
savecore.c Yikes! Originally, i intended to apply the patch from PR # 1322, 1996-10-13 20:55:45 +00:00