Home | History | Annotate | Download | only in devpubd
History log of /src/sbin/devpubd/Makefile
RevisionDateAuthorComments
 1.5  15-Feb-2015  christos let's make this compile again.
 1.4  11-Aug-2013  dholland branches: 1.4.4;
These pass WARNS=5, so don't set WARNS=4
 1.3  11-Jan-2013  mlelstv Provide a script for devpubd(8) that creates symlinks for each dk(4)
device under /dev/wedges so that you can access them by name.
 1.2  06-Sep-2011  riz branches: 1.2.2; 1.2.8;
Build and install the skeleton manpage for devpubd - it's better than
nothing.
 1.1  29-Aug-2011  mrg 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!
 1.2.8.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.8.1  25-Feb-2013  tls resync with head
 1.2.2.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.2.1  23-Jan-2013  yamt sync with head
 1.4.4.1  17-Feb-2015  martin Pull up following revision(s) (requested by jmcneill in ticket #525):
sbin/devpubd/hooks/01-makedev: revision 1.2
sbin/devpubd/devpubd-run-hooks.in: revision 1.3
sbin/devpubd/Makefile: revision 1.5
sbin/devpubd/hooks/02-wedgenames: revision 1.2
sbin/devpubd/devpubd.c: revision 1.3
sbin/devpubd/devpubd.c: revision 1.4
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.
let's make this compile again.

RSS XML Feed