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, Nov 5, 6:50 PM
Unknown Object (File)
Tue, Nov 5, 6:42 PM
Unknown Object (File)
Fri, Oct 18, 9:19 PM
Unknown Object (File)
Oct 5 2024, 11:03 AM
Unknown Object (File)
Oct 5 2024, 6:43 AM
Unknown Object (File)
Oct 5 2024, 6:43 AM
Unknown Object (File)
Oct 5 2024, 6:43 AM
Unknown Object (File)
Oct 5 2024, 6:22 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

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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