| #
b670c9ba
|
| 11-Jun-2025 |
Ahmad Khalifa <vexeduxr@FreeBSD.org> |
newbus: replace leftover device unit wildcards
Reviewed by: imp, jhb Approved by: imp (mentor) Differential Revision: https://reviews.freebsd.org/D50913
|
| #
97232e04
|
| 25-Sep-2023 |
John Baldwin <jhb@FreeBSD.org> |
make_*_driver.sh: Don't include $FreeBSD$ in generated files
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41950
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
b670c9ba
|
| 11-Jun-2025 |
Ahmad Khalifa <vexeduxr@FreeBSD.org> |
newbus: replace leftover device unit wildcards
Reviewed by: imp, jhb Approved by: imp (mentor) Differential Revision: https://reviews.freebsd.org/D50913
|
| #
97232e04
|
| 25-Sep-2023 |
John Baldwin <jhb@FreeBSD.org> |
make_*_driver.sh: Don't include $FreeBSD$ in generated files
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41950
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
226a9d16
|
| 09-May-2018 |
Warner Losh <imp@FreeBSD.org> |
Remove 'All Rights Reserved' from the collection copyright and templates.
The original Berkeley Software Distributions were made in the 1980's and 1990's. At that time, the Buenos Ares Convention of
Remove 'All Rights Reserved' from the collection copyright and templates.
The original Berkeley Software Distributions were made in the 1980's and 1990's. At that time, the Buenos Ares Convention of 1910 was in force in most of the countries in the Americas. It required an affirmative statement of rights reservation, typically using 'All Rights Reserved.' The Regents included this phrase in their copyright notices to invoke this treaty to ensure maximal copyright protection.
In the 1990's, Latin America coutries ratifeid the Berne Convention on copyrights which prohibited them from requiring an affirmative statement to reserve the rights. When Nicaragua ratified in 2000, the Buenos Ares Convention of 1910 was effectively repealed. This made all the 'All Rights Reserved' phrases obsolete and legal deadweight most of the time, and certainly in the cases removed here.
Since it's no longer required, and is in fact meaningless, core has decided to dropped it from the project's collection copyright and sample templates. It encourages other rights holders to do the same after consultation with their legal department.
More see https://en.wikipedia.org/wiki/Buenos_Aires_Convention for more information.
Approved by: core@ (emaste@, jhb@) Differential Review: https://reviews.freebsd.org/D15264
show more ...
|
| #
8fa0b743
|
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
| #
80dbff4e
|
| 04-Jan-2012 |
Sean Bruno <sbruno@FreeBSD.org> |
IFC to head to catch up the bhyve branch
Approved by: grehan@
|
| #
87c3644c
|
| 24-May-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222256
|
| #
226a9d16
|
| 09-May-2018 |
Warner Losh <imp@FreeBSD.org> |
Remove 'All Rights Reserved' from the collection copyright and templates.
The original Berkeley Software Distributions were made in the 1980's and 1990's. At that time, the Buenos Ares Convention of
Remove 'All Rights Reserved' from the collection copyright and templates.
The original Berkeley Software Distributions were made in the 1980's and 1990's. At that time, the Buenos Ares Convention of 1910 was in force in most of the countries in the Americas. It required an affirmative statement of rights reservation, typically using 'All Rights Reserved.' The Regents included this phrase in their copyright notices to invoke this treaty to ensure maximal copyright protection.
In the 1990's, Latin America coutries ratifeid the Berne Convention on copyrights which prohibited them from requiring an affirmative statement to reserve the rights. When Nicaragua ratified in 2000, the Buenos Ares Convention of 1910 was effectively repealed. This made all the 'All Rights Reserved' phrases obsolete and legal deadweight most of the time, and certainly in the cases removed here.
Since it's no longer required, and is in fact meaningless, core has decided to dropped it from the project's collection copyright and sample templates. It encourages other rights holders to do the same after consultation with their legal department.
More see https://en.wikipedia.org/wiki/Buenos_Aires_Convention for more information.
Approved by: core@ (emaste@, jhb@) Differential Review: https://reviews.freebsd.org/D15264
show more ...
|
| #
8fa0b743
|
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
| #
80dbff4e
|
| 04-Jan-2012 |
Sean Bruno <sbruno@FreeBSD.org> |
IFC to head to catch up the bhyve branch
Approved by: grehan@
|
| #
87c3644c
|
| 24-May-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222256
|
| #
a9029fbb
|
| 22-Nov-2011 |
Marius Strobl <marius@FreeBSD.org> |
Update to use DEVMETHOD_END.
|
| #
8c4431d0
|
| 22-May-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
| #
5665fe6b
|
| 22-May-2011 |
Ulrich Spörlein <uqs@FreeBSD.org> |
Fix more typos to be a good example.
Found by: codespell
|
| #
be115021
|
| 09-Aug-2006 |
Roman Kurakin <rik@FreeBSD.org> |
- Added 'files "files.FOO"' to config for inclusion of user specific files. - Added KDB option to config file (for DDB). - Added ability to compile custom kernel.
Discussed with: julian@
|
| #
36a64d13
|
| 06-Aug-2006 |
Roman Kurakin <rik@FreeBSD.org> |
- Added ability to provide (optional) path to the kernel sources - Fixed path for ${s}/conf/files.FOO and a note that it should be merged into corresponding file to be able to compile the kernel - Ch
- Added ability to provide (optional) path to the kernel sources - Fixed path for ${s}/conf/files.FOO and a note that it should be merged into corresponding file to be able to compile the kernel - Changed kernel configuration example with the driver: it is not produced by copying Generic but by including it - Changed from automatic module building to asking an user if it whants to
Reviewed by: julian@
show more ...
|
| #
a299217f
|
| 06-Aug-2006 |
Roman Kurakin <rik@FreeBSD.org> |
Fix compilation.
Reviewed by: julian@
|
| #
e4dcc1fd
|
| 03-Oct-2003 |
Diomidis Spinellis <dds@FreeBSD.org> |
Style fixes: shell script indentation, if/then style, plus a lot of comments in C code (capitalized, end with full stop).
Submitted by: schweikh
|
| #
ff7cd805
|
| 03-Oct-2003 |
Diomidis Spinellis <dds@FreeBSD.org> |
Create a driver that will compile without warnings on -CURRENT More changes are probably needed to create a correct driver.
Reviewed by: markm Approved by: schweikh (mentor)
|
| #
418df1e4
|
| 02-Aug-2002 |
Mark Murray <markm@FreeBSD.org> |
Modernise and tidy up.
|
| #
853fbff5
|
| 13-Nov-2001 |
Andrew R. Reiter <arr@FreeBSD.org> |
- Modify to make the generated device driver code work with current. - Use M_ZERO instead of another call to bzero().
Inspired by: misc/31905
|
| #
11027719
|
| 14-Apr-2001 |
Brian Somers <brian@FreeBSD.org> |
Suggest that kernels are built with ``cd /usr/src; make buildkernel'' Add a comment saying that our softc is automatically allocated by the parent bus. Fix lots of spellings
|