As mentioned in the comments of my previous post, some commits have been processed with an incorrect prefix. That is, some pathnames are missing the src/ part of the path.
I just went looking…
I found interesting stuff. 1233 rows of interesting stuff.
For example:
SELECT * FROM element_pathname WHERE pathname NOT LIKE '/ports/%' AND pathname NOT LIKE '/www/%' AND pathname NOT LIKE '/src/%' AND pathname NOT LIKE '/doc/%' AND pathname NOT LIKE '/projects/%' AND pathname NOT LIKE '/CVSROOT%' ORDER BY PATHNAME;
…gives me:
element_id | pathname
------------+-------------------------------------------------------------------------------------------------
374165 | /Directory Properties:
374343 | /bind9
374605 | /bind9/9.4-ESV-R5
374508 | /bind9/9.6-ESV-R5
374517 | /bind9/dist-9.4
Other interesting tidbits include (these listings are not complete):
374260 | /cddl/contrib
374261 | /cddl/contrib/opensolaris
374287 | /cddl/contrib/opensolaris/ (props changed)
374262 | /cddl/contrib/opensolaris/cmd
374263 | /cddl/contrib/opensolaris/cmd/zfs
374264 | /cddl/contrib/opensolaris/cmd/zfs/zfs.8
and:
373976 | /contrib
374613 | /contrib/bind9
374776 | /contrib/bind9/ (props changed)
374618 | /contrib/bind9/CHANGES
374619 | /contrib/bind9/COPYRIGHT
374620 | /contrib/bind9/Makefile.in
374621 | /contrib/bind9/README
And yet more:
374781 | /contrib/gcc/c-decl.c
374782 | /contrib/gcc/c.opt
374783 | /contrib/gcc/common.opt
...
375026 | /contrib/gdb
375027 | /contrib/gdb/FREEBSD-diffs
375028 | /contrib/gdb/gdb
375029 | /contrib/gdb/gdb/sparc64fbsd-tdep.c
...
374871 | /crypto/openssh/kex.c
374902 | /crypto/openssh/kex.c (props changed)
374872 | /crypto/openssh/kex.h
374903 | /crypto/openssh/kex.h (props changed)
374873 | /crypto/openssh/misc.c
374904 | /crypto/openssh/misc.c (props changed)
374874 | /crypto/openssh/misc.h
...
78952 | /distrib/cvsup
78953 | /distrib/cvsup/sup
120661 | /distrib/cvsup/sup/README
95220 | /distrib/cvsup/sup/cvs-all
95221 | /distrib/cvsup/sup/cvs-all/list.cvs
131987 | /distrib/cvsup/sup/cvsroot-all
...
375030 | /gnu
375031 | /gnu/usr.bin
375032 | /gnu/usr.bin/gdb
375033 | /gnu/usr.bin/gdb/arch
375034 | /gnu/usr.bin/gdb/arch/sparc64
375035 | /gnu/usr.bin/gdb/arch/sparc64/Makefile
375036 | /gnu/usr.bin/gdb/arch/sparc64/init.c
...
374509 | /lib/bind
374606 | /lib/bind/config.h
374510 | /lib/bind/dns
374607 | /lib/bind/dns/code.h
374511 | /lib/bind/dns/dns
...
373994 | /lib/libarchive
374166 | /lib/libarchive/ (props changed)
374048 | /lib/libarchive/Makefile
374049 | /lib/libarchive/README
...
374913 | /lib/libc
374914 | /lib/libc/net
375040 | /lib/libc/net/ethers.3
374915 | /lib/libc/net/sctp_sys_calls.c
375013 | /lib/libkvm
375014 | /lib/libkvm/kvm_ia64.c
374313 | /lib/libmemstat
374314 | /lib/libmemstat/libmemstat.3
374315 | /lib/libmemstat/memstat.c
...
375021 | /lib/libthread_db/arch
375022 | /lib/libthread_db/arch/amd64
375023 | /lib/libthread_db/arch/amd64/libpthread_md.c
...
374964 | /release/picobsd/ (props changed)
374965 | /release/picobsd/floppy.tree
374966 | /release/picobsd/floppy.tree/sbin
374967 | /release/picobsd/floppy.tree/sbin/ (props changed)
374968 | /release/picobsd/floppy.tree/sbin/dhclient-script (props changed)
...
375010 | /sbin/rcorder/rcorder.8
374309 | /share
374777 | /share/doc
374778 | /share/doc/bind9
...
375072 | /sys/arm/conf
375073 | /sys/arm/conf/AVILA
375074 | /sys/arm/conf/BWCT
375075 | /sys/arm/conf/CAMBRIA
375076 | /sys/arm/conf/CNS11XXNAS
...
374985 | /tools/regression/security/cap_test/cap_test_sysctl.c
373980 | /usr.bin
374975 | /usr.bin/ar
374976 | /usr.bin/ar/write.c
I’m pretty sure there’s a simple bug fix for this. But my main priority now is finding a job.











