Commit Graph

592 Commits

Author SHA1 Message Date
tls
fca9d633b9 Add accept filters to GENERIC kernels where they exist. 2008-08-10 15:31:20 +00:00
simonb
ae9bf9b493 Regen for "options WAPBL". 2008-07-31 07:45:39 +00:00
simonb
73252465b8 Move "options WAPBL" so that it also gets added to INSTALL kernels. 2008-07-31 07:45:04 +00:00
simonb
0751ba4bff Add "options WAPBL" to standard GENERIC/INSTALL type configs. 2008-07-31 07:40:59 +00:00
drochner
bb33f35f20 Since files.wscons et al. are included by ~all ports anyway, include
them in the mi "files" file, and remove include statements from md files.
These shouldn't pull in additional kernel code when not in use, so it
shouldn't do any harm except a risk of namespace collisions which
should be easy to fix.
2008-02-20 21:43:33 +00:00
joerg
3a35c33b92 Add assym.h dependencies. 2008-01-25 19:39:22 +00:00
ad
2ecdf58c2c Remove systrace. Ok core@. 2007-12-31 15:31:24 +00:00
xtraeme
4ba09b41c3 Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.
2007-11-04 14:34:19 +00:00
garbled
d974db0ada Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree.  Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches.  The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
2007-10-17 19:52:51 +00:00
lukem
c3484cafd1 Change AMIGA to just include GENERIC and disable the DraCo stuff. 2007-09-07 12:53:40 +00:00
lukem
2ca22235a0 Change WSCONS to just include GENERIC, enable wscons devices,
and disable conflicting other-style console devices.
2007-09-07 10:08:35 +00:00
is
8a1e4dd98f Regenerate after addition of wdc_buddha. 2007-08-20 07:42:46 +00:00
is
4c7c634330 wdc frontent for the buddha and catweazle Z2 hardware. From an old prototype
by me which was never committed due to lack of testers, adopted to 4.99 and
fixed by Frank Wille.
2007-08-20 07:40:29 +00:00
is
567a27c6e2 Reminder to not change GENERIC etc. directly. 2007-08-19 17:18:15 +00:00
is
d1ba1cb2fd regenerate after removal of OSI networking 2007-08-19 17:14:59 +00:00
adrianp
475217d719 Remove iso(4) from GENERIC kernels, as discussed on tech-net@
Ok'ed by core@
2007-08-06 21:26:53 +00:00
he
040448641c Regenerated files after adding COMPAT_40. 2007-07-16 06:23:58 +00:00
he
42a743dc4a The option COMPAT_AOUT_M68K now requires COMPAT_40 (recent mount changes),
so make sure to define COMPAT_40 too.
2007-07-16 06:23:28 +00:00
mhitch
0e58b18eb5 Add amiga/amiga/pmap_bootstrap.c. Amiga can now use either the amiga pmap.c
or the m68k common pmap_motorola.c.  Add comment-out entry for
m68k/m68k/pmap_motorola.c.  Currently still uses amiga pmap, but switching
to m68k common pmap_motorola is done easily for testing.
2007-06-09 16:31:08 +00:00
martin
0cfdef558a regen 2007-06-06 08:16:10 +00:00
martin
094e363596 Grr, do the addition of pseudo-device agr the right way 2007-06-06 08:15:54 +00:00
martin
c2534a819b Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).
2007-06-04 08:55:18 +00:00
wiz
6919c6578c s/independant/independent/, from Zafer. 2006-11-24 22:04:21 +00:00
jmmv
d4e479987d Regen. Per bernd@'s instructions. 2006-11-12 09:14:32 +00:00
jmmv
7a13fe4abf Remove tmpfs's experimental status. OK'ed by core@. 2006-11-11 18:47:08 +00:00
chs
e8295642bd remove MALLOC_NOINLINE, it doesn't do anything anymore. 2006-10-02 03:28:29 +00:00
christos
e0df1e4c51 PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP
2006-08-26 20:26:43 +00:00
tsutsui
6fed756003 Regen from GENERIC.in:
1.54:
> Disable SYSTRACE by default on all kernels (discussed with core)
1.55:
> Remove obsolete #options VERIFIED_EXEC, found by grep(1).
2006-08-26 08:04:32 +00:00
tsutsui
6ff205ce76 Remove obsolete #options VERIFIED_EXEC, found by grep(1). 2006-08-26 07:59:21 +00:00
christos
b300b74469 Disable SYSTRACE by default on all kernels (discussed with core) 2006-08-12 15:29:52 +00:00
hubertf
ded0447fa8 spc(4) can also attach to pcmcia(4), as was already in hpcmips/GENERIC
for quite some time. Add it to all systems that have pcmcia SCSI.

Pointed out by Björn Johannesson <rherdware@yahoo.com> in private mail,
OK'd by matt@
2006-07-31 23:29:54 +00:00
tsutsui
1c1d619cf7 Regen from GENERIC.in rev 1.53:
> Add CARP to further platforms
2006-06-30 10:54:09 +00:00
liamjfoy
d00a9ac91b Add CARP to further platforms
ok christos, julian coleman and matthew green
2006-06-29 14:00:55 +00:00
pavel
9f508a304c regen (added stf). 2006-03-28 21:14:54 +00:00
pavel
dc1372c547 Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".
2006-03-28 20:58:39 +00:00
cube
6ff13154dd Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
2006-02-05 05:01:48 +00:00
rpaulo
cc9f3c8ae6 regen 2006-02-04 02:25:21 +00:00
rpaulo
4866e74b23 bpfilter doesn't accept count anymore. 2006-02-04 02:25:08 +00:00
reinoud
be58a98b29 Regen GENERIC config files. 2006-02-03 00:41:26 +00:00
reinoud
f4c2e9d012 Add uncommented file-system UDF for generated config GENERIC files. 2006-02-03 00:40:16 +00:00
reinoud
a92fdbbc53 Add commented out UDF file-system entry in all GENERIC configurations. 2006-02-02 21:32:08 +00:00
christos
95e1ffb156 merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tsutsui
fd9731e9a4 Regen from GENERIC.in rev 1.48:
> Add veriexec stuff to the common config file.
2005-12-10 14:54:40 +00:00
tsutsui
08575b5e08 Add veriexec stuff to the common config file. 2005-12-10 14:53:10 +00:00
elad
4591e5acfd Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.
2005-12-09 23:34:01 +00:00
tsutsui
cf900d2ab9 Regen from GENERIC.in rev 1.47:
> Remove obsolete options VNODE_OP_NOINLINE.
2005-12-07 12:42:39 +00:00
tsutsui
2a32b6081e Remove obsolete options VNODE_OP_NOINLINE. 2005-12-07 12:40:46 +00:00
tsutsui
ebd35749cf Adjust comments for options FFS_NO_SNAPSHOT. 2005-12-07 12:22:29 +00:00
tsutsui
1e0ccec995 Regen from GENERIC.in rev 1.46:
> Adjust comments for options FFS_NO_SNAPSHOT.
2005-12-07 12:13:47 +00:00
tsutsui
ff9b47d69e Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
2005-12-07 09:10:11 +00:00