| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unspammed nested include of <vm/vm_zone.h>. | Bruce Evans | 1997-12-27 | 2 | -2/+2 |
| * | Make COMPAT_43 and COMPAT_SUNOS new-style options. | Eivind Eklund | 1997-12-16 | 1 | -1/+3 |
| * | Convert SUIDDIR fully to a new-style option. | Eivind Eklund | 1997-12-15 | 2 | -0/+2 |
| * | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | Bruce Evans | 1997-12-06 | 1 | -3/+3 |
| * | Don't include <sys/lock.h> in headers when only `struct simplelock' is | Bruce Evans | 1997-12-05 | 7 | -1/+8 |
| * | Needs to include <sys/lock.h> if we're using struct lock. | Jordan K. Hubbard | 1997-12-05 | 2 | -2/+4 |
| * | Fixed corruption of the per-group used directories count. It wasn't | Bruce Evans | 1997-12-03 | 2 | -6/+8 |
| * | Fix the copyright and attribution on this file. I forgot this | Poul-Henning Kamp | 1997-12-02 | 2 | -0/+12 |
| * | Use the same algorithm as ffs for generation numbers. | Bruce Evans | 1997-12-02 | 4 | -18/+6 |
| * | Removed __FreeBSD__ ifdefs. | Bruce Evans | 1997-12-02 | 26 | -374/+0 |
| * | Fixed missing #include of "opt_quota.h". | Bruce Evans | 1997-11-24 | 2 | -1016/+1010 |
| * | Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints, | Bruce Evans | 1997-11-24 | 2 | -14/+28 |
| * | Use consistent description strings for M_EXT2NODE. This also fixes a | Bruce Evans | 1997-11-20 | 2 | -2/+2 |
| * | Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR, | Poul-Henning Kamp | 1997-11-18 | 2 | -0/+2040 |
| * | Reviewed by: various. | Julian Elischer | 1997-11-12 | 2 | -2/+2 |
| * | Removed unused #includes. The need for most of them went away with | Bruce Evans | 1997-10-27 | 2 | -10/+0 |
| * | I guess nobody uses ext2fs in current ? | Poul-Henning Kamp | 1997-10-26 | 2 | -0/+2 |
| * | Make a set of VOP standard lock, unlock & islocked VOP operators, which | Poul-Henning Kamp | 1997-10-17 | 2 | -4/+4 |
| * | Another VFS cleanup "kilo commit" | Poul-Henning Kamp | 1997-10-16 | 14 | -48/+46 |
| * | VFS mega cleanup commit (x/N) | Poul-Henning Kamp | 1997-10-16 | 18 | -148/+140 |
| * | Two more places where root filesystems were mounted, put them at the head of | Julian Elischer | 1997-10-16 | 2 | -2/+2 |
| * | vnops megacommit | Poul-Henning Kamp | 1997-10-15 | 2 | -214/+6 |
| * | Hmm, realign the vnops into two columns. | Poul-Henning Kamp | 1997-10-15 | 2 | -42/+42 |
| * | Stylistic overhaul of vnops tables. | Poul-Henning Kamp | 1997-10-15 | 2 | -258/+254 |
| * | IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flags | Bruce Evans | 1997-10-15 | 1 | -4/+4 |
| * | Reset the flag right away, could catch a bogon someday. | Poul-Henning Kamp | 1997-10-14 | 1 | -1/+2 |
| * | I think my previous change may have opened a race conditio. | Poul-Henning Kamp | 1997-10-14 | 5 | -10/+11 |
| * | ufs_ihashrem() should not be called from the UFS layer, but from the | Poul-Henning Kamp | 1997-10-14 | 2 | -0/+4 |
| * | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 5 | -6/+17 |
| * | Distribute and statizice a lot of the malloc M_* types. | Poul-Henning Kamp | 1997-10-11 | 2 | -2/+2 |
| * | Make ufs_reclaim free the underlying inode. | Poul-Henning Kamp | 1997-10-10 | 2 | -2/+4 |
| * | Mega commit to cleanup the "remaining nits" after my malloc change. | Poul-Henning Kamp | 1997-10-10 | 4 | -20/+16 |
| * | `numdirtybuffers' was not maintained properly. This caused excessive | Bruce Evans | 1997-10-07 | 2 | -4/+8 |
| * | Oops, include <sys/conf.h>. | KATO Takenori | 1997-09-28 | 2 | -0/+2 |
| * | Clustered read and write are switched at mount-option level. | KATO Takenori | 1997-09-27 | 8 | -56/+36 |
| * | Make MFS a supported option, finally. | Joerg Wunsch | 1997-09-22 | 2 | -6/+2 |
| * | Update select -> poll in drivers. | Peter Wemm | 1997-09-14 | 1 | -2/+2 |
| * | Convert select -> poll. | Peter Wemm | 1997-09-14 | 2 | -6/+10 |
| * | Remove some stuff from lookup which is now handled centrally. | Poul-Henning Kamp | 1997-09-10 | 2 | -22/+0 |
| * | Removed yet more vestiges of config-time swap configuration and/or | Bruce Evans | 1997-09-07 | 2 | -12/+8 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-02 | 2 | -6/+2 |
| * | Removed unused #includes (bogus #includes were necessary because fusword() | Bruce Evans | 1997-08-31 | 2 | -4/+2 |
| * | Uncut&paste cache_lookup(). | Poul-Henning Kamp | 1997-08-26 | 6 | -102/+8 |
| * | Code cleanup. Removed !FreeBSD code arround sysctl stuff. Renamed | KATO Takenori | 1997-08-24 | 4 | -46/+14 |
| * | Added sysctl args vfs.ext2fs.doclusterread and | KATO Takenori | 1997-08-23 | 4 | -18/+56 |
| * | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 2 | -4/+4 |
| * | Fix a problem with ext2fs so that filesystems mounted at reboot don't | John Dyson | 1997-08-04 | 8 | -38/+76 |
| * | Fixed bitrot in fpu LKMs. | Bruce Evans | 1997-07-20 | 1 | -7/+4 |
| * | Fixed comment about i_spare. | Bruce Evans | 1997-07-13 | 2 | -4/+4 |
| * | Don't depend on gcc's feature of permitting labels that aren't followed | Bruce Evans | 1997-07-01 | 1 | -3/+3 |