summaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs/devfs_tree.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvscvs2svn1999-01-211-1/+1
* MFC: bring in changes from -current including some formatting changesJulian Elischer1997-11-131-13/+33
* YAMFC: bring devfs_tree.c -> 1.38Julian Elischer1997-08-271-5/+12
* YAMFCPoul-Henning Kamp1996-11-231-142/+175
* devfs_tree.c: improve our bdevvp() function.Poul-Henning Kamp1996-10-281-2/+6
* Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>Bruce Evans1996-09-291-1/+3
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-101-14/+15
* Submitted by: doug Rabson (dfr@render.com)Julian Elischer1996-08-131-2/+3
* symlink support in devfs.Julian Elischer1996-08-131-27/+52
* Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. ThisBruce Evans1996-07-301-1/+3
* DEVFS needs a special bdevvp().Poul-Henning Kamp1996-07-241-1/+37
* Clean up -Wunused warnings. Julian asked me to just ifdefGary Palmer1996-06-121-7/+2
* Fix the reproto.sh script that was broken after my KNFification.Joerg Wunsch1996-04-071-16/+32
* KNFify the function definitions. It's harder to grep around when theJoerg Wunsch1996-04-061-26/+39
* Merged devfs_add_devsw() into devfs_add_devswf()Marc G. Fournier1996-04-031-34/+17
* Made the src code match the man page.Marc G. Fournier1996-04-021-28/+2
* Added dev_linkf() function (dev_link() + printf-style arguments)Marc G. Fournier1996-03-281-1/+54
* Submitted by: "Marc G. Fournier" <scrappy@ki.net>Julian Elischer1996-03-251-7/+8
* really stupid mistake that stopped devices from appearing on the fly in mountedJulian Elischer1996-02-181-2/+5
* make devfs_add_devswf a little smarter about '/';Poul-Henning Kamp1996-01-281-5/+9
* Make devfs_add_devfsf() which takes printf style args.Poul-Henning Kamp1996-01-251-1/+38
* Slightly improved debug messages for inserting new itemsJulian Elischer1996-01-211-9/+13
* oops.Julian Elischer1996-01-211-4/+4
* Submitted by: Bruce Evans (bde)Julian Elischer1996-01-211-4/+8
* Remove unnecessary debug printf's ("no references", "bad-id") - thesePeter Wemm1996-01-021-1/+13
* clean a few DEVFS things..Julian Elischer1995-12-091-91/+16
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-4/+13
* OK, that's it..Julian Elischer1995-11-291-1/+45
* almost entirely cosmetic changesJulian Elischer1995-10-101-4/+4
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-2/+2
* More hacking on devfs..Julian Elischer1995-09-091-169/+222
* added the dev_link external registrationJulian Elischer1995-09-081-8/+32
* more cleanups.. lots of code shuffled around tooJulian Elischer1995-09-071-224/+222
* Suggested by: :) bde of courseJulian Elischer1995-09-061-2/+2
* more devfs cleanups..Julian Elischer1995-09-061-3/+7
* this file replaces two others.. I haven't removed them yet, butJulian Elischer1995-09-061-0/+897