| Commit message (Expand) | Author | Age | Files | Lines |
| * | Used daddr_t's, not ints, to store disk block numbers. Updated printf | Bruce Evans | 1998-07-28 | 1 | -9/+11 |
| * | Made lazy syncing of timestamps for special files non-optional. | Bruce Evans | 1998-07-27 | 1 | -3/+1 |
| * | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -2/+2 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-11 | 4 | -28/+31 |
| * | Add code missed in the initial Soft updates integration. | Julian Elischer | 1998-07-10 | 1 | -1/+16 |
| * | Don't update superblock if mounted readonly, | Julian Elischer | 1998-07-08 | 1 | -8/+15 |
| * | Catch a few corner cases where FreeBSD differs enough from BSD 4.4 to | Julian Elischer | 1998-07-08 | 1 | -4/+7 |
| * | VOP_STRATEGY grows an (struct vnode *) argument | Julian Elischer | 1998-07-04 | 4 | -8/+10 |
| * | Restored revs.1.89-1.90 which I somehow clobbered in rev.1.91. | Bruce Evans | 1998-07-03 | 1 | -4/+4 |
| * | Sync timestamp changes for inodes of special files to disk as late | Bruce Evans | 1998-07-03 | 4 | -13/+26 |
| * | Centralized in-core inode update. Update the in-core inode directly | Bruce Evans | 1998-07-03 | 3 | -39/+25 |
| * | Make vprint() print dev_t in hex also. | Poul-Henning Kamp | 1998-06-27 | 1 | -3/+3 |
| * | Report the type from the inode, not the vnode. | Poul-Henning Kamp | 1998-06-27 | 1 | -2/+2 |
| * | Flesh this document out just a little in response to some user | Jordan K. Hubbard | 1998-06-26 | 1 | -11/+25 |
| * | Removed unused includes. | Bruce Evans | 1998-06-21 | 1 | -2/+1 |
| * | Slight change to directory cleanup | Julian Elischer | 1998-06-14 | 1 | -5/+9 |
| * | Note which version of Kirk's sources this corresponds to. | Julian Elischer | 1998-06-12 | 1 | -2/+2 |
| * | Fix the case when renaming to a file that you've just created and deleted, | Julian Elischer | 1998-06-12 | 1 | -22/+43 |
| * | Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL. | Julian Elischer | 1998-06-11 | 1 | -4/+4 |
| * | Fix for "live inode" panic. | Julian Elischer | 1998-06-10 | 1 | -20/+27 |
| * | Remove buggy debugging code. | Julian Elischer | 1998-06-10 | 1 | -43/+1 |
| * | Back out John's changes 1.45 -> 1.46 | Julian Elischer | 1998-06-10 | 1 | -21/+17 |
| * | The version of the softdep changes in FreeBSD broke the | Julian Elischer | 1998-06-08 | 1 | -4/+7 |
| * | Null change. Forgot to mention in previous log message that MNT_NOATIME | Bruce Evans | 1998-06-07 | 1 | -1/+1 |
| * | Fixed some longstanding timestamp bugs: | Bruce Evans | 1998-06-07 | 1 | -57/+70 |
| * | Use size_t instead of u_int for sizes. | Doug Rabson | 1998-06-04 | 1 | -3/+3 |
| * | If the filesystem blocksize is less than the VM page size, use the generic | Doug Rabson | 1998-06-04 | 1 | -1/+7 |
| * | Don't cast a pointer to an int in DQHASH. | Doug Rabson | 1998-06-04 | 1 | -2/+2 |
| * | Add a reference to the original softupdates paper | Julian Elischer | 1998-06-02 | 1 | -0/+2 |
| * | Add a reference to the Ganger/Patt paper | Julian Elischer | 1998-06-02 | 1 | -0/+3 |
| * | A fix to a debug test from Kirk. | Julian Elischer | 1998-05-27 | 1 | -1/+4 |
| * | Ensure that there is enough information here, so that people can use | Julian Elischer | 1998-05-19 | 2 | -0/+20 |
| * | Bring up-to-date with Whistle's current version | Julian Elischer | 1998-05-19 | 2 | -6/+85 |
| * | Merge with Kirk's version as of Feb 20 | Julian Elischer | 1998-05-19 | 1 | -88/+86 |
| * | Merge in Kirk's changes to stop softupdates from hogging all of memory. | Julian Elischer | 1998-05-19 | 3 | -67/+294 |
| * | Change to stop a silly panic. This should be understood better. | Julian Elischer | 1998-05-19 | 1 | -7/+4 |
| * | First published FreeBSD version of soft updates Feb 5. | Julian Elischer | 1998-05-19 | 2 | -125/+168 |
| * | This commit was generated by cvs2svn to compensate for changes in r36206, | Julian Elischer | 1998-05-19 | 2 | -121/+225 |
| |\ |
|
| | * | Import the next version received from kirk after somevendor/softdep/Jan29-98-ALPHA | Julian Elischer | 1998-05-19 | 2 | -121/+225 |
| * | | This commit was generated by cvs2svn to compensate for changes in r36201, | Julian Elischer | 1998-05-19 | 3 | -0/+4622 |
| |\| |
|
| | * | Import the earliest version of the soft update code that I have.vendor/softdep/Jan26-97-ALPHA | Julian Elischer | 1998-05-19 | 3 | -0/+4622 |
| * | try stop the user from using mount -u to set the async flag on | Julian Elischer | 1998-05-18 | 1 | -1/+11 |
| * | s/nanoruntime/nanouptime/g | Poul-Henning Kamp | 1998-05-17 | 1 | -2/+2 |
| * | Add missing splx() | Julian Elischer | 1998-05-11 | 1 | -1/+2 |
| * | Submitted by: abial@nask.pl | Julian Elischer | 1998-05-11 | 1 | -1/+10 |
| * | In the words of the submitter: | Mike Smith | 1998-05-07 | 1 | -18/+9 |
| * | As described by the submitter: | Mike Smith | 1998-05-06 | 2 | -4/+2 |
| * | Correct an error that I made where the vtruncbuf was changed back | John Dyson | 1998-05-04 | 1 | -2/+2 |
| * | Fix an error that I made with an optimization. In the case | John Dyson | 1998-04-30 | 1 | -2/+2 |
| * | Make the devfs SLICE option a standard type option. | Julian Elischer | 1998-04-20 | 1 | -1/+2 |