Size: 589
Comment:
|
← Revision 3 as of 2017-12-30 01:30:13 ⇥
Size: 591
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
Email: [[MailTo(ldo AT SPAMFREE geek-central DOT gen DOT nz)]] | Email: <<MailTo(ldo AT SPAMFREE geek-central DOT gen DOT nz)>> |
Line 7: | Line 7: |
Invaluable resource for browsing the Linux sources: Visit [http://lxr.linux.no/]. (I can't seem to get text searching to work, but see below for a tip for that.) | Invaluable resource for browsing the Linux sources: Visit [[http://lxr.linux.no/]]. (I can't seem to get text searching to work, but see below for a tip for that.) |
Lawrence D'Oliveiro
Email: <ldo AT SPAMFREE geek-central DOT gen DOT nz>
Invaluable resource for browsing the Linux sources: Visit http://lxr.linux.no/. (I can't seem to get text searching to work, but see below for a tip for that.)
Quickly list all source files mentioning a particular identifier:
find /usr/src/linux/ -name '*.[chS]' -exec grep -q identifier '{}' ';' -print
Then it's easy enough to pull up the appropriate source file as http://lxr.linux.no/source/path.