aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Some more minor updates to better use some gcc attributes.erik2000-04-068-25/+38
* Fix sed regexp replacement, which I had hosed (thanks toerik2000-04-062-4/+2
* Fix time stamp styleerik2000-04-061-2/+0
* Turn off static linking. Duh.erik2000-04-061-1/+1
* Use gcc -E instead of cpp to enhance portability for brainerik2000-04-065-4/+6
* Minor noise removalerik2000-04-053-6/+6
* Tar now works perfectly. It behaves much better now then iterik2000-04-058-180/+247
* Oops. Forgot the usleep.c file.erik2000-04-042-0/+76
* usleep contributed by Nicolas Pitre <nico@cam.org>erik2000-04-045-0/+9
* Update tar so creation of tarballs is much closer to working...erik2000-04-042-138/+252
* Minor structural change to allow core dumping(or not) from initerik2000-04-044-21/+35
* minor changes to mount/umount to support-by-ignoring the "-v" flag.erik2000-04-048-176/+354
* Yet another installment in the ongoing tar sagaerik2000-03-2812-69/+191
* First stages of (re-)writing busybox's tar creation support.erik2000-03-267-43/+225
* Latest and greatesterik2000-03-252-10/+10
* The new tar for busybox is now done, and works just fineerik2000-03-2412-1830/+581
* More changes that are broken. It doesn't compileerik2000-03-232-86/+114
* My latest ramblings.erik2000-03-2333-831/+1112
* Use the nice new find_real_root_device function to find theerik2000-03-228-54/+39
* Add in a nifty function for mount to use.erik2000-03-221-0/+36
* * all mallocs now use xmalloc (and so are OOM error safe), anderik2000-03-2119-115/+47
* Hmm. Missed this changeerik2000-03-212-0/+2
* Fix bug in memory total checking.erik2000-03-202-82/+80
* more minor fixeserik2000-03-195-101/+139
* Some more stuff.erik2000-03-198-927/+984
* Adjust the termio settings, and don't use octal since iterik2000-03-192-16/+20
* Minor updateerik2000-03-172-0/+4
* Several fixes.erik2000-03-1715-111/+529
* Fix fg bugerik2000-03-163-2010/+2028
* Forgot these files...erik2000-03-168-0/+2262
* Major build system updates...erik2000-03-1613-2062/+2282
* Bug fixerik2000-03-142-2/+2
* Some bug fixes I forgot to check-in the other day.erik2000-03-135-6/+32
* First pass at writing a shell for busybox.erik2000-03-128-8/+2761
* Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simplererik2000-03-089-26/+28
* First edition of my Busybox kernel patch. implements devps, devmtab, anderik2000-03-081-0/+2316
* Fixed up lsmod so it works with my devmodules kernel driver,erik2000-03-083-9/+15
* + changed a static array (FileList) into a dynamically allocated onebeppu2000-03-082-4/+18
* Fix bugs related to finding PIDs.erik2000-03-0714-46/+144
* Fix up some #define stuff to ensure the Right Thing(tm)erik2000-03-072-2/+5
* Add some descriptionerik2000-03-071-0/+1
* Add a #define to make init extra quiet on boot.erik2000-03-073-4/+21
* Wrote killall.erik2000-03-0719-142/+601
* Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a -e)erik2000-03-063-246/+248
* Oops. I left debugging turned on...erik2000-03-061-1/+1
* Oops. Forgot to add in uptime when I added uptime.erik2000-03-052-0/+146
* Add in tr and dirnameerik2000-03-0510-0/+1468
* Wrote uptime. Doesn't use /proc. :)erik2000-03-055-5/+13
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyerik2000-03-049-3/+150
* A few updates (including the cp fix the Craig has been looking for)erik2000-03-0434-376/+817