| Age | Commit message (Expand) | Author |
| 1995-06-18 | don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN | cgd |
| 1995-03-09 | copy*str() should use size_t. | mycroft |
| 1995-03-08 | use u_long for copyin* | cgd |
| 1995-03-01 | Clean up deleted files. | mycroft |
| 1995-01-18 | Fix typo in previous. | mycroft |
| 1995-01-18 | Clean up the code to frob mnt_stat a bit. Eliminate im_fsmnt. | mycroft |
| 1995-01-18 | Turn mountlist into a CIRCLEQ, and handle setting and checking of MNT_ROOTFS | mycroft |
| 1994-12-27 | Format police. | mycroft |
| 1994-12-24 | Implement and use a common access checking routine | ws |
| 1994-12-24 | various cleanups suggested by James Jegers, some then fixed up by me. | cgd |
| 1994-12-15 | Call foo_statfs() from a common place when mounting. | mycroft |
| 1994-12-14 | This *doesn't* need dkbad.h. | mycroft |
| 1994-12-13 | Sync with CSRG. | mycroft |
| 1994-12-06 | Patches from Kirk Mckusick to fix the fifo and spec op tables, and speed up | mycroft |
| 1994-10-30 | be more careful with types, also pull in headers where necessary. | cgd |
| 1994-10-29 | light clean; make sure headers are properly included, types are OK, etc. | cgd |
| 1994-10-20 | update for new syscall args description mechanism | cgd |
| 1994-09-22 | Make the tstamp functions take `u_char *', not `char *'. | mycroft |
| 1994-09-22 | Change timevals to timespecs. | mycroft |
| 1994-09-19 | Change the remaining 731's to 733's. Redo the conversion functions to | mycroft |
| 1994-08-19 | For symlinks, try actually reading the link to determine its size. | mycroft |
| 1994-08-19 | Fix off-by-one error translating names of associated files. | mycroft |
| 1994-08-03 | Mild nits. | mycroft |
| 1994-07-22 | Make sure we don't release the buffer too early. | mycroft |
| 1994-07-20 | Fix potential infinite loop on empty directory blocks (not that this should | mycroft |
| 1994-07-19 | Implement pathconf(2). | mycroft |
| 1994-07-19 | Not that it matters, but don't assume we're two's-complement. | mycroft |
| 1994-07-19 | Fix two more typos (identical). | mycroft |
| 1994-07-19 | Fix typo. | mycroft |
| 1994-07-19 | More redux. | mycroft |
| 1994-07-19 | Clean up a bit: | mycroft |
| 1994-07-19 | Remove things which are already done. | mycroft |
| 1994-07-18 | Fix inode number generation in readdir(). | mycroft |
| 1994-07-18 | For VOP_VGET(), pretend that relocated directories don't exist, for now. | mycroft |
| 1994-07-14 | Remember to clear d_type. | mycroft |
| 1994-07-13 | Implement cd9660_vget(). Clean up a bit. | mycroft |
| 1994-07-03 | Style nits. | mycroft |
| 1994-06-30 | knf | deraadt |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-27 | new standard, minimally intrusive ID format | cgd |
| 1994-06-14 | b_un.b_addr -> b_data | mycroft |
| 1994-06-08 | From 4.4-Lite, with local changes. | mycroft |
| 1994-06-08 | Clean up deleted files. | mycroft |
| 1994-05-24 | MIN -> min, MAX -> max | cgd |
| 1994-05-07 | don't break on dirent.h | cgd |
| 1994-04-25 | some prototype cleanup, eliminate/replace bogus types (e.g. quad and | cgd |
| 1994-04-23 | make fs types consistent over new kernels. also, some proto foo. | cgd |
| 1994-04-21 | Convert mount, vnode, and buf structs to use <sys/queue.h>. Also, | cgd |
| 1994-04-14 | fs types are names now | cgd |
| 1994-03-15 | Do some access checks | ws |