| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-04-07 | Update copyright notices to reflect the fact that Transmeta | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Fix RESET_PTR_LIST() implementation: we forgot to actually | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Do a proper scope allocator, don't use the "bytes" allocator that doesn't | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Make functions degenerate to function pointers, and fix the | Linus Torvalds | 1 | -2/+4 |
| 2005-04-07 | Start updating the copyright license comments to the OSL, | Linus Torvalds | 1 | -1/+3 |
| 2005-04-07 | Evaluate structure and union initializers, including named | Linus Torvalds | 1 | -1/+7 |
| 2005-04-07 | Add macros to walk a list in parallel with another walker. | Linus Torvalds | 1 | -1/+51 |
| 2005-04-07 | Add nicer iterator for pointer lists - it's a complex macro, | Linus Torvalds | 1 | -0/+21 |
| 2005-04-07 | Change the copyright to Transmeta Corp, that's likely to be | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Introduce a "struct position", and have the different types refer | Linus Torvalds | 1 | -2/+11 |
| 2005-04-07 | Make a function call point an expression type of its own, and | Linus Torvalds | 1 | -0/+17 |
| 2005-04-07 | Add copyright statements and file comments. Add a FAQ, README, and | Linus Torvalds | 1 | -2/+7 |
| 2005-04-07 | Make iterators take a helper datum, and tell the callback whether | Linus Torvalds | 1 | -5/+7 |
| 2005-04-07 | Make listop functions keep the lists in chronological order | Linus Torvalds | 1 | -2/+3 |
| 2005-04-07 | Create function to clear out the existing allocations. The | Linus Torvalds | 1 | -1/+2 |
| 2005-04-07 | Move some common parsing routines to "lib", so thatthe | Linus Torvalds | 1 | -0/+4 |
| 2005-04-07 | Do much more pre-processing work: support #ifdef/#else/#endif | Linus Torvalds | 1 | -5/+10 |
| 2005-04-07 | Implement space-efficient allocator for small data structures. We | Linus Torvalds | 1 | -3/+5 |
| 2005-04-07 | Add allocators for statistics | Linus Torvalds | 1 | -0/+51 |