summaryrefslogtreecommitdiffstats
path: root/sbin/sunlabel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFtbemd:imp2010-08-231-1/+1
| | | | | Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform.
* Bump WARNS where possible.uqs2010-02-151-2/+0
| | | | | Checked by: make universe Approved by: ed (co-mentor)
* Spell "disklabel" correctly.ceri2004-02-011-1/+1
| | | | Approved by: ru
* Install a 'disklable' alias.obrien2004-01-311-0/+5
| | | | Technical Reviewed by: ru
* Sync with bsdlabel/Makefile.obrien2004-01-291-5/+9
|
* Add a very basic manpage.obrien2004-01-291-1/+1
|
* Moved libgeom.so dependencies to where they belong.ru2003-05-171-2/+2
| | | | | Reviewed by: phk Approved by: re (scottl)
* Fix the misspelling of DPADD, then fix "make checkdpadd".ru2003-05-031-1/+1
|
* Fix for dynamic linking.jake2003-04-271-1/+1
| | | | Submitted by: Alex Deiter <tiamat@komi.mts.ru>
* If we cannot open the parent device for writing, use GEOM::CONFIG_GEOMphk2003-04-231-0/+3
| | | | | | | | requests to write label and bootcode. The -r argument is ignored (with a warning). With a lot of help from: jake
* Do not link sunlabel to disklabel.phk2003-04-231-1/+0
|
* Use explicit encoding/decoding funtions for sunlabel data structures.phk2003-04-211-0/+6
| | | | | | | | Use #defines for various magic numbers. Attach test-case to makefile. Reviewed by: jake
* Hardlink sunlabel to disklabel so make release is happy. (This only affectsjake2003-04-151-0/+1
| | | | sparc64, where bsd^H^H^Hdisklabel isn't built.)
* Add sunlabel, a more or less drop in replacement for bsd^H^H^Hdisklabel(8)jake2003-01-311-0/+7
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.
OpenPOWER on IntegriCloud