| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
a5921bc3
|
| 10-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 'S
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
show more ...
|
| #
a5921bc3
|
| 10-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 'S
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
show more ...
|
| #
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
|
| #
2fb2e189
|
| 18-Sep-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Style.
|
| #
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/blue
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
show more ...
|
| #
7f3dea24
|
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
0f2a20df
|
| 27-Jun-1999 |
Doug Rabson <dfr@FreeBSD.org> |
* Tidy up a few things and fix some more warnings. * Change the devsw declaration to standard form and add missing fields * Change the filename from cdev_mod.ko to cdev.ko
|
| #
abbcaa0a
|
| 11-Dec-1998 |
Doug Rabson <dfr@FreeBSD.org> |
Sample modules for KLD.
PR: misc/8621 Submitted by: Rajesh Vaidheeswarran <rv@fore.com>
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
a5921bc3
|
| 10-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 'S
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
show more ...
|
| #
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
|
| #
2fb2e189
|
| 18-Sep-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Style.
|
| #
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/blue
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
show more ...
|
| #
7f3dea24
|
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
0f2a20df
|
| 27-Jun-1999 |
Doug Rabson <dfr@FreeBSD.org> |
* Tidy up a few things and fix some more warnings. * Change the devsw declaration to standard form and add missing fields * Change the filename from cdev_mod.ko to cdev.ko
|
| #
abbcaa0a
|
| 11-Dec-1998 |
Doug Rabson <dfr@FreeBSD.org> |
Sample modules for KLD.
PR: misc/8621 Submitted by: Rajesh Vaidheeswarran <rv@fore.com>
|
| #
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
|
| #
2fb2e189
|
| 18-Sep-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Style.
|
| #
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/blue
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
show more ...
|
| #
7f3dea24
|
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
0f2a20df
|
| 27-Jun-1999 |
Doug Rabson <dfr@FreeBSD.org> |
* Tidy up a few things and fix some more warnings. * Change the devsw declaration to standard form and add missing fields * Change the filename from cdev_mod.ko to cdev.ko
|
| #
abbcaa0a
|
| 11-Dec-1998 |
Doug Rabson <dfr@FreeBSD.org> |
Sample modules for KLD.
PR: misc/8621 Submitted by: Rajesh Vaidheeswarran <rv@fore.com>
|