Page MenuHomeFreeBSD

[PowerPC] Fix multiple ntp configuration issues
ClosedPublic

Authored by bdragon on Sep 9 2020, 6:16 PM.
Referenced Files
Unknown Object (File)
Mon, Apr 6, 3:07 AM
Unknown Object (File)
Sat, Apr 4, 1:50 AM
Unknown Object (File)
Sat, Apr 4, 12:46 AM
Unknown Object (File)
Fri, Apr 3, 5:20 AM
Unknown Object (File)
Sat, Mar 28, 5:35 PM
Unknown Object (File)
Mon, Mar 23, 3:26 PM
Unknown Object (File)
Thu, Mar 12, 7:08 PM
Unknown Object (File)
Jan 15 2026, 6:55 PM
Subscribers

Details

Summary

While fixing NTP for powerpc64le, I noticed an additional bug in config.h.

  • powerpc time_t is 64 bit, not 32 bit.
  • Add definition for powerpc64le.

Tested on powerpc64 (POWER9 Talos II), powerpc64le (POWER9 Blackbird), and powerpc (G4 PowerBook)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 23 2020, 2:53 AM
This revision was automatically updated to reflect the committed changes.