| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
If fgets(3) fails in getbounds(), show strerror(3) if not an EOF. Also fix a
FILE* leak in getbounds().
PR: 192032
Approved by: re (gjb)
|
|
|
|
|
| |
Log the name of the file that we failed to open rather than an
uninitialized buffer.
|
|
|
|
|
|
|
| |
Fix double fclose() in an error case.
CID: 1006120
Found with: Coverity Prevent(tm)
|
|
|
|
|
|
|
|
|
|
|
| |
last one. To make it easier to find the last one create symlinks with 'last'
suffix that will point to the files of the last coredump, eg.:
info.last -> info.5
textdump.tar.last.gz -> textdump.tar.5.gz
Reviewed by: avg
Obtained from: WHEEL Systems
|
|
|
|
|
|
|
| |
dumps stored. Once the limit is reached it restarts from 0.
Reviewed by: avg
Obtained from: WHEEL Systems
|
|
|
|
|
|
| |
earlier.
Obtained from: WHEEL Systems
|
|
|
|
| |
Obtained from: WHEEL Systems
|
|
|
|
| |
Obtained from: WHEEL Systems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
provide dump directory. Eliminate this redundant argument. This changes
the usage, but the only risk here is that a warning will be printed
about directory given as device.
- Update usage of -C option.
- When clearing dump header from the given device there is also no need to
provide dump directory, although additional arguments for -c were not
documented.
- Document that -v can be used with -c and that list of devices can be given.
Obtained from: WHEEL Systems
|
|
|
|
|
|
| |
options.
Obtained from: WHEEL Systems
|
|
|
|
|
|
| |
exists or we want to keep it), open device read-only.
Obtained from: WHEEL Systems
|
| |
|
| |
|
| |
|
|
|
|
|
| |
is in accordance with the information at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
|
|
|
|
| |
Submitted by: Ulrich Spörlein
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
appeared in FreeBSD.
PR: 133785
Submitted by: Ulrich Spoerlein <uqs@spoerlein.net>
MFC after: 3 days
|
|
|
|
|
|
|
|
|
| |
Silence mdoc(7) warnings;
Xref correct manual pages;
Point user to the ddb.8 manual page.
PR: 129398
Submitted by: gavin
|
|
|
|
|
|
|
|
|
|
|
|
| |
rather than the memcmp() which is used for regular dumps: the
textdump string is one character shorter, so we need to stop
comparing at the end of the string.
Use independent version checking logic for architecture-specific
version number vs. textdump version number, as the version sequences
may (someday) differ.
Run into by: rrs
|
|
|
|
|
|
| |
Update savecore(8) man page to reflect textdump additions.
MFC after: 3 months
|
|
|
|
| |
Reviewed by: phk
|
|
|
|
|
|
|
|
| |
mangled in rev. 1.72.
PR: bin/86805
Submitted by: Gavin Atkinson
MFC after: 3 days
|
|
|
|
|
|
|
|
|
| |
at LOG_WARNING by default; instead, consider it something to be printed
to the tty when 'verbose' mode is set. This avoids printing out extra
lines at every boot on a system with crash dumps enabled, but that has
not yet had to generate a crashdump.
MFC after: 1 week
|
|
|
|
|
| |
Submitted by: Ed Maste <emaste@sandvine.com>
Approved by: re
|
|
|
|
| |
Approved by: re (blanket)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Output more verbosity with additional -v's.
Submitted by: seanc
|
| |
|
| |
|
|
|
|
| |
Bump WARNS accordingly.
|
|
|
|
|
|
|
| |
rather than the one from libz, corresponding to a function, when
linking statically.
PR: bin/70392
|
|
|
|
|
|
| |
per letter dated July 22, 1999.
Approved by: core, imp
|
| |
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
Use WARNS?= instead of WARNS=.
|
|
|
|
| |
2 GB by using fseeko() instead of fseek().
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the stack to the heap to work around a problem on ia64. Now, roughly
16 months and two compiler updates later, it isn't an issue anymore
in the sense that putting a 1M buffer on the stack just works and we
don't actually need to work around anything anymore.
However, since there's no advantage or need to put the buffer on the
stack (again), this change merely removes the XXX comment describing
that there's an explicit reason for the heap allocation. Hence, this
change is a functional no-op.
PR: ia64/38677
|
|
|
|
|
|
|
|
| |
The immediate purpose for this option is to use it in rc.d so that we
can make savecore behavior conditional.
Tremendous assistance with ideas and sanity checking provided by tjr
and b@etek.chalmers.se.
|
|
|
|
| |
especially in troff files.
|
| |
|
| |
|
|
|
|
|
|
|
| |
sizeof(buf) lurking around that I missed.
PR: 38811
Submitted by: Adrian Colley <aecolley@spamcop.net>
|
| |
|
|
|
|
|
| |
the stack in DoFile(). This needs some investigation. In the mean time
we do a one time malloc() for the buffer to have it on the heap instead.
|
| |
|
| |
|