| Age | Commit message (Expand) | Author |
| 1995-06-18 | don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN | cgd |
| 1995-06-15 | compensate for timeval/timespec/stat structure changes. | cgd |
| 1995-05-30 | Fix thinko in previous commit. Do this as suggested by John Kohl. | mycroft |
| 1995-05-30 | When replacing a whiteout, set i_endoff to 0, so the directory cannot be | mycroft |
| 1995-05-10 | from Mike Karels: | cgd |
| 1995-04-12 | Make use of the `fs_clean' field. If it was set when the file system was | mycroft |
| 1995-03-28 | KERNEL -> _KERNEL | jtc |
| 1995-03-26 | KERNEL -> _KERNEL | jtc |
| 1995-03-24 | explicitly cast &time to (struct timeval *) when passing it to VOP_UPDATE. | cgd |
| 1995-03-21 | Update to use timer{add,sub}(). | mycroft |
| 1995-03-09 | copy*str() should use size_t. | mycroft |
| 1995-03-08 | size for copyinstr should be u_long | cgd |
| 1995-03-08 | cast pointer to long, not int | cgd |
| 1995-03-01 | Clean up deleted files. | mycroft |
| 1995-01-18 | Clean up the code to frob mnt_stat a bit. | mycroft |
| 1995-01-18 | Turn mountlist into a CIRCLEQ, and handle setting and checking of MNT_ROOTFS | mycroft |
| 1995-01-03 | fix pr 568 | cgd |
| 1994-12-30 | Don't look at d_type for old format file systems. | mycroft |
| 1994-12-27 | Clear IN_RENAME on failed rename of directory. | mycroft |
| 1994-12-24 | Implement and use a common access checking routine | ws |
| 1994-12-21 | #include sys/queue.h, but also hide kernel structures in #ifdef KERNEL. | mycroft |
| 1994-12-21 | Add RCS ids where missing. | mycroft |
| 1994-12-16 | Ignore rotational optimization if nrpos == 1, as suggested by Stefan Esser. | mycroft |
| 1994-12-15 | Call foo_statfs() from a common place when mounting. | mycroft |
| 1994-12-14 | Remove extra arg to vn_open(). | mycroft |
| 1994-12-14 | Sync with CSRG. | mycroft |
| 1994-12-13 | Sync with CSRG. | mycroft |
| 1994-12-13 | Not ready for part of the previous change yet... | mycroft |
| 1994-12-13 | Turn lease_check() into a vnode op, per CSRG. | mycroft |
| 1994-12-13 | Sync with CSRG. | mycroft |
| 1994-12-13 | Sync with CSRG. | mycroft |
| 1994-12-11 | Use __timeradd(), not timevaladd(). | mycroft |
| 1994-11-17 | Round struct lfs to 512 bytes. | mycroft |
| 1994-11-14 | added extra argument to vn_open | christos |
| 1994-10-30 | be more careful with types, also pull in headers where necessary. | cgd |
| 1994-10-28 | This is not my day. | mycroft |
| 1994-10-28 | Fix typo. | mycroft |
| 1994-10-28 | For now, limit the maxfilesize to 2^31*bsize-1 in core. This is temporary. | mycroft |
| 1994-10-28 | Fix a couple of types in the compatibility code. | mycroft |
| 1994-10-28 | Don't allow truncating past maxfilesize. | mycroft |
| 1994-10-20 | update for new syscall args description mechanism, and deal safely | cgd |
| 1994-09-20 | c syntax | cgd |
| 1994-08-21 | C syntax fix, and syscall args style (For later.) | cgd |
| 1994-07-04 | Do the doasyncfree conditionalization better. | mycroft |
| 1994-06-30 | fix the definition of a dev_t | cgd |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-28 | Reload mnt_maxsymlinklen, for `fsck -c2'. | mycroft |
| 1994-06-22 | Deallocate the vnode data using the correct type for MFS nodes. | mycroft |
| 1994-06-22 | Add a couple of missing casts. | mycroft |
| 1994-06-18 | kill #ifdefs for vax/tahoe w/old vm | cgd |