aboutsummaryrefslogtreecommitdiff
path: root/libbb/README (unfollow)
Commit message (Expand)AuthorFilesLines
2003-01-19Dont use getopt_long, minor usage changes, patch by Nick FedchikGlenn L McGrath2-11/+5
2003-01-19fix missed option argument for -I <device>, interface name checksGlenn L McGrath1-11/+16
2003-01-19Compile option to avoid using /usr directory, patch by Bastian BlankGlenn L McGrath2-0/+16
2003-01-16Use vsyslog instead of syslog, improve initalisation and cleanup ofGlenn L McGrath1-42/+36
2003-01-14Fix leading spaces bug, free line buffer, redo next_word, save someGlenn L McGrath1-56/+43
2003-01-14Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian BlankGlenn L McGrath6-6/+20
2003-01-14last_patch75_2 from vodz,Eric Andersen1-2/+4
2003-01-14Ensure consistant sort order, sed behavior, etcEric Andersen1-0/+3
2003-01-14Eliminate most instances where we use linux kernel headersEric Andersen6-17/+38
2003-01-14Clean config binsries on 'make clean'Eric Andersen1-1/+1
2003-01-14Eliminate use of kernel header fileEric Andersen1-3/+2
2003-01-14Fixup addgroup help textEric Andersen1-2/+2
2003-01-14Only call free if it is necessaryEric Andersen1-1/+2
2003-01-13Patch from Tito to rework strings applet, and some testsuiteEric Andersen2-63/+78
2003-01-13Correct some init issues, update email address, last_patch78 by VladimirGlenn L McGrath5-179/+162
2003-01-13Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath5-27/+170
2003-01-12Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PINGEric Andersen2-9/+8
2003-01-11Patch from Daniel J Walsh at redhat to make free work for systemsEric Andersen1-10/+26
2003-01-11Patch from Robert Schwebel -- support ncurses installed in /usr/localEric Andersen1-1/+8
2003-01-11Patch from Robert Schwebel fixing a missing \nEric Andersen1-0/+1
2003-01-11Fix an obvious mistakeEric Andersen1-1/+1
2003-01-09Fix addgroup so it actually worksEric Andersen1-9/+19
2003-01-09Additional patch from Tito to fix some anomoliesEric Andersen1-2/+10
2003-01-09arping applet by Nick FedchikGlenn L McGrath5-0/+519
2003-01-09Make output the same as upstream, patch by TitoGlenn L McGrath1-2/+3
2003-01-08Patch by Stewart Brodie to terminate the string array correctlyGlenn L McGrath1-1/+2
2003-01-08Lineo has ceased to exist, and is no longer a sponsor.Eric Andersen1-4/+0
2003-01-06Minor cleanup, identified by Stewart Brodie, patch by Vladimir N.Glenn L McGrath1-7/+4
2003-01-06Correct column width for tab completion and lsGlenn L McGrath2-133/+121
2003-01-05New applet: httpd, by Glenn EngelGlenn L McGrath5-1/+1381
2003-01-05Prepare for new busybox-cvs uploadGlenn L McGrath2-0/+8
2003-01-05fixes for ia64Glenn L McGrath2-0/+4
2003-01-04Sync with 20030104-2 cvs package, disable fdisk BSD label as they dontGlenn L McGrath4-17/+84
2003-01-04fdisk writable feature, allows compilation of a small fdisk that canGlenn L McGrath2-186/+254
2003-01-02Fix tab-tab listing of files so it properly reflects currentEric Andersen1-3/+2
2003-01-02> Eliminate dependancy on kernel header files. Naughty naughty.Robert Griebl1-2/+15
2002-12-27Add "Broadcast +" support back in. Also cut the size down some. Not wellManuel Novoa III1-58/+85
2002-12-27Add usage for tar -j and -zGlenn L McGrath1-1/+15
2002-12-23Sync with 20021214-1 debian packageGlenn L McGrath4-13/+39
2002-12-23Support the obsolete '+' optionGlenn L McGrath1-4/+19
2002-12-23Fix STANDALONE_SHELL and ALWAYS_WIN options, last_path_73 by Vladimir N. OleynikGlenn L McGrath1-9/+23
2002-12-23Support the '=' commandGlenn L McGrath1-3/+5
2002-12-20Adjust for new .depend targetGlenn L McGrath1-1/+1
2002-12-20busybox target wasnt checking .depend, clean kbuild binaries only on distcleanGlenn L McGrath1-2/+2
2002-12-19Bugfix, wastn retrieving last block, patch by Jean-Christophe DuboisGlenn L McGrath1-4/+5
2002-12-18When retrieving a file dont open file until we have to to prevent files of si...Glenn L McGrath1-8/+8
2002-12-17Get interface names using ioctl rather than /proc, from Nick FedchikGlenn L McGrath1-64/+68
2002-12-17Odd. I never brought this forward from bb.stable. Should handleEric Andersen1-1/+3
2002-12-16Always print the routing table header for IPv4:Robert Griebl1-7/+6
2002-12-16changed most assignments from ":=" to "=" to allow setting some variablesRobert Griebl1-17/+17