Updating src tree:
P src/distrib/sets/lists/base/mi
P src/distrib/sets/lists/tests/mi
P src/etc/mtree/NetBSD.dist.base
P src/sys/arch/arm/broadcom/bcm2835_genfb.c
P src/sys/arch/arm/broadcom/bcm283x_platform.c
P src/sys/arch/evbarm/conf/RPI
P src/sys/arch/evbarm/rpi/rpi_vcmbox.c
P src/sys/arch/ev
I noticed another aspect of MAKEDEV that seems will become increasingly
limiting. The set of devices created by init for a memory filesystem does not
include any dk devices. This makes it impossible to access wedges without
manually changing, for example, MAKEDEV.local. Given the trend toward
On Sun, Nov 22, 2020 at 06:51:04PM -0700, Brook Milligan wrote:
> - create an empty /dev/pts directory during installation as is done
> for /dev/altq and /dev/fd.
[..]
> The first option seems simplest, but if the ptm* devices should
> always be available and ptyfs is supposed to work in all cases,
In article <73bb3f04-c271-422d-ace2-10aab3bf9...@nmsu.edu>,
Brook Milligan wrote:
>I notice what appears to be an incompatibility under some circumstances
>between fstab and MAKEDEV.
>
>- /etc/fstab has an entry for the mount point /dev/pts
>
>- /dev/pts is not created as part of system installat