History log of /freebsd-current/share/examples/kld/cdev/test/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/


# a5921bc3 09-May-2016 Glen Barber <gjb@FreeBSD.org>

Update share/examples/* to properly install /usr/share/examples.

As result of this, a new examples package is now created.

Note, this is only effective with 'SHARED=copies' (the default),
as the 'SHARED=symlinks' mechanism will create a symlink to the
source tree version of the file(s).

Sponsored by: The FreeBSD Foundation


# ca7f4027 01-May-2016 Pedro F. Giffuni <pfg@FreeBSD.org>

share: minor spelling fixes.

Mostly comments but these tend to be user-visible.

MFC after: 2 weeks


# 3bdf7758 12-Apr-2014 Warner Losh <imp@FreeBSD.org>

NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.


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


# 55f031bd 01-Feb-2010 Wojciech A. Koszek <wkoszek@FreeBSD.org>

Conform style.Makefile(5) and replace = and += with ?=, which lets you to
override WARNS.

Reported by: <marius@nuenneri.ch> and uqs@


# 12a91a43 18-Jan-2010 Wojciech A. Koszek <wkoszek@FreeBSD.org>

Include unistd.h for read(), write() and stdlib.h for exit().
Bump WARNS to 5 while being here.


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

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


# e653b48c 21-Dec-2004 Ruslan Ermilov <ru@FreeBSD.org>

Start the dreaded NOFOO -> NO_FOO conversion.

OK'ed by: core


# fffc6e58 03-Aug-2003 Martin Blapp <mbr@FreeBSD.org>

Fix the cdev kld example.

PR: 52954
Submitted by: Priit Piipuu <priit.piipuu@mail.ee>
Reviewed by: phk


# 7320fd3a 02-Oct-2000 Maxim Sobolev <sobomax@FreeBSD.org>

Fix cdev kld example after it has been broken for year or so. Also extend list
of supported operations by example read() and write() operations.

Inspired by: http://www.daemonnews.org/200010/blueprints.html
PR: 16173
Submitted by: sobomax


# 7f3dea24 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# abbcaa0a 11-Dec-1998 Doug Rabson <dfr@FreeBSD.org>

Sample modules for KLD.

PR: misc/8621
Submitted by: Rajesh Vaidheeswarran <rv@fore.com>