OpenGrok
Cross Reference: Makefile
xref
: /
src
/
sys
/
modules
/
if_axe
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
if_axe
History log of
/src/sys/modules/if_axe/Makefile
Revision
Date
Author
Comments
1.3
17-Feb-2019
rin
Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.
Also, turn on -Wno-missing-noreturn for clang for some files.
At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5
Discussed on tech-kern.
1.2
02-Feb-2012
tls
branches: 1.2.48;
Entropy-pool implementation move and cleanup.
1) Move core entropy-pool code and source/sink/sample management code
to sys/kern from sys/dev.
2) Remove use of NRND as test for presence of entropy-pool code throughout
source tree.
3) Remove use of RND_ENABLED in device drivers as microoptimization to
avoid expensive operations on disabled entropy sources; make the
rnd_add calls do this directly so all callers benefit.
4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might
have lead to slight entropy overestimation for some sources.
5) Add new source types for environmental sensors, power sensors, VM
system events, and skew between clocks, with a sample implementation
for each.
ok releng to go in before the branch due to the difficulty of later
pullup (widespread #ifdef removal and moved files). Tested with release
builds on amd64 and evbarm and live testing on amd64.
1.1
23-Aug-2011
pgoyette
branches: 1.1.2; 1.1.6;
Module build glue for if_rum and if_axe
1.1.6.1
18-Feb-2012
mrg
merge to -current.
1.1.2.1
17-Apr-2012
yamt
sync with head
1.2.48.1
10-Jun-2019
christos
Sync with HEAD
Indexes created Wed Oct 22 13:09:56 GMT 2025