The NetBSD Project

CVS log for src/distrib/atari/floppies/install/list

[BACK] Up to [cvs.NetBSD.org] / src / distrib / atari / floppies / install

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed May 11 10:36:52 2022 UTC (2 years, 10 months ago) by rin
Branches: MAIN
CVS tags: 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, HEAD
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +6 -3 lines
For atari install disk:

- Drop FD support from installboot(8). Reduce ~0.5KB.
- Drop primary boot loaders for FD (2 files, 0.5KB each).

Note that we continue to support these features in base.

OK tsutsui@

Revision 1.22.6.1: download - view: text, markup, annotated - select for diffs
Tue Jun 30 18:18:12 2020 UTC (4 years, 8 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +2 -1 lines
Pull up following revision(s) (requested by tsutsui in ticket #972):

	distrib/atari/floppies/install/list: revision 1.23

Provide wdboot as a link of sdboot for Milan also in sysinst.

See the following commit log for details:
 https://mail-index.netbsd.org/source-changes/2018/03/04/msg092779.html

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jun 18 18:14:06 2020 UTC (4 years, 9 months ago) by tsutsui
Branches: MAIN
CVS tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
Provide wdboot as a link of sdboot for Milan also in sysinst.

See the following commit log for details:
 https://mail-index.netbsd.org/source-changes/2018/03/04/msg092779.html

Revision 1.20.4.1: download - view: text, markup, annotated - select for diffs
Mon Nov 27 11:31:52 2017 UTC (7 years, 3 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, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +3 -3 lines
Pull up following revision(s) (requested by tsutsui in ticket #393):
	distrib/atari/floppies/install/list: revision 1.21
	distrib/atari/floppies/common/dot.profile: revision 1.6
Avoid use of expr(1).
It was removed from src/distrib/atari/floppies/install/list since rev 1.19
and the install script complains expr is not found.
Should be pulled up to netbsd-8.
Put back /bin/cp and /sbin/sysctl to installation binaries.
- cp(1) is explicitly required by sysinst(8), cp_to_target() in
  src/usr.sbin/sysinst/target.c, to copy bootloader to targetroot
- sysctl(8) is required by src/distrib/atari/floppies/common/dot.profile
  to detect the root device (fd or md)
This might cause floppy overflow on HEAD again, but works on 8.0_BETA.
Should be pulled up to netbsd-8.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Nov 25 09:40:17 2017 UTC (7 years, 4 months ago) by tsutsui
Branches: MAIN
CVS tags: phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, 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, netbsd-9-base, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, is-mlppp-base, is-mlppp
Branch point for: netbsd-9
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -2 lines
Use kernfs to detect root file system device, instead of fat sysctl(8).

Should fix sysinst.fs overflow that prevents daily build.
Discussed on port-atari@:
 http://mail-index.netbsd.org/port-atari/2017/11/thread1.html#000558
and whole installation is briefly tested on TT030.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Nov 15 16:37:00 2017 UTC (7 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Put back /bin/cp and /sbin/sysctl to installation binaries.

- cp(1) is explicitly required by sysinst(8), cp_to_target() in
  src/usr.sbin/sysinst/target.c, to copy bootloader to targetroot
- sysctl(8) is required by src/distrib/atari/floppies/common/dot.profile
  to detect the root device (fd or md)

This might cause floppy overflow on HEAD again, but works on 8.0_BETA.

Should be pulled up to netbsd-8.

Revision 1.19.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:51:08 2017 UTC (7 years, 11 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +3 -1 lines
Sync with HEAD

Revision 1.18.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:52:04 2017 UTC (8 years ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.18.2.1: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.2.1: +3 -1 lines
Sync with HEAD

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Feb 8 16:12:59 2017 UTC (8 years, 1 month ago) by rin
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1
Branch point for: netbsd-8
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -1 lines
Switch to x_fsck_ffs and x_newfs. Fix floppy image overflow.

Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 4 14:42:37 2016 UTC (8 years, 4 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -6 lines
Sync with HEAD

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Sep 18 16:36:02 2016 UTC (8 years, 6 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-20170107, pgoyette-localcount-20161104, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -6 lines
remove more stuff.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Apr 25 21:44:34 2015 UTC (9 years, 11 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
put back sed, it fits again (and is needed)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Apr 25 18:41:55 2015 UTC (9 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
kill sed so we fit on one floppy again.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jan 14 10:26:30 2011 UTC (14 years, 2 months ago) by tsutsui
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, tls-maxphys, tls-earlyentropy-base, tls-earlyentropy, 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, 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-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, khorben-n900, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Adjust file lists for recent move:
 usr/sbin/chown -> sbin/chown
 usr/bin/chgrp  -> bin/chgrp

Revision 1.7.20.3: download - view: text, markup, annotated - select for diffs
Sat Nov 20 01:06:52 2010 UTC (14 years, 4 months ago) by riz
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, matt-nb5-pq3-base, matt-nb5-pq3
Diff to: previous 1.7.20.2: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.20.2: +2 -1 lines
Pull up following revision(s) (requested by tsutsui in ticket #1371):
	distrib/atari/floppies/prepare/list: revision 1.7
	distrib/atari/floppies/install/list: revision 1.13
Add dd(1) to install ramdisk binaries to wipe out existing disklabel etc.
Per request from David Ross on port-atari.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Feb 21 20:10:51 2010 UTC (15 years, 1 month ago) by tsutsui
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Fix indent.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Feb 21 20:09:50 2010 UTC (15 years, 1 month ago) by tsutsui
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Use tiny limited distrib/utils/x_gzip. (no bzip2 and compress support)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Feb 21 20:04:59 2010 UTC (15 years, 1 month ago) by tsutsui
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Add dd(1) to install ramdisk binaries to wipe out existing disklabel etc.
Per request from David Ross on port-atari.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Sep 20 19:49:07 2009 UTC (15 years, 6 months ago) by abs
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services

Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Wed May 13 19:17:39 2009 UTC (15 years, 10 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10: +3 -3 lines
Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Apr 29 18:24:05 2009 UTC (15 years, 10 months ago) by tsutsui
Branches: MAIN
CVS tags: jym-xensuspend-nbase, jym-xensuspend-base
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Fix indent.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jan 25 22:08:37 2009 UTC (16 years, 2 months ago) by abs
Branches: MAIN
Branch point for: jym-xensuspend
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions

Revision 1.6.16.2: download - view: text, markup, annotated - select for diffs
Thu Jan 15 23:02:23 2009 UTC (16 years, 2 months ago) by bouyer
Branches: netbsd-4
Diff to: previous 1.6.16.1: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.16.1: +1 -0 lines
Pull up following revision(s) (requested by tsutsui in ticket #1260):
	distrib/atari/floppies/prepare/list: revision 1.6
	distrib/atari/floppies/install/list: revision 1.9
Add df(1) to installation md_root files for atari.
It looks df(1) had been required by MAKEDEV(8) since NetBSD 1.6 days,
and this could workaround PR port-atari/40316 in branches with
minimum pullups.

Revision 1.6.20.1: download - view: text, markup, annotated - select for diffs
Thu Jan 15 22:25:21 2009 UTC (16 years, 2 months ago) by bouyer
Branches: netbsd-4-0
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +3 -2 lines
Pull up following revision(s) (requested by abs in ticket #1257):
	distrib/atari/miniroot/Makefile.inc: file removal
	distrib/atari/floppies/prepare/list: revision 1.5
	distrib/atari/miniroot/dot.profile: file removal
	distrib/atari/miniroot/install.md: file removal
	distrib/atari/floppies/install/list: revision 1.8
	distrib/atari/miniroot/disktab.shadow: file removal
	distrib/atari/miniroot/termcap.vt: file removal
	distrib/atari/floppies/prepare/install.md: revision 1.3
	sys/arch/atari/stand/installboot/installboot.c: revision 1.21
	distrib/atari/floppies/common/dot.profile: revision 1.3
	distrib/atari/miniroot/list: file removal
Since dl.d_type is always "unknown" now, pick the type of bootblock to
install based on the device name: eg /dev/fd0c would be floppy
Fix atari sysinst based miniroot image, and retire old (unreferenced)
miniroot.

Revision 1.6.16.1: download - view: text, markup, annotated - select for diffs
Thu Jan 15 22:22:07 2009 UTC (16 years, 2 months ago) by bouyer
Branches: netbsd-4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
Pull up following revision(s) (requested by abs in ticket #1257):
	distrib/atari/miniroot/Makefile.inc: file removal
	distrib/atari/floppies/prepare/list: revision 1.5
	distrib/atari/miniroot/dot.profile: file removal
	distrib/atari/miniroot/install.md: file removal
	distrib/atari/floppies/install/list: revision 1.8
	distrib/atari/miniroot/disktab.shadow: file removal
	distrib/atari/miniroot/termcap.vt: file removal
	distrib/atari/floppies/prepare/install.md: revision 1.3
	sys/arch/atari/stand/installboot/installboot.c: revision 1.21
	distrib/atari/floppies/common/dot.profile: revision 1.3
	distrib/atari/miniroot/list: file removal
Since dl.d_type is always "unknown" now, pick the type of bootblock to
install based on the device name: eg /dev/fd0c would be floppy
Fix atari sysinst based miniroot image, and retire old (unreferenced)
miniroot.

Revision 1.7.20.2: download - view: text, markup, annotated - select for diffs
Fri Jan 9 02:07:20 2009 UTC (16 years, 2 months ago) by snj
Branches: netbsd-5
CVS tags: 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, 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
Diff to: previous 1.7.20.1: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.20.1: +2 -1 lines
Pull up following revision(s) (requested by tsutsui in ticket #233):
	distrib/atari/floppies/install/list: revision 1.9
	distrib/atari/floppies/prepare/list: revision 1.6
Add df(1) to installation md_root files for atari.
It looks df(1) had been required by MAKEDEV(8) since NetBSD 1.6 days,
and this could workaround PR port-atari/40316 in branches with
minimum pullups.

Revision 1.7.20.1: download - view: text, markup, annotated - select for diffs
Thu Jan 8 22:13:31 2009 UTC (16 years, 2 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2 lines
Pull up following revision(s) (requested by abs in ticket #228):
        distrib/atari/floppies/common/dot.profile: revision 1.3
        distrib/atari/floppies/install/list: revision 1.8
        distrib/atari/floppies/prepare/install.md: revision 1.3
        distrib/atari/floppies/prepare/list: revision 1.5
        distrib/atari/miniroot/Makefile.inc: file removal
        distrib/atari/miniroot/disktab.shadow: file removal
        distrib/atari/miniroot/dot.profile: file removal
        distrib/atari/miniroot/install.md: file removal
        distrib/atari/miniroot/list: file removal
        distrib/atari/miniroot/termcap.vt: file removal
Fix atari sysinst based miniroot image, and retire old (unreferenced)
miniroot.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 3 18:11:26 2009 UTC (16 years, 2 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Add df(1) to installation md_root files for atari.

It looks df(1) had been required by MAKEDEV(8) since NetBSD 1.6 days,
and this could workaround PR port-atari/40316 in branches with
minimum pullups.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 17 20:14:35 2008 UTC (16 years, 4 months ago) by abs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2 lines
Fix atari sysinst based miniroot image, and retire old (unreferenced)
miniroot.

Revision 1.7.12.1
Sun Oct 5 20:10:13 2008 UTC (16 years, 5 months ago) by mjf
Branches: mjf-devfs2
FILE REMOVED
Changes since revision 1.7: +1 -1 lines
Sync with HEAD.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 10 23:22:28 2007 UTC (17 years, 10 months ago) by dogcow
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, netbsd-5-base, mjf-devfs2-base, mjf-devfs-base, mjf-devfs, matt-mips64-base2, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Branch point for: netbsd-5, mjf-devfs2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Since /etc/services has gotten rather large, use a minimal one for install
kernels. (mount_nfs is notably the only binary that doesn't gracefully deal
with the lack of an /etc/services file, it appears.)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jul 11 11:54:10 2003 UTC (21 years, 8 months ago) by he
Branches: MAIN
CVS tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, 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-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, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: netbsd-4-0, netbsd-4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +18 -8 lines
Adapt to the new layout of files under /usr/mdec, so that this
builds again.  However, the install program most probably needs
adaptation for this to work as intended.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 19 12:26:47 2003 UTC (22 years, 2 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
Remove "srcdir distrib/utils/x_mount" from ramdisk lists
since src/sbin/mount/Makefile no longer links fs specific routines.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Oct 17 06:38:16 2002 UTC (22 years, 5 months ago) by lukem
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
Now that usr.bin/ftp/Makefile supports SMALLPROG and SMALLPROG_INET6,
we don't need distrib/utils/x_ftp anymore...

Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 2 01:30:17 2002 UTC (22 years, 9 months ago) by tv
Branches: netbsd-1-6
CVS tags: 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
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +2 -1 lines
Pull up revision 1.3 (requested by leo in ticket #130):
Make sure that we are using the Atari version of installboot!

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jun 1 08:18:45 2002 UTC (22 years, 9 months ago) by leo
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Make sure that we are using the Atari version of installboot!

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 26 15:50:26 2002 UTC (22 years, 11 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-1-6-base
Branch point for: netbsd-1-6
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Apr 12 21:11:47 2002 UTC (22 years, 11 months ago) by leo
Branches: Leo
CVS tags: Leo-initial-20020412
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
prepare and installation floppies

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Apr 12 21:11:47 2002 UTC (22 years, 11 months ago) by leo
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>