aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs
Commit message (Expand)AuthorAgeFilesLines
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-207-4017/+0
* Introduce vop_stdinactive() and make it the default if no vop_inactivePoul-Henning Kamp2000-08-181-17/+0
* Virtualizes & untangles the bioops operations vector.Poul-Henning Kamp2000-06-161-3/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Add $FreeBSD$Peter Wemm2000-05-013-0/+6
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-3/+3
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+1
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-3/+3
* Eliminate the undocumented, experimental, non-delivering and highlyPoul-Henning Kamp2000-03-161-2/+0
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-101-1/+1
* Eliminate unused variablesEivind Eklund1999-12-201-3/+1
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-1/+3
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-22/+0
* Lock reporting and assertion changes.Eivind Eklund1999-12-111-1/+1
* Remove unused #includes.Poul-Henning Kamp1999-12-081-3/+0
* Report swapdevices as cdevs rather than bdevs.Poul-Henning Kamp1999-11-291-0/+2
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-2/+2
* Get rid of calls to vfinddev() by doing like specfs.Poul-Henning Kamp1999-11-201-15/+7
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-1/+1
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-131-5/+3
* Remove the iskmemdev() function. Make it the responsibility of the mem.cPoul-Henning Kamp1999-11-071-3/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-48/+5
* Make bdev userland access work like cdev userland access unlessPoul-Henning Kamp1999-08-301-182/+6
* Fix various trivial warnings from LINTPoul-Henning Kamp1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-261-15/+3
* Make a place to store the devfs hook for the block device, as the sameJulian Elischer1999-08-251-3/+2
* Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.Julian Elischer1999-08-253-128/+120
* Make DEVFS ops reflect some of the changes that have recently occured in theJulian Elischer1999-08-251-60/+173
* Devfs now adds itself to the hook that PHK supplies.Julian Elischer1999-08-241-1/+21
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskAlan Cox1999-08-171-3/+3
* 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