| Commit message (Expand) | Author | Age | Files | Lines |
* | various nits that didn't make it through the brucefilter. | phk | 1998-09-12 | 1 | -5/+6 |
* | Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform | phk | 1998-09-05 | 1 | -1/+26 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 1 | -2/+2 |
* | sort the prototypes | phk | 1998-08-25 | 1 | -12/+12 |
* | Last commit managed to get mangled somehow. | phk | 1998-08-24 | 1 | -2/+4 |
* | Remove the last remaining evidence of B_TAPE. | phk | 1998-08-24 | 1 | -13/+3 |
* | Enabled Lite2 fix for reading from dead ttys. | bde | 1998-08-23 | 1 | -11/+2 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -2/+2 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -6/+10 |
* | There is no such thing any more as "struct bdevsw". | julian | 1998-07-04 | 1 | -4/+3 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 1 | -2/+2 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Make flushing dirty pages work correctly on filesystems that | dyson | 1998-05-21 | 1 | -2/+3 |
* | Add changes and code to implement a functional DEVFS. | julian | 1998-04-19 | 1 | -2/+9 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -2/+8 |
* | Initialize b_resid, and also print out better diagnostics on I/O | dyson | 1998-03-08 | 1 | -7/+19 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -31/+55 |
* | Fix certain kinds of block device operations. For example, tunefs on | dyson | 1998-03-04 | 1 | -9/+4 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | 1) Start using a cleaner and more consistant page allocator instead | dyson | 1998-02-05 | 1 | -2/+5 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -7/+18 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -10/+3 |
* | Removed unused #includes. The need for most of them went away with | bde | 1997-10-27 | 1 | -2/+1 |
* | VFS interior redecoration. | phk | 1997-10-26 | 1 | -17/+6 |
* | VFS clean up "hekto commit" | phk | 1997-10-16 | 1 | -4/+1 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 1 | -44/+3 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 1 | -9/+2 |
* | vnops megacommit | phk | 1997-10-15 | 1 | -44/+72 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 1 | -9/+9 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 1 | -49/+45 |
* | Clustered read and write are switched at mount-option level. | kato | 1997-09-27 | 1 | -4/+7 |
* | Convert select -> poll. | peter | 1997-09-14 | 1 | -11/+14 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -4/+1 |
* | Don't remove the controlling tty from the session if the vnode is being | tegge | 1997-05-29 | 1 | -1/+2 |
* | Remove the dependancy on DEV_BSIZE, now specfs works on != 512byte | sos | 1997-05-01 | 1 | -3/+10 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -43/+48 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fixed errno for unsupported advisory locks. The errno is now EINVAL | bde | 1996-12-19 | 1 | -2/+2 |
* | Substitution of a long divide by a shift. Other cosmetic improvements. | dyson | 1996-10-06 | 1 | -13/+22 |
* | Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. | bde | 1996-09-03 | 1 | -2/+3 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 1 | -2/+7 |
* | Remove a totally unneeded (and as of the last VM commit, incorrect) call | dyson | 1996-07-27 | 1 | -2/+1 |
* | Fix the problem that unmounting filesystems that are backed by a VMIO | dyson | 1996-03-19 | 1 | -2/+3 |
* | Make sure that the zero flag is cleared upon completion of paging I/O. | dyson | 1996-03-09 | 1 | -1/+2 |
* | I have some problem here, which shows up in the ahc0 driver. It isn't where | phk | 1996-01-01 | 1 | -1/+7 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -2/+5 |
* | devsw tables are now arrays of POINTERS to struct [cb]devsw | julian | 1995-12-13 | 1 | -17/+17 |