summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen1-3/+2
2001-01-27Fix some formattingEric Andersen2-12/+10
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2001-01-27Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen15-113/+174
2001-01-26Applied patch from Larry Doolittle to list supported arches, libcs and kernelsMark Whitley1-0/+18
2001-01-26Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionMark Whitley3-511/+1007
2001-01-26Cleanup patch from larry doolittleEric Andersen2-4/+14
2001-01-26Fixed a li'l thinko.Mark Whitley3-3/+3
2001-01-26Fix my braindamage -- remove termios and sighandling since they are notEric Andersen2-2/+2
2001-01-26I am an idiot. Looking over my patch, ls doesn't need to do anythingEric Andersen2-102/+2
2001-01-26Make cin be staticEric Andersen4-4/+4
2001-01-26Update the arch-not-yet-supported msg to be more clear.Eric Andersen2-6/+6
2001-01-26Add errno.hEric Andersen2-2/+4
2001-01-26Make ls understand termios.Eric Andersen2-2/+120
2001-01-26Fix a stupid bug I introduced yesterday. Doh!Eric Andersen2-10/+10
2001-01-26Update some comments to clarify things.Eric Andersen1-2/+6
2001-01-25Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.Eric Andersen12-28/+51
2001-01-25Add in spoon's watchdog timer app.Eric Andersen9-11/+146
2001-01-25Because you demanded it, source tree snapshots are made available daily.Mark Whitley1-2/+8
2001-01-25Added Linux on nanoEngine to the list of known users.Mark Whitley1-1/+1
2001-01-25Update contact info.Eric Andersen1-1/+1
2001-01-25Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addEric Andersen6-13/+41
2001-01-25I just wrote 'insmod -o' to close bug#1049.Eric Andersen2-10/+20
2001-01-25Tar, by itself, could fail.Eric Andersen1-1/+2
2001-01-25Cleanup from Larry DoolittleEric Andersen1-0/+0
2001-01-25Fix for dpkg-deb, courtesy of Larry Doolittle.Eric Andersen1-1/+1
2001-01-25Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know thatEric Andersen2-0/+16
2001-01-25More regression testing found bugletsEric Andersen1-3/+4
2001-01-24Bug fix and small create_module cleanup from Larry Doolittle toEric Andersen2-12/+12
2001-01-24Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that.Eric Andersen1-0/+1
2001-01-24More regression-found bug fixesEric Andersen1-3/+3
2001-01-24more bugs fixed -- found doing regression testingEric Andersen11-127/+115
2001-01-24Cleanup for build problem found using regression scriptEric Andersen1-0/+2
2001-01-24Fix _old_ bug so that the regression test actually works.Eric Andersen1-0/+0
2001-01-24Some behavioral updates to wget so it acts a bit nicer.Eric Andersen2-24/+42
2001-01-24Fix up insmod usage info to mention -LEric Andersen4-3/+9
2001-01-24Make insmod understand (and ignore) -L, and convert it to use getopt.Eric Andersen2-34/+36
2001-01-24Update comments re netkit-tiny...Eric Andersen1-6/+5
2001-01-24Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen14-66/+8
2001-01-24Fix spelling. s/maintainence/maintenance/Eric Andersen14-22/+22
2001-01-24 - Added a section on avoiding static buffers, per mailing list discussionsMark Whitley1-4/+88
2001-01-23Fixed tiny typo.Mark Whitley2-2/+2
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley74-624/+674
2001-01-23Bug fix.Eric Andersen3-6/+0
2001-01-22Remove host* applets from the default build.Eric Andersen1-2/+2
2001-01-22Fix silly typoEric Andersen2-2/+2
2001-01-22Warn about apps that will be going away in release 0.50Eric Andersen14-8/+66
2001-01-22Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June12-42/+330
2001-01-22Use getopt (or getopt_long).Matt Kraai3-163/+153
2001-01-22Fixed listed files to extract to be more like GNU. Reported by Deon George.Matt Kraai2-58/+46