summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs/devfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-1/+1
* Eliminate unused variableseivind1999-12-201-3/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-22/+0
* Remove unused #includes.phk1999-12-081-3/+0
* Report swapdevices as cdevs rather than bdevs.phk1999-11-291-0/+2
* Get rid of calls to vfinddev() by doing like specfs.phk1999-11-201-15/+7
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-5/+3
* Remove the iskmemdev() function. Make it the responsibility of the mem.cphk1999-11-071-3/+1
* useracc() the prequel:phk1999-10-291-1/+0
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-182/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.julian1999-08-251-102/+102
* Make DEVFS ops reflect some of the changes that have recently occured in thejulian1999-08-251-60/+173
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-171-3/+3
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+1
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-4/+4
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-4/+4
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-3/+2
* This Implements the mumbled about "Jail" feature.phk1999-04-281-7/+7
* Suser() simplification:phk1999-04-271-10/+10
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).bde1999-02-251-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-1/+4
* Fix but in devfs_strategy(). Switch cases were falling throughdillon1999-01-271-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-40/+42
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-4/+4
* Remove declarations for undefined functions and a couple of unusedeivind1999-01-121-11/+1
* Avoid NULL-pointer dereference on error condition.eivind1998-12-151-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-12/+5
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-4/+4
* Make devfs update the atime timestamp so that 'w' works when usingsos1998-09-301-4/+10
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-8/+7
* Fixed printf format errors.bde1998-07-301-2/+2
* DEVFS completely bypasses the cdevsw and bdevsw tables now.julian1998-07-051-227/+799
* Don't silently accept attempts to change flags where they are notpeter1998-06-101-2/+4
* In the words of the submitter:msmith1998-05-071-26/+11
* Add changes and code to implement a functional DEVFS.julian1998-04-191-24/+16
* Add two new functions, get{micro|nano}time.phk1998-03-261-10/+8
* Free the vnode in the failure case of vop_symlink()julian1998-03-101-1/+2
* add copyrightsjulian1998-01-021-5/+25
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* fix slight breakages from PHK's VFS work.julian1997-11-081-42/+6
* Removed unused #includes. The need for most of them went away withbde1997-10-271-2/+1
* VFS interior redecoration.phk1997-10-261-2/+2
* VFS clean up "hekto commit"phk1997-10-161-4/+1
* Another VFS cleanup "kilo commit"phk1997-10-161-113/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-86/+9
* vnops megacommitphk1997-10-151-37/+4
* Hmm, realign the vnops into two columns.phk1997-10-151-16/+16
* Stylistic overhaul of vnops tables.phk1997-10-151-97/+84
OpenPOWER on IntegriCloud