summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_physio.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r290140:hselasky2015-11-121-1/+7
* MFC r281825: Rewrite physio() to not allocate pbufs for unmapped I/O.mav2015-05-061-61/+93
* Fix some issues in change 254760 pointed out by Bruce Evans:ken2013-08-291-11/+8
* Fix a printf format warning on 32-bit mips and powerpc.ken2013-08-241-2/+2
* Add support to physio(9) for devices that don't want I/O split andken2013-08-241-0/+41
* Change the way that unmapped I/O capability is advertised.ken2013-08-151-2/+1
* Add dev_strategy_csw() function, which is similar to dev_strategy()kib2013-03-271-8/+5
* Do not pass unmapped buffers to drivers that cannot handle themkan2013-03-261-2/+12
* Do not remap usermode pages into KVA for physio.kib2013-03-191-1/+1
* Account i/o done on cdevs.kib2010-11-251-2/+5
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Remove buf->b_dev field.phk2004-11-041-1/+0
* Give dev_strategy() an explict cdev argument in preparation for removingphk2004-10-291-1/+1
* Eliminate DEV_STRATEGY() macro: call dev_strategy() directly.phk2004-09-231-1/+1
* Eliminate the acquisition and release of Giant within physio(). Removealc2004-08-101-6/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Send B_PHYS out to pasture, it no longer serves any function.phk2003-11-151-1/+1
* Initialize b_iooffset before calling strategyphk2003-10-181-0/+1
* Grab Giant in physio() since non-giant drivers are starting to appear.phk2003-08-021-0/+3
* Use __FBSDID().obrien2003-06-111-2/+3
* Don't reinitialize fields that are already initialized by getpbuf().alc2003-04-051-1/+1
* Sufficient access checks are performed by vmapbuf() that callingalc2003-04-051-15/+1
* - Add a lock for protecting against msleep(bp, ...) wakeup(bp) races.jeff2003-03-131-9/+5
* Close the remaining user address mapping races for physicaldillon2003-01-201-1/+11
* Remove unused second argument from DEV_STRATEGY().phk2003-01-031-1/+1
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+2
* More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t.alfred2002-06-291-2/+2
* Use btodb() macro.phk2002-05-181-7/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-2/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-4/+4
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-1/+2
* Give physio a makeover.phk1999-10-091-121/+54
* Add a newline to "WARNING: %s maxphys = 0 ??" so it doesn't trip upgreen1999-10-091-1/+1
* In some drivers we use two devices to be able to boot.sos1999-10-021-0/+1
* Fix a problem relating to si_iosize_max which broke scsi devices.phk1999-10-021-0/+4
* Kill the cdevsw->d_maxio field.phk1999-09-221-7/+2
* Remove replace phygetvpbuf() with direct call to getpbuf();phk1999-09-121-19/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use more compiler friendly test for overflow.phk1999-08-211-3/+3
* Detect if the the offset used to read from a raw device loose bitsphk1999-08-211-2/+8
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-6/+5
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-19/+9
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-5/+5
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-1/+13
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-2/+1
* Use the reference counted PHOLD()/PRELE() rather than P_PHYSIO.peter1999-04-061-9/+9
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-4/+4
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-2/+1
OpenPOWER on IntegriCloud