Hi everyone,
I've been using find . -type f | xargs grep .... on the XNU sources for so long I figured I might as well make it a bit easier for me and give it a web interface. Thus is born http://newosxbook.com/xxr . I'm not linking it yet because it might not be ready for the world.
Please give it a try? This is a very simple interface, I'll gladly take your suggestions. In the list already (in addition to an autocomplete search box) is
maybe turning this into a full fledged concordance (i.e. not just the references, but also a little entry on each variable or function name searched).
J
P.S If you want to do me a favor and try some ethical hacking on it, I'm sure there's an overlooked command injection there, too.