summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs/devfs_tree.c
Commit message (Expand)AuthorAgeFilesLines
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-2/+2
* Fix various trivial warnings from LINTphk1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-15/+3
* Make a place to store the devfs hook for the block device, as the samejulian1999-08-251-3/+2
* Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.julian1999-08-251-19/+16
* Devfs now adds itself to the hook that PHK supplies.julian1999-08-241-1/+21
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-17/+19
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-101-2/+2
* Staticize.eivind1998-11-261-2/+2
* DEVFS completely bypasses the cdevsw and bdevsw tables now.julian1998-07-051-3/+3
* There is no such thing any more as "struct bdevsw".julian1998-07-041-3/+3
* Removed unused includes.bde1998-06-211-3/+1
* Make the devfs SLICE option a standard type option.julian1998-04-201-4/+8
* Add changes and code to implement a functional DEVFS.julian1998-04-191-40/+120
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-4/+4
* Add two new functions, get{micro|nano}time.phk1998-03-261-3/+3
* add copyrightsjulian1998-01-021-3/+25
* fix slight breakages from PHK's VFS work.julian1997-11-081-1/+3
* 1/ by default make all versions of the same device get the same vnode.julian1997-10-161-2/+2
* some cleanups of init code, and changes needed to support disk layering.julian1997-10-161-1/+2
* if we free all the links to a node, then by definitionjulian1997-10-121-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-4/+4
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+5
* Allow a deleted deveice to delte it's nodes in other mounted devfsjulian1997-10-101-1/+7
* devfs changes to allow old (better) and newer (braindamaged) behaviour.julian1997-09-161-10/+24
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-4/+2
* Removed vestiges of config-time "argument processing" configuration.bde1997-09-071-2/+2
* two fixes submitted by Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>julian1997-08-261-3/+4
* two tiny typo'sjulian1997-07-141-3/+3
* Fix the umount problems for DEVFS.joerg1997-05-031-1/+7
* Removed unused or apparently-unused #includes, especially of thebde1997-04-101-5/+2
* Make this compile again after the Lite2 merge.mpp1997-02-121-3/+5
* changes to make devfs more 'normal'julian1996-11-211-142/+175
* devfs_tree.c: improve our bdevvp() function.phk1996-10-281-2/+6
* Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>bde1996-09-291-1/+3
* Updated #includes to 4.4Lite style.bde1996-09-101-14/+15
* Submitted by: doug Rabson (dfr@render.com)julian1996-08-131-2/+3
* symlink support in devfs.julian1996-08-131-27/+52
* Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. Thisbde1996-07-301-1/+3
* DEVFS needs a special bdevvp().phk1996-07-241-1/+37
* Clean up -Wunused warnings. Julian asked me to just ifdefgpalmer1996-06-121-7/+2
* Fix the reproto.sh script that was broken after my KNFification.joerg1996-04-071-16/+32
* KNFify the function definitions. It's harder to grep around when thejoerg1996-04-061-26/+39
* Merged devfs_add_devsw() into devfs_add_devswf()scrappy1996-04-031-34/+17
* Made the src code match the man page.scrappy1996-04-021-28/+2
* Added dev_linkf() function (dev_link() + printf-style arguments)scrappy1996-03-281-1/+54
* Submitted by: "Marc G. Fournier" <scrappy@ki.net>julian1996-03-251-7/+8
* really stupid mistake that stopped devices from appearing on the fly in mountedjulian1996-02-181-2/+5
* make devfs_add_devswf a little smarter about '/';phk1996-01-281-5/+9
OpenPOWER on IntegriCloud