Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-28 | Yet another installment in the ongoing tar saga | Erik Andersen | |
-Erik | |||
2000-03-26 | First stages of (re-)writing busybox's tar creation support. | Erik Andersen | |
-Erik | |||
2000-03-25 | Latest and greatest | Erik Andersen | |
-Erik | |||
2000-03-24 | The new tar for busybox is now done, and works just fine | Erik Andersen | |
for extracting files. Creation of tarballs is next... -Erik | |||
2000-03-23 | More changes that are broken. It doesn't compile | Erik Andersen | |
yet, but is closer. -Erik | |||
2000-03-23 | My latest ramblings. | Erik Andersen | |
-Erik | |||
2000-03-22 | Use the nice new find_real_root_device function to find the | Erik Andersen | |
name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik | |||
2000-03-22 | Add in a nifty function for mount to use. | Erik Andersen | |
-Erik | |||
2000-03-21 | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen | |
the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik | |||
2000-03-21 | Hmm. Missed this change | Erik Andersen | |
2000-03-20 | Fix bug in memory total checking. | Erik Andersen | |
-Erik | |||
2000-03-19 | more minor fixes | Erik Andersen | |
-Erik | |||
2000-03-19 | Some more stuff. | Erik Andersen | |
-Erik | |||
2000-03-19 | Adjust the termio settings, and don't use octal since it | Erik Andersen | |
is impossible to read by mere mortals. -Erik | |||
2000-03-17 | Minor update | Erik Andersen | |
2000-03-17 | Several fixes. | Erik Andersen | |
-Erik | |||
2000-03-16 | Fix fg bug | Erik Andersen | |
-Erik | |||
2000-03-16 | Forgot these files... | Erik Andersen | |
-Erik | |||
2000-03-16 | Major build system updates... | Erik Andersen | |
-Erik | |||
2000-03-14 | Bug fix | Erik Andersen | |
-Erik | |||
2000-03-13 | Some bug fixes I forgot to check-in the other day. | Erik Andersen | |
Mounting loop devices w/o specifying the filesystem type choked if it didn't guess right the first time. -Erik | |||
2000-03-12 | First pass at writing a shell for busybox. | Erik Andersen | |
Works fine, full job control support, etc. No syntax yet (if, then, while, etc). Handles pipes and & processes fine. TODO: add command editing, add syntax suport. -Erik | |||
2000-03-08 | Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler | Erik Andersen | |
BB_FEATURE_USE_DEVPS_PATCH. -Erik | |||
2000-03-08 | First edition of my Busybox kernel patch. implements devps, devmtab, and | Erik Andersen | |
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 | |||
2000-03-08 | Fixed up lsmod so it works with my devmodules kernel driver, | Erik Andersen | |
and with /proc. -Erik | |||
2000-03-08 | + changed a static array (FileList) into a dynamically allocated one | John Beppu | |
in an attempt to make the .bss section smaller. | |||
2000-03-07 | Fix bugs related to finding PIDs. | Erik Andersen | |
-Erik | |||
2000-03-07 | Fix up some #define stuff to ensure the Right Thing(tm) | Erik Andersen | |
happens with all combinations of BB_KILL and BB_KILLALL being defined. -Erik | |||
2000-03-07 | Add some description | Erik Andersen | |
-Erik | |||
2000-03-07 | Add a #define to make init extra quiet on boot. | Erik Andersen | |
-Erik | |||
2000-03-07 | Wrote killall. | Erik Andersen | |
Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik | |||
2000-03-06 | Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a -e) | Erik Andersen | |
would go into an infinite loop. -Erik | |||
2000-03-06 | Oops. I left debugging turned on... | Erik Andersen | |
-Erik | |||
2000-03-05 | Oops. Forgot to add in uptime when I added uptime. | Erik Andersen | |
Here it is in all its /proc free glory. -Erik | |||
2000-03-05 | Add in tr and dirname | Erik Andersen | |
-Erik | |||
2000-03-05 | Wrote uptime. Doesn't use /proc. :) | Erik Andersen | |
-Erik | |||
2000-03-04 | Add in freeramdisk.c, which (duh) frees ramdisks. If you have any | Erik Andersen | |
ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik | |||
2000-03-04 | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | |
-Erik | |||
2000-02-29 | Minor makefile and todo updates | Erik Andersen | |
-Erik | |||
2000-02-24 | Minor tweak to argv[0] handling for linuxrc | Erik Andersen | |
-Erik | |||
2000-02-23 | Fixed rebooting when init runs as /linuxrc | Erik Andersen | |
-Erik | |||
2000-02-23 | + this is a small script for helping TargetWizard auto-generate | John Beppu | |
busybox.defs.h | |||
2000-02-22 | Sync up a few things. Add in a new telnet implementation (still | Erik Andersen | |
not perfect though). -Erik | |||
2000-02-22 | Add in a TODO item, | Erik Andersen | |
-Erik | |||
2000-02-21 | Update the changelog | Erik Andersen | |
-Erik | |||
2000-02-21 | Removed proc dependancies for init and free (which maintaining exactly | Erik Andersen | |
the same functionality). /proc takes up 90k of kernel space, so it is nice to avoid using it at all costs. The only places where it is depended on is for cetain optional mount/umount features, and for ps and lsmod. -Erik | |||
2000-02-21 | Minor update for handling TERM with serial consoles. | Erik Andersen | |
-Erik | |||
2000-02-21 | Forgot to add basename. More fixes to du from | Erik Andersen | |
Friedrich Vedder <fwv@myrtle.lahn.de>. -Erik | |||
2000-02-19 | Fixed du. Now behaves just like GNU du (only less so). | Erik Andersen | |
-Erik | |||
2000-02-18 | Some updates for the day, | Erik Andersen | |
-Erik |