Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFtbemd: | imp | 2010-08-23 | 1 | -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. | uqs | 2010-02-15 | 1 | -2/+0 |
| | | | | | Checked by: make universe Approved by: ed (co-mentor) | ||||
* | Spell "disklabel" correctly. | ceri | 2004-02-01 | 1 | -1/+1 |
| | | | | Approved by: ru | ||||
* | Install a 'disklable' alias. | obrien | 2004-01-31 | 1 | -0/+5 |
| | | | | Technical Reviewed by: ru | ||||
* | Sync with bsdlabel/Makefile. | obrien | 2004-01-29 | 1 | -5/+9 |
| | |||||
* | Add a very basic manpage. | obrien | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | Moved libgeom.so dependencies to where they belong. | ru | 2003-05-17 | 1 | -2/+2 |
| | | | | | Reviewed by: phk Approved by: re (scottl) | ||||
* | Fix the misspelling of DPADD, then fix "make checkdpadd". | ru | 2003-05-03 | 1 | -1/+1 |
| | |||||
* | Fix for dynamic linking. | jake | 2003-04-27 | 1 | -1/+1 |
| | | | | Submitted by: Alex Deiter <tiamat@komi.mts.ru> | ||||
* | If we cannot open the parent device for writing, use GEOM::CONFIG_GEOM | phk | 2003-04-23 | 1 | -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. | phk | 2003-04-23 | 1 | -1/+0 |
| | |||||
* | Use explicit encoding/decoding funtions for sunlabel data structures. | phk | 2003-04-21 | 1 | -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 affects | jake | 2003-04-15 | 1 | -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) | jake | 2003-01-31 | 1 | -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. |