Page MenuHomeFreeBSD

sort {delete,check}-old*
ClosedPublic

Authored by emaste on Oct 22 2018, 6:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 11, 5:04 AM
Unknown Object (File)
Jun 27 2025, 1:20 PM
Unknown Object (File)
Jun 26 2025, 5:38 AM
Unknown Object (File)
Jun 24 2025, 6:11 AM
Unknown Object (File)
Jun 22 2025, 5:09 PM
Unknown Object (File)
Jun 18 2025, 12:37 PM
Unknown Object (File)
Jun 17 2025, 9:10 PM
Unknown Object (File)
Jun 11 2025, 12:36 AM
Subscribers
None

Details

Summary

It is more convenient to review old libraries, files, and directories in order.

Sort check-* after checking for existence of files for efficiency, and because /usr/lib/debug entries are added while iterating over the list.

Diff Detail

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

Event Timeline

This seems fine.

As an aside: this code is appallingly slow and needs to be replaced with something that doesn't require 8+ execs per file that might exist.

This revision is now accepted and ready to land.Oct 22 2018, 9:18 PM
This revision was automatically updated to reflect the committed changes.