summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs/devfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-313/+0
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+3
* Lock reporting and assertion changes.eivind1999-12-111-1/+1
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-1/+1
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-48/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+3
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-2/+2
* Oops, don't assume that the environment is normal in devfs_mount().bde1998-09-081-4/+6
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-6/+6
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-3/+3
* As described by the submitter:msmith1998-05-061-2/+1
* Add changes and code to implement a functional DEVFS.julian1998-04-191-1/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+2
* add copyrightsjulian1998-01-021-4/+25
* remove forgotten debug printf()julian1997-10-161-2/+1
* 1/ by default make all versions of the same device get the same vnode.julian1997-10-161-4/+3
* some cleanups of init code, and changes needed to support disk layering.julian1997-10-161-61/+73
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-2/+2
* Removed unused #includes.bde1997-08-021-7/+1
* remove annoying debug messagejulian1997-07-141-2/+1
* Fix the umount problems for DEVFS.joerg1997-05-031-3/+10
* Make this compile again after the Lite2 merge.mpp1997-02-121-5/+5
* changes to make devfs more 'normal'julian1996-11-211-2/+56
* Updated #includes to 4.4Lite style.bde1996-09-101-13/+15
* Cosmetic change: make the ``ready to run'' line match thegpalmer1996-06-151-2/+2
* Clean up -Wunused warnings. Julian asked me to just ifdefgpalmer1996-06-121-5/+3
* Fix the reproto.sh script that was broken after my KNFification.joerg1996-04-071-2/+3
* KNFify the function definitions. It's harder to grep around when thejoerg1996-04-061-4/+8
* Remove unnecessary debug printf's ("no references", "bad-id") - thesepeter1996-01-021-1/+10
* Restored lost prototypes.bde1995-12-141-1/+2
* Another mega commit to staticize things.phk1995-12-141-13/+25
* more cleanups.. lots of code shuffled around toojulian1995-09-071-2/+2
* more devfs cleanups..julian1995-09-061-6/+9
* devfs changes..julian1995-09-031-4/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Reviewed by: no-one yet, but nonintrusive until configed in.. :)julian1995-04-201-0/+234
OpenPOWER on IntegriCloud