| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
These do not use __FBSDID but instead use bare char arrays.
Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41957
(cherry picked from commit eba230afba4932f02a1ca44efc797cf7499a5cb0)
|
|
|
|
|
|
|
|
|
|
|
| |
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix
(cherry picked from commit 4d846d260e2b9a3d4d0a701462568268cbfe7a5b)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
No functional change intended.
Notes:
svn path=/head/; revision=326276
|
|
|
|
| |
Notes:
svn path=/head/; revision=289767
|
|
|
|
|
|
|
|
|
|
| |
of the size of the pointer.
Reported by: Coverity
Coverity CID: 1147171
Notes:
svn path=/head/; revision=262978
|
|
|
|
|
|
|
|
| |
- Switch to mmaping the table from RAM instead of reading it out of
/dev/mem via read(2).
Notes:
svn path=/head/; revision=259229
|
|
|
|
|
|
|
| |
Suggested by: Garrett Cooper
Notes:
svn path=/head/; revision=244530
|
|
|
|
|
|
|
|
|
|
|
| |
Since the 'busses[]' and 'apics[]' arrays are indexed by these 8-bit IDs
make sure that they have enough space to accomodate up to 256 entries.
Submitted by: Ravi Shamanna
Obtained from: NetApp
Notes:
svn path=/head/; revision=244526
|
|
|
|
|
|
|
| |
file permission has to be specified as well.
Notes:
svn path=/head/; revision=229466
|
|
|
|
|
|
|
| |
While there, remove basetableEntryTypes, which became unused in r71209.
Notes:
svn path=/head/; revision=227224
|
|
|
|
|
|
|
| |
Submitted by: Jakub Lach jakub_lach of mailplus pl
Notes:
svn path=/head/; revision=204085
|
|
|
|
|
|
|
| |
We don't give a version number each userland binary.
Notes:
svn path=/head/; revision=141385
|
|
|
|
| |
Notes:
svn path=/head/; revision=120590
|
|
|
|
| |
Notes:
svn path=/head/; revision=115972
|
|
|
|
|
|
|
|
|
| |
Complain about out-of-order entries. This fixes the 'mp extended
table HOSED!" report on the DL360 we have here with the "fixed" compaq
bios rom to fix the table length off-by-one error.
Notes:
svn path=/head/; revision=71209
|
|
|
|
|
|
|
| |
Use _PATH_* where where possible.
Notes:
svn path=/head/; revision=69793
|
|
|
|
|
|
|
| |
go away.
Notes:
svn path=/head/; revision=66264
|
|
|
|
| |
Notes:
svn path=/head/; revision=64291
|
|
|
|
| |
Notes:
svn path=/head/; revision=50479
|
|
|
|
| |
Notes:
svn path=/head/; revision=47442
|
|
|
|
|
|
|
| |
#include <sys/types.h> before the headers that depend on it.
Notes:
svn path=/head/; revision=33774
|
|
|
|
| |
Notes:
svn path=/head/; revision=29850
|
|
|
|
|
|
|
|
| |
reflect its logical usage. Ie., there is NOT a 1-to-1 correspondence
between IRQ numbers and APIC pin numbers as there is with the 8259 ICU.
Notes:
svn path=/head/; revision=29161
|
|
|
|
|
|
|
| |
Noticed by: Vincent Poy <vince@mail.MCESTATE.COM>
Notes:
svn path=/head/; revision=28775
|
|
|
|
|
|
|
| |
This is (almost) defunct, start to phase it out...
Notes:
svn path=/head/; revision=27613
|
|
|
|
|
|
|
| |
This functionality is now automatic.
Notes:
svn path=/head/; revision=26850
|
|
|
|
|
|
|
| |
This coincides with changing kernel default to 64.
Notes:
svn path=/head/; revision=26020
|
|
|
|
|
|
|
| |
Document SMP_AUTOSTART as working.
Notes:
svn path=/head/; revision=25669
|
|
|
|
| |
Notes:
svn path=/head/; revision=25326
|
|
mptable examines and displays the MP table of an SMP motherboard.
Notes:
svn path=/head/; revision=25265
|