The NetBSD Project

CVS log for src/sys/arch/hppa/hppa/machdep.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Apr 17 07:47:48 2024 UTC (8 months, 4 weeks ago) by macallan
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -2 lines
turn LEDs off when shutting down

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Mar 5 14:15:32 2024 UTC (10 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -8 lines
Move the at-shutdown call to resettodr() from cpu_reboot() to kern_reboot().

It's a small step, but it's a step.

Revision 1.18.4.1: download - view: text, markup, annotated - select for diffs
Sat Feb 3 12:48:39 2024 UTC (11 months, 1 week ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +3 -3 lines
Pull up following revision(s) (requested by skrll in ticket #568):

	sys/arch/hppa/hppa/machdep.c: revision 1.19

Don't duplicate PIM_CPU_BITS in one printf.
PIM_CPU_HPMC_BITS already includes PIM_CPU_HPMC_BITS

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jan 22 07:15:25 2024 UTC (11 months, 3 weeks ago) by skrll
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Don't duplicate PIM_CPU_BITS in one printf.

PIM_CPU_HPMC_BITS already includes PIM_CPU_HPMC_BITS

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Sep 29 06:39:59 2022 UTC (2 years, 3 months ago) by skrll
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, netbsd-10-base, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Branch point for: netbsd-10
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3 lines
Remove unnecessary include of <sys/malloc.h>.

Revision 1.10.4.1: download - view: text, markup, annotated - select for diffs
Sat May 14 11:38:31 2022 UTC (2 years, 8 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE
Diff to: previous 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10: +9 -4 lines
Pull up following revision(s) (requested by skrll in ticket #1448):

	sys/arch/hppa/hppa/idle_machdep.c: revision 1.4
	sys/arch/hppa/hppa/machdep.c: revision 1.17

Add some special NOPs to help qemu.
thanks to Helge Deller for the heads-up.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat May 14 06:07:53 2022 UTC (2 years, 8 months ago) by skrll
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +9 -4 lines
Add some special NOPs to help qemu.

thanks to Helge Deller for the heads-up.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Sep 14 16:11:32 2020 UTC (4 years, 4 months ago) by skrll
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5 lines
-Wno-error=array-bounds (missed from previous commit)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Sep 8 06:13:53 2020 UTC (4 years, 4 months ago) by skrll
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
KNF

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jun 11 19:20:43 2020 UTC (4 years, 7 months ago) by ad
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
uvm_availmem(): give it a boolean argument to specify whether a recent
cached value will do, or if the very latest total must be fetched.  It can
be called thousands of times a second and fetching the totals impacts not
only the calling LWP but other CPUs doing unrelated activity in the VM
system.

Revision 1.7.14.3: download - view: text, markup, annotated - select for diffs
Tue Apr 21 18:42:08 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.7.14.2: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.14.2: +0 -12 lines
Sync with HEAD

Revision 1.12.6.1: download - view: text, markup, annotated - select for diffs
Mon Apr 20 11:28:57 2020 UTC (4 years, 8 months ago) by bouyer
Branches: bouyer-xenpvh
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +2 -14 lines
Sync with HEAD

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Apr 15 15:50:15 2020 UTC (4 years, 9 months ago) by skrll
Branches: MAIN
CVS tags: phil-wifi-20200421, bouyer-xenpvh-base2, bouyer-xenpvh-base1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -14 lines
Convert PMAPDEBUG to UVMHIST

Revision 1.7.14.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:39 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.7.14.1: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.14.1: +3 -3 lines
Merge changes from current as of 20200406

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Dec 31 13:07:10 2019 UTC (5 years ago) by ad
Branches: MAIN
CVS tags: phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, bouyer-xenpvh-base, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: bouyer-xenpvh
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Rename uvm_free() -> uvm_availmem().

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Dec 21 13:00:21 2019 UTC (5 years ago) by ad
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
uvmexp.free -> uvm_free()

Revision 1.7.14.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:19 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -10 lines
Sync with HEAD

Revision 1.7.6.1: download - view: text, markup, annotated - select for diffs
Fri Apr 26 19:08:03 2019 UTC (5 years, 8 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +7 -7 lines
Pull up following revision(s) (requested by skrll in ticket #1248):

	sys/arch/hppa/hppa/machdep.c: revision 1.9
	sys/arch/hppa/hppa/fpu.c: revision 1.25

Some fixes for QEMU/hppa.

Don't call desidhash_l on pcxl2 as it doesn't support it.  QEMU emulates
this cpu and would trap on illegal instruction for the diag in desidhash_l

Allow a FPU to be missing... more fixes are likely here.

QEMU doesn't set C bit properly yet

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Apr 6 03:06:25 2019 UTC (5 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: 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
Branch point for: netbsd-9
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Overhaul the API used to fetch and store individual memory cells in
userspace.  The old fetch(9) and store(9) APIs (fubyte(), fuword(),
subyte(), suword(), etc.) are retired and replaced with new ufetch(9)
and ustore(9) APIs that can return proper error codes, etc. and are
implemented consistently across all platforms.  The interrupt-safe
variants are no longer supported (and several of the existing attempts
at fuswintr(), etc. were buggy and not actually interrupt-safe).

Also augmement the ucas(9) API, making it consistently available on
all plaforms, supporting uniprocessor and multiprocessor systems, even
those that do not have CAS or LL/SC primitives.

Welcome to NetBSD 8.99.37.

Revision 1.7.12.2: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:24 2018 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.7.12.1: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.12.1: +7 -7 lines
Sync with HEAD, resolve a couple of conflicts

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Nov 14 10:58:04 2018 UTC (6 years, 2 months ago) by skrll
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +7 -7 lines
Some fixes for QEMU/hppa.

Don't call desidhash_l on pcxl2 as it doesn't support it.  QEMU emulates
this cpu and would trap on illegal instruction for the diag in desidhash_l

Allow a FPU to be missing... more fixes are likely here.

QEMU doesn't set C bit properly yet

Revision 1.7.12.1: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:34 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 3 16:29:24 2018 UTC (6 years, 4 months ago) by riastradh
Branches: MAIN
CVS tags: pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Rename min/max -> uimin/uimax for better honesty.

These functions are defined on unsigned int.  The generic name
min/max should not silently truncate to 32 bits on 64-bit systems.
This is purely a name change -- no functional change intended.

HOWEVER!  Some subsystems have

	#define min(a, b)	((a) < (b) ? (a) : (b))
	#define max(a, b)	((a) > (b) ? (a) : (b))

even though our standard name for that is MIN/MAX.  Although these
may invite multiple evaluation bugs, these do _not_ cause integer
truncation.

To avoid `fixing' these cases, I first changed the name in libkern,
and then compile-tested every file where min/max occurred in order to
confirm that it failed -- and thus confirm that nothing shadowed
min/max -- before changing it.

I have left a handful of bootloaders that are too annoying to
compile-test, and some dead code:

cobalt ews4800mips hp300 hppa ia64 luna68k vax
acorn32/if_ie.c (not included in any kernels)
macppc/if_gm.c (superseded by gem(4))

It should be easy to fix the fallout once identified -- this way of
doing things fails safe, and the goal here, after all, is to _avoid_
silent integer truncations, not introduce them.

Maybe one day we can reintroduce min/max as type-generic things that
never silently truncate.  But we should avoid doing that for a while,
so that existing code has a chance to be detected by the compiler for
conversion to uimin/uimax without changing the semantics until we can
properly audit it all.  (Who knows, maybe in some cases integer
truncation is actually intended!)

Revision 1.4.8.3: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:16 2017 UTC (7 years, 1 month ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.4.8.2: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.8.2: +8 -4 lines
update from HEAD

Revision 1.4.10.3: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:51:39 2017 UTC (7 years, 4 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.4.10.2: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.10.2: +5 -2 lines
Sync with HEAD

Revision 1.7.4.1: download - view: text, markup, annotated - select for diffs
Thu Apr 27 05:36:32 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: prg-localcount2
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +11 -5 lines
Restore all work from the former pgoyette-localcount branch (which is
now abandoned doe to cvs merge botch).

The branch now builds, and installs via anita.  There are still some
problems (cgd is non-functional and all atf tests time-out) but they
will get resolved soon.

Revision 1.6.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 26 02:53:02 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.6.2.1: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.2.1: +5 -2 lines
Sync with HEAD

Revision 1.6.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:27 2017 UTC (7 years, 8 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +5 -2 lines
Sync with HEAD

Revision 1.4.6.1: download - view: text, markup, annotated - select for diffs
Thu Apr 20 07:04:48 2017 UTC (7 years, 8 months ago) by snj
Branches: netbsd-7
CVS tags: netbsd-7-2-RELEASE
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +5 -2 lines
Pull up following revision(s) (requested by skrll in ticket #1396):
	sys/arch/hppa/hppa/machdep.c: revision 1.7
PR/52129: NetBSD/hppa 7.1 fails to boot on 712/60
Add 712/* models to cpu_model_cpuid

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Apr 2 08:31:10 2017 UTC (7 years, 9 months ago) by skrll
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, phil-wifi-base, pgoyette-localcount-20170426, pgoyette-compat-base, 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, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, netbsd-8-base, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1
Branch point for: prg-localcount2, phil-wifi, pgoyette-compat, netbsd-8
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -2 lines
PR/52129: NetBSD/hppa 7.1 fails to boot on 712/60

Add 712/* models to cpu_model_cpuid

Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 20 23:50:54 2016 UTC (8 years, 5 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +11 -5 lines
Adapt the machine/arch dependent code to the new {b,c}devsw reference
counting.

XXX Most of these will require testing by someone other than myself, as
I have a limited selection of hardware!

Revision 1.4.10.2: download - view: text, markup, annotated - select for diffs
Sun Dec 27 12:09:36 2015 UTC (9 years ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.4.10.1: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.10.1: +6 -5 lines
Sync with HEAD (as of 26th Dec)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Oct 18 17:13:33 2015 UTC (9 years, 3 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, 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, localcount-20160914, bouyer-socketcan-base
Branch point for: pgoyette-localcount, bouyer-socketcan
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -5 lines
Add some {} when the meaning is too ambiguous. From Brainy.

Revision 1.4.10.1: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:05:43 2015 UTC (9 years, 3 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Sync with HEAD

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jul 11 10:32:46 2015 UTC (9 years, 6 months ago) by kamil
Branches: MAIN
CVS tags: nick-nhusb-base-20150921
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Improve spelling: regsiter -> register

This change is non-functional.

Approved by <riastradh>, <pgoyette>

Revision 1.4.8.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:04 2014 UTC (10 years, 4 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.4.8.1: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.8.1: +2160 -0 lines
Rebase to HEAD as of a few days ago.

Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:53:59 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +4 -2 lines
Rebase.

Revision 1.4.4.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:39:50 2014 UTC (10 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.4.4.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.4.1: +2160 -0 lines
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:11 2014 UTC (10 years, 8 months ago) by rmind
Branches: rmind-smpnet
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: +2160 -0 lines
sync with head

Revision 1.4.8.1
Fri Apr 18 18:32:00 2014 UTC (10 years, 9 months ago) by tls
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.4: +0 -2160 lines
file machdep.c was added on branch tls-maxphys on 2014-08-20 00:03:04 +0000

Revision 1.4.4.1
Fri Apr 18 18:32:00 2014 UTC (10 years, 9 months ago) by yamt
Branches: yamt-pagecache
FILE REMOVED
Changes since revision 1.4: +0 -2160 lines
file machdep.c was added on branch yamt-pagecache on 2014-05-22 11:39:50 +0000

Revision 1.4.2.1
Fri Apr 18 18:32:00 2014 UTC (10 years, 9 months ago) by rmind
Branches: rmind-smpnet
FILE REMOVED
Changes since revision 1.4: +0 -2160 lines
file machdep.c was added on branch rmind-smpnet on 2014-05-18 17:45:11 +0000

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 18 18:32:00 2014 UTC (10 years, 9 months ago) by martin
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, rmind-smpnet-nbase, rmind-smpnet-base, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, 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
Branch point for: yamt-pagecache, tls-maxphys, rmind-smpnet, nick-nhusb, netbsd-7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -2 lines
Explicitly clear p_md.md_flags for newer binaries. Fixes PR port-hppa/48755.
OK: skrll

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Mar 24 20:06:32 2014 UTC (10 years, 9 months ago) by christos
Branches: MAIN
CVS tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
Branch point for: tls-earlyentropy
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5 lines
use cpu_{g,s}etmodel

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Mar 6 19:02:58 2014 UTC (10 years, 10 months ago) by skrll
Branches: MAIN
CVS tags: riastradh-drm2-base3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +31 -13 lines
Move to a flat space register convention. %sr[4-7] are all now the space
number allocated to the process.  gcc produces (slightly) better code
with this convention.

Retain backwards compatiblity.

Welcome to 6.99.36

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 24 07:23:43 2014 UTC (10 years, 10 months ago) by skrll
Branches: MAIN
Rename NetBSD/hp700 to NetBSD/hppa.

Unfortunately our VCS isn't very helpful here.

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>