The NetBSD Project

CVS log for src/sys/arch/i386/i386/db_disasm.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / i386

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.48.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 21 17:32:52 2021 UTC (3 years, 10 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE
Diff to: previous 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48: +2 -22 lines
Pull up following revision(s) (requested by riastradh in ticket #1307):

	sys/arch/amd64/amd64/db_disasm.c: revision 1.28
	sys/arch/i386/i386/db_disasm.c: revision 1.49

ddb/amd64: Don't go out of the way to detect invalid addresses.

db_disasm had logic to detect invalid addresses before trying to
disassemble them.  But when disassembling a null instruction address,
the logic to detect invalid addresses itself tried to dereference an
invalid address.

db_get_value can already handle this situation gracefully, so there is
no need for this faulty fault-avoidance logic.

Fixes double-fault in ddb on calling null function pointers.  With
any luck, this should make diagnosing such bugs easier in the future!

ddb/i386: Don't go out of the way to detect invalid addresses.
db_read_bytes already does this better (but didn't at the time this
check was originally added back in 1998).  Not sure if this code had
the same mistake as the amd64 code causing it to trip over its own
shoelaces, but there should be no need for it here.

Revision 1.48.16.1: download - view: text, markup, annotated - select for diffs
Thu Jun 17 04:46:20 2021 UTC (3 years, 10 months ago) by thorpej
Branches: thorpej-i2c-spi-conf
Diff to: previous 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48: +2 -22 lines
Sync w/ HEAD.

Revision 1.48.18.1: download - view: text, markup, annotated - select for diffs
Mon May 31 22:15:13 2021 UTC (3 years, 11 months ago) by cjep
Branches: cjep_staticlib_x
Diff to: previous 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48: +2 -22 lines
sync with head

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun May 23 11:56:28 2021 UTC (3 years, 11 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -22 lines
ddb/i386: Don't go out of the way to detect invalid addresses.

db_read_bytes already does this better (but didn't at the time this
check was originally added back in 1998).  Not sure if this code had
the same mistake as the amd64 code causing it to trip over its own
shoelaces, but there should be no need for it here.

Revision 1.47.18.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:20 2019 UTC (5 years, 11 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47: +3 -3 lines
Sync with HEAD

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Mar 9 08:42:25 2019 UTC (6 years, 2 months ago) by maxv
Branches: MAIN
CVS tags: thorpej-futex-base, thorpej-futex, thorpej-cfargs-base, thorpej-cfargs, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, isaki-audio2-base, isaki-audio2, is-mlppp-base, is-mlppp, cjep_staticlib_x-base, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: thorpej-i2c-spi-conf, netbsd-9, cjep_staticlib_x
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
Start replacing the x86 PTE bits.

Revision 1.40.22.1: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:17 2017 UTC (7 years, 5 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +249 -197 lines
update from HEAD

Revision 1.44.2.1: download - view: text, markup, annotated - select for diffs
Sat Jun 6 14:40:00 2015 UTC (9 years, 11 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44: +130 -79 lines
Sync with HEAD

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed May 13 02:37:41 2015 UTC (10 years ago) by msaitoh
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +20 -20 lines
 s/TRUE/true/ and s/FALSE/false/ to make crash(8) compilable.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue May 12 19:24:57 2015 UTC (10 years ago) by msaitoh
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +130 -80 lines
Catch up FreeBSD and OpenBSD's changes. Not completed but it's better than
before:
- Add support rdrand, rdseed, fxrstor, ldmxcsr, stmxcsr, xsare, xrstor,
  xsaveopt, cflush and some others.
- Check REX bit correctly.
- Print correct register.
- Fix a lot of bugs.
- KNF.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue May 12 05:18:50 2015 UTC (10 years ago) by msaitoh
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +4 -3 lines
 Add missing check for db_Grp9. This change fixes a bug that cmpxchg8b can't
be disassembled.

Revision 1.40.38.1: download - view: text, markup, annotated - select for diffs
Fri Dec 12 19:07:46 2014 UTC (10 years, 5 months ago) by martin
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +137 -136 lines
Pull up following revision(s) (requested by msaitoh in ticket #313):
	sys/arch/amd64/amd64/db_disasm.c: revision 1.20
	sys/arch/i386/i386/db_disasm.c: revision 1.41
	sys/arch/i386/i386/db_disasm.c: revision 1.42
	sys/arch/i386/i386/db_disasm.c: revision 1.43
	sys/arch/i386/i386/db_disasm.c: revision 1.44
	sys/arch/amd64/amd64/db_disasm.c: revision 1.17
	sys/arch/amd64/amd64/db_disasm.c: revision 1.18
	sys/arch/amd64/amd64/db_disasm.c: revision 1.19
KNF. No binary change.
No functional change.
- 0 -> NULL
- Don't use cast.
- Style fix.
- Fix typos in comment.
Fix bugs:
- aaa and daa were reversed. Same as *BSDs.
- fix operand order of shld and shrd. Same as *BSDs.
Add support for sysenter, sysexit, vmptrld, vmptrst and getsec.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Oct 23 10:01:53 2014 UTC (10 years, 6 months ago) by msaitoh
Branches: MAIN
CVS tags: nick-nhusb-base-20150406, nick-nhusb-base
Branch point for: nick-nhusb
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +5 -5 lines
Add support for sysenter, sysexit, vmptrld, vmptrst and getsec.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Oct 9 18:34:24 2014 UTC (10 years, 7 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +10 -8 lines
Fix bugs:
- aaa and daa were reversed. Same as *BSDs.
- fix operand order of shld and shrd. Same as *BSDs.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Oct 7 15:34:05 2014 UTC (10 years, 7 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +60 -61 lines
No functional change.
- 0 -> NULL
- Don't use cast.
- Style fix.
- Fix typos in comment.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Sep 12 12:30:20 2014 UTC (10 years, 8 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +68 -68 lines
KNF. No binary change.

Revision 1.37.24.2: download - view: text, markup, annotated - select for diffs
Sun Nov 1 13:58:20 2009 UTC (15 years, 6 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.37.24.1: preferred, colored; branchpoint 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37.24.1: +0 -0 lines
Sync with HEAD.

Revision 1.37.24.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:17:49 2009 UTC (16 years ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +8 -11 lines
Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.37.10.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:11:16 2009 UTC (16 years ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37: +8 -11 lines
sync with head.

Revision 1.37.18.1: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:34:08 2009 UTC (16 years ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37: +8 -11 lines
Sync with HEAD.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Mar 14 21:04:10 2009 UTC (16 years, 2 months ago) by dsl
Branches: MAIN
CVS tags: yamt-pagecache-tag8, yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, yamt-nfs-mp-base9, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base7, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base, netbsd-7-base, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-premerge-20091211, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-mips64-premerge-20101231, khorben-n900, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver
Branch point for: tls-maxphys, netbsd-7
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +4 -7 lines
ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Mar 14 15:36:07 2009 UTC (16 years, 2 months ago) by dsl
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -6 lines
Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Mar 7 22:02:16 2009 UTC (16 years, 2 months ago) by ad
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +5 -2 lines
Make ddb compile and work in userspace. Mostly this is comprised of three
types of changes:

- Add a few new methods to replace stuff like p_find(), CPU_INFO_FOREACH.

- Use db_read_bytes() instead of accessing kernel structures directly,
  and similar changes.

- Add ifdef _KERNEL where the above hasn't been done, and an XXX comment.

Revision 1.36.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:04:37 2008 UTC (17 years, 2 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +22 -3 lines
Sync with HEAD.

Revision 1.30.2.5: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:36:57 2008 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.30.2.4: preferred, colored; branchpoint 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.2.4: +22 -3 lines
sync with head

Revision 1.35.20.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:46:34 2008 UTC (17 years, 4 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.35.20.1: preferred, colored; branchpoint 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35.20.1: +22 -3 lines
sync with HEAD

Revision 1.36.8.1: download - view: text, markup, annotated - select for diffs
Wed Jan 2 21:48:14 2008 UTC (17 years, 4 months ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +22 -3 lines
Sync with HEAD

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Dec 30 13:28:20 2007 UTC (17 years, 4 months ago) by yamt
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, nick-net80211-sync-base, nick-net80211-sync, nick-hppapmap-base2, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, mjf-devfs2, mjf-devfs-base, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, bouyer-xeni386-nbase, bouyer-xeni386-base, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp, nick-hppapmap, jym-xensuspend
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +22 -3 lines
pull CMOVxx from the amd64 version.

Revision 1.35.20.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:17:25 2007 UTC (17 years, 6 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
sync with HEAD

Revision 1.30.2.4: download - view: text, markup, annotated - select for diffs
Sat Oct 27 11:26:34 2007 UTC (17 years, 6 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.30.2.3: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.3: +3 -3 lines
sync with head.

Revision 1.35.18.1: download - view: text, markup, annotated - select for diffs
Fri Oct 26 15:42:34 2007 UTC (17 years, 6 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +3 -3 lines
Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

Revision 1.35.24.1: download - view: text, markup, annotated - select for diffs
Thu Oct 25 22:35:49 2007 UTC (17 years, 6 months ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +3 -3 lines
Sync with HEAD.

Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 23 20:13:01 2007 UTC (17 years, 6 months ago) by ad
Branches: vmlocking
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +3 -3 lines
Sync with head.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Oct 18 15:28:35 2007 UTC (17 years, 6 months ago) by yamt
Branches: MAIN
CVS tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, jmcneill-pm-base, jmcneill-base, cube-autoconf-base, cube-autoconf, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: mjf-devfs, bouyer-xeni386
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
merge yamt-x86pmap branch.

- reduce differences between amd64 and i386.  notably, share pmap.c
  between them.  it makes several i386 pmap improvements available to
  amd64, including tlb shootdown reduction and bug fixes from Stephan Uphoff.
- implement deferred pmap switching for amd64.
- remove LARGEPAGES option.  always use large pages if available.
  also, make it work on amd64.

Revision 1.35.22.1: download - view: text, markup, annotated - select for diffs
Thu Oct 4 15:36:56 2007 UTC (17 years, 7 months ago) by yamt
Branches: yamt-x86pmap
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +3 -3 lines
remove LARGEPAGES option.  always use large pages if available.

Revision 1.30.2.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:26:37 2007 UTC (17 years, 8 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.30.2.2: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.2: +491 -491 lines
sync with head.

Revision 1.33.4.2: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:48:21 2007 UTC (18 years, 2 months ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.33.4.1: preferred, colored; branchpoint 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33.4.1: +491 -491 lines
Sync with HEAD.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Mar 7 21:43:43 2007 UTC (18 years, 2 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-idlelwp-base8, vmlocking-base, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, ppcoea-renovation-base, ppcoea-renovation, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, mjf-ufs-trans, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: yamt-x86pmap, vmlocking, matt-armv6, jmcneill-pm, bouyer-xenamd64
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +491 -491 lines
TRUE -> true, FALSE -> false

Revision 1.33.4.1: download - view: text, markup, annotated - select for diffs
Tue Feb 27 16:51:35 2007 UTC (18 years, 2 months ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -4 lines
- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.

Revision 1.30.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:06:54 2007 UTC (18 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.30.2.1: preferred, colored; branchpoint 1.30: preferred, colored
Changes since revision 1.30.2.1: +4 -4 lines
sync with head.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Feb 21 22:59:43 2007 UTC (18 years, 2 months ago) by thorpej
Branches: MAIN
CVS tags: ad-audiomp-base, ad-audiomp
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -4 lines
Replace the Mach-derived boolean_t type with the C99 bool type.  A
future commit will replace use of TRUE and FALSE with true and false.

Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:46:09 2006 UTC (18 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +11 -11 lines
sync with head.

Revision 1.31.22.2: download - view: text, markup, annotated - select for diffs
Sun Dec 10 07:16:06 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.31.22.1: preferred, colored; branchpoint 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.22.1: +4 -4 lines
sync with head.

Revision 1.31.20.1: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:29:18 2006 UTC (18 years, 5 months ago) by ad
Branches: newlock2
Diff to: previous 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31: +11 -11 lines
Sync with head.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Nov 16 01:32:38 2006 UTC (18 years, 6 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, post-newlock2-merge, newlock2-nbase, newlock2-base, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-nb4-arm-base, matt-nb4-arm
Branch point for: yamt-idlelwp
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -4 lines
__unused removal on arguments; approved by core.

Revision 1.31.22.1: download - view: text, markup, annotated - select for diffs
Sun Oct 22 06:04:43 2006 UTC (18 years, 6 months ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +11 -11 lines
sync with head

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Oct 12 01:30:42 2006 UTC (18 years, 7 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +11 -11 lines
- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:17:41 2005 UTC (19 years, 5 months ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, yamt-pdpolicy, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, peter-altq-base, peter-altq, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
merge ktrace-lwp.

Revision 1.28.6.4: download - view: text, markup, annotated - select for diffs
Thu Nov 10 13:56:46 2005 UTC (19 years, 6 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.28.6.3: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.6.3: +62 -62 lines
Sync with HEAD. Here we go again...

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun May 29 21:34:07 2005 UTC (19 years, 11 months ago) by christos
Branches: MAIN
CVS tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +62 -62 lines
Add a lot more const.

Revision 1.28.6.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:16:40 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.28.6.2: preferred, colored; branchpoint 1.28: preferred, colored
Changes since revision 1.28.6.2: +2 -2 lines
Fix the sync with head I botched.

Revision 1.28.6.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:35:27 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.28.6.1: preferred, colored; branchpoint 1.28: preferred, colored
Changes since revision 1.28.6.1: +0 -0 lines
Sync with HEAD.

Revision 1.28.6.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:35:49 2004 UTC (20 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -5 lines
Sync with HEAD

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Oct 27 14:11:46 2003 UTC (21 years, 6 months ago) by junyoung
Branches: MAIN
CVS tags: yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -5 lines
Nuke __P().

Revision 1.26.4.2: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:37:38 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.26.4.1: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.4.1: +3 -3 lines
Catch up to -current.

Revision 1.26.6.2: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:33:18 2002 UTC (22 years, 7 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.26.6.1: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.6.1: +4 -4 lines
sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Oct 1 12:56:49 2002 UTC (22 years, 7 months ago) by fvdl
Branches: MAIN
CVS tags: nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Branch point for: ktrace-lwp
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -4 lines
Merge Bill Sommerfeld's i386 MP branch. This code has some known
caveats, but works quite well in a lot of MP cases, and all
UP cases that I have tested. Parts of this will hopefully be
reworked in the not-too-distant future.

Revision 1.26.6.1: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:44:36 2002 UTC (23 years, 4 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -1 lines
Sync kqueue branch with -current.

Revision 1.26.4.1: download - view: text, markup, annotated - select for diffs
Tue Jan 8 00:25:19 2002 UTC (23 years, 4 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -1 lines
Catch up to -current.

Revision 1.26.2.3: download - view: text, markup, annotated - select for diffs
Sat Dec 29 21:09:06 2001 UTC (23 years, 4 months ago) by sommerfeld
Branches: sommerfeld_i386mp_1
CVS tags: i386mp_plus16_stable
Diff to: previous 1.26.2.2: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.2.2: +5 -1 lines
Yet another mergeup.

New work:
 - Frank van der Linden's tlb shootdown fix.
Mainline functionality merged:
 - IrDA
 - Kernel RCSID's
 - Transmeta CPU support
 - ACPI
 - XMM register access through procfs

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Nov 15 07:03:29 2001 UTC (23 years, 6 months ago) by lukem
Branches: MAIN
CVS tags: sommerfeld_i386mpnext, sommerfeld_i386mpbase_1, newlock-base, newlock, netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, ifpoll-base, gehenna-devsw-base, gehenna-devsw, eeh-devprop-base, eeh-devprop
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -1 lines
add RCSID

Revision 1.26.2.2: download - view: text, markup, annotated - select for diffs
Mon Sep 3 19:48:09 2001 UTC (23 years, 8 months ago) by sommerfeld
Branches: sommerfeld_i386mp_1
Diff to: previous 1.26.2.1: preferred, colored; branchpoint 1.26: preferred, colored
Changes since revision 1.26.2.1: +1373 -0 lines
Merge with -current once more.

Revision 1.16.2.2: download - view: text, markup, annotated - select for diffs
Fri Dec 8 09:26:35 2000 UTC (24 years, 5 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.16.2.1: preferred, colored; branchpoint 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16.2.1: +53 -50 lines
Sync with HEAD.

Revision 1.26.2.1
Wed Dec 6 03:20:35 2000 UTC (24 years, 5 months ago) by sommerfeld
Branches: sommerfeld_i386mp_1
FILE REMOVED
Changes since revision 1.26: +0 -1373 lines
file db_disasm.c was added on branch sommerfeld_i386mp_1 on 2001-09-03 19:48:09 +0000

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Dec 6 03:20:35 2000 UTC (24 years, 5 months ago) by chs
Branches: MAIN
CVS tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base, thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: sommerfeld_i386mp_1, nathanw_sa, kqueue
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -11 lines
go back to the first version of the pte/pde dance now that kvtopte()
has been changed to consisently return a pointer into the recursive
page table mapping.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Dec 5 10:45:09 2000 UTC (24 years, 5 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +48 -48 lines
constify

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Dec 5 10:26:12 2000 UTC (24 years, 5 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +11 -2 lines
actually, pte is normally in user address space, but can also be in kernel
address space for LARGEPAGES kernel; to handle both, do the same dance
as for loc

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Dec 2 19:34:54 2000 UTC (24 years, 5 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
db_disasm(): pte is in kernel address space, so use kvtopte() to get pde,
otherwise it would trip over KASSERT() in vtopte() and cycle

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Nov 23 21:44:52 2000 UTC (24 years, 5 months ago) by chs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -3 lines
examine the PDE in addition to the PTE when checking for valid mappings.

Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 20:09:20 2000 UTC (24 years, 5 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +72 -23 lines
Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Sep 6 22:22:27 2000 UTC (24 years, 8 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +5 -2 lines
Use kvtopte() for kernel addresses.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Aug 9 20:09:25 2000 UTC (24 years, 9 months ago) by tv
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +23 -11 lines
%r, %n -> db_format_radix()

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Jul 8 17:08:35 2000 UTC (24 years, 10 months ago) by sommerfeld
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -5 lines
printf format safety

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu May 25 19:57:33 2000 UTC (24 years, 11 months ago) by jhawk
Branches: MAIN
CVS tags: sommerfeld_i386mp_houseclean, netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +8 -5 lines
Interface change: db_printsym() takes a third argument, pr, a function
pointer indicating how to print the symbol. This allows db_printsym()
to called in places where db_printf() is not an appropriate output
function.

While straightforward, apologies in advance if I've introduced any minor
syntax errors; I was unable to test compilation this on all the affected
platforms.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Mar 28 19:15:40 2000 UTC (25 years, 1 month ago) by thorpej
Branches: MAIN
CVS tags: sommerfeld_i386mpbase_20000422
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +35 -4 lines
Add: cmpxchg8b, wrmsr, rdtsc, rdmsr, rdpmc, rsm.  From FreeBSD.

Revision 1.14.6.2.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 21 00:49:57 1999 UTC (25 years, 10 months ago) by thorpej
Branches: chs-ubc2
Diff to: previous 1.14.6.2: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.6.2: +1 -1 lines
Sync w/ -current.

Revision 1.14.6.2: download - view: text, markup, annotated - select for diffs
Mon Apr 12 21:27:04 1999 UTC (26 years, 1 month ago) by pk
Branches: netbsd-1-4
CVS tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame
Branch point for: chs-ubc2
Diff to: previous 1.14.6.1: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.6.1: +2 -2 lines
Pullup copyright text corrections.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Apr 12 20:38:18 1999 UTC (26 years, 1 month ago) by pk
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-newbase, chs-ubc2-base
Branch point for: thorpej_scsipi
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Quote "AS IS" as in the majority of Carnegy Mellon notices.

Revision 1.14.6.1: download - view: text, markup, annotated - select for diffs
Wed Apr 7 08:12:42 1999 UTC (26 years, 1 month ago) by pk
Branches: netbsd-1-4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Pull up from trunk: copyright text warts.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Apr 6 20:09:19 1999 UTC (26 years, 1 month ago) by pk
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Fix a pasto in copyright text which has been procreating like rabbits..

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Aug 13 21:36:02 1998 UTC (26 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-4-base, kenh-if-detach-base, kenh-if-detach, chs-ubc-base, chs-ubc
Branch point for: netbsd-1-4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
vm_offset_t -> {vaddr_t,paddr_t}, vm_size_t -> vsize_t

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun May 24 12:04:23 1998 UTC (26 years, 11 months ago) by drochner
Branches: MAIN
CVS tags: eeh-paddr_t-base, eeh-paddr_t
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -7 lines
remove assumption about code aligment after "jmp"
(is not worth the possible confusion)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Mar 31 08:16:28 1998 UTC (27 years, 1 month ago) by thorpej
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +12 -1 lines
Fix PR # kern/68 by ensuring that a PC has a valid mapping before attempting
to disassemble it.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri May 3 19:41:58 1996 UTC (29 years ago) by christos
Branches: MAIN
CVS tags: thorpej-signal-base, thorpej-signal, thorpej-setroot, netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3, netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, mrg-vm-swap, marc-pcmcia-bp, marc-pcmcia-base, marc-pcmcia, is-newarp-before-merge, is-newarp-base, is-newarp, bouyer-scsipi
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +13 -6 lines
Prototype and gcc -Wall cleanups

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Feb 2 18:05:58 1996 UTC (29 years, 3 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Fix #includes.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Feb 5 13:59:38 1995 UTC (30 years, 3 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -23 lines
Fix disassembly of `cmpxchg' instructions.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Feb 5 13:07:54 1995 UTC (30 years, 3 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Add `cpuid' instruction.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 27 04:15:13 1994 UTC (30 years, 6 months ago) by cgd
Branches: MAIN
CVS tags: before_newconf_base
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
new RCS ID format.

Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Fri Jul 15 22:17:34 1994 UTC (30 years, 10 months ago) by cgd
Branches: netbsd-1-0
CVS tags: netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +2 -2 lines
from trunk

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jul 15 21:11:34 1994 UTC (30 years, 10 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Fix disassembly of bit test instructions with an immediate shift count.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Apr 5 17:31:31 1994 UTC (31 years, 1 month ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-0-base
Branch point for: netbsd-1-0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Correct display of bit test insns.

Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 19 03:41:31 1993 UTC (31 years, 5 months ago) by mycroft
Branches: magnum
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.1: +1327 -0 lines
Cleanup from magnum branch.

Revision 1.4.2.1
Sun Dec 19 03:41:30 1993 UTC (31 years, 5 months ago) by mycroft
Branches: magnum
FILE REMOVED
Changes since revision 1.4: +0 -1327 lines
file db_disasm.c was added on branch magnum on 1993-12-19 03:41:31 +0000

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 19 03:41:30 1993 UTC (31 years, 5 months ago) by mycroft
Branches: MAIN
CVS tags: magnum-base
Branch point for: magnum
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +330 -408 lines
Cleanup from magnum branch.

Revision 1.3.4.3: download - view: text, markup, annotated - select for diffs
Mon Dec 13 12:37:32 1993 UTC (31 years, 5 months ago) by mycroft
Diff to: previous 1.3.4.2: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.4.2: +5 -3 lines
Sigh.  If you're going to pretend to be a function, you might as well act like
one...

Revision 1.3.4.2: download - view: text, markup, annotated - select for diffs
Mon Dec 13 08:59:02 1993 UTC (31 years, 5 months ago) by mycroft
Diff to: previous 1.3.4.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.4.1: +325 -375 lines
Closer to KNF...

Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Tue Sep 14 17:28:26 1993 UTC (31 years, 8 months ago) by mycroft
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -32 lines
New i386 code.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jul 17 12:28:47 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-0-9-patch-001, netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -3 lines
Fixed two occarances of ldos which should have been lods.
(From Christoph Robitschko)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat May 22 07:59:42 1993 UTC (32 years ago) by cgd
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -0 lines
add rcsids to everything and clean up headers

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (32 years, 2 months ago) by cgd
Branches: WFJ-920714
CVS tags: patchkit-0-2-2, netbsd-alpha-1, netbsd-0-8, WFJ-386bsd-01
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
initial import of 386bsd-0.1 sources

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (32 years, 2 months ago) by cgd
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>