Page MenuHomeFreeBSD

nlist.3: Add deprecation notice
ClosedPublic

Authored by emaste on May 18 2026, 11:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 12, 11:36 PM
Unknown Object (File)
Tue, Aug 11, 6:14 PM
Unknown Object (File)
Mon, Aug 10, 11:06 AM
Unknown Object (File)
Sun, Aug 9, 3:26 PM
Unknown Object (File)
Sun, Aug 9, 4:28 AM
Unknown Object (File)
Sat, Aug 8, 3:53 PM
Unknown Object (File)
Sat, Aug 8, 12:54 PM
Unknown Object (File)
Sat, Aug 8, 9:31 AM
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