summaryrefslogtreecommitdiffstats
path: root/sys/sys/buf.h
Commit message (Expand)AuthorAgeFilesLines
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-7/+2
* Fix a potentially disasterous '==' instead of '=' bug.gibbs1997-10-231-3/+3
* buf.h:gibbs1997-09-211-3/+67
* Fixed gratuitous ANSIisms.bde1997-09-161-2/+2
* Some staticized variables were still declared to be extern.bde1997-09-071-4/+1
* Fix a problem with the VN device. Specifically, the VN device candyson1997-06-151-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-291-3/+4
* Implement a new totally dynamic (up to MAXPHYS) buffer kva allocationdyson1996-11-301-1/+3
* Remove some old compatibility names.phk1996-10-131-5/+1
* Add B_ORDERED buffer flag and prototype for the bowrite function.gibbs1996-09-061-4/+6
* Remove buf->b_actf, nobody uses it anymore.phk1996-05-031-3/+2
* Removed bogus _BEGIN_DECLS/_END_DECLS.bde1996-05-011-4/+4
* remove b_actb, it's not used anywhere.phk1996-04-071-2/+2
* Merge in Lite2: rename B_APPENDWRITE to B_NEEDCOMMIT.hsu1996-03-111-4/+4
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-1/+2
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-281-2/+2
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-5/+7
* Fully prototype physio().phk1995-11-201-3/+3
* First set of changes to eliminate the ad-hoc device buffer queues,dyson1995-11-191-2/+5
* General fixes to the vfs clustring code:dyson1995-11-191-18/+6
* Improved BUFHASH algorithm.dg1995-08-241-2/+2
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* New flag: B_PAGING. Added as part of the vn driver hack.dg1995-04-191-1/+2
* Changes from John Dyson and myself:dg1995-04-091-3/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+5
* Removed third arg (vmio) to allocbuf() that was added with the originaldg1995-03-261-2/+2
* Removed an old VMIO #ifdef and made the type of b_pages 'struct vm_page *'.dg1995-03-251-5/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+12
* New field b_biodone_chain to support nested b_iodone's.bde1995-02-181-1/+15
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-11/+12
* Removed references to bclnlist which we don't use/support/need.dg1994-10-181-2/+1
* Cosmetics. (sort of) Added 19 prototypes.phk1994-10-101-6/+10
* Stuff object into v_vmdata rather than pager. Not important which atdg1994-10-051-2/+8
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-12/+18
* Fix up some sloppy coding practices:wollman1994-08-181-9/+9
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-061-2/+1
* Added $Id$dg1994-08-021-0/+1
* Moved header definitions to buf.h, and added missing splx() - founddg1994-05-261-0/+25
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-5/+15
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+178
OpenPOWER on IntegriCloud