forked from freebsd/freebsd-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly add more files to the 'runtime' package.
Sponsored by: The FreeBSD Foundation
- Loading branch information
gjb
authored and
gjb
committed
Feb 9, 2016
1 parent
0dcb24c
commit 4e38aae
Showing
83 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= adjkerntz | ||
MAN= adjkerntz.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# @(#)Makefile 8.1 (Berkeley) 6/5/93 | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= badsect | ||
LIBADD= ufs | ||
MAN= badsect.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= camcontrol | ||
SRCS= camcontrol.c util.c | ||
.if !defined(RELEASE_CRUNCH) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# @(#)Makefile 8.1 (Berkeley) 6/5/93 | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= clri | ||
MAN= clri.8 | ||
WARNS?= 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# @(#)Makefile 5.4 (Berkeley) 6/5/91 | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= comcontrol | ||
MAN= comcontrol.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= conscontrol | ||
MAN= conscontrol.8 | ||
WARNS?= 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= ddb | ||
SRCS= ddb.c ddb_capture.c ddb_script.c | ||
MAN= ddb.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= devfs | ||
SRCS= devfs.c rule.c | ||
MAN= devfs.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# @(#)Makefile 8.1 (Berkeley) 6/5/93 | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= dmesg | ||
MAN= dmesg.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# @(#)Makefile 8.1 (Berkeley) 6/5/93 | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= dumpfs | ||
WARNS?= 2 | ||
LIBADD= ufs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= dumpon | ||
MAN= dumpon.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= fdisk | ||
SRCS= fdisk.c geom_mbr_enc.c | ||
WARNS?= 4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= fdisk | ||
SRCS= fdisk.c geom_pc98_enc.c | ||
WARNS?= 4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= gbde | ||
SRCS= gbde.c template.c | ||
SRCS+= rijndael-alg-fst.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.if defined(RESCUE) || defined(RELEASE_CRUNCH) | ||
|
||
.PATH: ${.CURDIR}/class/part \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= concat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= journal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= label | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= mirror | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= mountver | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= multipath | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= nop | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= part | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= raid | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= raid3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# GEOM_LIBRARY_PATH | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= sched | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= shsec | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
.PATH: ${.CURDIR}/../../misc | ||
|
||
GEOM_CLASS= stripe | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
.PATH: ${.CURDIR}/../misc | ||
|
||
PACKAGE=runtime | ||
PROG= geom | ||
MAN= geom.8 | ||
SRCS= geom.c subr.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
|
||
.PATH: ${.CURDIR}/../mount | ||
|
||
PACKAGE=runtime | ||
PROG= growfs | ||
SRCS= growfs.c getmntopts.c | ||
MAN= growfs.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PROG= gvinum | ||
SRCS= gvinum.c gvinum.h geom_vinum_share.c | ||
MAN= gvinum.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
|
||
.include <src.opts.mk> | ||
|
||
PACKAGE=runtime | ||
PROG= ifconfig | ||
|
||
SRCS= ifconfig.c # base support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
# $FreeBSD$ | ||
# | ||
|
||
PACKAGE=runtime | ||
PROG= kldconfig | ||
MAN= kldconfig.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
# $FreeBSD$ | ||
# | ||
|
||
PACKAGE=runtime | ||
PROG= kldload | ||
MAN= kldload.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
# $FreeBSD$ | ||
# | ||
|
||
PACKAGE=runtime | ||
PROG= kldstat | ||
MAN= kldstat.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
# $FreeBSD$ | ||
# | ||
|
||
PACKAGE=runtime | ||
PROG= kldunload | ||
MAN= kldunload.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
.include <src.opts.mk> | ||
|
||
PACKAGE=runtime | ||
PROG= mdconfig | ||
MAN= mdconfig.8 | ||
|
||
|
Oops, something went wrong.