NetBSD/etc
mrg f385d8f556 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!
2011-08-29 11:38:48 +00:00
..
bluetooth
defaults Arch-specific rc.conf files are not really autonomous rc.conf 2011-08-22 20:48:38 +00:00
etc.acorn26
etc.acorn32
etc.algor
etc.alpha
etc.amd64 Arch-specific rc.conf files are not really autonomous rc.conf 2011-08-22 20:48:38 +00:00
etc.amiga
etc.amigappc - build a GENERIC kernel on release for validation on releng daily build 2011-01-02 08:49:33 +00:00
etc.arc
etc.atari
etc.bebox
etc.cats
etc.cesfic Make sure to build GENERIC kernel on release build. 2011-01-02 08:17:24 +00:00
etc.cobalt Build different kernel when mips64e[bl] 2011-02-20 08:27:32 +00:00
etc.dreamcast
etc.emips Add support for the Extensible MIPS ("eMIPS") platform. The 2011-01-26 01:18:43 +00:00
etc.evbarm added ld0 for SD/MMC. 2011-03-20 03:00:56 +00:00
etc.evbmips Build the GDIUM64 kernel (since it tests 16KB pages). 2011-08-24 16:03:34 +00:00
etc.evbppc Add mpc85xx kernels. Add INSTALL_PMPPC 2011-06-07 17:30:18 +00:00
etc.evbsh3
etc.ews4800mips
etc.hp300 Switch NetBSD/hp300 to wscons with rasops. Simply ported from OpenBSD/hp300. 2011-02-06 18:26:51 +00:00
etc.hp700
etc.hpcarm Import the Flash and NAND subsytem code contributed by the University 2011-02-26 18:07:13 +00:00
etc.hpcmips Import the Flash and NAND subsytem code contributed by the University 2011-02-26 18:07:13 +00:00
etc.hpcsh
etc.i386 Arch-specific rc.conf files are not really autonomous rc.conf 2011-08-22 20:48:38 +00:00
etc.ibmnws
etc.iyonix
etc.landisk
etc.luna68k Revive NetBSD/luna68k. 2011-07-16 15:52:20 +00:00
etc.mac68k
etc.macppc
etc.mipsco
etc.mmeye
etc.mvme68k
etc.mvmeppc
etc.netwinder
etc.news68k
etc.newsmips
etc.next68k
etc.ofppc Turn off ttyE1-ttyE3 to avoid "Device not configured" messages after a 2011-08-21 10:41:51 +00:00
etc.pmax
etc.prep
etc.rs6000
etc.sandpoint Also create device nodes for wd2 and wd3. Up to 4 disks in a NAS system are 2011-06-08 18:37:23 +00:00
etc.sbmips
etc.sgimips `` -> $() 2010-12-27 03:38:52 +00:00
etc.shark
etc.sparc
etc.sparc64
etc.sun2
etc.sun3
etc.vax
etc.x68k Device nodes for zs serial have been renamed from tty0[0-3] to ttyZ[0-3]. 2011-05-21 11:56:00 +00:00
etc.zaurus Also remove fd0 and fd1 from target all_md. 2011-05-20 08:29:05 +00:00
iscsi
mtree add the device publish daemon, written by jmcneill@. 2011-08-29 11:38:48 +00:00
namedb Update to 2011060800. 2011-08-01 10:04:27 +00:00
pam.d
powerd provide a new 'bluetooth' rc.d script, to handle Bluetooth configuration 2011-05-27 09:28:41 +00:00
rc.d Revert previous as it introduces "Circular dependency on provision 2011-08-18 16:46:14 +00:00
root There is no .../5.99 path to use for PKG_PATH, so change it to 5.1 instead. 2011-06-21 05:31:29 +00:00
skel
ssh babylon5 ssh key changed (due to reinstall) 2011-05-08 13:19:08 +00:00
aliases
bootptab
changelist
crontab
csh.cshrc
csh.login
csh.logout
daily `` -> $() 2010-12-27 03:38:52 +00:00
daily.conf
disktab
dm.conf
envsys.conf
floppytab
ftpchroot
ftpusers
gettytab
gpio.conf
group Rename the _atf user to _tests. The _atf name will get obsoleted if/when 2011-08-05 14:43:41 +00:00
hosts
hosts.equiv
hosts.lpd
inetd.conf
locate.conf
login.conf
mailer.conf is is -> is 2011-07-24 08:28:11 +00:00
MAKEDEV.awk
MAKEDEV.local
MAKEDEV.tmpl add -u flag that causes the MAKEDEV script to only create a device node if it 2011-08-06 12:29:39 +00:00
Makefile Modify etc/defaults/Makefile so that architectures can specify an additional 2011-08-22 18:54:05 +00:00
man.conf
master.passwd Rename the _atf user to _tests. The _atf name will get obsoleted if/when 2011-08-05 14:43:41 +00:00
minfree
mkttys
monthly `` -> $() 2010-12-27 03:38:52 +00:00
monthly.conf
motd
motd.beta
motd.current
motd.rc
motd.stable
mrouted.conf
named.conf
netconfig
networks
newsyslog.conf
nsswitch.conf
ntp.conf Restore "duplicate" entries, but use 0. and 1. names to ensure that 2011-07-28 22:28:07 +00:00
passwd.conf
phones
printcap
profile
protocols Make the alternate name for "manet" caps so it's not a duplicate. 2011-01-04 06:54:59 +00:00
rbootd.conf
rc Allow "echo -n" to work as expected in rc.d scripts that are executed 2011-08-11 22:52:46 +00:00
rc.conf
rc.local
rc.shutdown
rc.subr Allow "echo -n" to work as expected in rc.d scripts that are executed 2011-08-11 22:52:46 +00:00
remote
rpc
security too much quoting. pointed by anon ymous 2011-03-02 17:00:28 +00:00
security.conf
services remove obsolete "sieve 2000/tcp" entry. PR#42426. 2011-02-10 13:39:32 +00:00
shells
shrc `` -> $() 2010-12-27 03:38:52 +00:00
sysctl.conf
syslog.conf
weekly `` -> $() 2010-12-27 03:38:52 +00:00
weekly.conf
wscons.conf Sync keyboard list with reality. 2011-07-22 19:06:23 +00:00