Page MenuHomeFreeBSD

makefs: correct iso9660 Rock Ridge TF timestamps
ClosedPublic

Authored by emaste on Mar 22 2023, 11:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 9:40 AM
Unknown Object (File)
Tue, Apr 30, 9:40 AM
Unknown Object (File)
Tue, Apr 30, 9:40 AM
Unknown Object (File)
Tue, Apr 30, 6:17 AM
Unknown Object (File)
Thu, Apr 25, 10:16 PM
Unknown Object (File)
Tue, Apr 23, 2:40 AM
Unknown Object (File)
Mon, Apr 22, 11:42 PM
Unknown Object (File)
Mar 18 2024, 7:43 AM
Subscribers

Details

Summary
The bit definitions for the TF_* timestamp bits (TF_MODIFY, etc.) were
incorrect, and timestamps were written in the wrong order.

See RRIP 4.1.6 Description of the "TF" System Use Entry for details.

PR:             203531

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
jrtc27 added a subscriber: jrtc27.

This matches my reading of the spec

This revision is now accepted and ready to land.Mar 23 2023, 12:47 AM
usr.sbin/makefs/cd9660/iso9660_rrip.h
63–65

these don't make sense - the first two are not used, the third is p->attr.rr_entry.NM.flags[0] = (unsigned char) NM_PARENT; (i.e., 0x200 cast to a byte)

to be dealt with later