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
*
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
*
Style.
ru
2002-05-13
1
-3
/
+4
*
Make argument to printf match format.
marcel
2002-05-06
1
-1
/
+1
*
- revert back to vmcore.#
fenner
2002-05-05
3
-109
/
+271
*
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
*
Add long long casts so that this compiles on archs with 64-bit longs.
jhb
2002-04-01
1
-4
/
+4
*
Duh, savecore is called savecore.
phk
2002-04-01
1
-1
/
+1
*
Savecore:
phk
2002-03-31
2
-754
/
+177
*
o remove __P
imp
2002-03-21
1
-16
/
+16
*
Remove 'register' keyword.
obrien
2002-03-20
1
-5
/
+5
*
Sparc64 support.
des
2002-03-11
1
-7
/
+7
*
Default to WARNS=2.
obrien
2001-12-04
1
-0
/
+1
*
Add a Xref to dumpon.
n_hibma
2001-10-28
1
-0
/
+1
*
Remove some bogus "(off_t)(dumplo + value)" and "(off_t)dumplo" casts,
peter
2001-10-05
1
-16
/
+18
*
Argh. Fix another >2GB savecore problem.
peter
2001-10-05
1
-1
/
+1
*
fix savecore so that it works on the alpha after the size change
gallatin
2001-09-13
1
-2
/
+2
*
mdoc(7) police: restore the correct sorting of SEE ALSO.
ru
2001-09-11
1
-1
/
+1
*
* Switch from doing compress(1)ed crashdumps with the -z flag to using
kris
2001-09-06
3
-40
/
+43
*
Banish hard-coded KERNBASE references from savecore. Dynamically
peter
2001-08-24
1
-1
/
+15
*
Silence non-constant format string warnings by marking functions
kris
2001-08-19
1
-1
/
+1
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
dumpmag is 'u_long dumpmag' in the kernel, not 'int'. If this worked on
peter
2001-06-09
1
-4
/
+6
*
'int dumpsize; /* memory size in bytes */' is not good for machines
peter
2001-06-08
1
-3
/
+5
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-0
/
+1
*
Set the default manual section for sbin/ to 8.
ru
2001-03-20
1
-1
/
+1
*
Restore the -c option, which was accidentally removed from the getopt
des
2001-03-06
1
-1
/
+1
*
Document the new -k option in usage message and man page.
des
2001-02-16
2
-2
/
+4
*
Add a -k option that prevents clearing the dump after saving it.
des
2001-02-16
1
-16
/
+57
*
Prepare for mdoc(7)NG.
ru
2001-01-16
1
-2
/
+2
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-2
/
+2
*
Work much harder at obtaining a correct device node. If what devname(3)
des
2000-10-17
1
-31
/
+89
*
Remove superfluous code:
des
2000-09-28
1
-78
/
+29
*
I'm not sure what changed to cause this, but using 'dirname' as a variable
peter
2000-09-03
1
-8
/
+8
*
Tidy up the offset calculations.
ps
2000-05-09
1
-5
/
+4
*
Read the correct size into kdumplo.
ps
2000-05-09
1
-1
/
+1
*
Allow savecore to work on > 2GB partitions.
ps
2000-05-08
1
-2
/
+4
*
Fixed style bugs in rev.1.28. Rev.1.28 was not submitted by bde.
bde
2000-03-20
1
-2
/
+3
*
Only character devices exsist these days. Make savecore understand
ps
2000-03-20
1
-33
/
+8
[next]