NetBSD/usr.bin/config
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
..
config.1 Fix two typos. 2014-10-10 11:58:59 +00:00
config.5 config(1), config(5): Introduce "select" 2014-10-31 07:38:36 +00:00
config.samples.5 `Controller' takes two l's. 2014-03-06 15:00:21 +00:00
defs.h config(1): Sort objects by weight in modular build 2014-11-15 08:21:38 +00:00
files.c - add RCSID's 2014-10-29 17:14:50 +00:00
gram.y makedev returns ~uint64_t, but val is int64_t. Cast for -Wconversion. 2014-11-04 23:01:23 +00:00
hash.c - add RCSID's 2014-10-29 17:14:50 +00:00
lint.c - add RCSID's 2014-10-29 17:14:50 +00:00
main.c config(1): Rename internal flag to enable modular build 2014-11-06 11:40:32 +00:00
Makefile put back scanner warnings now that flex produces clean code. 2014-10-29 19:10:49 +00:00
mkdevsw.c merge a bit of duplicated code. 2014-11-10 21:13:04 +00:00
mkheaders.c To make -Wconversion happy, cast return value of tolower/toupper to 2014-11-04 23:00:35 +00:00
mkioconf.c config(1): Don't emit unused empty loc[] 2014-11-01 11:02:41 +00:00
mkmakefile.c config(1): Sort objects by weight in modular build 2014-11-15 08:21:38 +00:00
mkswap.c - add RCSID's 2014-10-29 17:14:50 +00:00
pack.c - add RCSID's 2014-10-29 17:14:50 +00:00
scan.l - simplify string parsing 2014-11-07 17:50:14 +00:00
sem.c config(1): Sort objects by weight in modular build 2014-11-15 08:21:38 +00:00
sem.h config(1): Sort objects by weight in modular build 2014-11-15 08:21:38 +00:00
TODO Revise a plan about link-set. 2014-11-13 15:25:48 +00:00
util.c - add RCSID's 2014-10-29 17:14:50 +00:00