Page MenuHomeFreeBSD

Trim various $FreeBSD$
ClosedPublic

Authored by jhb on Sep 23 2023, 10:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 21, 4:59 AM
Unknown Object (File)
Sep 17 2024, 5:23 PM
Unknown Object (File)
Sep 16 2024, 10:56 PM
Unknown Object (File)
Sep 11 2024, 8:27 PM
Unknown Object (File)
Sep 9 2024, 8:52 AM
Unknown Object (File)
Aug 28 2024, 7:10 PM
Unknown Object (File)
Aug 26 2024, 8:53 AM
Unknown Object (File)
Aug 25 2024, 4:38 AM
Subscribers

Diff Detail

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

Event Timeline

I omitted cddl/contrib on purpose, but tools was an oversight

cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
23

I omitted all of cddl/contrib

cddl/contrib/opensolaris/cmd/lockstat/lockstat.1
22

Ditto

This revision is now accepted and ready to land.Sep 23 2023, 10:42 PM
cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
23

My feeling on these is that we have no live upstream, and even if we did, I'm fairly certain that $FreeBSD$ is a local diff not present in upstream.

cddl/usr.sbin/dwatch/dwatch
1330

dwatch is definitely not in any upstream, but was just placed here to be beside the other dtrace bits

jhb added inline comments.
cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
23

@markj do you have any thoughts here btw on if we have an upstream for these bits anymore, and if $FreeBSD$ is present in upstream or if it is a local diff?

cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
23

illumos is still the defacto upstream, but we tend to pull individual patches from there rather than merging wholesale updates, and yes $FreeBSD$ is a local diff anyway so I'm all for removing them here.

This revision was automatically updated to reflect the committed changes.