OpenBSD CVS

CVS log for src/sys/ddb/Attic/db_aout.c


[BACK] Up to [local] / src / sys / ddb

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.31, Thu Oct 17 08:02:18 2013 UTC (10 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.30: +1 -1 lines
FILE REMOVED

Remove support for a.out and ecoff.  We only do elf now.
ok miod

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jul 6 18:12:50 2006 UTC (17 years, 11 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.29: +1 -6 lines
Diff to previous 1.29 (colored)

ALIGNED_POINTER is defined on all platforms.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Mar 13 06:23:20 2006 UTC (18 years, 3 months ago) by jsg
Branch: MAIN
Changes since 1.28: +17 -36 lines
Diff to previous 1.28 (colored)

ansi/deregister. No binary change.

Revision 1.27.6.1 / (download) - annotate - [select for diffs], Tue Jun 11 03:28:48 2002 UTC (22 years ago) by art
Branch: UBC
Changes since 1.27: +13 -13 lines
Diff to previous 1.27 (colored) next main 1.28 (colored)

Sync UBC branch to -current

Revision 1.24.4.2 / (download) - annotate - [select for diffs], Thu Mar 28 11:43:03 2002 UTC (22 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.24.4.1: +13 -13 lines
Diff to previous 1.24.4.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)

Merge in -current from about a week ago

Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 14 01:26:51 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, SMP_SYNC_B, SMP_SYNC_A, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.27: +13 -13 lines
Diff to previous 1.27 (colored)

First round of __P removal in sys

Revision 1.24.4.1 / (download) - annotate - [select for diffs], Mon May 14 22:06:56 2001 UTC (23 years, 1 month ago) by niklas
Branch: SMP
Changes since 1.24: +226 -252 lines
Diff to previous 1.24 (colored)

merge in approximately 2.9 into SMP branch

Revision 1.27 / (download) - annotate - [select for diffs], Sat Feb 10 20:40:03 2001 UTC (23 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: UBC_BASE, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Branch point for: UBC
Changes since 1.26: +13 -13 lines
Diff to previous 1.26 (colored)

When computing the value of an entry in the string table, don't
just add strtab to s->n_un.n_strx since we may have multiple string
tables (for instance in the case of lkms).  Instead, add in t->end
whcih in a.out will be the start of the string table for this symtab.
OK'd by niklas@

Revision 1.26 / (download) - annotate - [select for diffs], Sat Feb 10 10:42:35 2001 UTC (23 years, 4 months ago) by niklas
Branch: MAIN
Changes since 1.25: +225 -256 lines
Diff to previous 1.25 (colored)

new symbol handling in ddb for ELF, there is still a problem with hangman on alpha though..

Revision 1.25 / (download) - annotate - [select for diffs], Tue Feb 6 07:03:56 2001 UTC (23 years, 4 months ago) by niklas
Branch: MAIN
Changes since 1.24: +6 -1 lines
Diff to previous 1.24 (colored)

Allow booting on alphas with DDB, although no symbols will be seen.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Sep 11 00:44:59 1999 UTC (24 years, 9 months ago) by mickey
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Branch point for: SMP
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

s/vm_offset_t/vaddr_t/ s/vm_size_t/vsize_t/

Revision 1.23 / (download) - annotate - [select for diffs], Sun Dec 20 23:49:56 1998 UTC (25 years, 5 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.22: +4 -5 lines
Diff to previous 1.22 (colored)

The "end" symbol should be a long, not an int to make 64-bit machines happy.  This allows us to remove a bogus cast of int * to long * later on.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Aug 21 23:29:03 1998 UTC (25 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.21: +21 -30 lines
Diff to previous 1.21 (colored)

Don't make symbols strings absolute in the symbol table so we can share it with /dev/ksyms

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jul 19 22:31:15 1997 UTC (26 years, 10 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored)

Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer
to have it in sys/types.h but that is problematic).  Some KNF.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jul 8 20:20:31 1997 UTC (26 years, 11 months ago) by niklas
Branch: MAIN
Changes since 1.19: +7 -7 lines
Diff to previous 1.19 (colored)

remove register, move strx decl, and change it to long as it is meant to take
an addr which cannot fit in an int

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jul 8 10:48:32 1997 UTC (26 years, 11 months ago) by niklas
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Let the count of symbols be long, so the nlist array will get proper
alignment everywhere.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jun 12 03:46:57 1997 UTC (27 years ago) by mickey
Branch: MAIN
Changes since 1.17: +7 -4 lines
Diff to previous 1.17 (colored)

MI exec header

Revision 1.17 / (download) - annotate - [select for diffs], Thu May 29 03:55:06 1997 UTC (27 years ago) by mickey
Branch: MAIN
Changes since 1.16: +5 -1 lines
Diff to previous 1.16 (colored)

correct case KERNFS && !LKM

Revision 1.16 / (download) - annotate - [select for diffs], Thu May 29 03:28:43 1997 UTC (27 years ago) by mickey
Branch: MAIN
Changes since 1.15: +58 -6 lines
Diff to previous 1.15 (colored)

futher support for kernfs......

Revision 1.15 / (download) - annotate - [select for diffs], Fri Feb 7 08:32:15 1997 UTC (27 years, 4 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.14: +1 -5 lines
Diff to previous 1.14 (colored)

i hate militarists, pacifists either.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Feb 7 08:04:10 1997 UTC (27 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.13: +5 -1 lines
Diff to previous 1.13 (colored)

Untested changes SUCK

Revision 1.13 / (download) - annotate - [select for diffs], Fri Feb 7 07:03:38 1997 UTC (27 years, 4 months ago) by mickey
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

wrong private name

Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 7 06:18:44 1997 UTC (27 years, 4 months ago) by mickey
Branch: MAIN
Changes since 1.11: +15 -1 lines
Diff to previous 1.11 (colored)

necessary support for kernfs.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Aug 23 19:53:46 1996 UTC (27 years, 9 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.10: +6 -5 lines
Diff to previous 1.10 (colored)

signedness pedanetery

Revision 1.10 / (download) - annotate - [select for diffs], Fri Aug 16 10:12:35 1996 UTC (27 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

record real symtab end.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Aug 13 00:41:33 1996 UTC (27 years, 10 months ago) by niklas
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Kludge to make DDB reverse symbol lookup work again.
I will soon deal with this mess in a 64-bit clean way which the
old code was anything but.

Revision 1.8 / (download) - annotate - [select for diffs], Fri May 10 13:58:43 1996 UTC (28 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.7: +10 -6 lines
Diff to previous 1.7 (colored)

do dynamic symtab allocattion.

Revision 1.7 / (download) - annotate - [select for diffs], Sun May 5 12:23:06 1996 UTC (28 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.6: +21 -2 lines
Diff to previous 1.6 (colored)

add advanced hang analyzer.
idea by theo.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 19 16:08:28 1996 UTC (28 years, 1 month ago) by niklas
Branch: MAIN
Changes since 1.5: +3 -4 lines
Diff to previous 1.5 (colored)

NetBSD 960317 merge

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 30 04:51:28 1996 UTC (28 years, 2 months ago) by mickey
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Added: sysctl access to the ddb variables.
Fixed: "netbsd" strings in sym table handling routines.
now it is usefull to change max_{width,line} according
to your real console geometry, just w/ sysctl program.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Mar 11 11:15:57 1996 UTC (28 years, 3 months ago) by mickey
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

Debbuger changed towards the latest Mach.
Some minor changes for Linux ;) emulation.
Small bug fixes from NetBSD.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 20 13:35:31 1996 UTC (28 years, 3 months ago) by mickey
Branch: MAIN
Changes since 1.2: +22 -19 lines
Diff to previous 1.2 (colored)

netbsd-current import & 'boot' cmd addition.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 8 03:04:07 1995 UTC (28 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

kernel is called bsd

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:52:27 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:52:27 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

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.