| Commit message (Expand) | Author | Age | Files | Lines |
* | fix intermediate overflow in 'quad = int * int' situation by casting | dillon | 1998-12-14 | 1 | -2/+2 |
* | Fix grouping of statements. This remove a potential panic in the soft | eivind | 1998-12-07 | 1 | -5/+5 |
* | Closed a very narrow and rare race condition that involved net interrupts, | dg | 1998-11-18 | 1 | -2/+4 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 1 | -3/+3 |
* | Unwire everything to the inactive queue in order to preserve LRU ordering. | dg | 1998-10-30 | 1 | -37/+12 |
* | Fixed editing error. Pointed out by bde. | dg | 1998-10-29 | 1 | -2/+1 |
* | Added a second argument, "activate" to the vm_page_unwire() call so that | dg | 1998-10-28 | 1 | -8/+6 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -23/+3 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -9/+9 |
* | PR: kern/7418 | dillon | 1998-09-26 | 1 | -1/+14 |
* | Goodbye BOUNCE_BUFFERS, for a hack it has served us well. | peter | 1998-09-25 | 1 | -9/+1 |
* | kern_clock.c: | gibbs | 1998-09-15 | 1 | -12/+5 |
* | Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform | phk | 1998-09-05 | 1 | -9/+10 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 1 | -19/+19 |
* | Close a race window for getnewbuf() between shared lock holders of the vnode. | luoqi | 1998-08-28 | 1 | -2/+2 |
* | Fix DDBs printing of buf-flags after I changed them yesterday. | phk | 1998-08-25 | 1 | -3/+3 |
* | Remove the last remaining evidence of B_TAPE. | phk | 1998-08-24 | 1 | -5/+1 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -26/+22 |
* | Protect all modifications to v_numoutput with splbio(). | dfr | 1998-08-13 | 1 | -2/+4 |
* | Protect all modifications to paging_in_progress with splvm(). The i386 | dfr | 1998-08-06 | 1 | -3/+7 |
* | Fixed printf format errors. | bde | 1998-07-13 | 1 | -4/+5 |
* | Catch a few corner cases where FreeBSD differs enough from BSD 4.4 to | julian | 1998-07-08 | 1 | -3/+4 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 1 | -5/+5 |
* | vm_page_is_valid() wasn't expecting a large offset argument, it's | peter | 1998-05-01 | 1 | -2/+3 |
* | Fix one problem with NFSv3 > 2GB file support. | peter | 1998-05-01 | 1 | -3/+3 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 1 | -2/+2 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 1 | -2/+2 |
* | Correct a problem where buffers might not be zeroed when needed. The | dyson | 1998-03-27 | 1 | -3/+3 |
* | In kern_physio.c fix tsleep priority messup. | dyson | 1998-03-19 | 1 | -41/+71 |
* | Correct a problem where data OR metadata could be thrown away if a | dyson | 1998-03-17 | 1 | -3/+9 |
* | Deleted PC-98 code because (1) machine dependent code should not be in | kato | 1998-03-17 | 1 | -8/+1 |
* | Some VM improvements, including elimination of alot of Sig-11 | dyson | 1998-03-16 | 1 | -63/+86 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -1/+77 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -108/+71 |
* | Fix a rounding error for the NFS buffer validend. | dyson | 1998-03-04 | 1 | -2/+2 |
* | 1) Use a more consistent page wait methodology. | dyson | 1998-03-01 | 1 | -24/+7 |
* | Fix a && that should be an &. | dg | 1998-02-11 | 1 | -2/+2 |
* | Staticize. | eivind | 1998-02-09 | 1 | -5/+6 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -4/+22 |
* | Various NFS fixes: | dyson | 1998-01-25 | 1 | -1/+5 |
* | Add better support for larger I/O clusters, including larger physical | dyson | 1998-01-24 | 1 | -11/+20 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -7/+20 |
* | Tie up some loose ends in vnode/object management. Remove an unneeded | dyson | 1998-01-17 | 1 | -9/+7 |
* | Fix some vnode management problems, and better mgmt of vnode free list. | dyson | 1998-01-12 | 1 | -1/+8 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -13/+71 |
* | Improve my copyright. | dyson | 1997-12-22 | 1 | -11/+4 |
* | Slight performance improvement, removal of unneeded SPLs. | dyson | 1997-12-07 | 1 | -11/+23 |
* | Don't include <sys/lock.h> in headers when only `struct simplelock' is | bde | 1997-12-05 | 1 | -1/+2 |