Go to file
uebayasi 70dd8e7d2a config(1): Sort objects by weight in modular build
Sort per-module kernel objects (*.ko) by dependency weight.  Important modules
are placed in lower addresses.  The ``machdep'' module will be always placed
in the lowest.

(At this moment, the order is not exact because dependency information is
incomplete in config files (files.*).  Thus ``sysmon_power.ko'' comes lower
than ``machdep.ko'' and/or ``uvm.ko''; but still much better than alphabetical
sort.)
2014-11-15 08:21:38 +00:00
bin Use l_wmesg if the string is not empty. Don't bother checking l_name for 2014-11-15 01:58:34 +00:00
common
compat
crypto
dist/pf
distrib Merge tests. 2014-11-15 03:22:29 +00:00
doc
etc
external
extsrc
games
gnu Array can't be null. 2014-11-15 02:01:27 +00:00
include
lib
libexec
regress
rescue
sbin Skip vendor if the string is empty. 2014-11-15 01:52:01 +00:00
share
sys Don't sort objects for modular build. 2014-11-15 08:20:42 +00:00
tests Tweaks. 2014-11-15 04:47:11 +00:00
tools
usr.bin config(1): Sort objects by weight in modular build 2014-11-15 08:21:38 +00:00
usr.sbin Show display if it is not empty. 2014-11-15 02:09:18 +00:00
x11
build.sh
BUILDING
Makefile
Makefile.inc
UPDATING