summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
Commit message (Expand)AuthorAgeFilesLines
* Close a race window for getnewbuf() between shared lock holders of the vnode.luoqi1998-08-281-2/+2
* Fix DDBs printing of buf-flags after I changed them yesterday.phk1998-08-251-3/+3
* Remove the last remaining evidence of B_TAPE.phk1998-08-241-5/+1
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-26/+22
* Protect all modifications to v_numoutput with splbio().dfr1998-08-131-2/+4
* Protect all modifications to paging_in_progress with splvm(). The i386dfr1998-08-061-3/+7
* Fixed printf format errors.bde1998-07-131-4/+5
* Catch a few corner cases where FreeBSD differs enough from BSD 4.4 tojulian1998-07-081-3/+4
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-5/+5
* vm_page_is_valid() wasn't expecting a large offset argument, it'speter1998-05-011-2/+3
* Fix one problem with NFSv3 > 2GB file support.peter1998-05-011-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-2/+2
* Correct a problem where buffers might not be zeroed when needed. Thedyson1998-03-271-3/+3
* In kern_physio.c fix tsleep priority messup.dyson1998-03-191-41/+71
* Correct a problem where data OR metadata could be thrown away if adyson1998-03-171-3/+9
* Deleted PC-98 code because (1) machine dependent code should not be inkato1998-03-171-8/+1
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-161-63/+86
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-1/+77
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-108/+71
* Fix a rounding error for the NFS buffer validend.dyson1998-03-041-2/+2
* 1) Use a more consistent page wait methodology.dyson1998-03-011-24/+7
* Fix a && that should be an &.dg1998-02-111-2/+2
* Staticize.eivind1998-02-091-5/+6
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Change the busy page mgmt, so that when pages are freed, theydyson1998-01-311-4/+22
* Various NFS fixes:dyson1998-01-251-1/+5
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-241-11/+20
* VM level code cleanups.dyson1998-01-221-7/+20
* Tie up some loose ends in vnode/object management. Remove an unneededdyson1998-01-171-9/+7
* Fix some vnode management problems, and better mgmt of vnode free list.dyson1998-01-121-1/+8
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-13/+71
* Improve my copyright.dyson1997-12-221-11/+4
* Slight performance improvement, removal of unneeded SPLs.dyson1997-12-071-11/+23
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-3/+3
* Fix a serious problem during resizing buffers where old buffersdyson1997-12-011-2/+11
* Avoid manipulating the buffer map at interrupt time by deferring bfreekvadyson1997-11-241-5/+1
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+1
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-2/+2
* Removed unused #includes.bde1997-10-281-4/+1
* VFS interior redecoration.phk1997-10-261-8/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* init_main.c subr_autoconf.c:gibbs1997-09-211-46/+15
* Re-institute a bugfix in allocation of anonymous buffer memory.dyson1997-09-211-7/+36
* The patch is needed in order to not throw away unmodifiedphk1997-09-101-4/+7
* Some staticized variables were still declared to be extern.bde1997-09-071-3/+3
* Back out some incorrect changes that was worse than the original bug.dyson1997-08-261-5/+5
OpenPOWER on IntegriCloud