| Commit message (Expand) | Author | Age | Files | Lines |
* | Make a set of VOP standard lock, unlock & islocked VOP operators, which | phk | 1997-10-17 | 2 | -4/+4 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 14 | -48/+46 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 18 | -148/+140 |
* | Two more places where root filesystems were mounted, put them at the head of | julian | 1997-10-16 | 2 | -2/+2 |
* | vnops megacommit | phk | 1997-10-15 | 2 | -214/+6 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 2 | -42/+42 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 2 | -258/+254 |
* | IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flags | bde | 1997-10-15 | 1 | -4/+4 |
* | Reset the flag right away, could catch a bogon someday. | phk | 1997-10-14 | 1 | -1/+2 |
* | I think my previous change may have opened a race conditio. | phk | 1997-10-14 | 5 | -10/+11 |
* | ufs_ihashrem() should not be called from the UFS layer, but from the | phk | 1997-10-14 | 2 | -0/+4 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 5 | -6/+17 |
* | Distribute and statizice a lot of the malloc M_* types. | phk | 1997-10-11 | 2 | -2/+2 |
* | Make ufs_reclaim free the underlying inode. | phk | 1997-10-10 | 2 | -2/+4 |
* | Mega commit to cleanup the "remaining nits" after my malloc change. | phk | 1997-10-10 | 4 | -20/+16 |
* | `numdirtybuffers' was not maintained properly. This caused excessive | bde | 1997-10-07 | 2 | -4/+8 |
* | Oops, include <sys/conf.h>. | kato | 1997-09-28 | 2 | -0/+2 |
* | Clustered read and write are switched at mount-option level. | kato | 1997-09-27 | 8 | -56/+36 |
* | Make MFS a supported option, finally. | joerg | 1997-09-22 | 2 | -6/+2 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -2/+2 |
* | Convert select -> poll. | peter | 1997-09-14 | 2 | -6/+10 |
* | Remove some stuff from lookup which is now handled centrally. | phk | 1997-09-10 | 2 | -22/+0 |
* | Removed yet more vestiges of config-time swap configuration and/or | bde | 1997-09-07 | 2 | -12/+8 |
* | Removed unused #includes. | bde | 1997-09-02 | 2 | -6/+2 |
* | Removed unused #includes (bogus #includes were necessary because fusword() | bde | 1997-08-31 | 2 | -4/+2 |
* | Uncut&paste cache_lookup(). | phk | 1997-08-26 | 6 | -102/+8 |
* | Code cleanup. Removed !FreeBSD code arround sysctl stuff. Renamed | kato | 1997-08-24 | 4 | -46/+14 |
* | Added sysctl args vfs.ext2fs.doclusterread and | kato | 1997-08-23 | 4 | -18/+56 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 2 | -4/+4 |
* | Fix a problem with ext2fs so that filesystems mounted at reboot don't | dyson | 1997-08-04 | 8 | -38/+76 |
* | Fixed bitrot in fpu LKMs. | bde | 1997-07-20 | 1 | -7/+4 |
* | Fixed comment about i_spare. | bde | 1997-07-13 | 2 | -4/+4 |
* | Don't depend on gcc's feature of permitting labels that aren't followed | bde | 1997-07-01 | 1 | -3/+3 |
* | Don't depend on gcc's feature of permitting returning void expressions | bde | 1997-07-01 | 2 | -5/+8 |
* | Fix a problem with the VN device. Specifically, the VN device can | dyson | 1997-06-15 | 2 | -0/+12 |
* | Removed unused #includes. | bde | 1997-06-14 | 1 | -6/+1 |
* | Removed unused #includes. | bde | 1997-06-14 | 25 | -68/+37 |
* | Removed unused #includes. | bde | 1997-06-14 | 18 | -50/+4 |
* | Shrink struct inode by 20 bytes, so that malloc wastes less space. | phk | 1997-05-22 | 2 | -4/+4 |
* | Make the necessary changes so that an ELF kernel can be built. I | jdp | 1997-04-22 | 14 | -75/+35 |
* | Support NFS cookies in VOP_READDIR, allowing ext2fs filesystems to be | dfr | 1997-04-05 | 2 | -0/+52 |
* | Fixed gratuitous ANSIisms. | bde | 1997-04-01 | 8 | -28/+34 |
* | Use __i386__ instead of i386 in ifdefs. | bde | 1997-04-01 | 6 | -10/+18 |
* | Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack of | bde | 1997-04-01 | 2 | -4/+12 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 3 | -4/+1 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 3 | -4/+4 |
* | Fixed some invalid (non-atomic) accesses to `time', mostly ones of the | bde | 1997-03-22 | 10 | -46/+22 |
* | Update a number of routines to reflect the actual name | mpp | 1997-03-09 | 2 | -4/+4 |
* | Removed unused flag IN_RECURSE and unused struct member i_lockcount. | bde | 1997-03-03 | 2 | -6/+2 |
* | Removed useless setting of IN_RECURSE. The (anti) locking for this needs | bde | 1997-03-03 | 2 | -16/+0 |