aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Move disktab to sbin/bsdlabel/Brad Davis2018-09-181-0/+1
| | | | | | | | | | This leverages CONFS to handle the install. Approved by: re (blanket, pkgbase), will (mentor) Differential Revision: https://reviews.freebsd.org/D17217 Notes: svn path=/head/; revision=338759
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
| | | | | | | | | | This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314656
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295450
* Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275030
* Widen fields that display partition offset/length.Ulrich Spörlein2011-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 Notes: svn path=/head/; revision=219449
* Remove bsdlabel test-script that was full of broken assumptions.Ulrich Spörlein2011-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 Notes: svn path=/head/; revision=219447
* Remove bsdlabel.5, which hasn't been installed in over 7 yearsUlrich Spörlein2011-03-101-1/+0
| | | | | | | and contains little more than an out-dated copy of <sys/disklabel.h> Notes: svn path=/head/; revision=219446
* MFtbemd:Warner Losh2010-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. Notes: svn path=/head/; revision=211725
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-0/+1
| | | | | | | Submitted by: Ulrich Spörlein Notes: svn path=/head/; revision=198236
* Add missing library dependencies.Ruslan Ermilov2008-09-231-2/+2
| | | | | | | | PR: bin/127573 Submitted by: Eygene Ryabinkin Notes: svn path=/head/; revision=183296
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-2/+1
| | | | Notes: svn path=/head/; revision=161526
* '-DPC98' is not needed.Yoshihiro Takahashi2004-01-111-4/+0
| | | | Notes: svn path=/head/; revision=124368
* Add amd64 to the MACHINE_ARCH list of systems that link bsdlabel toPeter Wemm2003-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) Notes: svn path=/head/; revision=115254
* Style fixes.Ruslan Ermilov2003-05-171-13/+8
| | | | | | | | Reviewed by: phk Approved by: re (scottl) Notes: svn path=/head/; revision=115105
* Moved libgeom.so dependencies to where they belong.Ruslan Ermilov2003-05-171-2/+2
| | | | | | | | Reviewed by: phk Approved by: re (scottl) Notes: svn path=/head/; revision=115104
* Compile bsdlabel on all platforms.Poul-Henning Kamp2003-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. Notes: svn path=/head/; revision=114759
* Use new geom.ctl based OAM instead of ioctls.Poul-Henning Kamp2003-05-031-0/+6
| | | | | | | Various cleanup. Notes: svn path=/head/; revision=114569
* Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels.Poul-Henning Kamp2003-05-021-1/+3
| | | | Notes: svn path=/head/; revision=114549
* Add the beginning of a regression test.Poul-Henning Kamp2003-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. Notes: svn path=/head/; revision=113695
* First scrub of s/disklabel/bsdlabel/Poul-Henning Kamp2003-04-181-3/+4
| | | | | | | bsdlabel.5 deliberately exempted, its contents looks less than useful. Notes: svn path=/head/; revision=113680
* Don't set WARNS to 2, we're default compatible now.Poul-Henning Kamp2002-04-081-1/+0
| | | | | | | Noticed by: bde Notes: svn path=/head/; revision=94166
* Get us to WARNS=2 with a bit of constification and some printf fiddling.Poul-Henning Kamp2002-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. Notes: svn path=/head/; revision=94065
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-2/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Fix style nit.David E. O'Brien2001-03-041-1/+1
| | | | Notes: svn path=/head/; revision=73516
* Turn dkcksum() into an __inline function.Poul-Henning Kamp2000-09-161-1/+1
| | | | | | | Change its type to u_int_16_t. Notes: svn path=/head/; revision=65921
* Add '-DPC98' to CFLAGS if MACHINE == pc98.Yoshihiro Takahashi2000-05-091-0/+5
| | | | Notes: svn path=/head/; revision=60256
* Convert to our man installation style. Also fixed long-standing bugGarrett Wollman1994-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. Notes: svn path=/head/; revision=1855
* Remove stuff for building manual pages the old way.Rodney W. Grimes1994-05-281-7/+0
| | | | Notes: svn path=/head/; revision=1607
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+14
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin. Notes: svn path=/head/; revision=1558