OpenBSD CVS

CVS log for src/sbin/savecore/Attic/savecore_old.c


[BACK] Up to [local] / src / sbin / savecore

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19, Fri Jun 29 17:08:15 2001 UTC (22 years, 11 months ago) by miod
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +2 -2 lines
FILE REMOVED

More libkvm.old relics

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jun 4 14:59:49 2001 UTC (23 years ago) by mickey
Branch: MAIN
Changes since 1.17: +6 -6 lines
Diff to previous 1.17 (colored)

return from main() don't exit

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jan 18 00:18:38 2001 UTC (23 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

crank "K to go" field to 8 digits; lukem@netbsd.org

Revision 1.15.4.1 / (download) - annotate - [select for diffs], Thu Jul 6 21:25:28 2000 UTC (23 years, 11 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.15: +14 -11 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Pull in patch from current:
Fix (millert):
Cleaner loop structure when reading panic string from the core image.
We now check the return value of KREAD() which may solve PR 1254.

Revision 1.16 / (download) - annotate - [select for diffs], Wed May 31 17:09:17 2000 UTC (24 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.15: +14 -11 lines
Diff to previous 1.15 (colored)

Cleaner loop structure when reading panic string from the core image.
We now check the return value of KREAD() which may solve PR 1254.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 1 15:41:59 1999 UTC (24 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_6_BASE, OPENBSD_2_6
Branch point for: OPENBSD_2_7
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored)

extra fclose(); ronald@chersonese.com

Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 23 07:40:29 1999 UTC (25 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.13: +27 -6 lines
Diff to previous 1.13 (colored)

do not print multiple \n in kernel version number printout,
and vis the panicstr

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 30 18:11:54 1998 UTC (25 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.12: +20 -16 lines
Diff to previous 1.12 (colored)

Exit if nlist fails with ENOENT.  Also replace strerror(errno) in syslog with %m

Revision 1.12 / (download) - annotate - [select for diffs], Sun Oct 4 16:36:13 1998 UTC (25 years, 8 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.11: +12 -2 lines
Diff to previous 1.11 (colored)

increase data size

Revision 1.11 / (download) - annotate - [select for diffs], Thu Sep 24 06:24:20 1998 UTC (25 years, 8 months ago) by millert
Branch: MAIN
Changes since 1.10: +2 -15 lines
Diff to previous 1.10 (colored)

Back out gzip changes, they will not make 2.4

Revision 1.10 / (download) - annotate - [select for diffs], Sat Sep 5 16:33:25 1998 UTC (25 years, 9 months ago) by millert
Branch: MAIN
Changes since 1.9: +16 -2 lines
Diff to previous 1.9 (colored)

We can now savecore with a gzipped kernel:
 o Use new gzip-aware nlist
 o If kernel cannot be found, use kernel.gz if it exists

Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 24 05:24:25 1998 UTC (25 years, 9 months ago) by millert
Branch: MAIN
Changes since 1.8: +15 -6 lines
Diff to previous 1.8 (colored)

Try /dev/ksyms, fall back on /bsd when getting namelist from live (not dead) kernel

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 13 02:11:25 1998 UTC (25 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.7: +17 -14 lines
Diff to previous 1.7 (colored)

ftpd: sleep for an indeterminate amount for non-existant logins
      to simulate a crypt, like login does.
Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Mar 25 23:38:53 1998 UTC (26 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

usage to stderr, not syslog

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 29 12:21:29 1996 UTC (27 years, 5 months ago) by graichen
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

remove one / from the printf of the filenames (_PATH_UNIX begings with a
slash - /bsd so we don't need an extra slash there)

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 15 10:17:34 1996 UTC (27 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +6 -2 lines
Diff to previous 1.4 (colored)

umask for writes; from joerg@freebsd.org

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 23 14:32:40 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

update rcsid

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 23 13:16:22 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

use _PATH_UNIX for kernel name

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 19 04:37:49 1996 UTC (27 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

our kernel is bsd, not netbsd.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 21 23:47:29 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN

sync to netbsd 960418

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.