oweals/busybox.git
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...
2001-06-15 Glenn L McGrathThis isnt used anymore, replaced by seek_sub_file(...
2001-06-13 Eric AndersenI reworked make_human_readable_str so it now has a...
2001-06-13 Glenn L McGrathReorganise unarchive functions, new files, removed...
2001-06-13 Glenn L McGrathReorganise archive extraction code
2001-06-12 Eric AndersenA patch from Benjamin Zeckel <bzeckel@cisco.com> to...
2001-06-12 Eric AndersenAdd in Devil-Linux
2001-06-12 Matt KraaiOnly use a login shell when it will run on a console.
2001-06-11 Mark Whitley - Fixed bug where you couldn't mix line number and...
2001-06-11 Matt KraaiCopy files until EOF, not the reported file size, to...
2001-06-08 Matt KraaiAdd padding to struct sysinfo needed by m68k (note...
2001-06-07 Eric AndersenAnother hush update from Larry:
2001-06-06 Eric AndersenAdd the Linux Terminal Server Project
2001-06-06 Eric AndersenA patch from Larry to fix pathological things like...
2001-06-05 Matt KraaiAdded a new testcase from Larry Doolittle (inspired...
2001-06-05 Matt KraaiDon't close file descriptors when we are duplicating...
2001-06-04 Eric AndersenDo not purge the .cvsignore files on 'make release...
2001-06-04 Eric AndersenRevert the patch from Konstantin Boldyshev <konst@linux...
2001-06-03 Matt KraaiLoop forever instead of exiting.
2001-06-03 Glenn L McGrathRemove space between ar options
2001-06-03 Glenn L McGrathCorrect ar options
2001-06-03 Matt KraaiDon't whine about already mounted filesystems when...
2001-06-01 Eric AndersenVladimir's last_patch13, containing several bugfixes.
2001-05-31 Eric AndersenCope gracefully when people type something, then hit ^C.
next