History log of /freebsd-current/usr.sbin/fwcontrol/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

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


# aa9ce62b 04-Dec-2022 John Baldwin <jhb@FreeBSD.org>

fwcontrol: Disable -Wzero-length-bounds warnings.

firewire.h includes zero length arrays in unions that trigger this
warning.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D37538


# 64a0982b 04-Mar-2017 Enji Cooper <ngie@FreeBSD.org>

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


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


# 47e1a877 02-Mar-2010 Ulrich Spörlein <uqs@FreeBSD.org>

Always assign WARNS using ?=

- fix some nearby style bugs
- include Makefile.inc where it makes sense and reduces duplication

Approved by: ed (co-mentor)


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

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


# 6d815a7d 26-Oct-2006 Warner Losh <imp@FreeBSD.org>

Add MPEG2-TS/HDV support to fwcontrol.

Submitted by: Petr Holub" <hopet@ics.muni.cz>
Clean up by: mi@
Pr: 98134


# 6f9c571f 29-Apr-2003 Hidetoshi Shimokawa <simokawa@FreeBSD.org>

Set include path.


# ee724a65 26-Apr-2003 Hidetoshi Shimokawa <simokawa@FreeBSD.org>

Use fwcrom.c in /sys/dev/firewire.


# 937bcaa8 23-Jan-2003 Hidetoshi Shimokawa <simokawa@FreeBSD.org>

Merge DV(Digital Video) support.


# a7a73b95 30-Dec-2002 Hidetoshi Shimokawa <simokawa@FreeBSD.org>

Import FireWire userland utility.