Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, ↵ | Glenn L McGrath | 2002-11-11 | 1 | -0/+1 | |
| | | | | moves the guts of run_parts to libbb to be used by ifupdown. | |||||
* | Move readlink, mktemp, run-parts and which to a new debianutils dir. | Glenn L McGrath | 2002-11-11 | 1 | -0/+1 | |
| | ||||||
* | ipcalc applet by Stephan Linz and Jordan Crouse | Glenn L McGrath | 2002-11-10 | 2 | -0/+33 | |
| | ||||||
* | Rewrite of xargs by Vladimir N. Oleynik | Glenn L McGrath | 2002-11-10 | 1 | -2/+6 | |
| | ||||||
* | last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru> | Glenn L McGrath | 2002-11-10 | 1 | -1/+1 | |
| | ||||||
* | IP applet by Bastian Blank <waldi@debian.org> | Glenn L McGrath | 2002-11-10 | 2 | -0/+8 | |
| | ||||||
* | debian compatable ifup and ifdown commands | Glenn L McGrath | 2002-11-09 | 2 | -0/+34 | |
| | ||||||
* | Fix a stupid typo | Eric Andersen | 2002-11-07 | 1 | -2/+2 | |
| | ||||||
* | Implement a small strings applet | Eric Andersen | 2002-11-07 | 2 | -0/+12 | |
| | ||||||
* | typo in udhcpc help | Russ Dill | 2002-11-05 | 1 | -1/+1 | |
| | ||||||
* | Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ↵ | Glenn L McGrath | 2002-11-05 | 1 | -0/+2 | |
| | | | | junk (not sure why), add some missing files | |||||
* | enable .tar.bz2 for dpkg-deb | Glenn L McGrath | 2002-11-05 | 1 | -4/+7 | |
| | ||||||
* | Change filter paramaters, filters can be more powefull now | Glenn L McGrath | 2002-11-04 | 1 | -4/+4 | |
| | ||||||
* | Abstract read and seek in unarchiving code, convert bunzip to file ↵ | Glenn L McGrath | 2002-11-03 | 2 | -12/+21 | |
| | | | | descriptors, support tar -j | |||||
* | Move data_extract_all_prefix to dpkg, its only used there. | Glenn L McGrath | 2002-11-03 | 1 | -1/+0 | |
| | ||||||
* | Move bunzip2 idecompression code to libunarchive | Glenn L McGrath | 2002-11-03 | 1 | -0/+3 | |
| | ||||||
* | Make uncompress a seperate applet so it doesnt pull in all the gunzip code | Glenn L McGrath | 2002-11-01 | 2 | -4/+10 | |
| | ||||||
* | vodz forgot to include the suid field | Eric Andersen | 2002-10-22 | 1 | -2/+2 | |
| | ||||||
* | Apply patch from bug #1278 -- fix usage message for the | Eric Andersen | 2002-10-22 | 1 | -1/+1 | |
| | | | | start_stop_daemon applet. | |||||
* | vodz writes: | Eric Andersen | 2002-10-22 | 1 | -2/+2 | |
| | | | | | Oops... Last patch 63 have small typo (stable/devel) mixing. Attached patch removing lines from TODO also :) | |||||
* | last_patch63 from vodz: add in crond and crontab applets | Eric Andersen | 2002-10-22 | 2 | -0/+30 | |
| | ||||||
* | Patch last_pach62 from vodz. This patch moves all the /proc parsing | Eric Andersen | 2002-10-22 | 1 | -1/+20 | |
| | | | | code into libbb so it can be shared by ps, top, etc, saving over 1.5k. | |||||
* | Update dpkg to use new unarchive code | Glenn L McGrath | 2002-10-19 | 1 | -1/+5 | |
| | ||||||
* | Fix exclude/include problem | Glenn L McGrath | 2002-10-19 | 1 | -1/+2 | |
| | ||||||
* | added full udhcp integration | Russ Dill | 2002-10-14 | 2 | -3/+25 | |
| | ||||||
* | Fix init docs | Eric Andersen | 2002-09-30 | 1 | -1/+1 | |
| | ||||||
* | last_patch58 from vodz: | Eric Andersen | 2002-09-30 | 2 | -0/+11 | |
| | | | | | | | 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 ;) | |||||
* | Vodz' last_patch57: | Eric Andersen | 2002-09-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | 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 | |||||
* | Fix compress support and prevent a segfault | Glenn L McGrath | 2002-09-27 | 2 | -1/+2 | |
| | ||||||
* | Reverse some minor changes that got caught up in my big unarchive patch | Glenn L McGrath | 2002-09-25 | 1 | -4/+4 | |
| | ||||||
* | New common unarchive code. | Glenn L McGrath | 2002-09-25 | 2 | -42/+88 | |
| | ||||||
* | Add a new top applet | Eric Andersen | 2002-09-17 | 2 | -0/+12 | |
| | | | | -Erik | |||||
* | Watch applet by Michael Habermann | Glenn L McGrath | 2002-09-16 | 2 | -0/+15 | |
| | ||||||
* | Apply vodz' last_patch52 | Eric Andersen | 2002-09-16 | 3 | -4/+4 | |
| | ||||||
* | mesg applet by Manuel Novoa III | Glenn L McGrath | 2002-09-16 | 2 | -0/+10 | |
| | ||||||
* | openvt applet by Quy Tonthat | Glenn L McGrath | 2002-09-16 | 2 | -0/+10 | |
| | ||||||
* | Use busybox's show_usage function for help | Glenn L McGrath | 2002-09-15 | 1 | -0/+1 | |
| | ||||||
* | Awk applet written from scratch by Dmitry Zakharov | Glenn L McGrath | 2002-09-15 | 2 | -0/+11 | |
| | ||||||
* | Remove extrangeous backslashes that were probably introduced by | Aaron Lehmann | 2002-08-23 | 1 | -4/+4 | |
| | | | | | someone joining lines and forgetting to remove the backslash escaping the newline. | |||||
* | define inline if needed for ANSI C compatability | Glenn L McGrath | 2002-08-22 | 1 | -0/+4 | |
| | ||||||
* | Remove unwanted comments, run through indent | Glenn L McGrath | 2002-08-22 | 1 | -11/+10 | |
| | ||||||
* | Run through indent, use /* */ style comments | Glenn L McGrath | 2002-08-22 | 1 | -12/+15 | |
| | ||||||
* | Remove definition of is_octal and is_decimal, they arent used | Glenn L McGrath | 2002-08-22 | 1 | -3/+0 | |
| | ||||||
* | New applet, udhcp client | Glenn L McGrath | 2002-08-21 | 2 | -0/+17 | |
| | ||||||
* | Added a help text for the -C option to syslogd | Robert Griebl | 2002-08-07 | 1 | -1/+9 | |
| | ||||||
* | Initial checkin of a very primitive hwclock replacement | Robert Griebl | 2002-07-21 | 2 | -0/+14 | |
| | ||||||
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | 2002-07-19 | 1 | -0/+2 | |
| | | | | | | | | | #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. | |||||
* | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | 2002-07-03 | 3 | -4/+4 | |
| | | | | | silly games. -Erik | |||||
* | This patch from Bart Visscher <magick@linux-fan.com> adds | Eric Andersen | 2002-07-03 | 4 | -1/+40 | |
| | | | | | | | | | | | | | | | 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! | |||||
* | Patch from Martin Volf <volf@dragon.cz> to fix where I had | Eric Andersen | 2002-07-03 | 1 | -2/+2 | |
| | | | | screwed up the usage messages |