- fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
- 50bc101 made more robust and commented my code. by John Beppu · 25 years ago
- b332e77 by John Beppu · 25 years ago
- 04e9702 Clear up some ambiguity with old style assignments. -Erik by Erik Andersen · 25 years ago
- a6d0dbc Minor change. init now uses dup2. -Erik by Erik Andersen · 25 years ago
- 8e759aa copy fixes to simplify link copying and always do the right thing. by Erik Andersen · 25 years ago
- d7a44c7 Forgot some debugging noise. -Erik by Erik Andersen · 25 years ago
- ce5b466 copyFile could call chmod on a symlink, changing the perms by Erik Andersen · 25 years ago
- ccc7488 Fixed ls formatting for 8 char user names. -Erik by Erik Andersen · 25 years ago
- de7965c Shuffle location of generic code into utility.c -Erik by Erik Andersen · 25 years ago
- 5cbdd71 mount and umount could leak loop device allocations causing the system to by Erik Andersen · 25 years ago
- 3fe39dc Some busybox updates. See the changelog for details if you care. -Erik by Erik Andersen · 25 years ago
- bf3a838 put #if's around the lchown, because older glibc versions don't have it. by John Beppu · 25 years ago
- 5509af7 * added (and documented) "-n" option for head - by Erik Andersen · 25 years ago
- 9bc7e89 Making note of my changes by John Beppu · 25 years ago
- a4a8fd0 Went ahead and fixed bug #301 (chown not working on symlinks) by John Beppu · 25 years ago
- 06936df Fix a bug where tar could change perms and ownership of dirs pointed by Erik Andersen · 25 years ago
- de55287 Some busybox updates. You no longer _have_ to put a "-" in front of tar by Erik Andersen · 25 years ago
- f4acea8 Better way to check for namespace aliasing. -Erik by Erik Andersen · 25 years ago
- b2660c7 Tell what I did -Erik by Erik Andersen · 25 years ago
- 8ad12e3 Fix a namespace aliasing problem wereby du and dutmp, or by Erik Andersen · 25 years ago
- 4581b4c foreach (@busybox_command) { put_help_message_in_busybox_pod($_); } by John Beppu · 25 years ago
- 08fe43d added a little more content. by John Beppu · 25 years ago
- a2f69e5 Bug fix. grep wasn't printing file names they way it was supposed to. -Erik by Erik Andersen · 25 years ago
- 46a4e76 fleshed out a bit more... just wanted to put the current by John Beppu · 25 years ago
- 3a1b6be the beginnings of a proper man page for busybox. by John Beppu · 25 years ago
- 05100cd tar creation support is now optional. -Erik by Erik Andersen · 25 years ago
- 83865e3 Ready for release by Erik Andersen · 25 years ago
- 3163821 Sync up busybox with the latest and greatest. This is not stuff for by Erik Andersen · 25 years ago
- b7cc49d * Added -o loop option for mount, and support in umount for loop by Erik Andersen · 25 years ago
- 05df239 Bug fixes. -Erik by Erik Andersen · 25 years ago
- 9a9a261 Fix a logger bug. -Erik by Erik Andersen · 25 years ago
- ac6e71f Possible fixes... -Erik by Erik Andersen · 25 years ago
- 766f9c7 Oops. left debug on. -Erik by Erik Andersen · 25 years ago
- 1dbc17f Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, by Erik Andersen · 25 years ago
- 5338ce1 foo by Erik Andersen · 25 years ago
- 5f2df6c Remove some leftover debug noise. -Erik by Erik Andersen · 25 years ago
- 9b5c0b7 More adjustments -Erik by Erik Andersen · 25 years ago
- 812d466 More minor fixes. -Erik by Erik Andersen · 25 years ago
- 96e2abd Init is now even more perfect then before. -Erik by Erik Andersen · 25 years ago
- 286b0de Trivial type fix. -Erik by Erik Andersen · 25 years ago
- d38eaef foo by Erik Andersen · 25 years ago
- 0e3782f Init is now _more_ perfect then before. -Erik by Erik Andersen · 25 years ago
- 9324b40 making note of my changes. by John Beppu · 25 years ago
- 9d83165 added uniq_usage message by John Beppu · 25 years ago
- 96f1f33 did tedious stuff by John Beppu · 25 years ago
- 3695052 Add in sample inittab file -Erik by Erik Andersen · 25 years ago
- 9e73725 inittab is now perfect. The universe will now submit to my by Erik Andersen · 25 years ago
- 0b874ed Cool. Beppu is doing uniq. -Erik by Erik Andersen · 25 years ago
- abb4772 i am busybox of borg. unix will be assimilated. by John Beppu · 25 years ago
- 0881de7 The latest and greatest. init basically works, though needs by Erik Andersen · 25 years ago
- f4a99cc heheh. Forgot the fix. Here it is: by Erik Andersen · 25 years ago
- fb62e32 * Grep -i previously failed on UPPER CASE patterns due to a silly by Erik Andersen · 25 years ago
- 7dc1607 Bunches of fixes. Typos, bugs, etc. by Erik Andersen · 25 years ago
- 9c88cac First pass inittab parser written -Erik by Erik Andersen · 25 years ago
- 1266a13 * sed now supports addresses (numeric or regexp, with negation) and by Erik Andersen · 25 years ago
- a899108 Add the beginings of some regression testing. Add in the recently by Erik Andersen · 25 years ago
- f664c00 Fixed mv so it now does the right thing (same method used in cp). Removed by Erik Andersen · 25 years ago
- 2fe08c7 Fixed cp so it works as God intended it to. -Erik by Erik Andersen · 25 years ago
- 00266d3 Fixed a bug where tar would not set the user and group on device by Erik Andersen · 25 years ago
- 69ba6b2 Added changelog -Erik by Erik Andersen · 25 years ago
- 98f67e3 chown(2) clears S_ISUID and S_ISGID, even when chown is by Erik Andersen · 25 years ago
- 00417a3 sort is good to go. by John Beppu · 25 years ago
- ee512a3 implemented numeric sort (sort -g) by John Beppu · 25 years ago
- 568cb7b oops.. qsort(2) misunderstanding on my part. it's ok, now. by John Beppu · 25 years ago
- d19385e playing w/ $Log$ by John Beppu · 25 years ago
- f3e5904 the base is nearly done. need to implement various comparison functions, now. by John Beppu · 25 years ago
- 019513a added hooks for sort by John Beppu · 25 years ago
- 38efa79 work in progress... by John Beppu · 25 years ago
- c0ca473 this is my work in progress. by John Beppu · 25 years ago
- 3fe2ecf Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com> by Erik Andersen · 25 years ago
- d387d01 Sync to my local tree by Erik Andersen · 25 years ago
- f294a02 Fix double quoting bug preventing ininit scripts from running by Erik Andersen · 25 years ago
- 0210432 Add in first draft of insmod. Not yet working (but will Real Soon Now(tm)) by Erik Andersen · 25 years ago
- 10c341a Make head --version do the right thing. Update TODO list -Erik by Erik Andersen · 25 years ago
- 4d1d011 Reworked the source so it will compile and run under glibc 2.0.7 by Erik Andersen · 25 years ago
- 6da0ae8 Minor fixes to rmmod. First pass at insmod (not yet working). -Erik by Erik Andersen · 25 years ago
- c144e33 Fixed correctness of comment in rmmod.c - MKW by Mark Whitley · 25 years ago
- 2129b14 Added an AUTHORS file to acknowledge the folks that have done stuff. -Erik by Erik Andersen · 25 years ago
- 3d7e341 Wrote rmmod for busybox. -Erik by Erik Andersen · 25 years ago
- 0aa6118 killed an elusive bug in du -s. by John Beppu · 25 years ago
- 1c5b258 Fix bugs in logger and syslogd. Add fbset. -Erik by Erik Andersen · 25 years ago
- 6f23cec Added lsmod -Erik by Erik Andersen · 25 years ago
- 935fb38 made note of my recent changes by John Beppu · 25 years ago
- 25ab653 fixed an embarrasing segfault (head w/ no args used to die (but now it lives)) by John Beppu · 25 years ago
- e1618e4 Implemented du -s by John Beppu · 25 years ago
- 3cd5d25 Turn off loadkmap and loadfont. We won't be needing those. -Erik by Erik Andersen · 25 years ago
- 0f0fcec Added the list of available commands. -Erik by Eric Andersen · 25 years ago
- 664584b Fixed spelling of my name. Geez. Ah kant evun spel mi nam. -Erik by Eric Andersen · 25 years ago
- 19db07b Ok, so this is reallt 0.38... -Erik by Eric Andersen · 25 years ago
- 59248ba Set version to 0.39 -Erik by Eric Andersen · 25 years ago
- 84b0092 Minor updates by Eric Andersen · 25 years ago
- b52a218 Removed a redundant call du(); Save cpu cycles. by John Beppu · 25 years ago
- 59017e8 damnit. removed mkfifo from the TODO list. by John Beppu · 25 years ago
- cf53687 Fixed John's email address again. by Eric Andersen · 25 years ago
- 2cb5507 Added poweroff (and adjusted init to use it). Inlined function by Eric Andersen · 25 years ago
- c5ff016 less TODO by John Beppu · 25 years ago
- 3157b1f Implemented head(1). tried to mimic GNU behaviour. by John Beppu · 25 years ago
- a3e0d79 changed tee_usage from being a function to a char[] by John Beppu · 25 years ago
- 9835541 Fixed bug when dealing with files specified by John Beppu · 25 years ago