summaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs
Commit message (Expand)AuthorAgeFilesLines
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-2/+1
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-4/+4
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-4/+4
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-061-3/+2
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-7/+7
* Suser() simplification:Poul-Henning Kamp1999-04-271-10/+10
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).Bruce Evans1999-02-251-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-1/+4
* Fix but in devfs_strategy(). Switch cases were falling throughMatthew Dillon1999-01-271-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-273-59/+63
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-4/+4
* Remove declarations for undefined functions and a couple of unusedEivind Eklund1999-01-121-11/+1
* Avoid NULL-pointer dereference on error condition.Eivind Eklund1998-12-151-2/+2
* Rename one of the two devfs_link's to devfs_makelink.Eivind Eklund1998-12-101-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-14/+8
* Staticize.Eivind Eklund1998-11-261-2/+2
* Delete stray extern declaration for non-existing variables.Peter Wemm1998-11-091-2/+1
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-312-6/+6
* Make devfs update the atime timestamp so that 'w' works when usingSøren Schmidt1998-09-302-5/+12
* Oops, don't assume that the environment is normal in devfs_mount().Bruce Evans1998-09-081-4/+6
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-6/+6
* Cosmetic changes to the PAGE_XXX macros to make them consistent withDoug Rabson1998-09-041-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-162-11/+10
* Fixed printf format errors.Bruce Evans1998-07-301-2/+2
* DEVFS completely bypasses the cdevsw and bdevsw tables now.Julian Elischer1998-07-053-232/+804
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-042-5/+5
* Removed unused includes.Bruce Evans1998-06-211-3/+1
* Don't silently accept attempts to change flags where they are notPeter Wemm1998-06-101-2/+4
* In the words of the submitter:Mike Smith1998-05-071-26/+11
* As described by the submitter:Mike Smith1998-05-061-2/+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-194-67/+139
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-173-7/+7
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-262-13/+11
* Free the vnode in the failure case of vop_symlink()Julian Elischer1998-03-101-1/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+2
* add copyrightsJulian Elischer1998-01-024-17/+102
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* fix slight breakages from PHK's VFS work.Julian Elischer1997-11-082-43/+9
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-271-2/+1
* VFS interior redecoration.Poul-Henning Kamp1997-10-261-2/+2
* VFS clean up "hekto commit"Poul-Henning Kamp1997-10-161-4/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-113/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-86/+9
* remove forgotten debug printf()Julian Elischer1997-10-161-2/+1
* 1/ by default make all versions of the same device get the same vnode.Julian Elischer1997-10-162-6/+5
* some cleanups of init code, and changes needed to support disk layering.Julian Elischer1997-10-162-62/+75
* vnops megacommitPoul-Henning Kamp1997-10-151-37/+4
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-16/+16
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-97/+84