oweals/busybox.git
2001-07-07 Eric AndersenUpdate web page... 0_52
2001-07-07 Eric AndersenUpdate changelogs
2001-07-07 Eric AndersenMinor update to include file ordering
2001-07-07 Eric AndersenThis is out of date, and Glenn tells me this can be...
2001-07-07 Eric AndersenThis patch from Fabio Ferrari <fabio.ferrari@digitro...
2001-07-07 Eric AndersenRemove rpmunpack
2001-07-07 Eric AndersenThis is obsolete -- replaced by rpm2cpio
2001-07-07 Eric AndersenAvoid a segfault (detected by Fabio Ferrari
2001-07-07 Eric AndersenFix sh.c so it works with DMALLOC
2001-07-07 Eric AndersenAdd in a shell tagline (per lash/hush behavior) to...
2001-07-07 Eric AndersenSome minor updates. Bump version number in preparation...
2001-07-06 Eric AndersenUpdate the debian packaging stuff
2001-07-06 Eric AndersenForgot this
2001-07-06 Matt KraaiRemove redundant initialization of lfile to reduce...
2001-07-06 Eric AndersenLet people select their shell at compile time.
2001-07-06 Eric Andersenupdate the ignore list
2001-07-06 Eric AndersenFix a stupid bug revealed by multibuild.pl
2001-07-06 Eric AndersenAdd woukaround for missing struct _res in uClibc
2001-07-06 Eric AndersenThis is vodz' latest ash update.
2001-07-05 Matt KraaiRemoved obsolete function, strdup_substr.
2001-07-05 Matt KraaiNote my activities (how immodest of me).
2001-07-05 Eric AndersenFix a stupid thinko, and fix killall to cope with the...
2001-07-05 Eric AndersenBe extra extra careful about what we dereference.
2001-07-05 Eric AndersenImplement suggestion from Adam Slattery, (don't default...
2001-07-05 Matt KraaiFix a thinko (the symptoms of which were reported by
2001-07-05 Eric AndersenA bit of testing today showed that ASH_BBAPPS_AS_BUILTI...
2001-07-05 Glenn L McGrathgunzip, zcat were fixed just after 0.51 was released
2001-07-05 Glenn L McGrathash, hush and msh are new applets to 0.52
2001-07-05 Glenn L McGrathAdded entries for my commits
2001-07-03 Matt KraaiRemove a redundant call to mkdir.
2001-07-02 Eric AndersenCleanups and sinze reduction for the vi applet from...
2001-07-02 Eric AndersenPatch from Aaron Lehmann <aaronl@vitelus.com> to scrub...
2001-07-02 Eric AndersenPer patch from vodz, change a couple of consts to defin...
2001-07-02 Eric AndersenSome updates to ash from vodz. Makes ash smaller....
2001-07-02 Eric AndersenPatch from vodz to fix freeing a static in cmdedit.
2001-06-30 Eric AndersenSimplify a comment
2001-06-30 Eric AndersenGeneralize comment -- no longer ls specific
2001-06-30 Eric AndersenPad the human readable output for 'ls -sh' to 6 chars...
2001-06-30 Eric AndersenFix a silly logic error which caused symlinks to be...
2001-06-30 Manuel Novoa... Fixed scaling problems involving make_human_readable_str.
2001-06-30 Manuel Novoa... ls -s was reporting bytes instead of blocks.
2001-06-30 Manuel Novoa... All-integer version (but it does use an unsigned long...
2001-06-29 Eric AndersenA really nice patch from Manuel Novoa III for compile...
2001-06-29 Manuel Novoa... Add some missing includes to kill warnings when buildin...
2001-06-29 Eric AndersenThis is a busybox port of the Minix shell. It is reaso...
2001-06-28 Eric AndersenFix a nasty hard to spot bug found by Ralph Siemsen...
2001-06-28 Eric AndersenAllow xrealloc to act as a free() when size=0, per...
2001-06-28 Eric AndersenRemove vodz from credits, per his request
2001-06-28 Eric AndersenScrub up the licensing block
2001-06-28 Eric AndersenThis a an ash applet I put together. It is similar...
2001-06-28 Eric AndersenRemove unneeded stuff.
2001-06-28 Eric AndersenMore thrashing about trying to make hush behave itself...
2001-06-27 Eric Andersendon't whine if all we need to do is remove a bg job
2001-06-27 Eric AndersenFix a type promotion bug discivered and analyzed by...
2001-06-27 Eric AndersenRe-enable globbing (I'd accidentaly removed it) and...
2001-06-26 Eric AndersenExplicitly call setsid()
2001-06-26 Eric AndersenMinor formatting change
2001-06-26 Eric AndersenDon't choke if /etc/profile is not available
2001-06-26 Eric AndersenFix ps so it doesn't waste space showing group, as...
2001-06-26 Eric AndersenMake it so we don't segfault when /proc isn't mounted...
2001-06-26 Eric AndersenDon't use void * to pass pointers of known type
2001-06-26 Eric AndersenA patch from Erik Meusel <erik@wh58-709.st.uni-magdebur...
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-06-26 Glenn L McGrathPatch from Gennady Feldman
2001-06-26 Glenn L McGrathrpm2cpio applet by Laurence Anderson
2001-06-25 Eric AndersenFix the code for establishing a controlling terminal.
2001-06-25 Eric AndersenFix up some warnings that show up on ppc
2001-06-25 Eric AndersenThis should finish off the job control issues with...
2001-06-24 Glenn L McGrathNore unarchive (and doc) fixes from Laurence Anderson
2001-06-24 Eric AndersenMake the extern NUM_APPLETS be a extern const NUM_APPLE...
2001-06-23 Eric AndersenThese were broken when using dmalloc due to include...
2001-06-22 Eric AndersenLeave BB_FEATURE_NFSMOUNT disabled by default.
2001-06-22 Glenn L McGrathcpio applet, and changes to associated code
2001-06-22 Eric AndersenSome more cleanups. Of special importance, never free...
2001-06-22 Eric AndersenSome cleanups for hush. Saves about 350bytes.
2001-06-22 Matt KraaiRemove obsolete function declaration.
2001-06-22 Eric Andersenstdlib.h defined free(), which this needs
2001-06-22 Eric AndersenFix the build process so it does not do the evil #ifdef...
2001-06-22 Eric AndersenAdd in a missing header file
2001-06-22 Glenn L McGrathDont change date or chmod on symlinks, lchown on symlin...
2001-06-22 Glenn L McGrathremove defines around unarchive, its always used
2001-06-22 Tim Rikerheh
2001-06-22 Tim Rikercomment cleanup
2001-06-22 Tim Rikercreate_path -> make_directory
2001-06-21 Eric AndersenAdd wget -P support, finishing off bug #1176
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-21 Eric AndersenSupport tar -C, per bug #1176
2001-06-21 Eric AndersenThis commit guts lash, restoring it to what it was...
2001-06-21 Eric AndersenAdd in (and ignore) tar -p, since we preserver permissi...
2001-06-21 Matt KraaiRemove documentation of unsupported sed options.
2001-06-21 Matt KraaiAlways apply commands with no specified range.
2001-06-21 Eric AndersenPer a suggestion from Tom Oehser, fix up the leading...
2001-06-20 Eric Andersenit turs out, there was a nasty tar bug where bb tar...
2001-06-20 Glenn L McGrathInitialise in_file to stdin, so it wont crash if no...
2001-06-20 Glenn L McGrathChanged gz_open to ruturn a stream
2001-06-20 Glenn L McGrathReorganise unarchiving functions, more code re-use...
2001-06-19 Eric AndersenFor m68k, use __mc68000__ (not __m68k__ ), since that...
2001-06-18 Mark WhitleyChanged a hard-coded path to a variable defined path.
2001-06-15 Eric AndersenWith a bit of care I was able to save about 100 bytes.
2001-06-15 Mark WhitleyApplied patch from Jim Gleason that makes it so busybox...
next