The NetBSD Project

CVS log for src/sys/modules/radeondrm/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / sys / modules / radeondrm

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jun 3 21:30:23 2023 UTC (19 months, 1 week ago) by lukem
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -4 lines
adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}

Use ${CC_WNO_IMPLICIT_FALLTHROUGH} instead of
the older style more complex expressions.

Revision 1.14.12.1: download - view: text, markup, annotated - select for diffs
Thu Jun 17 04:46:34 2021 UTC (3 years, 6 months ago) by thorpej
Branches: thorpej-i2c-spi-conf
Diff to: previous 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14: +4 -1 lines
Sync w/ HEAD.

Revision 1.14.16.1: download - view: text, markup, annotated - select for diffs
Sun Jun 6 20:30:53 2021 UTC (3 years, 7 months ago) by cjep
Branches: cjep_sun2x
Diff to: previous 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14: +4 -1 lines
sync with head

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jun 3 15:59:04 2021 UTC (3 years, 7 months ago) by nia
Branches: 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-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, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -1 lines
build the drmkms modules with -fwrapv too

Revision 1.10.54.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:05:14 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.10.54.1: preferred, colored; branchpoint 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10.54.1: +4 -2 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Nov 11 22:45:27 2019 UTC (5 years, 2 months ago) by joerg
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, is-mlppp-base, is-mlppp, cjep_sun2x-base, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, 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, cjep_sun2x
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -1 lines
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Sep 29 23:45:00 2019 UTC (5 years, 3 months ago) by mrg
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
convert HAVE_GCC == 7 to HAVE_GCC >= 7.

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

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Feb 17 04:05:57 2019 UTC (5 years, 10 months ago) by rin
Branches: MAIN
CVS tags: phil-wifi-20190609, netbsd-9-base, netbsd-9-4-RELEASE, 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
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -1 lines
Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 4 04:05:16 2019 UTC (5 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -1 lines
- use -Wno-error=implicit-fallthrough with GCC7.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Aug 28 15:56:22 2011 UTC (13 years, 4 months ago) by jmcneill
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, tls-maxphys-base-20171202, tls-maxphys-base, tls-maxphys, tls-earlyentropy-base, tls-earlyentropy, 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, 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, nick-nhusb-base-20150406, nick-nhusb-base, nick-nhusb, 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, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, 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, netbsd-7, 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-nb8-mediatek-base, matt-nb8-mediatek, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, localcount-20160914, khorben-n900, 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, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, agc-symver-base, agc-symver
Branch point for: phil-wifi
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -3 lines
Split out ati_pcigart into a separate module so it can be shared with r128drm

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Aug 28 15:40:50 2011 UTC (13 years, 4 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
set default WARNS for modules to 3 -- the only one that needs < 3 now is pf

Revision 1.7.4.1: download - view: text, markup, annotated - select for diffs
Sun Mar 6 00:27:08 2011 UTC (13 years, 10 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +3 -1 lines
sync with head (and fix few botches with this)

Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:47:42 2010 UTC (14 years, 5 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +3 -1 lines
Sync with HEAD.

Revision 1.5.12.4: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:54:52 2010 UTC (14 years, 5 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.5.12.3: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.12.3: +3 -1 lines
sync with head.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 27 07:27:35 2010 UTC (14 years, 7 months ago) by mrg
Branches: MAIN
CVS tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, rmind-uvmplock-nbase, rmind-uvmplock-base, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
add r600_blit.c and radeon_cs.c.

Revision 1.5.14.1: download - view: text, markup, annotated - select for diffs
Wed Apr 21 00:28:21 2010 UTC (14 years, 8 months ago) by matt
Branches: matt-nb5-mips64
CVS tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +9 -5 lines
sync to netbsd-5

Revision 1.5.8.1: download - view: text, markup, annotated - select for diffs
Thu Jul 23 23:32:47 2009 UTC (15 years, 5 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +9 -5 lines
Sync with HEAD.

Revision 1.5.12.3: download - view: text, markup, annotated - select for diffs
Sat Jul 18 14:53:25 2009 UTC (15 years, 6 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.5.12.2: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.12.2: +9 -5 lines
sync with head.

Revision 1.5.4.2: download - view: text, markup, annotated - select for diffs
Tue Jun 23 07:08:23 2009 UTC (15 years, 6 months ago) by snj
Branches: netbsd-5
CVS tags: 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, matt-nb5-pq3-base, matt-nb5-pq3
Diff to: previous 1.5.4.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.4.1: +5 -3 lines
Pull up following revision(s) (requested by mrg in ticket #829):
	sys/modules/i915drm/Makefile: revision 1.5
	sys/modules/radeondrm/Makefile: revision 1.7
add a couple of missing files.  pointed out by tron.

Revision 1.5.4.1: download - view: text, markup, annotated - select for diffs
Tue Jun 23 07:07:29 2009 UTC (15 years, 6 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -3 lines
Pull up following revision(s) (requested by mrg in ticket #829):
	sys/modules/drm/Makefile: revision 1.3
	sys/modules/i915drm/Makefile: revision 1.4
	sys/modules/radeondrm/Makefile: revision 1.6
Fix modules build after update of drm(4).

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 22 15:34:54 2009 UTC (15 years, 6 months ago) by mrg
Branches: MAIN
CVS tags: yamt-nfs-mp-base9, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, uebayasi-xip-base1, uebayasi-xip-base, matt-premerge-20091211, jymxensuspend-base, jym-xensuspend-nbase
Branch point for: uebayasi-xip, rmind-uvmplock
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -3 lines
add a couple of missing files.  pointed out by tron.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 22 13:13:08 2009 UTC (15 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -3 lines
Fix modules build after update of drm(4).

Revision 1.5.12.2: download - view: text, markup, annotated - select for diffs
Mon May 4 08:14:13 2009 UTC (15 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.5.12.1: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.12.1: +19 -0 lines
sync with head.

Revision 1.2.8.1: download - view: text, markup, annotated - select for diffs
Sun Oct 19 22:17:41 2008 UTC (16 years, 2 months ago) by haad
Branches: haad-dm
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +3 -1 lines
Sync with HEAD.

Revision 1.5.12.1
Wed Oct 15 14:09:21 2008 UTC (16 years, 3 months ago) by yamt
Branches: yamt-nfs-mp
FILE REMOVED
Changes since revision 1.5: +0 -19 lines
file Makefile was added on branch yamt-nfs-mp on 2009-05-04 08:14:13 +0000

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Oct 15 14:09:21 2008 UTC (16 years, 3 months ago) by pooka
Branches: MAIN
CVS tags: yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, netbsd-5-base, 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, mjf-devfs2-base, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, jym-xensuspend-base, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp, netbsd-5, matt-nb5-mips64, jym-xensuspend
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -1 lines
Revert revivesa merge botch to fix build.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Oct 15 06:51:20 2008 UTC (16 years, 3 months ago) by wrstuden
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -6 lines
Merge wrstuden-revivesa into HEAD.

Revision 1.2.2.3: download - view: text, markup, annotated - select for diffs
Sun Sep 28 10:40:55 2008 UTC (16 years, 3 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.2.2.2: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.2: +2 -0 lines
Sync with HEAD.

Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Wed Sep 24 05:28:33 2008 UTC (16 years, 3 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.1: +15 -0 lines
Sync with wrstuden-revivesa-base-2

Revision 1.2.6.1: download - view: text, markup, annotated - select for diffs
Fri Jul 18 16:37:57 2008 UTC (16 years, 6 months ago) by simonb
Branches: simonb-wapbl
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +3 -1 lines
Sync with head.

Revision 1.3.2.1
Tue Jul 8 10:11:02 2008 UTC (16 years, 6 months ago) by wrstuden
Branches: wrstuden-revivesa
FILE REMOVED
Changes since revision 1.3: +0 -19 lines
file Makefile was added on branch wrstuden-revivesa on 2008-09-24 05:28:33 +0000

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jul 8 10:11:02 2008 UTC (16 years, 6 months ago) by jmmv
Branches: MAIN
CVS tags: wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, simonb-wapbl-nbase, simonb-wapbl-base
Branch point for: wrstuden-revivesa
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1 lines
Fix build of the i915drm and radeondrm modules after the #include changes
from <dev/drm/drm{,P}.h> to "drm{,P}.h" by mrg@.

Revision 1.2.4.2: download - view: text, markup, annotated - select for diffs
Wed Jun 4 02:05:47 2008 UTC (16 years, 7 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.2.4.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.4.1: +17 -0 lines
sync with head

Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:24:21 2008 UTC (16 years, 7 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored
Changes since revision 1.2.2.1: +17 -0 lines
Sync with HEAD.

Revision 1.2.4.1
Mon May 19 13:21:57 2008 UTC (16 years, 8 months ago) by yamt
Branches: yamt-pf42
FILE REMOVED
Changes since revision 1.2: +0 -17 lines
file Makefile was added on branch yamt-pf42 on 2008-06-04 02:05:47 +0000

Revision 1.2.2.1
Mon May 19 13:21:57 2008 UTC (16 years, 8 months ago) by mjf
Branches: mjf-devfs2
FILE REMOVED
Changes since revision 1.2: +0 -17 lines
file Makefile was added on branch mjf-devfs2 on 2008-06-02 13:24:21 +0000

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 19 13:21:57 2008 UTC (16 years, 8 months ago) by tnn
Branches: MAIN
CVS tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-1, wrstuden-revivesa-base, hpcarm-cleanup-nbase
Branch point for: yamt-pf42, simonb-wapbl, mjf-devfs2, haad-dm
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2 lines
Fix build.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 18 21:13:22 2008 UTC (16 years, 8 months ago) by jmcneill
Branches: MAIN
Makefile for building radeondrm kmod

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>