Page MenuHomeFreeBSD

exterr: Sort output from make_libc_exterr_cat_filenames.sh
ClosedPublic

Authored by markj on Jan 12 2026, 5:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 30, 3:43 AM
Unknown Object (File)
Mon, Jun 29, 10:46 PM
Unknown Object (File)
Mon, Jun 29, 1:02 AM
Unknown Object (File)
Sat, Jun 27, 11:35 AM
Unknown Object (File)
Thu, Jun 25, 7:18 AM
Unknown Object (File)
May 26 2026, 6:56 AM
Unknown Object (File)
May 25 2026, 4:04 AM
Unknown Object (File)
May 24 2026, 8:42 PM
Subscribers

Details

Summary

Otherwise the script may permute the order of entries in the file since
find(1) output is not stable.

Diff Detail

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

Event Timeline

markj requested review of this revision.Jan 12 2026, 5:54 PM

I also noted it, but used find | sort in D54592.

Feel free to commit. I think you want to split the commit of script and the commit of the regenerated file, to be able to MFC without conflicts.

This revision is now accepted and ready to land.Jan 14 2026, 4:03 PM