Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Anding the fsid with 0xffff was causing aliasing problems. | dwmalone | 2001-11-05 | 1 | -1/+1 |
| | | | | | | | PR: 17405, 16320 Submitted by: Mark W. Krentel <krentel@dreamscape.com> Submitted by: Peter Edwards <peter.edwards@ireland.com> MFC after: 2 weeks | ||||
* | Support more filesystems in fstat(1): now you can use fstat(1) to | green | 2000-03-16 | 1 | -0/+78 |
find out if files on msdosfs and cd9660 filestores are open. There was also a movement of some common things to a header, a small cleanup. PR: bin/16364 bin/7043 Submitted by: Peter Edwards <peter.edwards@openet-telecom.com> |