These do not use __FBSDID but instead use bare char arrays.
Details
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
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 |
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. |