summaryrefslogtreecommitdiff
path: root/head.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen1-1/+1
a release. Update the website with release details. -Erik
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
busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik
2001-01-27Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen15-113/+174
functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik
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
in Busybox shell. (Thanks, Vlad.)
2001-01-26Cleanup patch from larry doolittleEric Andersen2-4/+14
-Erik
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
needed at all. My bad. -Erik
2001-01-26I am an idiot. Looking over my patch, ls doesn't need to do anythingEric Andersen2-102/+2
more then the ioctl to get the win size. None of the termios handling crap is needed. -Erik
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
-Erik
2001-01-26Fix a stupid bug I introduced yesterday. Doh!Eric Andersen2-10/+10
-Erik
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
-Erik
2001-01-25Add in spoon's watchdog timer app.Eric Andersen9-11/+146
-Erik
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
'id -n' support. -Erik
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
-Erik
2001-01-25Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know thatEric Andersen2-0/+16
BB_FEATURE_INIT_CHROOT needs to be rewritten to use pivot_root. -Erik
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
fix insmod, since I broke var=value args when I getopt'ified it.
2001-01-24Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that.Eric Andersen1-0/+1
-Erik
2001-01-24More regression-found bug fixesEric Andersen1-3/+3
2001-01-24more bugs fixed -- found doing regression testingEric Andersen11-127/+115
-Erik
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
-Erik
2001-01-24Some behavioral updates to wget so it acts a bit nicer.Eric Andersen2-24/+42
-Erik
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
-Erik
2001-01-24Remove the warning messages. By consensus, netkit-tiny doesn'tEric Andersen14-66/+8
need to happen.
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
- Added a section on avoiding dangerous, overrun-prone string functions, per mailing list comment by David Douthitt - Added comment on how to search-and-replace in multiple files per (very old) mailing list comment by Larry Doolittle.
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
-Erik
2001-01-22Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June12-42/+330
Add support for -k in du, df, and ls(no define, it's for compatibliity with the GNU utils as bb does -k by default) Fix bug #1084
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