oweals/busybox.git
2001-07-13 Glenn L McGrathMove setvbuf calls from gz_open() to calling functions...
2001-07-12 Eric AndersenPatch from vodz:
2001-07-12 Matt KraaiAllow assignments in the export and readonly commands.
2001-07-12 Matt KraaiRemove debugging statement.
2001-07-12 Glenn L McGrathQuiet mode, sometimes error messages arent wanted
2001-07-11 Glenn L McGrathAllow unarchive to redirect stdout (tobe used by dpkg...
2001-07-11 Glenn L McGrathFix bug where it wasnt returning the last line of a...
2001-07-11 Glenn L McGrathReverse part of my previous changes
2001-07-11 Glenn L McGrathfree coniditionally, just to make it play nice with...
2001-07-11 Eric AndersenMake the obj's generated from libbb/unarchive.c depend...
2001-07-11 Glenn L McGrathminor dmalloc inspired cleanups
2001-07-11 Glenn L McGrathUnpack the filename not the package name
2001-07-10 Eric AndersenFix a stupid search and replace bug...
2001-07-10 Eric AndersenPatch for md5sum from Aaron Lehmann <aaronl@vitelus...
2001-07-10 Eric AndersenA traceroute applet from vodz. This could probably...
2001-07-10 Eric AndersenCleanup from vodz
2001-07-10 Eric AndersenMake the rev be 0.53pre...
2001-07-10 Matt KraaiRead 20 512-byte blocks at a time (like GNU tar).
2001-07-10 Glenn L McGrathReverse my previous change, still cant compile with...
2001-07-10 Glenn L McGrathWhen compiling unarchive objects link to $(LIBRARIES...
2001-07-10 Matt KraaiUpdate version number to 0.53pre.
2001-07-10 Eric Andersenvodz' latest update to ash.c
2001-07-09 Eric AndersenPatch from vodz to support 'tr a-z A-Z' syntax.
2001-07-09 Eric AndersenFix the spec file so it works on redhat systems. At...
2001-07-07 Eric AndersenMinor working update
2001-07-07 Eric AndersenMove a bit more to the old news section
2001-07-07 Eric AndersenEnable APPLETS_ALWAYS_WIN
2001-07-07 Eric AndersenTypo fix.
2001-07-07 Eric AndersenMove some stuff to the oldnews area
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...
next