History log of /freebsd-10.0-release/sbin/sunlabel/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 211725 23-Aug-2010 imp

MFtbemd:

Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want
to test of all the CPUs of a given family conform.


# 203916 15-Feb-2010 uqs

Bump WARNS where possible.

Checked by: make universe
Approved by: ed (co-mentor)


# 125304 01-Feb-2004 ceri

Spell "disklabel" correctly.

Approved by: ru


# 125260 31-Jan-2004 obrien

Install a 'disklable' alias.

Technical Reviewed by: ru


# 125211 29-Jan-2004 obrien

Sync with bsdlabel/Makefile.


# 125210 29-Jan-2004 obrien

Add a very basic manpage.


# 115104 17-May-2003 ru

Moved libgeom.so dependencies to where they belong.

Reviewed by: phk
Approved by: re (scottl)


# 114595 03-May-2003 ru

Fix the misspelling of DPADD, then fix "make checkdpadd".


# 114133 27-Apr-2003 jake

Fix for dynamic linking.

Submitted by: Alex Deiter <tiamat@komi.mts.ru>


# 113896 23-Apr-2003 phk

If we cannot open the parent device for writing, use GEOM::CONFIG_GEOM
requests to write label and bootcode.

The -r argument is ignored (with a warning).

With a lot of help from: jake


# 113888 23-Apr-2003 phk

Do not link sunlabel to disklabel.


# 113824 21-Apr-2003 phk

Use explicit encoding/decoding funtions for sunlabel data structures.
Use #defines for various magic numbers.

Attach test-case to makefile.

Reviewed by: jake


# 113539 15-Apr-2003 jake

Hardlink sunlabel to disklabel so make release is happy. (This only affects
sparc64, where bsd^H^H^Hdisklabel isn't built.)


# 110130 31-Jan-2003 jake

Add sunlabel, a more or less drop in replacement for bsd^H^H^Hdisklabel(8)
which works on sun labels. Due to the lack of an interface other than
write(2) to update labels, it cannot modify an open partition.