I know that all BSD operating systems do share a significant amount of code and some code is regularly imported back and forth. For instance, FreeBSD frequently imports some utilities (mtree(8)) and manual pages from NetBSD. ssh(1) from OpenBSD is effectively used by any modern operating system. pf(4) (that we have in FreeBSD) originally came from OpenBSD as well.
Are there any utilities or say man pages that originally were fully implemented as part of FreeBSD project and now imported and used by other OSes? I did a quick search through {Net,Open}BSD sources and found that they primarily import implementations of C library functions, kernel drivers, and pathes to some existing code from FreeBSD. But I'm curious about specifically user-end utilities or man pages.
Maybe someone knows particular examples of these?
Are there any utilities or say man pages that originally were fully implemented as part of FreeBSD project and now imported and used by other OSes? I did a quick search through {Net,Open}BSD sources and found that they primarily import implementations of C library functions, kernel drivers, and pathes to some existing code from FreeBSD. But I'm curious about specifically user-end utilities or man pages.
Maybe someone knows particular examples of these?