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
*
Make libxo depend on libutil because it uses humanize_number after r287111
ngie
2015-10-18
1
-1
/
+1
*
Update META_MODE dependencies.
bdrewery
2015-09-17
1
-0
/
+1
*
Upgrade libxo to 0.4.5.
marcel
2015-08-24
1
-1
/
+1
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+20
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
3
-25
/
+51
|
|
\
|
|
/
|
/
|
|
*
Merge from head@274682
sjg
2014-11-19
1
-1
/
+5
|
|
\
|
*
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
Merge head
sjg
2014-04-28
1
-2
/
+2
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
Sync with HEAD.
obrien
2013-02-08
2
-41
/
+147
|
|
\
\
\
|
*
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+20
*
|
|
|
|
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
[next]