History log of /netbsd-src/sys/arch/evbarm/conf/MMNET_GENERIC (Results 1 – 25 of 56)
Revision Date Author Comments
# c78676ac 29-Jan-2024 christos <christos@NetBSD.org>

PR/57889: Ricardo Branco: ext2fs does not have user immutable and append
file flags, only system ones. Restrict those to the superuser. Before
the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make

PR/57889: Ricardo Branco: ext2fs does not have user immutable and append
file flags, only system ones. Restrict those to the superuser. Before
the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the
default.

show more ...


# c7ae7f02 07-Aug-2022 simonb <simonb@NetBSD.org>

UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel

UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
and by a number of NetBSD developers for years.
- Add LFS_DIRHASH if LFS was enabled.
- Be somewhat consistent with FS options order.

show more ...


# f3c68eb2 29-Jun-2021 nia <nia@NetBSD.org>

Remove uscanner(4) driver

This exists for compatibility with a Linux interface which was apparently
deprecated in Linux 2.6. There are various mailing list threads going
back to 2004 where the usefu

Remove uscanner(4) driver

This exists for compatibility with a Linux interface which was apparently
deprecated in Linux 2.6. There are various mailing list threads going
back to 2004 where the usefulness of this driver is discussed, but
the conclusion is that scanner software has all moved to using ugen(4)
instead, and enabling this driver will not help you scan things.

show more ...


# 98f3a8d4 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.


# b84521f2 01-Aug-2020 maxv <maxv@NetBSD.org>

Remove references to BRIDGE_IPF, it is now compiled in by default.


# 5cf9e8b8 16-May-2020 maya <maya@NetBSD.org>

Remove uyap, USB YAP phone firmware loader.

And the associated ezload EZ-USB code, which is only used by uyap.
It could theoretically be used by other drivers, but none of them are
in tree.

I suspe

Remove uyap, USB YAP phone firmware loader.

And the associated ezload EZ-USB code, which is only used by uyap.
It could theoretically be used by other drivers, but none of them are
in tree.

I suspect that this device isn't in use, as phone technology has improved
a lot since 2001 when uyap(4) was added to the tree.

Proposed with no objections on netbsd-users on 13 April 2020

show more ...


# 23d01281 25-Mar-2020 jdolecek <jdolecek@NetBSD.org>

remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs
to prepare for their eventual removal


# 71ad228e 24-Mar-2020 sevan <sevan@NetBSD.org>

g/c UGEN_BULK_RA_WB which is not a supported option


# 5e031685 29-Jan-2020 maya <maya@NetBSD.org>

remove urio(4), a driver for the Rio500 MP3 player.

At this point it is highly unlikely this 1999 device still has users,
but it still comes up in the context of maxv's USB-fuzzing (and any device
c

remove urio(4), a driver for the Rio500 MP3 player.

At this point it is highly unlikely this 1999 device still has users,
but it still comes up in the context of maxv's USB-fuzzing (and any device
could pretend to be a urio(4)), so it's best to get rid of it.

Renamed all major entries to obsolete, as was done in previous removals.

This still requires an update to sanitizers, but they're located in
"external", perhaps it should be first committed upstream?

Proposed on tech-kern a month ago.

show more ...


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

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


# 702a353f 26-Apr-2019 sevan <sevan@NetBSD.org>

Use veriexec.config to reduce duplication


# 56d03703 06-Feb-2019 rin <rin@NetBSD.org>

Add ure(4) to kernel config files. Also add PHY drivers where necessary.


# 5bec2f34 19-Dec-2018 skrll <skrll@NetBSD.org>

Remove CONS_OVERRIDE - it's an i386 option


# ef2b5d4f 23-Oct-2018 jdolecek <jdolecek@NetBSD.org>

remove the 'wd* at umass?' for the non-standardized and rare (extinct?)
In-System Design ATA protocol over Bulk-Only devices from most kernels,
leave only in i386/amd64 ALL; it's unmaintained and lik

remove the 'wd* at umass?' for the non-standardized and rare (extinct?)
In-System Design ATA protocol over Bulk-Only devices from most kernels,
leave only in i386/amd64 ALL; it's unmaintained and likely currently broken,
lack of test hardware makes it impossible to support

show more ...


# 46f2680d 25-Aug-2018 rin <rin@NetBSD.org>

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.


# 2ec2a169 25-Aug-2018 maxv <maxv@NetBSD.org>

Retire NDIS. It appears that it has never worked, after 13 years it was
still marked as "experimental", and nowadays it may be one more obstacle
to MPification of the network stack.

Discussed on tec

Retire NDIS. It appears that it has never worked, after 13 years it was
still marked as "experimental", and nowadays it may be one more obstacle
to MPification of the network stack.

Discussed on tech-net@.

show more ...


# f71d13bd 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 ...


# 62c89881 12-Jul-2018 maxv <maxv@NetBSD.org>

Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs

Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is
good.

* Removes the PMC code of ARM XSCALE.

* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.

* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The
definitions are put in sysarch.h.

* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control
and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,
netbsd32 and rump.

* Removes the pmc_evid_t and pmc_ctr_t types.

* Removes all the associated man pages. The sets are marked as obsolete.

show more ...


# 9351a32e 28-Jun-2018 thorpej <thorpej@NetBSD.org>

Use the "flags" config directive modifier to specify seeprom size
(a pre-existing capability in seeprom driver) now that "size" is no
longer a valid locator for i2c.


# 4a24ae96 23-Jun-2018 maya <maya@NetBSD.org>

Remove commented out MATH_EMULATE from kernel configs that got it
by copying an older i386 config.


# 8619b1ab 07-Jun-2018 thorpej <thorpej@NetBSD.org>

Revert changes that pinned-down i2c parent specs. The i2c subsystem
has been enhanced to make this unnecessary.


# 94113244 15-May-2018 thorpej <thorpej@NetBSD.org>

Fully specifiy the location of indirectly-configured I2C devices. In
particular, the parent spec must not be wild-carded, as doing so doesn't
work well on systems where more than one I2C bus is prese

Fully specifiy the location of indirectly-configured I2C devices. In
particular, the parent spec must not be wild-carded, as doing so doesn't
work well on systems where more than one I2C bus is present.

show more ...


# 241c797a 23-Jan-2018 sevan <sevan@NetBSD.org>

Alternate buffer queue strategies no longer considered experimental, update
or add new description for files missed out in the previous run.


# 95772a88 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 ...


# 684872c7 13-Sep-2017 sevan <sevan@NetBSD.org>

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
ht

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh

show more ...


123