History log of /freebsd-current/bin/chio/Makefile
Revision Date Author Comments
# 90aea514 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

bin: 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/


# 2c733106 19-Jun-2021 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Put chio in utilities

No need to bloat runtime with this utility.

Differential Revision: https://reviews.freebsd.org/D30753
Sponsored by: Diablotin Systems


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

Explicitly add unmarked bin/ binaries to the runtime package.
Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate
package, which requires pre-install/post-install scripts, to be
added later.

Sponsored by: The FreeBSD Foundation


# 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.


# 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.


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

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


# 6984496e 27-Jan-2005 Xin LI <delphij@FreeBSD.org>

Don't specify SRCS= when it can be obtained from PROGS=


# a7482907 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


# 61620393 04-Jul-2001 Mike Heffner <mikeh@FreeBSD.org>

Fix warnings on alpha and re-enable WARNS=2.

Submitted by: Mike Barcroft <mike@q9media.com>


# 28059d16 02-Jul-2001 Mike Heffner <mikeh@FreeBSD.org>

Argh...this isn't ready for WARNS=2 on alpha.


# 6c120f46 02-Jul-2001 Mike Heffner <mikeh@FreeBSD.org>

Constify and lockdown with WARNS=2.

Submitted by: Mike Barcroft <mike@q9media.com>
MFC after: 2 weeks


# 3ab9a9d0 18-May-2001 Ruslan Ermilov <ru@FreeBSD.org>

Removed -I${.CURDIR}/.../sys from CFLAGS.


# 2a456239 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 98ae496f 22-Jul-1999 Kris Kennaway <kris@FreeBSD.org>

Correct some style issues in my previous commit.

Submitted by: bde


# 305a253a 07-Jun-1999 Kris Kennaway <kris@FreeBSD.org>

Changes from OpenBSD:
* Better usage() - correct syntax, display available commands
instead of examples
* Accept command abbreviations
* sprintf -> snprintf (for paranoia)
* manpage capitalisation tweak

Obtained from: OpenBSD


# 20bf9a14 15-Sep-1998 Justin T. Gibbs <gibbs@FreeBSD.org>

Updated the ch(4) driver and chio(1) command to include volume
tag support. These changes have been tested with a Breeze Hill
Q47 DLT and a DEC DLT2500 media changer. The latter has no
volume tag support.

The chio(1) command was updated to include various flags to the
status subcommand. These flags can be used to select additional
information to be displayed (like volume tags).

A new chio(1) subcommand named 'voltag' has been added which allows
for changes to volume tags inside the media changer controller.
This could not be tested as the Q47 does not provide the functio-
nality.

Submitted by: Hans Huebner


# f9fc0396 12-Sep-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

This command doesn't need to be setuid root, it's only asking
for potential trouble.
Reviewed by: security officers.
Noted by: OpenBSD


# 224c8a5b 06-Mar-1997 Joerg Wunsch <joerg@FreeBSD.org>

Import Jason Thorpe's contribution for an updated SCSI media changer
device (now, finally!).