Page MenuHomeFreeBSD

Generate termcap.small from termcap automatically
ClosedPublic

Authored by sobomax on Aug 24 2022, 6:48 PM.
Referenced Files
Unknown Object (File)
Mon, Apr 8, 9:42 AM
Unknown Object (File)
Mar 11 2024, 12:32 PM
Unknown Object (File)
Mar 11 2024, 12:32 PM
Unknown Object (File)
Mar 9 2024, 6:17 AM
Unknown Object (File)
Mar 8 2024, 12:43 AM
Unknown Object (File)
Jan 4 2024, 8:13 PM
Unknown Object (File)
Jan 4 2024, 8:13 PM
Unknown Object (File)
Jan 3 2024, 11:56 PM
Subscribers

Details

Summary

Looks like termcap.small is missing some entries and changes that were committed in the past 10+ years. This change aims at fixing it by removing the need to do manual synchronization and simply building termcap.small automatically along with the rest of the world, thus ensuring 100% current and future synchronization.

Test Plan
  1. make buildworld
  2. run mergemaster
  3. make sure termcap.small is the only termcap in the system, test sc (consXX) and vt (xterm) consoles.

Diff Detail

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

Event Timeline

is it worth adding the cons* in 2022 ?

yes because we sstill have sc

This revision is now accepted and ready to land.Aug 25 2022, 1:30 PM

Works for me, but why do we even bother with a small termcap at all? Is the added complexity worth any "speedup" that I'm sure might not even be measurable on today's systems?

aggreed with @uqs with in my previous work on terminfo I planned to nuke support for termcap.small, but I haven't been brave enough to push it, as I was expecting backfire.

I'm kinda agnostic on this.
I created termcap.small 20ish years ago to have a termcap that's good enough for me to vi files on the embedded systems I logged into.
It was originally trimmed to fit into < 512 bytes so it fit into one block on a 16MB CF card that I was a little tight on space on.
Those systems were retired, scrapped and shredded 10-12 years ago (my info about that is a little sketchy, but I do know the company I worked for no longer supports them for that time).
It's still likely useful, but only because I'm not sure how many people would use the terminals that are in the remainder of the file.... There's a lot of old-school terminals that were almost obsolete when I was in college...
So if you must, this seems as sane as any other option.

termcap.small is still useful I think for the case when /usr is not mounted (i.e. single-user/recovery mode in a traditional FS layout). These days of course most people are using monolithic root+usr esp with ZFS, however we for example have 200+ systems in the field partitioned in a traditional way, so I am wondering how many there may be people like us out there.