summaryrefslogtreecommitdiffstats
path: root/toolbox/insmod.c
Commit message (Collapse)AuthorAgeFilesLines
* system/core 64-bit cleanup.Elliott Hughes2014-01-161-2/+2
| | | | | | | | | This cleans up most of the size-related problems in system/core. There are still a few changes needed for a clean 64-bit build, but they look like they might require changes to things like the fastboot protocol. Change-Id: I1560425a289fa158e13e2e3173cc3e71976f92c0
* fix insmod reading more than one module parameterViral Mehta2010-04-201-1/+0
| | | | | | | | | | | it seems wrong to put '/0' after reading one argument if we are passing more than one module parameters, they are not being propogated to the kernel properly. Second module parameters onwards are simply being ignored by kernel since insmod incorrectly put '/0' after reading first module parameter Change-Id: I54283eb30a66a83d5c619ffb1fb174ccf5fdcaf7
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+98
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-98/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-3/+20
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+81