SCO update
Posted Nov 21, 2003 5:53 UTC (Fri) by
error27 (subscriber, #8346)
In reply to:
SCO update by Liefting
Parent article:
SCO update
These simplified commands were stolen from a post by Newsome on Groklaw:
egrep -wilr --include "*.[ch]" 'smp|rcu|numa' * > /tmp/output1
find fs/jfs -type f -path "*.[ch]" >> /tmp/output1
egrep -v 'alpha|parisc|sparc|sound|drivers' /tmp/output1 \\
| sort -u > /tmp/SCOFiles-list2.output
They generate the SCO list almost exactly except it includes
"include/asm-h8300/smplock.h" and SCO does not. The interesting thing for me was that they removed all the files for HP and Sun hardware. The Alpha supports NUMA but that was removed from SCO's list.
(
Log in to post comments)