summaryrefslogtreecommitdiff
path: root/examples/kernel-patches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update my devps patch for the latest 2.2 kernel.Eric Andersen2000-09-261-902/+64
| | | | -Erik
* Removed since this patch is now in the current 2.4.x kernelEric Andersen2000-08-211-66/+0
| | | | | tree. -Erik
* Add in my fix for 2.4.x kernels so /proc/mounts will not have uselessEric Andersen2000-07-072-0/+66
| | | | | | deg entries which break mount, df, and friends. Renamed WillThisGoIntoTheKernel to avoid any confision. -Erik
* This kernel patch is no longer needed, with the change I made to initEric Andersen2000-06-271-77/+0
| | | | | and free... -Erik
* Add in my little patch for 2.4.x to make sysinfo binary compatable (again)Eric Andersen2000-06-212-0/+88
| | | | -Erik
* Some emails I exchanged with Alan Cox and Linus re my /dev/psErik Andersen2000-04-191-0/+93
| | | | | kernel patch. To summarize, it won't be going into the kernel. -Erik
* First edition of my Busybox kernel patch. implements devps, devmtab, andErik Andersen2000-03-081-0/+2316
devmodules. With this patch, you can enable BB_FEATURE_USE_DEVPS_N_DEVMTAB and have a completely full featured busybox without having to even compile /proc into the kernel. I'm pretty proud of this patch. It has a few loose ends that should be filled in sometime, but arn't used by busybox (so they arn't very important). -Erik