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
/
savecore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
savecore(8): Explicitly cast to fix i386 warning
cem
2016-04-15
1
-3
/
+3
*
Add 4Kn kernel dump support
cem
2016-04-15
1
-8
/
+25
*
savecore(8): Be quiet unless the user asks for verbose
cem
2015-11-07
1
-7
/
+10
*
Always check the return value of lseek.
asomers
2015-11-06
1
-6
/
+4
*
Fix various Coverity issues in sbin/savecore/savecore.c:
asomers
2015-10-23
1
-6
/
+6
*
Convert savecore to libxo. The 'verbose' paths still use printf since they're
scottl
2015-03-22
1
-23
/
+49
*
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
1
-19
/
+87
*
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
1
-3
/
+3
*
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
*
- Add a SIGINFO handler for savecore.
lulf
2009-08-25
1
-1
/
+17
*
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
1
-79
/
+160
*
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
*
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
1
-17
/
+58
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-10
1
-2
/
+4
*
Initialize "he" in DoFile, so savecore(8) is WARNS=6 clean.
delphij
2005-01-10
1
-1
/
+1
*
Use a local "compress" symbol corresponding to a variable in BSS,
ru
2004-08-16
1
-2
/
+2
*
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
*
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
1
-4
/
+20
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Fix breakage caused by allocating the I/O buffer. There was a
marcel
2002-06-02
1
-2
/
+5
*
Work around a memory fault on ia64 caused by having the 1MB buffer on
marcel
2002-05-27
1
-1
/
+16
*
Make argument to printf match format.
marcel
2002-05-06
1
-1
/
+1
*
- revert back to vmcore.#
fenner
2002-05-05
1
-92
/
+252
*
Restore the minfree functionality into savecore. This patch
mux
2002-05-04
1
-7
/
+80
*
Add FBSDID. Start errx(3) messages with lowercase. Remove a ')' with no '('.
charnier
2002-04-21
1
-14
/
+15
*
Push the .info file contents out when we're done so people can
phk
2002-04-19
1
-0
/
+1
*
High-level changes (user visible):
marcel
2002-04-13
1
-56
/
+137
*
Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.
phk
2002-04-08
1
-1
/
+1
*
Make the kernel dump header endianness invariant by always dumping
marcel
2002-04-03
1
-11
/
+15
[next]