aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2002-11-19Headers for the read_gz changesGlenn L McGrath
2002-11-11Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, ↵Glenn L McGrath
moves the guts of run_parts to libbb to be used by ifupdown.
2002-11-11Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath
2002-11-10ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath
2002-11-10Rewrite of xargs by Vladimir N. OleynikGlenn L McGrath
2002-11-10last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>Glenn L McGrath
2002-11-10IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath
2002-11-09debian compatable ifup and ifdown commandsGlenn L McGrath
2002-11-07Fix a stupid typoEric Andersen
2002-11-07Implement a small strings appletEric Andersen
2002-11-05typo in udhcpc helpRuss Dill
2002-11-05Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ↵Glenn L McGrath
junk (not sure why), add some missing files
2002-11-05enable .tar.bz2 for dpkg-debGlenn L McGrath
2002-11-04Change filter paramaters, filters can be more powefull nowGlenn L McGrath
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file ↵Glenn L McGrath
descriptors, support tar -j
2002-11-03Move data_extract_all_prefix to dpkg, its only used there.Glenn L McGrath
2002-11-03Move bunzip2 idecompression code to libunarchiveGlenn L McGrath
2002-11-01Make uncompress a seperate applet so it doesnt pull in all the gunzip codeGlenn L McGrath
2002-10-22vodz forgot to include the suid fieldEric Andersen
2002-10-22Apply patch from bug #1278 -- fix usage message for theEric Andersen
start_stop_daemon applet.
2002-10-22vodz writes:Eric Andersen
Oops... Last patch 63 have small typo (stable/devel) mixing. Attached patch removing lines from TODO also :)
2002-10-22last_patch63 from vodz: add in crond and crontab appletsEric Andersen
2002-10-22Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen
code into libbb so it can be shared by ps, top, etc, saving over 1.5k.
2002-10-19Update dpkg to use new unarchive codeGlenn L McGrath
2002-10-19Fix exclude/include problemGlenn L McGrath
2002-10-14added full udhcp integrationRuss Dill
2002-09-30Fix init docsEric Andersen
2002-09-30last_patch58 from vodz:Eric Andersen
Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;)
2002-09-30Vodz' last_patch57:Eric Andersen
Hi, Erik. my_getpw(uid/gid) and applets used it have problem: if username for uid not found, applets can`t detect it (but code pessent). Also "%8ld " format is bad: spaces not required (applets have self format or spec format (tar applet) and overflow for "id" applet...) This problem also pressent in stable version. Patch for unstable in attach. --w vodz
2002-09-27Fix compress support and prevent a segfaultGlenn L McGrath
2002-09-25Reverse some minor changes that got caught up in my big unarchive patchGlenn L McGrath
2002-09-25New common unarchive code.Glenn L McGrath
2002-09-17Add a new top appletEric Andersen
-Erik
2002-09-16Watch applet by Michael HabermannGlenn L McGrath
2002-09-16Apply vodz' last_patch52Eric Andersen
2002-09-16mesg applet by Manuel Novoa IIIGlenn L McGrath
2002-09-16openvt applet by Quy TonthatGlenn L McGrath
2002-09-15Use busybox's show_usage function for helpGlenn L McGrath
2002-09-15Awk applet written from scratch by Dmitry ZakharovGlenn L McGrath
2002-08-23Remove extrangeous backslashes that were probably introduced byAaron Lehmann
someone joining lines and forgetting to remove the backslash escaping the newline.
2002-08-22define inline if needed for ANSI C compatabilityGlenn L McGrath
2002-08-22Remove unwanted comments, run through indentGlenn L McGrath
2002-08-22Run through indent, use /* */ style commentsGlenn L McGrath
2002-08-22Remove definition of is_octal and is_decimal, they arent usedGlenn L McGrath
2002-08-21New applet, udhcp clientGlenn L McGrath
2002-08-07Added a help text for the -C option to syslogdRobert Griebl
2002-07-21Initial checkin of a very primitive hwclock replacementRobert Griebl
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
#49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes.
2002-07-03Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen
silly games. -Erik
2002-07-03This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen
IPV6 support to busybox. This patch does the following: * Add IPv6 support to libbb * Enable IPv6 interface address display * Add IPv6 config option * Adds ping6, an adaptation of the ping applet for IPv6 * Adds support routines for ping6: - xgethostbyname2 - create_icmp6_socket * Adds ifconfig support for IPv6 * Add support IPv6 to netstat * Add IPv6 support to route Thanks Bart!