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