Page MenuHomeFreeBSD

Trim various $FreeBSD$
ClosedPublic

Authored by jhb on Sep 23 2023, 10:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 15, 9:37 PM
Unknown Object (File)
Tue, Feb 25, 9:43 PM
Unknown Object (File)
Tue, Feb 25, 11:06 AM
Unknown Object (File)
Tue, Feb 25, 4:30 AM
Unknown Object (File)
Tue, Feb 25, 2:15 AM
Unknown Object (File)
Feb 8 2025, 4:17 PM
Unknown Object (File)
Feb 8 2025, 5:07 AM
Unknown Object (File)
Jan 27 2025, 11:16 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.