| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the old days callout(9) had 1 tick precision and that was inadequate
for some uses, e.g. DTrace profile module, so we had to emulate cyclic
API and behavior. Now we can directly use callout(9) in the very few
places where cyclic was used.
Differential Revision: https://reviews.freebsd.org/D1161
Reviewed by: gnn, jhb, markj
MFC after: 2 weeks
Notes:
svn path=/head/; revision=275576
|
| |
|
|
|
|
|
|
|
|
| |
relative to .CURDIR if not already defined. This makes the makefiles
more readable but also more re-usable and adaptable.
Obtained from: Juniper Networks, Inc.
Notes:
svn path=/head/; revision=262818
|
| |
|
|
|
|
|
|
| |
MFC after: 17 days
X-MFC with: r253996
Notes:
svn path=/head/; revision=253997
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Do this by forcing inclusion of
sys/cddl/compat/opensolaris/sys/debug_compat.h
via -include option into all source files from OpenSolaris.
Note that this -include option must always be after -include opt_global.h.
Additionally, remove forced definition of DEBUG for some modules and fix
their build without DEBUG.
Also, meaning of DEBUG was overloaded to enable WITNESS support for some
OpenSolaris (primarily ZFS) locks. Now this overloading is removed and
that use of DEBUG is replaced with a new option OPENSOLARIS_WITNESS.
MFC after: 17 days
Notes:
svn path=/head/; revision=253996
|
| |
|
|
|
|
|
| |
It's generic enough to cover all of them.
Notes:
svn path=/head/; revision=233411
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the
source code location of the machine, the latter the binary output. In
general, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unless
we're tesitng for a specific target. The isn't even moot for
i386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86,
although a specific cleanup for that likely would be needed...
Notes:
svn path=/head/; revision=211690
|
| |
|
|
|
|
|
|
| |
i386 version, so instead having a copy of the same file, use Makefile
foo to include the i386 version on amd64.
Notes:
svn path=/head/; revision=206900
|
| |
|
|
|
|
|
| |
the other stuff.
Notes:
svn path=/head/; revision=179261
|
|
|
Notes:
svn path=/head/; revision=179065
|