Page MenuHomeFreeBSD

nlist.3: Add deprecation notice
ClosedPublic

Authored by emaste on May 18 2026, 11:17 PM.
Tags
None
Referenced Files
F162720723: D57078.diff
Thu, Jul 16, 3:41 AM
Unknown Object (File)
Wed, Jul 15, 7:22 AM
Unknown Object (File)
Wed, Jul 15, 7:22 AM
Unknown Object (File)
Mon, Jul 13, 3:53 AM
Unknown Object (File)
Jun 10 2026, 9:44 PM
Unknown Object (File)
May 25 2026, 8:27 PM
Unknown Object (File)
May 24 2026, 9:07 PM
Unknown Object (File)
May 23 2026, 8:04 PM
Subscribers

Details

Summary

It is a relic from a.out days and is poorly specified. Although ELF support was added there are better ways to access ELF data.

Diff Detail

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

Event Timeline

Could you please also document the '_' quirk?

This revision is now accepted and ready to land.May 18 2026, 11:35 PM
In D57078#1307971, @kib wrote:

Could you please also document the '_' quirk?

D57034 removes it

This revision was automatically updated to reflect the committed changes.

Sorry I'm late to the party. Can we have the introductory sentence to DESCRIPTION explaining what something is, instead of explaining that we don't want people to use it?

Deprecation notices are usually in a separate section, cf. D55381