summaryrefslogtreecommitdiffstats
path: root/sys/fs/specfs
Commit message (Expand)AuthorAgeFilesLines
...
* Add back sysctl vfs.enable_userblk_iophk1999-10-081-0/+7
* Warn once per driver about dev_t's not registered with make_dev().phk1999-10-041-0/+9
* Move the buffered read/write code out of spec_{read|write} and intophk1999-10-041-181/+210
* Remove v_maxio from struct vnode.phk1999-09-291-7/+0
* Remove a warning check which was too general.phk1999-09-251-3/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-2/+2
* This patch clears the way for removing a number of tty relatedphk1999-09-251-7/+22
* Kill the cdevsw->d_maxio field.phk1999-09-221-8/+10
* Fix handling of a device EOF that occurs in the middle of a block. Thedillon1999-09-201-7/+66
* Step one of replacing devsw->d_maxio with si_bsize_max.phk1999-09-201-3/+9
* Add vfs.enable_userblk_io sysctl to control whether user reads and writesdillon1999-09-171-4/+9
* Changes to centralise the default blocksize behaviour.julian1999-09-091-2/+8
* Print out the device name when there is an uninitialised IO size or IO errorjulian1999-09-031-2/+3
* Add a catchall to set default blocksize values for disk like devices.julian1999-09-031-5/+13
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-44/+33
* Set the buffersize for non BSDFFS labeled partitions tophk1999-08-311-4/+4
* Make buffered acces to bdevs from userland controllable withphk1999-08-311-8/+18
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-29/+30
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-3/+2
* Fix comment to match reality..julian1999-08-251-1/+2
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-171-3/+3
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-3/+3
* Add support for device drivers which want to track all open/closephk1999-08-131-59/+18
* Remove spec_getattr(), which as far as I can tell can never be called from th...phk1999-08-131-3/+1
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-9/+9
* s/v_specinfo/v_rdev/phk1999-08-131-6/+6
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+1
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-201-2/+1
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-5/+5
* Remove an unused variable.dt1999-06-011-2/+1
* Simplify cdevsw registration.phk1999-05-311-5/+1
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-21/+24
* Continue where Julian left off in July 1998:phk1999-05-071-11/+11
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-3/+2
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-3/+13
* Reviewed by: Julian Elischer <julian@whistle.com>dillon1999-02-251-23/+42
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+5
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-4/+4
* Fix possible NULL-pointer deref in error case (same as DEVFS).eivind1998-12-161-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-4/+4
* Removed redundant bitrotted checks for major numbers instead of updatingbde1998-10-261-4/+3
* various nits that didn't make it through the brucefilter.phk1998-09-121-5/+6
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informphk1998-09-051-1/+26
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-2/+2
* sort the prototypesphk1998-08-251-12/+12
* Last commit managed to get mangled somehow.phk1998-08-241-2/+4
* Remove the last remaining evidence of B_TAPE.phk1998-08-241-13/+3
OpenPOWER on IntegriCloud