summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Widen fields that display partition offset/length.uqs2011-03-101-1/+0
| | | | | | | | | | This makes partitions between 50GiB and 2TiB (16TiB for 4k drives) print correctly aligned. While here, fix type of secsize. g_sectorsize() returns ssize_t, don't store this in an unsigned var. Bump WARNS to 6. MFC after: 4 weeks
* Remove bsdlabel test-script that was full of broken assumptions.uqs2011-03-101-6/+0
| | | | | | | - the default label now includes an a: partition by default - the c: partition is no longer exported via devfs - writing of the labels usually works in all cases, though the script assumes half of them have to fail
* Remove bsdlabel.5, which hasn't been installed in over 7 yearsuqs2011-03-101-1/+0
| | | | and contains little more than an out-dated copy of <sys/disklabel.h>
* 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.
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-0/+1
| | | | Submitted by: Ulrich Spörlein
* Add missing library dependencies.ru2008-09-231-2/+2
| | | | | PR: bin/127573 Submitted by: Eygene Ryabinkin
* Remove alpha left-overs.ru2006-08-221-2/+1
|
* '-DPC98' is not needed.nyan2004-01-111-4/+0
|
* Add amd64 to the MACHINE_ARCH list of systems that link bsdlabel topeter2003-05-231-1/+2
| | | | | | | | disklabel. I just got burnt again by having an old disklabel binary kicking around. Discussed with: phk Approved by: re (safe amd64 stuff)
* Style fixes.ru2003-05-171-13/+8
| | | | | Reviewed by: phk Approved by: re (scottl)
* Moved libgeom.so dependencies to where they belong.ru2003-05-171-2/+2
| | | | | Reviewed by: phk Approved by: re (scottl)
* Compile bsdlabel on all platforms.phk2003-05-051-0/+10
| | | | | | | Install a link to the disklabel(8) name on i386 and alpha platforms. Leave old disklabel(8) sources intact but disconnected from the build for now.
* Use new geom.ctl based OAM instead of ioctls.phk2003-05-031-0/+6
| | | | Various cleanup.
* Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels.phk2003-05-021-1/+3
|
* Add the beginning of a regression test.phk2003-04-181-0/+3
| | | | | | | So far it checks the overwrites of the BSD label inband (ie: dd if=/dev/ad0a of=/dev/ad2a). This excercises the geom::slice::hotspot code.
* First scrub of s/disklabel/bsdlabel/phk2003-04-181-3/+4
| | | | bsdlabel.5 deliberately exempted, its contents looks less than useful.
* Don't set WARNS to 2, we're default compatible now.phk2002-04-081-1/+0
| | | | Noticed by: bde
* Get us to WARNS=2 with a bit of constification and some printf fiddling.phk2002-04-071-1/+1
| | | | | | | Pick up the c-partitions magicness from sys/disklabel.h instead of defining our own magicness for it, remove trivial comment. Sponsored by: DARPA and NAI Labs.
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+1
| | | | - MAN[1-9] -> MAN.
* Fix style nit.obrien2001-03-041-1/+1
|
* Turn dkcksum() into an __inline function.phk2000-09-161-1/+1
| | | | Change its type to u_int_16_t.
* Add '-DPC98' to CFLAGS if MACHINE == pc98.nyan2000-05-091-0/+5
|
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-051-1/+2
| | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
* Remove stuff for building manual pages the old way.rgrimes1994-05-281-7/+0
|
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+14
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud