Commit Graph

24 Commits

Author SHA1 Message Date
martin
158b984dab Fix the names of the (commented out) Kirwood L2 cache options. 2014-10-17 18:45:14 +00:00
dholland
4acb6306f5 Systematize (and in many cases, fix) the comments on options COMPAT_NN.
There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
2014-08-23 20:26:56 +00:00
joerg
a26164117a Reorganize symbol table embedding. The existing option SYMTAB_SPACE is
replaced by the make option COPY_SYMTAB set to any value. The copy of
the symbol table is no longer put into a buffer in kern_ksyms.o, but a
small helper object. This object is build first with a dummy size, then
the kernel is linked to compute the real dimension of the symbol table
buffer. After that, the helper object is rebuild and the kernel linked
again.
2014-08-17 21:17:43 +00:00
apb
30a0368950 Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
2014-08-16 17:56:30 +00:00
martin
c404e01899 Add COMPAT_NETBSD32 to more kernels (we have too many) 2014-08-03 09:18:16 +00:00
dholland
9a78d593a7 "internally consistency checks" -> "internal consistency checks" 2014-07-27 03:34:41 +00:00
kiyohara
cdafadd48d Change wildcard for mvgbe configuration. Don't attach, if clock was disabled. 2014-01-03 14:40:54 +00:00
kiyohara
e081e0cd5a Add comment-outed mvgbec1 and mvgbe for A7. 2013-10-05 06:14:48 +00:00
kiyohara
a9a5b4472d Cleanup. 2013-10-05 06:10:35 +00:00
rmind
666e919182 G/C PFIL_HOOKS from the kernel configs. 2013-06-30 21:38:55 +00:00
christos
675a21629f catch the escapees of the IPSEC_NAT_T purge. 2013-06-05 23:12:37 +00:00
christos
9434c99ee1 more bogus number removal 2013-04-27 22:21:12 +00:00
christos
1cc8b68d4b the bogus number police 2013-04-27 21:43:10 +00:00
christos
dc14ae835f remove confusing numeric locators where they are unused. 2013-04-27 18:19:19 +00:00
christos
2c1aa36c3d Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it. 2013-03-02 02:42:07 +00:00
joerg
e240adbd0b Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
apb
f3929b106b Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
2012-10-17 14:48:07 +00:00
msaitoh
f727394bbf Add PUFFS, putter and fss. 2012-09-11 19:43:09 +00:00
msaitoh
0d54b0ec95 Split DEBUG="-g -Ox" into DEBUG="-g" and COPTS="-Ox". 2012-09-09 04:27:11 +00:00
jakllsch
ec5ba90796 Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.
2012-09-01 18:17:49 +00:00
skrll
192854d629 Typo in comment 2012-08-29 08:29:57 +00:00
kiyohara
0457db9227 Comment-out md. 2012-08-23 10:24:52 +00:00
kiyohara
bb7afcb870 Remove obsolated file-system PORTAL. 2012-08-23 00:20:16 +00:00
kiyohara
d5489b899d Add OPENBLOCKS_A6 (Plat'Home OpenBlockS A6). 2012-08-01 10:50:05 +00:00