LWN.net Logo

SCO update

SCO update

Posted Nov 20, 2003 9:38 UTC (Thu) by Liefting (subscriber, #8466)
In reply to: SCO update by freethinker
Parent article: SCO update

xargs? That's for the seriously advanced administrators; you need to be an SMP developer to be able to use that. Does SCO have any?

Less efficient, but easier to understand is

find /usr/src/linux -type f -exec grep -l SMP {} \;

But even that is something they didn't came up with. Geez, are these guys really claiming to be the owners of UNIX?


(Log in to post comments)

SCO update

Posted Nov 21, 2003 5:53 UTC (Fri) by error27 (subscriber, #8346) [Link]

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.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds