2000-03-28 |
Erik Andersen | Yet another installment in the ongoing tar saga |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Erik Andersen | First stages of (re-)writing busybox's tar creation... |
commit | commitdiff | tree | snapshot |
2000-03-25 |
Erik Andersen | Latest and greatest |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Erik Andersen | The new tar for busybox is now done, and works just... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Erik Andersen | More changes that are broken. It doesn't compile |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Erik Andersen | My latest ramblings. |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Erik Andersen | Use the nice new find_real_root_device function to... |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Erik Andersen | Add in a nifty function for mount to use. |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Erik Andersen | * all mallocs now use xmalloc (and so are OOM error... |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Erik Andersen | Hmm. Missed this change |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Erik Andersen | Fix bug in memory total checking. |
commit | commitdiff | tree | snapshot |
2000-03-19 |
Erik Andersen | more minor fixes |
commit | commitdiff | tree | snapshot |
2000-03-19 |
Erik Andersen | Some more stuff. |
commit | commitdiff | tree | snapshot |
2000-03-19 |
Erik Andersen | Adjust the termio settings, and don't use octal since it |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Erik Andersen | Minor update |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Erik Andersen | Several fixes. |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Erik Andersen | Fix fg bug |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Erik Andersen | Forgot these files... |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Erik Andersen | Major build system updates... |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Erik Andersen | Bug fix |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Erik Andersen | Some bug fixes I forgot to check-in the other day. |
commit | commitdiff | tree | snapshot |
2000-03-12 |
Erik Andersen | First pass at writing a shell for busybox. |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Erik Andersen | Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1 |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Erik Andersen | First edition of my Busybox kernel patch. implements... |
commit | commitdiff | tree | snapshot |
2000-03-08 |
Erik Andersen | Fixed up lsmod so it works with my devmodules kernel... |
commit | commitdiff | tree | snapshot |
2000-03-08 |
John Beppu | + changed a static array (FileList) into a dynamically... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Erik Andersen | Fix bugs related to finding PIDs. |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Erik Andersen | Fix up some #define stuff to ensure the Right Thing(tm) |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Erik Andersen | Add some description |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Erik Andersen | Add a #define to make init extra quiet on boot. |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Erik Andersen | Wrote killall. |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Erik Andersen | Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Erik Andersen | Oops. I left debugging turned on... |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Erik Andersen | Oops. Forgot to add in uptime when I added uptime. |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Erik Andersen | Add in tr and dirname |
commit | commitdiff | tree | snapshot |
2000-03-05 |
Erik Andersen | Wrote uptime. Doesn't use /proc. :) |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Erik Andersen | Add in freeramdisk.c, which (duh) frees ramdisks. ... |
commit | commitdiff | tree | snapshot |
2000-03-04 |
Erik Andersen | A few updates (including the cp fix the Craig has been... |
commit | commitdiff | tree | snapshot |
2000-02-29 |
Erik Andersen | Minor makefile and todo updates |
commit | commitdiff | tree | snapshot |
2000-02-24 |
Erik Andersen | Minor tweak to argv[0] handling for linuxrc |
commit | commitdiff | tree | snapshot |
2000-02-23 |
Erik Andersen | Fixed rebooting when init runs as /linuxrc |
commit | commitdiff | tree | snapshot |
2000-02-23 |
John Beppu | + this is a small script for helping TargetWizard auto... |
commit | commitdiff | tree | snapshot |
2000-02-22 |
Erik Andersen | Sync up a few things. Add in a new telnet implementati... |
commit | commitdiff | tree | snapshot |
2000-02-22 |
Erik Andersen | Add in a TODO item, |
commit | commitdiff | tree | snapshot |
2000-02-21 |
Erik Andersen | Update the changelog |
commit | commitdiff | tree | snapshot |
2000-02-21 |
Erik Andersen | Removed proc dependancies for init and free (which... |
commit | commitdiff | tree | snapshot |
2000-02-21 |
Erik Andersen | Minor update for handling TERM with serial consoles. |
commit | commitdiff | tree | snapshot |
2000-02-21 |
Erik Andersen | Forgot to add basename. More fixes to du from |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Erik Andersen | Fixed du. Now behaves just like GNU du (only less... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Erik Andersen | Some updates for the day, |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Erik Andersen | Formatting fix |
commit | commitdiff | tree | snapshot |
2000-02-13 |
John Beppu | - I suspect the problem has something to do w/ symlinks. |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Erik Andersen | Add this in 0_42 |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Erik Andersen | Updates |
commit | commitdiff | tree | snapshot |
2000-02-11 |
John Beppu | + memory allocation/deallocation is less tolerant of... |
commit | commitdiff | tree | snapshot |
2000-02-11 |
John Beppu | fsck_minix.c lost fat. |
commit | commitdiff | tree | snapshot |
2000-02-11 |
John Beppu | reduced .bss size by dynmaically allocating a certain... |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Erik Andersen | Fixed a bug, |
commit | commitdiff | tree | snapshot |
2000-02-10 |
Erik Andersen | More minor touchups. |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Erik Andersen | Fix stupid typos -- thanks to Taketoshi Sano <kgh12351... |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Erik Andersen | Fix a possible /linuxrc crash. |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Erik Andersen | Update the sample inittab to add the "ctrlaltdel" action. |
commit | commitdiff | tree | snapshot |
2000-02-09 |
Erik Andersen | Fixed the init problem where it wouldn't unmount filesy... |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
commit | commitdiff | tree | snapshot |
2000-02-08 |
Erik Andersen | mkdir -p had gotten broken. Fixed now. |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Erik Andersen | Forgot a semicolon. |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Erik Andersen | device_open is common code -- moved into utility.c |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Erik Andersen | Forgot cp and mv are now cp_mv |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Erik Andersen | Remove the now obsolete test. Tests now |
commit | commitdiff | tree | snapshot |
2000-02-07 |
Erik Andersen | A few minor updates. ;-) |
commit | commitdiff | tree | snapshot |
2000-01-30 |
John Beppu | made more robust and commented my code. |
commit | commitdiff | tree | snapshot |
2000-01-29 |
John Beppu | nslookup -- a work in progress... |
commit | commitdiff | tree | snapshot |
2000-01-29 |
Erik Andersen | Clear up some ambiguity with old style assignments. |
commit | commitdiff | tree | snapshot |
2000-01-29 |
Erik Andersen | Minor change. init now uses dup2. |
commit | commitdiff | tree | snapshot |
2000-01-29 |
Erik Andersen | copy fixes to simplify link copying and always do the... |
commit | commitdiff | tree | snapshot |
2000-01-27 |
Erik Andersen | Forgot some debugging noise. |
commit | commitdiff | tree | snapshot |
2000-01-27 |
Erik Andersen | copyFile could call chmod on a symlink, changing the... |
commit | commitdiff | tree | snapshot |
2000-01-27 |
Erik Andersen | Fixed ls formatting for 8 char user names. |
commit | commitdiff | tree | snapshot |
2000-01-26 |
Erik Andersen | Shuffle location of generic code into utility.c |
commit | commitdiff | tree | snapshot |
2000-01-26 |
Erik Andersen | mount and umount could leak loop device allocations... |
commit | commitdiff | tree | snapshot |
2000-01-25 |
Erik Andersen | Some busybox updates. See the changelog for details... |
commit | commitdiff | tree | snapshot |
2000-01-24 |
John Beppu | put #if's around the lchown, because |
commit | commitdiff | tree | snapshot |
2000-01-23 |
Erik Andersen | * added (and documented) "-n" option for head - |
commit | commitdiff | tree | snapshot |
2000-01-23 |
John Beppu | Making note of my changes |
commit | commitdiff | tree | snapshot |
2000-01-23 |
John Beppu | Went ahead and fixed bug #301 (chown not working on... |
commit | commitdiff | tree | snapshot |
2000-01-23 |
Erik Andersen | Fix a bug where tar could change perms and ownership... |
commit | commitdiff | tree | snapshot |
2000-01-23 |
Erik Andersen | Some busybox updates. You no longer _have_ to put... |
commit | commitdiff | tree | snapshot |
2000-01-22 |
Erik Andersen | Better way to check for namespace aliasing. |
commit | commitdiff | tree | snapshot |
2000-01-20 |
Erik Andersen | Tell what I did |
commit | commitdiff | tree | snapshot |
2000-01-20 |
Erik Andersen | Fix a namespace aliasing problem wereby du and dutmp, or |
commit | commitdiff | tree | snapshot |
2000-01-19 |
John Beppu | foreach (@busybox_command) { |
commit | commitdiff | tree | snapshot |
2000-01-19 |
John Beppu | added a little more content. |
commit | commitdiff | tree | snapshot |
2000-01-19 |
Erik Andersen | Bug fix. grep wasn't printing file names they way... |
commit | commitdiff | tree | snapshot |
2000-01-18 |
John Beppu | fleshed out a bit more... just wanted to put the current |
commit | commitdiff | tree | snapshot |
2000-01-18 |
John Beppu | the beginnings of a proper man page for busybox. |
commit | commitdiff | tree | snapshot |
2000-01-16 |
Erik Andersen | tar creation support is now optional. |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Erik Andersen | Ready for release 0_41 |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Erik Andersen | Sync up busybox with the latest and greatest. This... |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Erik Andersen | * Added -o loop option for mount, and support in umount... |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Erik Andersen | Bug fixes. |
commit | commitdiff | tree | snapshot |
next |