| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-05-05 | Fix nfsroot build | Ralf Baechle | 1 | -1/+1 | |
| CC fs/nfs/nfsroot.o fs/nfs/nfsroot.c:131: error: tokens causes a section type conflict make[2]: *** [fs/nfs/nfsroot.o] Error 1 This is due to mixing const and non-const content in the same section which halfway recent gccs absolutely hate. Fixed by dropping the const. Signed-off-by: Ralf Baechle <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2007-05-03 | [AFS]: Make the match_*() functions take const options. | David Howells | 1 | -4/+4 | |
| Make the match_*() functions take a const pointer to the options table and make strings pointers in the options table const too. Signed-off-by: David Howells <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2005-04-16 | Linux-2.6.12-rc2 | Linus Torvalds | 1 | -0/+33 | |
| Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip! | |||||