2001-07-06 |
Eric Andersen | Update the debian packaging stuff |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Eric Andersen | Forgot this |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Matt Kraai | Remove redundant initialization of lfile to reduce... |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Eric Andersen | Let people select their shell at compile time. |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Eric Andersen | update the ignore list |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Eric Andersen | Fix a stupid bug revealed by multibuild.pl |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Eric Andersen | Add woukaround for missing struct _res in uClibc |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Eric Andersen | This is vodz' latest ash update. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Matt Kraai | Removed obsolete function, strdup_substr. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Matt Kraai | Note my activities (how immodest of me). |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Eric Andersen | Fix a stupid thinko, and fix killall to cope with the... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Eric Andersen | Be extra extra careful about what we dereference. |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Eric Andersen | Implement suggestion from Adam Slattery, (don't default... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Matt Kraai | Fix a thinko (the symptoms of which were reported by |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Eric Andersen | A bit of testing today showed that ASH_BBAPPS_AS_BUILTI... |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Glenn L McGrath | gunzip, zcat were fixed just after 0.51 was released |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Glenn L McGrath | ash, hush and msh are new applets to 0.52 |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Glenn L McGrath | Added entries for my commits |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Matt Kraai | Remove a redundant call to mkdir. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Eric Andersen | Cleanups and sinze reduction for the vi applet from... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Eric Andersen | Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Eric Andersen | Per patch from vodz, change a couple of consts to defin... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Eric Andersen | Some updates to ash from vodz. Makes ash smaller.... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Eric Andersen | Patch from vodz to fix freeing a static in cmdedit. |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Eric Andersen | Simplify a comment |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Eric Andersen | Generalize comment -- no longer ls specific |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Eric Andersen | Pad the human readable output for 'ls -sh' to 6 chars... |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Eric Andersen | Fix a silly logic error which caused symlinks to be... |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Manuel Novoa... | Fixed scaling problems involving make_human_readable_str. |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Manuel Novoa... | ls -s was reporting bytes instead of blocks. |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Manuel Novoa... | All-integer version (but it does use an unsigned long... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Eric Andersen | A really nice patch from Manuel Novoa III for compile... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Manuel Novoa... | Add some missing includes to kill warnings when buildin... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Eric Andersen | This is a busybox port of the Minix shell. It is reaso... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Eric Andersen | Fix a nasty hard to spot bug found by Ralph Siemsen... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Eric Andersen | Allow xrealloc to act as a free() when size=0, per... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Eric Andersen | Remove vodz from credits, per his request |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Eric Andersen | Scrub up the licensing block |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Eric Andersen | This a an ash applet I put together. It is similar... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Eric Andersen | Remove unneeded stuff. |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Eric Andersen | More thrashing about trying to make hush behave itself... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Eric Andersen | don't whine if all we need to do is remove a bg job |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Eric Andersen | Fix a type promotion bug discivered and analyzed by... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Eric Andersen | Re-enable globbing (I'd accidentaly removed it) and... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Eric Andersen | Explicitly call setsid() |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Eric Andersen | Minor formatting change |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Eric Andersen | Don't choke if /etc/profile is not available |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Eric Andersen | Fix ps so it doesn't waste space showing group, as... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Eric Andersen | Make it so we don't segfault when /proc isn't mounted... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Eric Andersen | Don't use void * to pass pointers of known type |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Eric Andersen | A patch from Erik Meusel <erik@wh58-709.st.uni-magdebur... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Glenn L McGrath | Vladimir's last_patch_15 |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Glenn L McGrath | Patch from Gennady Feldman |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Glenn L McGrath | rpm2cpio applet by Laurence Anderson |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Eric Andersen | Fix the code for establishing a controlling terminal. |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Eric Andersen | Fix up some warnings that show up on ppc |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Eric Andersen | This should finish off the job control issues with... |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Glenn L McGrath | Nore unarchive (and doc) fixes from Laurence Anderson |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Eric Andersen | Make the extern NUM_APPLETS be a extern const NUM_APPLE... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Eric Andersen | These were broken when using dmalloc due to include... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Eric Andersen | Leave BB_FEATURE_NFSMOUNT disabled by default. |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Glenn L McGrath | cpio applet, and changes to associated code |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Eric Andersen | Some more cleanups. Of special importance, never free... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Eric Andersen | Some cleanups for hush. Saves about 350bytes. |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Matt Kraai | Remove obsolete function declaration. |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Eric Andersen | stdlib.h defined free(), which this needs |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Eric Andersen | Fix the build process so it does not do the evil #ifdef... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Eric Andersen | Add in a missing header file |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Glenn L McGrath | Dont change date or chmod on symlinks, lchown on symlin... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Glenn L McGrath | remove defines around unarchive, its always used |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Tim Riker | heh |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Tim Riker | comment cleanup |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Tim Riker | create_path -> make_directory |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Eric Andersen | Add wget -P support, finishing off bug #1176 |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Matt Kraai | Rewrote mkdir (and touched lots of things in the process). |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Eric Andersen | Support tar -C, per bug #1176 |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Eric Andersen | This commit guts lash, restoring it to what it was... |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Eric Andersen | Add in (and ignore) tar -p, since we preserver permissi... |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Matt Kraai | Remove documentation of unsupported sed options. |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Matt Kraai | Always apply commands with no specified range. |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Eric Andersen | Per a suggestion from Tom Oehser, fix up the leading... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Eric Andersen | it turs out, there was a nasty tar bug where bb tar... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Glenn L McGrath | Initialise in_file to stdin, so it wont crash if no... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Glenn L McGrath | Changed gz_open to ruturn a stream |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Glenn L McGrath | Reorganise unarchiving functions, more code re-use... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Eric Andersen | For m68k, use __mc68000__ (not __m68k__ ), since that... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Mark Whitley | Changed a hard-coded path to a variable defined path. |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Eric Andersen | With a bit of care I was able to save about 100 bytes. |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Mark Whitley | Applied patch from Jim Gleason that makes it so busybox... |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Glenn L McGrath | This isnt used anymore, replaced by seek_sub_file(... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Eric Andersen | I reworked make_human_readable_str so it now has a... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Glenn L McGrath | Reorganise unarchive functions, new files, removed... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Glenn L McGrath | Reorganise archive extraction code |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Eric Andersen | A patch from Benjamin Zeckel <bzeckel@cisco.com> to... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Eric Andersen | Add in Devil-Linux |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Matt Kraai | Only use a login shell when it will run on a console. |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Mark Whitley | - Fixed bug where you couldn't mix line number and... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Matt Kraai | Copy files until EOF, not the reported file size, to... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Matt Kraai | Add padding to struct sysinfo needed by m68k (note... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Eric Andersen | Another hush update from Larry: |
commit | commitdiff | tree | snapshot |
next |