History log of /freebsd-current/sbin/bsdlabel/Makefile
Revision Date Author Comments
# 51e16cb8 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

sbin: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# a0bc3b59 18-Sep-2018 Brad Davis <brd@FreeBSD.org>

Move disktab to sbin/bsdlabel/

This leverages CONFS to handle the install.

Approved by: re (blanket, pkgbase), will (mentor)
Differential Revision: https://reviews.freebsd.org/D17217


# 22289a8c 04-Mar-2017 Enji Cooper <ngie@FreeBSD.org>

sbin: normalize paths using SRCTOP-relative paths or :H when possible

This simplifies make logic/output

MFC after: 1 month
Sponsored by: Dell EMC Isilon


# 406d87b1 09-Feb-2016 Glen Barber <gjb@FreeBSD.org>

Explicitly add more files to the 'runtime' package.

Sponsored by: The FreeBSD Foundation


# 13eb765f 25-Nov-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Convert sbin/ to LIBADD
Reduce overlinking


# a5871155 10-Mar-2011 Ulrich Spörlein <uqs@FreeBSD.org>

Widen fields that display partition offset/length.

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


# 15a6186c 10-Mar-2011 Ulrich Spörlein <uqs@FreeBSD.org>

Remove bsdlabel test-script that was full of broken assumptions.

- 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


# 1cc06c67 10-Mar-2011 Ulrich Spörlein <uqs@FreeBSD.org>

Remove bsdlabel.5, which hasn't been installed in over 7 years
and contains little more than an out-dated copy of <sys/disklabel.h>


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# 25faff34 23-Aug-2010 Warner Losh <imp@FreeBSD.org>

MFtbemd:

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


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 106d8391 19-Oct-2009 Ruslan Ermilov <ru@FreeBSD.org>

Switch the default WARNS level for sbin/ to 6.

Submitted by: Ulrich Spörlein


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 0a4b670e 23-Sep-2008 Ruslan Ermilov <ru@FreeBSD.org>

Add missing library dependencies.

PR: bin/127573
Submitted by: Eygene Ryabinkin


# 2b46c64c 22-Aug-2006 Ruslan Ermilov <ru@FreeBSD.org>

Remove alpha left-overs.


# 82a22cc1 11-Jan-2004 Yoshihiro Takahashi <nyan@FreeBSD.org>

'-DPC98' is not needed.


# 59fb3d10 23-May-2003 Peter Wemm <peter@FreeBSD.org>

Add amd64 to the MACHINE_ARCH list of systems that link bsdlabel to
disklabel. I just got burnt again by having an old disklabel binary
kicking around.

Discussed with: phk
Approved by: re (safe amd64 stuff)


# c1941005 17-May-2003 Ruslan Ermilov <ru@FreeBSD.org>

Style fixes.

Reviewed by: phk
Approved by: re (scottl)


# 0b00d54e 17-May-2003 Ruslan Ermilov <ru@FreeBSD.org>

Moved libgeom.so dependencies to where they belong.

Reviewed by: phk
Approved by: re (scottl)


# 4917b55e 05-May-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Compile bsdlabel on all platforms.

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.


# 5daa806d 03-May-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Use new geom.ctl based OAM instead of ioctls.
Various cleanup.


# 643c62af 02-May-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Pull in geom_bsd_enc.c from sys/geom to encode and decode our labels.


# d7960ce5 18-Apr-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Add the beginning of a regression test.

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.


# 2c60b668 18-Apr-2003 Poul-Henning Kamp <phk@FreeBSD.org>

First scrub of s/disklabel/bsdlabel/

bsdlabel.5 deliberately exempted, its contents looks less than useful.


# 5f76b095 08-Apr-2002 Poul-Henning Kamp <phk@FreeBSD.org>

Don't set WARNS to 2, we're default compatible now.

Noticed by: bde


# 6b0ff5f5 07-Apr-2002 Poul-Henning Kamp <phk@FreeBSD.org>

Get us to WARNS=2 with a bit of constification and some printf fiddling.

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.


# 2d68bf45 03-Dec-2001 David E. O'Brien <obrien@FreeBSD.org>

Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by: mike


# 0a5779d4 26-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


# 9a901d97 04-Mar-2001 David E. O'Brien <obrien@FreeBSD.org>

Fix style nit.


# fc87418b 16-Sep-2000 Poul-Henning Kamp <phk@FreeBSD.org>

Turn dkcksum() into an __inline function.

Change its type to u_int_16_t.


# f9602de6 09-May-2000 Yoshihiro Takahashi <nyan@FreeBSD.org>

Add '-DPC98' to CFLAGS if MACHINE == pc98.


# 404c1a5f 04-Aug-1994 Garrett Wollman <wollman@FreeBSD.org>

Convert to our man installation style. Also fixed long-standing bug
in `fastboot'/`fasthalt' in which the interpreter would hang around
after `reboot' or `halt' is run, causing an irritating ``Killed'' message.


# 3ef6a10b 28-May-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

Remove stuff for building manual pages the old way.


# 8fae3551 26-May-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

BSD 4.4 Lite sbin Sources

Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.