summaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs/devfs_tree.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.2.0_cvscvs2svn2000-11-201-1/+1
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-2/+2
* Fix various trivial warnings from LINTPoul-Henning Kamp1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-261-15/+3
* Make a place to store the devfs hook for the block device, as the sameJulian Elischer1999-08-251-3/+2
* Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.Julian Elischer1999-08-251-19/+16
* Devfs now adds itself to the hook that PHK supplies.Julian Elischer1999-08-241-1/+21
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-17/+19
* Rename one of the two devfs_link's to devfs_makelink.Eivind Eklund1998-12-101-2/+2
* Staticize.Eivind Eklund1998-11-261-2/+2
* DEVFS completely bypasses the cdevsw and bdevsw tables now.Julian Elischer1998-07-051-3/+3
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-3/+3
* Removed unused includes.Bruce Evans1998-06-211-3/+1
* Make the devfs SLICE option a standard type option.Julian Elischer1998-04-201-4/+8
* Add changes and code to implement a functional DEVFS.Julian Elischer1998-04-191-40/+120
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-4/+4
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-261-3/+3
* add copyrightsJulian Elischer1998-01-021-3/+25
* fix slight breakages from PHK's VFS work.Julian Elischer1997-11-081-1/+3
* 1/ by default make all versions of the same device get the same vnode.Julian Elischer1997-10-161-2/+2
* some cleanups of init code, and changes needed to support disk layering.Julian Elischer1997-10-161-1/+2
* if we free all the links to a node, then by definitionJulian Elischer1997-10-121-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-4/+4
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+5
* Allow a deleted deveice to delte it's nodes in other mounted devfsJulian Elischer1997-10-101-1/+7
* devfs changes to allow old (better) and newer (braindamaged) behaviour.Julian Elischer1997-09-161-10/+24
* Removed yet more vestiges of config-time swap configuration and/orBruce Evans1997-09-071-4/+2
* Removed vestiges of config-time "argument processing" configuration.Bruce Evans1997-09-071-2/+2
* two fixes submitted by Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>Julian Elischer1997-08-261-3/+4
* two tiny typo'sJulian Elischer1997-07-141-3/+3
* Fix the umount problems for DEVFS.Joerg Wunsch1997-05-031-1/+7
* Removed unused or apparently-unused #includes, especially of theBruce Evans1997-04-101-5/+2
* Make this compile again after the Lite2 merge.Mike Pritchard1997-02-121-3/+5
* changes to make devfs more 'normal'Julian Elischer1996-11-211-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