Up to [cvs.NetBSD.org] / src / sys / arch / amd64 / stand / prekern
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6.6.1 / (download) - annotate - [select for diffs], Thu May 13 00:47:22 2021 UTC (2 years ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.6: +17 -6
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
Sync with HEAD.
Revision 1.7 / (download) - annotate - [select for diffs], Tue May 4 21:09:16 2021 UTC (2 years, 1 month ago) by khorben
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
thorpej-cfargs2,
netbsd-10-base,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.6: +17 -6
lines
Diff to previous 1.6 (colored)
prekern: add support for warning messages As submitted on port-amd64@ (part 1/3) Tested on NetBSD/amd64.
Revision 1.6 / (download) - annotate - [select for diffs], Sat May 23 08:25:32 2020 UTC (3 years ago) by maxv
Branch: MAIN
CVS Tags: thorpej-futex-base,
thorpej-futex,
thorpej-cfargs-base,
thorpej-cfargs
Branch point for: thorpej-i2c-spi-conf
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Bump copyrights.
Revision 1.5 / (download) - annotate - [select for diffs], Sat May 23 08:23:28 2020 UTC (3 years ago) by maxv
Branch: MAIN
Changes since 1.4: +22 -16
lines
Diff to previous 1.4 (colored)
Extract putc().
Revision 1.3.6.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:05:47 2019 UTC (3 years, 11 months ago) by christos
Branch: phil-wifi
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Sync with HEAD
Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 3 19:14:25 2019 UTC (4 years, 2 months ago) by maxv
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
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
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
When scrolling the screen don't forget to update the last line. Whatever, there is no case where the screen scrolls actually.
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Sun Dec 3 11:35:48 2017 UTC (5 years, 6 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.3.2.1: +120 -0
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
update from HEAD
Revision 1.3.2.1, Fri Nov 17 07:07:52 2017 UTC (5 years, 6 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.3: +0 -120
lines
FILE REMOVED
file console.c was added on branch tls-maxphys on 2017-12-03 11:35:48 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Fri Nov 17 07:07:52 2017 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202,
phil-wifi-base,
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
Branch point for: tls-maxphys,
phil-wifi
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
style
Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 14 07:06:34 2017 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Add -Wstrict-prototypes, and fix each warning.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 10 09:29:14 2017 UTC (5 years, 7 months ago) by maxv
Branch: MAIN
Add the amd64 prekern. It is a kernel relocator used for Kernel ASLR (see tech-kern@). It works, but is not yet linked to the build system, because I can't build a distribution right now.