Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-05 | Tar now works perfectly. It behaves much better now then it | Erik Andersen | |
used to. Only thing left to do is add in exclude (-X) option. -Erik | |||
2000-03-28 | Yet another installment in the ongoing tar saga | 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 | 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-17 | Several fixes. | Erik Andersen | |
-Erik | |||
2000-03-16 | Major build system updates... | Erik Andersen | |
-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-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 | 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-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-23 | Fixed rebooting when init runs as /linuxrc | 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-11 | Updates | Erik Andersen | |
-Erik | |||
2000-02-09 | Fixed the init problem where it wouldn't unmount filesystems | Erik Andersen | |
on reboot. Also fixed swapoff -a so it works. -Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
2000-02-08 | mkdir -p had gotten broken. Fixed now. | Erik Andersen | |
-Erik | |||
2000-02-07 | device_open is common code -- moved into utility.c | Erik Andersen | |
-Erik | |||
2000-02-07 | A few minor updates. ;-) | Erik Andersen | |
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | |||
2000-01-29 | copy fixes to simplify link copying and always do the right thing. | Erik Andersen | |
ping could segfault because I'm an idiot, and tried to put a value in where I hadn't allocated storage. choke. -Erik | |||
2000-01-27 | Forgot some debugging noise. | Erik Andersen | |
-Erik | |||
2000-01-27 | copyFile could call chmod on a symlink, changing the perms | Erik Andersen | |
of the pointed to file. Minor fix to tar for directory handling. -Erik | |||
2000-01-26 | Shuffle location of generic code into utility.c | Erik Andersen | |
-Erik | |||
2000-01-26 | mount and umount could leak loop device allocations causing the system to | Erik Andersen | |
quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik | |||
2000-01-25 | Some busybox updates. See the changelog for details if you care. | Erik Andersen | |
-Erik | |||
2000-01-23 | Fix a bug where tar could change perms and ownership of dirs pointed | Erik Andersen | |
to by symlink within a tarball. -Erik | |||
2000-01-15 | Sync up busybox with the latest and greatest. This is not stuff for | Erik Andersen | |
the Embedix release. -Erik | |||
2000-01-13 | Bug fixes. | Erik Andersen | |
-Erik | |||
2000-01-05 | The latest and greatest. init basically works, though needs | Erik Andersen | |
a minor inittab design change to accomodate specifying the device to run each process on. -Erik | |||
2000-01-04 | Bunches of fixes. Typos, bugs, etc. | Erik Andersen | |
Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik | |||
1999-12-29 | Add the beginings of some regression testing. Add in the recently | Erik Andersen | |
contributed loadacm utility (for dealing with unicode fonts) -Erik | |||
1999-12-29 | Fixed cp so it works as God intended it to. | Erik Andersen | |
-Erik | |||
1999-12-21 | Sync to my local tree | Erik Andersen | |
1999-12-17 | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | |
and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik | |||
1999-12-09 | Adjustments for Johns init stuff, | Eric Andersen | |
-Erik | |||
1999-12-09 | findInitPid() has been implemented and it seems to work. | John Beppu | |
reboot has been changed to take advantage of findInitPid(); | |||
1999-12-09 | Tail now works (costs 6k). Several other updates. | Eric Andersen | |
-Erik | |||
1999-12-09 | * my_getid was leaking file descriptors, causing 'ls -l' on long | Eric Andersen | |
directories to fail -Erik | |||
1999-12-08 | Latest and greatest | Eric Andersen | |
1999-12-05 | Stuf | Eric Andersen | |
1999-12-05 | syslogd and klogd work now. | Eric Andersen | |
-Erik | |||
1999-12-03 | Stuf | Eric Andersen | |
1999-11-22 | Bug fixes | Eric Andersen | |
1999-11-19 | Stuf | Eric Andersen | |
1999-11-13 | updates for the day | Eric Andersen | |