aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix STANDALONE_SHELL and ALWAYS_WIN options, last_path_73 by Vladimir N. Oleynikbug12002-12-231-9/+23
* Support the '=' commandbug12002-12-231-3/+5
* Adjust for new .depend targetbug12002-12-201-1/+1
* busybox target wasnt checking .depend, clean kbuild binaries only on distcleanbug12002-12-201-2/+2
* Bugfix, wastn retrieving last block, patch by Jean-Christophe Duboisbug12002-12-191-4/+5
* When retrieving a file dont open file until we have to to prevent files of si...bug12002-12-181-8/+8
* Get interface names using ioctl rather than /proc, from Nick Fedchikbug12002-12-171-64/+68
* Odd. I never brought this forward from bb.stable. Should handleandersen2002-12-171-1/+3
* Always print the routing table header for IPv4:sandman2002-12-161-7/+6
* changed most assignments from ":=" to "=" to allow setting some variablessandman2002-12-161-17/+17
* Only included headers that are used.bug12002-12-1612-113/+29
* fix warningbug12002-12-161-0/+2
* rmmod -a removed modules recursivelytimr2002-12-147-22/+52
* cleanuptimr2002-12-131-0/+3
* Don't build the ncurses stuff unless it is specifically asked forandersen2002-12-134-36/+38
* use const group_filetimr2002-12-131-2/+2
* Fix bug when reading mac from command line, continue; if hwaddrr not foundbug12002-12-131-3/+5
* Merge copyfd and copy_file_chunkbug12002-12-135-65/+54
* Change ftpput so it uses <remote-path> <local-file> as it shouldbug12002-12-131-1/+1
* Fix possible bug if file length not knownbug12002-12-131-6/+11
* New applets, ftpget and ftpputbug12002-12-135-0/+446
* New applet, nameif by Nick Fedchik and myself.bug12002-12-135-0/+248
* full usage cleanup for udhcpbug12002-12-121-3/+1
* Update email address for Gennady Feldman <gena01@gena01.com>bug12002-12-124-8/+8
* Support the o, f and p options, patch by Magnus M�rtenssonbug12002-12-122-2/+40
* Teach addgroup to add user names to groupsandersen2002-12-121-4/+11
* hehe. Screwed that one up. Lets do things right this time.andersen2002-12-111-1/+2
* Makefile rework coordinate with Russ so udhcp will behaveandersen2002-12-111-15/+9
* slight change to reflect BB_VER changeruss2002-12-113-3/+3
* A cleaner cleanup that avoids passing an off_t to scanfandersen2002-12-111-5/+9
* sorry about all the noise, should be all synced up nowruss2002-12-113-3/+19
* another sync to udhcp cvsruss2002-12-111-21/+21
* squash a warningandersen2002-12-111-1/+1
* Fix -mtime, by Ian Abbottbug12002-12-111-5/+5
* Small bugfix, last_patch72 from Vladimir N. Oleynikbug12002-12-111-1/+1
* resync with udhcp cvsruss2002-12-119-83/+46
* Make sure we have a show_usage function prototypeandersen2002-12-111-1/+3
* Fixup all the horrible broken function prototypesandersen2002-12-111-37/+29
* Squash a warning by making function declaration a proper prototypeandersen2002-12-111-1/+1
* Add missing header file to squash a warningandersen2002-12-111-0/+1
* Eliminate dependancy on kernel header files. Naughty naughty.andersen2002-12-111-1/+48
* Eliminate dependancy on kernel header files. Naughty naughty.andersen2002-12-111-3/+2
* undefine sysinfo to prevent breakage on ia64bug12002-12-111-0/+2
* Eliminate dependancy on kernel header files. Naughty naughty.andersen2002-12-111-56/+54
* Eliminate dependancy on kernel header files. Naughty naughty.andersen2002-12-111-1/+6
* Fixup header file orderingandersen2002-12-111-1/+1
* Use libbb/get_line_from_file instead of getlinebug12002-12-111-4/+2
* Sync debian files with debian package version 0.60.99.cvs20021209-2bug12002-12-106-4/+36
* Fix undefined behaviour and save some bytes as suggested by Manuel Novoa IIIbug12002-12-101-12/+10
* include busybox after libc includesbug12002-12-101-2/+3