summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs
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
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+3
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-22/+0
* Lock reporting and assertion changes.eivind1999-12-111-1/+1
* Remove unused #includes.phk1999-12-081-3/+0
* Report swapdevices as cdevs rather than bdevs.phk1999-11-291-0/+2
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-2/+2
* Get rid of calls to vfinddev() by doing like specfs.phk1999-11-201-15/+7
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-1/+1
* 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
* 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
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-182/+6
* Fix various trivial warnings from LINTphk1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* 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-253-128/+120
* Make DEVFS ops reflect some of the changes that have recently occured in thejulian1999-08-251-60/+173
* Devfs now adds itself to the hook that PHK supplies.julian1999-08-241-1/+21
* 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-273-59/+63
* 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
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-101-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-072-14/+8
* Staticize.eivind1998-11-261-2/+2
* Delete stray extern declaration for non-existing variables.peter1998-11-091-2/+1
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-312-6/+6
* Make devfs update the atime timestamp so that 'w' works when usingsos1998-09-302-5/+12
* 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
* 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-162-11/+10
* Fixed printf format errors.bde1998-07-301-2/+2
* DEVFS completely bypasses the cdevsw and bdevsw tables now.julian1998-07-053-232/+804
* There is no such thing any more as "struct bdevsw".julian1998-07-042-5/+5
OpenPOWER on IntegriCloud