aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-06-26Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.Eric Andersen
2000-06-26* Fixed insmod module option parsing for options lacking an '='.Eric Andersen
2000-06-26readlink(2) does not NULL terminate the buffer it reads in, but tar expected itEric Andersen
2000-06-26Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inEric Andersen
2000-06-22Better error checking in insmod. Remove left over %m'sEric Andersen
2000-06-22Minor web page update.Eric Andersen
2000-06-22Fix version #Eric Andersen
2000-06-22More doc updatesEric Andersen
2000-06-22Merged two TODO items into oneMark Whitley
2000-06-22Update the list.Eric Andersen
2000-06-22Pavel Roskin <proski@gnu.org> just found a nasty memoryEric Andersen
2000-06-21Document 'ln --'Eric Andersen
2000-06-21Cleaned up some #ifdef spiderwebs.Mark Whitley
2000-06-21Bump version number to 0.45Eric Andersen
2000-06-21Added an implicit rule for #defining BB_FEATURE_USE_TERMIOS ifMark Whitley
2000-06-21More doc updates.Eric Andersen
2000-06-21Web site updates.Eric Andersen
2000-06-21Add in my little patch for 2.4.x to make sysinfo binary compatable (again)Eric Andersen
2000-06-21Documented "which"Pavel Roskin
2000-06-21Removed trailing spacesPavel Roskin
2000-06-21Add in telnet docs.Eric Andersen
2000-06-21Add insmod docsEric Andersen
2000-06-21Updated the list of supported commandsPavel Roskin
2000-06-21Removed all vestiges of "math"Pavel Roskin
2000-06-21+ added dc (aka the function formerly known as math)John Beppu
2000-06-21'tar --help' wasn't working. Fixed it.Eric Andersen
2000-06-21+ made it so that you can use the mnemonicsJohn Beppu
2000-06-20Special case the memcopy stuff so it isn't enabled for uclibcEric Andersen
2000-06-20Some makefile fixes to allow compiling with ucLibc (stuff turned offEric Andersen
2000-06-20Updated e-mail address of Pavel Roskin to proski@gnu.orgPavel Roskin
2000-06-19Mention libc support, Pavel's rm fix is already merged.Eric Andersen
2000-06-19Finish off the libc5 porting effort. Everything now works with libc5Eric Andersen
2000-06-19Made insmod work with both libc5 and libc6.Eric Andersen
2000-06-19Made ping work with libc5 and libc6.Eric Andersen
2000-06-19Make umount work and compile cleanly under libc5 and libc6.Eric Andersen
2000-06-19Make swaponoff compile cleanly under both libc5 and libc6.Eric Andersen
2000-06-19Make syslogd.c, init.c, and update.c compile error/warning free under both li...Eric Andersen
2000-06-19printf now compiles cleanly under both libc5 and libc6.Eric Andersen
2000-06-19Updated to compile and work with libc5.Eric Andersen
2000-06-19Update internal.h to conditionally include asm/string.hEric Andersen
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-06-19Added a note to the "maybe by 0.44" list to prune sfdisk and graft fdisk.Mark Whitley
2000-06-19Fix a stupid bug, where I cleaned things as the last makefile target. duh.Eric Andersen
2000-06-19Added support for building debian packages.Eric Andersen
2000-06-18Check for 3 and more arguments was incorrectPavel Roskin
2000-06-16Fix some spelling errors in the source as well.Eric Andersen
2000-06-16Ran it through a spell checker and fixed the spelling errors.Eric Andersen
2000-06-16Update to ar.c from Glenn McGrath. His comments follow:Eric Andersen
2000-06-16Added some comments and changed a variable name to be more meaningful. NoMark Whitley
2000-06-15ln: fixed command line parser. Added support for "--"Pavel Roskin