aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/specfs
Commit message (Expand)AuthorAgeFilesLines
* Virtualizes & untangles the bioops operations vector.Poul-Henning Kamp2000-06-161-3/+2
* before this commit, specfs reported disk partitionsJonathan M. Bresler2000-06-121-1/+1
* Change the "bdev-whiner" to whine when open is attempted and extendPoul-Henning Kamp2000-05-091-0/+9
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* 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-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-4/+4
* 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-5/+6
* Remove unused #includes.Poul-Henning Kamp1999-12-081-4/+0
* Collect read and write counts for filesystems. This new codeKirk McKusick1999-12-011-0/+21
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-091-321/+78
* Oops, a bit too hasty there.Poul-Henning Kamp1999-11-081-3/+0
* Various cleanups.Poul-Henning Kamp1999-11-081-27/+14
* Use vop_panic() instead of spec_badop().Poul-Henning Kamp1999-11-071-23/+11
* Remove the iskmemdev() function. Make it the responsibility of the mem.cPoul-Henning Kamp1999-11-071-3/+1
* Remove specfs::vop_lookup() There is no code path which can call it.Poul-Henning Kamp1999-11-011-18/+0
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* A tentative agreement has been reached in regards to a procedureMatthew Dillon1999-10-201-7/+0
* Change the default for the vfs.bdev_buffered sysctl to zero.Poul-Henning Kamp1999-10-181-1/+1
* Add a couple of strategic KASSERTsPoul-Henning Kamp1999-10-081-0/+6
* Add back sysctl vfs.enable_userblk_ioPoul-Henning Kamp1999-10-081-0/+7
* Warn once per driver about dev_t's not registered with make_dev().Poul-Henning Kamp1999-10-041-0/+9
* Move the buffered read/write code out of spec_{read|write} and intoPoul-Henning Kamp1999-10-041-181/+210
* Remove v_maxio from struct vnode.Poul-Henning Kamp1999-09-291-7/+0
* Remove a warning check which was too general.Poul-Henning Kamp1999-09-251-3/+1
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-2/+2
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-7/+22
* Kill the cdevsw->d_maxio field.Poul-Henning Kamp1999-09-221-8/+10
* Fix handling of a device EOF that occurs in the middle of a block. TheMatthew Dillon1999-09-201-7/+66
* Step one of replacing devsw->d_maxio with si_bsize_max.Poul-Henning Kamp1999-09-201-3/+9
* Add vfs.enable_userblk_io sysctl to control whether user reads and writesMatthew Dillon1999-09-171-4/+9
* Changes to centralise the default blocksize behaviour.Julian Elischer1999-09-091-2/+8
* Print out the device name when there is an uninitialised IO size or IO errorJulian Elischer1999-09-031-2/+3
* Add a catchall to set default blocksize values for disk like devices.Julian Elischer1999-09-031-5/+13
* Revert a bunch of contraversial changes by PHK. AfterJulian Elischer1999-09-031-44/+33
* Set the buffersize for non BSDFFS labeled partitions toPoul-Henning Kamp1999-08-311-4/+4
* Make buffered acces to bdevs from userland controllable withPoul-Henning Kamp1999-08-311-8/+18
* Make bdev userland access work like cdev userland access unlessPoul-Henning Kamp1999-08-301-29/+30
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-261-3/+2
* Fix comment to match reality..Julian Elischer1999-08-251-1/+2
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskAlan Cox1999-08-171-3/+3
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-3/+3
* Add support for device drivers which want to track all open/closePoul-Henning Kamp1999-08-131-59/+18
* Remove spec_getattr(), which as far as I can tell can never be called from th...Poul-Henning Kamp1999-08-131-3/+1
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-9/+9
* s/v_specinfo/v_rdev/Poul-Henning Kamp1999-08-131-6/+6
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-082-79/+1
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevPoul-Henning Kamp1999-07-202-10/+7