History log of /netbsd/sys/arch/sparc/conf/INSTALL (Results 1 – 25 of 106)
Revision Date Author Comments
# 21d45114 28-Dec-2022 jakllsch <jakllsch@NetBSD.org>

remove lingering strip(4) remnants


# 2a2eb8c5 27-Sep-2020 roy <roy@NetBSD.org>

vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.


# dbe731e6 12-Apr-2020 mrg <mrg@NetBSD.org>

base INSTALL kernel upon GENERIC with many "no ...".


# 57d78744 19-Jan-2020 thorpej <thorpej@NetBSD.org>

Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.


# 54015632 19-Dec-2018 maxv <maxv@NetBSD.org>

Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,
but also as discussed several times in the past.


# aa932dd1 06-Sep-2018 maxv <maxv@NetBSD.org>

Retire the 'midway' driver. Discussed on tech-net@ recently and also three
years ago, part of removing the network ATM code.


# 4187dd1e 01-Aug-2018 maxv <maxv@NetBSD.org>

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enable

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).

show more ...


# 85fc3ec5 05-Feb-2018 maxv <maxv@NetBSD.org>

Nuke DIRECTED_BROADCAST, it is not documented and not enabled anywhere. It
probably wouldn't have built correctly anyway, since there is no associated
defflag.

These ten lines of code in ip_input.c

Nuke DIRECTED_BROADCAST, it is not documented and not enabled anywhere. It
probably wouldn't have built correctly anyway, since there is no associated
defflag.

These ten lines of code in ip_input.c already look a lot better.

show more ...


# abef2832 14-Sep-2017 mrg <mrg@NetBSD.org>

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancie

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.

show more ...


# 761e6a02 29-Jul-2017 maxv <maxv@NetBSD.org>

Remove TCP_COMPAT_42 from the config files. Pass 3.


# 01b79349 09-Feb-2017 joerg <joerg@NetBSD.org>

Bump the ram disk and miniroot size slightly for clang.


# 01228743 13-Dec-2016 christos <christos@NetBSD.org>

wildcard speaker attachments, now that we can handle many of them.


# 5781081a 10-Dec-2016 christos <christos@NetBSD.org>

remove VAUDIOSPEAKER for now, will be done differently.


# c5d6c3a6 08-Dec-2016 nat <nat@NetBSD.org>

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.


# c9f88553 13-Apr-2016 macallan <macallan@NetBSD.org>

- purge long obsolete RASTERCONSOLE
- add mgx


# 525a9da9 26-Sep-2015 maxv <maxv@NetBSD.org>

Remove KMEMSTATS. Normally it's ok now.


# ced4fe6f 23-Aug-2014 dholland <dholland@NetBSD.org>

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

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.

show more ...


# c1a7a9bb 24-Mar-2014 szptvlfn <szptvlfn@NetBSD.org>

fix manual section numbering of sysctl.
thanks wiz@


# 9cdd479a 30-Jun-2013 rmind <rmind@NetBSD.org>

G/C PFIL_HOOKS from the kernel configs.


# 61087f64 27-Apr-2013 christos <christos@NetBSD.org>

the bogus number police


# 669cb180 27-Apr-2013 christos <christos@NetBSD.org>

remove confusing numeric locators where they are unused.


# e836e752 01-Mar-2013 joerg <joerg@NetBSD.org>

Retire OSI network stack. OK core@


# af9864e6 07-Feb-2013 macallan <macallan@NetBSD.org>

add sx at mainbus


# 13e0b76c 17-Aug-2012 abs <abs@NetBSD.org>

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?

show more ...


# 0f4e7e8b 26-Jun-2012 macallan <macallan@NetBSD.org>

switch to WSEMUL_VT100 to reduce differences with sparc64 and other wscons
and fb console using ports
WSEMUL_SUN is left in but commented out so whoever wants it back can have it
with minimal effort


12345