summaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs
AgeCommit message (Expand)Author
2000-08-20 Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp
2000-08-18Introduce vop_stdinactive() and make it the default if no vop_inactivePoul-Henning Kamp
2000-06-16Virtualizes & untangles the bioops operations vector.Poul-Henning Kamp
2000-05-05Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp
2000-05-01Add $FreeBSD$Peter Wemm
2000-04-15Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp
2000-04-02Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp
2000-03-20Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp
2000-03-20Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp
2000-03-16Eliminate the undocumented, experimental, non-delivering and highlyPoul-Henning Kamp
2000-01-10Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp
1999-12-20Eliminate unused variablesEivind Eklund
1999-12-19Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson
1999-12-15Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund
1999-12-11Lock reporting and assertion changes.Eivind Eklund
1999-12-08Remove unused #includes.Poul-Henning Kamp
1999-11-29Report swapdevices as cdevs rather than bdevs.Poul-Henning Kamp
1999-11-21s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp
1999-11-20Get rid of calls to vfinddev() by doing like specfs.Poul-Henning Kamp
1999-11-20struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp
1999-11-13Remove WILLRELE from VOP_SYMLINKEivind Eklund
1999-11-07Remove the iskmemdev() function. Make it the responsibility of the mem.cPoul-Henning Kamp
1999-10-29useracc() the prequel:Poul-Henning Kamp
1999-09-11Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein
1999-09-07All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein
1999-08-30Make bdev userland access work like cdev userland access unlessPoul-Henning Kamp
1999-08-28Fix various trivial warnings from LINTPoul-Henning Kamp
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-26Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp
1999-08-25Make a place to store the devfs hook for the block device, as the sameJulian Elischer
1999-08-25Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.Julian Elischer
1999-08-25Make DEVFS ops reflect some of the changes that have recently occured in theJulian Elischer
1999-08-24Devfs now adds itself to the hook that PHK supplies.Julian Elischer
1999-08-17Add the (inline) function vm_page_undirty for clearing the dirty bitmaskAlan Cox
1999-08-08Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp
1999-06-26Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick
1999-05-11Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp
1999-05-06remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp
1999-04-28This Implements the mumbled about "Jail" feature.Poul-Henning Kamp
1999-04-27Suser() simplification:Poul-Henning Kamp
1999-02-25Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).Bruce Evans
1999-01-28 Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon
1999-01-27 Fix but in devfs_strategy(). Switch cases were falling throughMatthew Dillon
1999-01-27 Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon
1999-01-21 This is a rather large commit that encompasses the new swapper,Matthew Dillon
1999-01-12Remove declarations for undefined functions and a couple of unusedEivind Eklund
1998-12-15Avoid NULL-pointer dereference on error condition.Eivind Eklund
1998-12-10Rename one of the two devfs_link's to devfs_makelink.Eivind Eklund
1998-12-07The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs
1998-11-26Staticize.Eivind Eklund