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 |
2000-01-09 |
Erik Andersen | Fix a logger bug. |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Erik Andersen | Possible fixes... |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Erik Andersen | Oops. left debug on. |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Erik Andersen | Fix cp and mv so 'cp foo/README bar' where foo and... |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Erik Andersen | foo 0_40 |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Erik Andersen | Remove some leftover debug noise. |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Erik Andersen | More adjustments |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Erik Andersen | More minor fixes. |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Erik Andersen | Init is now even more perfect then before. |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Erik Andersen | Trivial type fix. |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Erik Andersen | foo |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Erik Andersen | Init is now _more_ perfect then before. |
commit | commitdiff | tree | snapshot |
2000-01-07 |
John Beppu | making note of my changes. |
commit | commitdiff | tree | snapshot |
2000-01-07 |
John Beppu | added uniq_usage message |
commit | commitdiff | tree | snapshot |
2000-01-06 |
John Beppu | did tedious stuff |
commit | commitdiff | tree | snapshot |
2000-01-06 |
Erik Andersen | Add in sample inittab file |
commit | commitdiff | tree | snapshot |
2000-01-06 |
Erik Andersen | inittab is now perfect. The universe will now submit... |
commit | commitdiff | tree | snapshot |
2000-01-06 |
Erik Andersen | Cool. Beppu is doing uniq. |
commit | commitdiff | tree | snapshot |
2000-01-06 |
John Beppu | i am busybox of borg. unix will be assimilated. |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Erik Andersen | The latest and greatest. init basically works, though... |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Erik Andersen | heheh. Forgot the fix. Here it is: |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Erik Andersen | * Grep -i previously failed on UPPER CASE patterns... |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Erik Andersen | Bunches of fixes. Typos, bugs, etc. |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Erik Andersen | First pass inittab parser written |
commit | commitdiff | tree | snapshot |
1999-12-29 |
Erik Andersen | * sed now supports addresses (numeric or regexp, with... |
commit | commitdiff | tree | snapshot |
1999-12-29 |
Erik Andersen | Add the beginings of some regression testing. Add... |
commit | commitdiff | tree | snapshot |
1999-12-29 |
Erik Andersen | Fixed mv so it now does the right thing (same method... |
commit | commitdiff | tree | snapshot |
1999-12-29 |
Erik Andersen | Fixed cp so it works as God intended it to. |
commit | commitdiff | tree | snapshot |
1999-12-28 |
Erik Andersen | Fixed a bug where tar would not set the user and group... |
commit | commitdiff | tree | snapshot |
1999-12-27 |
Erik Andersen | Added changelog |
commit | commitdiff | tree | snapshot |
1999-12-27 |
Erik Andersen | chown(2) clears S_ISUID and S_ISGID, even when chown is |
commit | commitdiff | tree | snapshot |
next |