History log of /netbsd-src/sbin/devpubd/devpubd.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 31510453 21-Jun-2021 christos <christos@NetBSD.org>

fix proplib deprecation


# c445faa0 24-Feb-2020 mlelstv <mlelstv@NetBSD.org>

Add one-shot mode.


# 5f94716b 06-Feb-2020 kamil <kamil@NetBSD.org>

Stop including unused header <sys/poll.h>


# 3d6eb1fc 15-Feb-2015 christos <christos@NetBSD.org>

let's make this compile again.


# 481b9e73 15-Feb-2015 jmcneill <jmcneill@NetBSD.org>

At startup, instead of doing run-hooks for each device, call run-hooks
once with a list of all found devices. This lets us batch calls to MAKEDEV
which results in a noticeable improvement in Raspberr

At startup, instead of doing run-hooks for each device, call run-hooks
once with a list of all found devices. This lets us batch calls to MAKEDEV
which results in a noticeable improvement in Raspberry Pi boot time.

Run the initial device enumeration hooks before detaching from the foreground,
ensuring that any required devices have been created before the rc.d script
exits.

show more ...


# bd80b77c 16-Sep-2011 joerg <joerg@NetBSD.org>

Use __dead. Save a pointer.


# f385d8f5 29-Aug-2011 mrg <mrg@NetBSD.org>

add the device publish daemon, written by jmcneill@.

listens on drvctl for new devices and invokes MAKEDEV for them.

missing:
- manual page
- rc.d script
- more testing

but it works well eno

add the device publish daemon, written by jmcneill@.

listens on drvctl for new devices and invokes MAKEDEV for them.

missing:
- manual page
- rc.d script
- more testing

but it works well enough to make new disk nodes appear in /dev when
netbsd sees them and they're missing. you will need to make sure
you have a new /dev/MAKEDEV for this to work properly (postinstall
should handle this normally, of course.)


thanks jared!

show more ...