The NetBSD Project

CVS log for src/sbin/fdisk/fdisk.c

[BACK] Up to [cvs.NetBSD.org] / src / sbin / fdisk

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: netbsd-6-0-5-RELEASE


Revision 1.138.2.1 / (download) - annotate - [select for diffs], Tue Jun 12 19:11:50 2012 UTC (11 years, 10 months ago) by riz
Branch: netbsd-6
CVS Tags: 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, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Changes since 1.138: +6 -11 lines
Diff to previous 1.138 (colored) next main 1.139 (colored)

Pull up following revision(s) (requested by tsutsui in ticket #315):
	sbin/fdisk/fdisk.c: revision 1.141
	sbin/fdisk/fdisk.c: revision 1.142
	tools/fdisk/Makefile: revision 1.5
	tools/fdisk/Makefile: revision 1.7
	sbin/fdisk/Makefile: revision 1.42
Don't use "#if defined(__i386__) || defined(__x86_64__)" conditionals
in C source file to define option features.
Define proper options in each Makefile per ${MACHINE_ARCH} variable instead.
Previously if a host is x86 and it has /usr/mdec/mbr file in its system,
tools fdisk implicitly installs it as mbr bootcode even for !x86 targets.
Use ${DESTDIR}/usr/mdec for DEFAULT_BOOTDIR on tools fdisk(8)
rather than unknown build host's /usr/mdec directory.
XXX: no option to leave MBR bootcode empty on x86 targets

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>