summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs/reproto.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-45/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Remove old DEVFS support fields from dev_t. Make uid, gid & mode members of dev_t and set them in make_dev(). Use correct uid, gid & mode in make_dev in disk minilayer. Add support for registering alias names for a dev_t using the new function make_dev_alias(). These will show up as symlinks in DEVFS. Use makedev() rather than make_dev() for MFSs magic devices to prevent DEVFS from noticing this abuse. Add a field for DEVFS inode number in dev_t. Add new DEVFS in fs/devfs. Add devfs cloning to: disk minilayer (ie: ad(4), sd(4), cd(4) etc etc) md(4), tun(4), bpf(4), fd(4) If DEVFS add -d flag to /sbin/inits args to make it mount devfs. Add commented out DEVFS to GENERIC
* Add $FreeBSD$peter2000-05-011-0/+3
|
* Fix the reproto.sh script that was broken after my KNFification.joerg1996-04-071-4/+40
| | | | Pointed out by: bde
* devfs changes..julian1995-09-031-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | changes to allow devices that don't probe (e.g. /dev/mem) to create devfs entries this required giving 'configure' its own SYSINIT entry so we could duck in just before it with a DEVFS init and some device inits.. my devfs now looks like: ./misc ./misc/speaker ./misc/mem ./misc/kmem ./misc/null ./misc/zero ./misc/io ./misc/console ./misc/pcaudio ./misc/pcaudioctl ./disks ./disks/rfloppy ./disks/rfloppy/fd0.1440 ./disks/rfloppy/fd1.1200 ./disks/floppy ./disks/floppy/fd0.1440 ./disks/floppy/fd1.1200 also some sligt cleanups.. DEVFS needs a lot of work but I'm getting back to it..
* Reviewed by: no-one yet, but nonintrusive until configed in.. :)julian1995-04-201-0/+2
Submitted by: julian@freebsd.org Obtained from: written from scratch
OpenPOWER on IntegriCloud