History log of /netbsd/sys/arch/evbarm/conf/GUMSTIX (Results 1 – 25 of 110)
Revision Date Author Comments
# bffd2b8a 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 ...


# 6a7344ab 24-May-2022 andvar <andvar@NetBSD.org>

fix various typos in comment, documentation and log messages.


# 12f99f3e 20-Jan-2021 nia <nia@NetBSD.org>

do not enable kernel OSS compat in configs without compat_linux

perhaps kernel OSS compat can be merged into compat_linux to avoid
further confusion


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


# ddef01f9 16-Aug-2020 jdolecek <jdolecek@NetBSD.org>

make COMPAT_LINUX option disabled by default

leave the option enabled only in amd64/i386 ALL kernels to make
sure it continues to be compilable also when included in kernel


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

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


# c6e78f35 18-Apr-2020 skrll <skrll@NetBSD.org>

PMAP_DEBUG has been deleted on arm


# 3bb70afd 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


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

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


# f9f3963e 21-Aug-2019 msaitoh <msaitoh@NetBSD.org>

Fix typo (s/contoller/controller/).


# 28bd62e3 26-Apr-2019 sevan <sevan@NetBSD.org>

Use veriexec.config to reduce duplication


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


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


# 07c13b08 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 ...


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


# 91d46ebe 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 ...


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


# 8ed9a13c 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 ...


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

Remove TCP_COMPAT_42 from the config files. Pass 3.


# abaa36e0 16-Jun-2017 pgoyette <pgoyette@NetBSD.org>

Add gpio support for Xscale

From Stephan Meisenger in PR/52163


# 9a8f4e36 19-Feb-2017 rin <rin@NetBSD.org>

PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.


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


# 337cc63a 26-Nov-2016 christos <christos@NetBSD.org>

mention PAX_SEGVGUARD dependency on FILEASSOC


12345