index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
savecore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert savecore to libxo. The 'verbose' paths still use printf since they're
scottl
2015-03-22
2
-24
/
+50
*
Convert sbin/ to LIBADD
bapt
2014-11-25
1
-2
/
+1
*
If fgets(3) fails in getbounds(), show strerror(3) if not an EOF. Also fix
bdrewery
2014-09-17
1
-1
/
+5
*
Fix double fclose() in an error case.
brueffer
2014-04-14
1
-1
/
+1
*
Log the name of the device that we failed to open rather than an
markj
2014-03-05
1
-1
/
+1
*
With rotating kernel dumps the higest dump number is not necessarily the
pjd
2012-12-16
1
-1
/
+29
*
Implement -m option to savecore(8) that allows to limit number of kernel
pjd
2012-12-16
2
-21
/
+96
*
Make use of the fact that we changed working directory to the dump directory
pjd
2012-12-16
1
-4
/
+3
*
Sort flags properly.
pjd
2012-12-16
1
-3
/
+3
*
Prefer snprintf() over sprintf().
pjd
2012-12-16
1
-5
/
+5
*
- When checking if a dump exists on the given device there is no need to
pjd
2012-12-14
2
-5
/
+7
*
The clear option (-c) is not compatible with keep (-k) and compress (-z)
pjd
2012-12-14
1
-0
/
+2
*
If we are not going to clear the dump (we are either just checking if the dump
pjd
2012-12-14
1
-2
/
+2
*
Whitespace cleanups.
pjd
2012-12-14
1
-6
/
+6
*
Include <signal.h> (for SIGINFO).
rmh
2012-04-09
1
-0
/
+1
*
Remove duplicated header files
kevlo
2011-06-24
1
-1
/
+0
*
Remove the advertising clause from UCB copyrighted files in sbin. This
joel
2010-12-12
1
-4
/
+0
*
Switch the default WARNS level for sbin/ to 6.
ru
2009-10-19
1
-1
/
+0
*
Fixed markup.
ru
2009-09-17
1
-3
/
+5
*
- Add a SIGINFO handler for savecore.
lulf
2009-08-25
1
-1
/
+17
*
Correct the information about when the respective functionality first
brueffer
2009-04-23
1
-1
/
+1
*
Apply various fixes:
trhodes
2008-12-24
1
-2
/
+2
*
Compare kernel dump header magic with textdump magic using strncmp()
rwatson
2007-12-27
1
-11
/
+31
*
Teach savecore(8) how to extract textdump(4) dumps.
rwatson
2007-12-26
2
-79
/
+171
*
Check fdopen return value.
kevlo
2007-05-28
1
-0
/
+6
*
o Restore kerneldumpheader.architectureversion bytes swopping
maxim
2005-10-02
1
-1
/
+2
*
Don't consider being unable to open the bounds file worthy of printing
rwatson
2005-09-13
1
-1
/
+2
*
Don't bump bounds every time savecore(8) is run.
dwhite
2005-06-20
1
-9
/
+12
*
Markup fixes.
ru
2005-06-14
1
-1
/
+1
*
Fix a silly little typo I just spotted.
philip
2005-06-06
1
-1
/
+1
*
Constify savedir pointer, and remove an accompaning strdup() call.
delphij
2005-05-29
1
-8
/
+3
*
style(9).
obrien
2005-02-26
1
-43
/
+45
*
Allow a forced dump even if the dump header information is inconsistent.
obrien
2005-02-24
2
-18
/
+61
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-10
1
-2
/
+4
*
Sort sections.
ru
2005-01-18
1
-2
/
+2
*
Initialize "he" in DoFile, so savecore(8) is WARNS=6 clean.
delphij
2005-01-10
2
-2
/
+2
*
Use a local "compress" symbol corresponding to a variable in BSS,
ru
2004-08-16
1
-2
/
+2
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
1
-4
/
+0
*
o Remove obsoleted '-N' and '-d' flags.
maxim
2004-02-28
1
-3
/
+1
*
o Sync usage() with reality: add 'z' flag.
maxim
2004-02-28
1
-1
/
+2
*
style.Makefile(5):
johan
2004-02-23
1
-1
/
+1
*
Merge from RELENG_4 1.28.2.13: Fix saving system crash dumps larger than
tjr
2004-02-20
1
-1
/
+1
*
Revision 1.61 changed the allocation of buffer 'buf' in DoFile() from
marcel
2003-10-08
1
-6
/
+0
*
Add a flag that reports the existence of a dump, and does nothing else.
dougb
2003-09-04
2
-4
/
+32
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
s/filesystem/file system/g as discussed on -developers
trhodes
2002-08-21
1
-2
/
+2
*
The .Nm utility.
charnier
2002-07-06
1
-1
/
+1
*
Fix breakage caused by allocating the I/O buffer. There was a
marcel
2002-06-02
1
-2
/
+5
*
mdoc(7) police: nits.
ru
2002-05-29
1
-8
/
+21
*
Work around a memory fault on ia64 caused by having the 1MB buffer on
marcel
2002-05-27
1
-1
/
+16
[next]