Page MenuHomeFreeBSD

Purge more stray embedded $FreeBSD$ strings
ClosedPublic

Authored by jhb on Sep 23 2023, 10:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 14, 10:47 PM
Unknown Object (File)
Sun, Nov 10, 1:23 AM
Unknown Object (File)
Wed, Nov 6, 9:09 PM
Unknown Object (File)
Wed, Nov 6, 9:09 PM
Unknown Object (File)
Wed, Nov 6, 9:04 PM
Unknown Object (File)
Wed, Nov 6, 8:54 PM
Unknown Object (File)
Wed, Oct 30, 11:17 AM
Unknown Object (File)
Oct 14 2024, 9:18 PM

Diff Detail

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

Event Timeline

jhb requested review of this revision.Sep 23 2023, 10:04 PM

Sorry for all the ditto

libexec/comsat/comsat.c
40

When do we finally get rid of these? Maybe now for the ones adjacent to FreeBSD? So in this case remove the full lint ifdef.

libexec/rpc.rstatd/rstat_proc.c
32

No obligation for copyright notice at all, so this can also be removed

sbin/dump/main.c
36

This one likely should be separate. I think we are OK, but we should do a separate analysis

sbin/dumpfs/dumpfs.c
51

Ditto to dump.c

sbin/ffsinfo/ffsinfo.c
49

Ditto to dump.c. especially since there are others listed

sbin/growfs/debug.c
40

This line?

sbin/ifconfig/ifconfig.c
35

Ditto dump.c

sbin/init/init.c
38

Ditto dump.c

sbin/mount/mount_fs.c
39

Ditto dump.c

sbin/mount_cd9660/mount_cd9660.c
43

Ditto dump.c

sbin/mount_unionfs/mount_unionfs.c
41

Ditto dump.c

sbin/umount/umount.c
36

Ditto dump.c

sys/netpfil/ipfilter/netinet/fil.c
107

Don't know what to think about ip filter scuft

usr.bin/locate/locate/locate.c
41

Ditto dump.c

usr.bin/morse/morse.c
37

Ditto dump.c

usr.bin/nfsstat/nfsstat.c
67

Ditto dump.c

usr.bin/number/number.c
34

Ditto dump.c

usr.bin/primes/primes.c
37

Ditto dump.c

usr.bin/printf/printf.c
44

Ditto dump.c

usr.bin/showmount/showmount.c
39

Ditto dump.c

usr.bin/tee/tee.c
36

Ditto dump.c

usr.bin/time/time.c
35

Ditto dump.c

usr.bin/ul/ul.c
36

Ditto dump.c

usr.bin/uniq/uniq.c
39

Ditto dump.c

usr.bin/yes/yes.c
36

Ditto dump.c

usr.sbin/config/main.cc
36

Ditto dump.c

usr.sbin/flowctl/flowctl.c
29

Kill this one?

usr.sbin/nfsd/nfsd.c
39

Ditto dump.c

usr.sbin/traceroute6/traceroute6.c
70

Ditto dump.c

This revision is now accepted and ready to land.Sep 23 2023, 10:36 PM
libexec/comsat/comsat.c
40

I think it would be best to axe other IDs in a separate pass from $FreeBSD$. I do think we should make a pass in main before 15.0. I'm not sure it's worth MFC'ing that though. Maybe to 14 if we do it "soon".

sbin/growfs/debug.c
40

I have no idea where that came from. It's probably not useful, but probably worth its own commit to cleanup? I think I found a $SourceForge$ in some file glebius wrote as well.

This revision was automatically updated to reflect the committed changes.