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, Jun 26, 3:00 PM
Unknown Object (File)
Wed, Jun 10, 2:44 PM
Unknown Object (File)
Tue, Jun 9, 2:31 AM
Unknown Object (File)
Jun 7 2026, 7:37 PM
Unknown Object (File)
May 12 2026, 10:50 AM
Unknown Object (File)
Apr 20 2026, 7:28 AM
Unknown Object (File)
Apr 16 2026, 1:06 PM
Unknown Object (File)
Apr 16 2026, 4:54 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.