summaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-274-4/+4
* YAMFCPoul-Henning Kamp1996-11-235-155/+251
* devfs_tree.c: improve our bdevvp() function.Poul-Henning Kamp1996-10-282-4/+8
* Just because something doesn't make sense doesn't mean it should be illegal..Julian Elischer1996-10-171-2/+1
* actually impliment permissions for teh chown/chmod/etc functionsJulian Elischer1996-10-161-31/+88
* Allow the utimes call to work on devfs nodes.Julian Elischer1996-10-161-3/+2
* reads and writes to devices update m and a timesJulian Elischer1996-10-121-3/+9
* Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>Bruce Evans1996-09-291-1/+3
* Whoops, I should've used the LINT config file. More ts -> tv changesNate Williams1996-09-201-8/+8
* fix the ability of the VFS to reclaim devfs nodes correctly..Julian Elischer1996-09-111-2/+3
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-104-31/+34
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-2/+2
* Submitted by: doug Rabson (dfr@render.com)Julian Elischer1996-08-132-9/+13
* symlink support in devfs.Julian Elischer1996-08-132-38/+96
* 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
* Cosmetic change: make the ``ready to run'' line match theGary Palmer1996-06-151-2/+2
* Clean up -Wunused warnings. Julian asked me to just ifdefGary Palmer1996-06-123-47/+29
* Fix the reproto.sh script that was broken after my KNFification.Joerg Wunsch1996-04-075-43/+100
* KNFify the function definitions. It's harder to grep around when theJoerg Wunsch1996-04-063-32/+50
* 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
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* 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-212-5/+8
* Remove unnecessary debug printf's ("no references", "bad-id") - thesePeter Wemm1996-01-022-2/+23
* recording cvs-1.6 file deathPeter Wemm1995-12-302-943/+0
* Restored lost prototypes.Bruce Evans1995-12-143-3/+5
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-143-107/+107
* clean a few DEVFS things..Julian Elischer1995-12-092-93/+16
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-4/+13
* OK, that's it..Julian Elischer1995-11-291-1/+45
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-092-90/+90
* almost entirely cosmetic changesJulian Elischer1995-10-102-61/+61
* find some way of letting a node know where in its parent's directory structureJulian Elischer1995-10-042-9/+13
* added support for link, and remove (unlink)Julian Elischer1995-09-191-8/+150
* Submitted by: bdeJulian Elischer1995-09-141-1/+1
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-2/+2
* More hacking on devfs..Julian Elischer1995-09-093-179/+469
* added the dev_link external registrationJulian Elischer1995-09-081-8/+32
* brought the README in to line with present code (still a bit cryptic)Julian Elischer1995-09-071-24/+15
* more cleanups.. lots of code shuffled around tooJulian Elischer1995-09-074-240/+239
* Suggested by: :) bde of courseJulian Elischer1995-09-064-127/+155
* more devfs cleanups..Julian Elischer1995-09-065-22/+29