Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-13 | New applets, ftpget and ftpput | Glenn L McGrath | |
2002-12-13 | New applet, nameif by Nick Fedchik and myself. | Glenn L McGrath | |
2002-12-12 | full usage cleanup for udhcp | Glenn L McGrath | |
2002-12-12 | Support the o, f and p options, patch by Magnus M�rtensson | Glenn L McGrath | |
2002-12-10 | rpm applet by Laurence Anderson | Glenn L McGrath | |
2002-12-10 | Realpath applet | Glenn L McGrath | |
2002-12-05 | Usage for klogd -c | Glenn L McGrath | |
2002-12-01 | Enable ip commands to be compiled seperate from ip, modifed patch from ↵ | Glenn L McGrath | |
Bastian Blank | |||
2002-11-27 | last_patch_68 from Vladimir N. Oleynik | Glenn L McGrath | |
2002-11-26 | fdisk applet by Vladimir N. Oleynik | Glenn L McGrath | |
2002-11-11 | Move readlink, mktemp, run-parts and which to a new debianutils dir. | Glenn L McGrath | |
2002-11-10 | ipcalc applet by Stephan Linz and Jordan Crouse | Glenn L McGrath | |
2002-11-10 | Rewrite of xargs by Vladimir N. Oleynik | Glenn L McGrath | |
2002-11-10 | IP applet by Bastian Blank <waldi@debian.org> | Glenn L McGrath | |
2002-11-09 | debian compatable ifup and ifdown commands | Glenn L McGrath | |
2002-11-07 | Fix a stupid typo | Eric Andersen | |
2002-11-07 | Implement a small strings applet | Eric Andersen | |
2002-11-05 | typo in udhcpc help | Russ Dill | |
2002-11-01 | Make uncompress a seperate applet so it doesnt pull in all the gunzip code | Glenn L McGrath | |
2002-10-22 | Apply patch from bug #1278 -- fix usage message for the | Eric Andersen | |
start_stop_daemon applet. | |||
2002-10-22 | last_patch63 from vodz: add in crond and crontab applets | Eric Andersen | |
2002-10-14 | added full udhcp integration | Russ Dill | |
2002-09-30 | Fix init docs | Eric Andersen | |
2002-09-30 | last_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-17 | Add a new top applet | Eric Andersen | |
-Erik | |||
2002-09-16 | Watch applet by Michael Habermann | Glenn L McGrath | |
2002-09-16 | Apply vodz' last_patch52 | Eric Andersen | |
2002-09-16 | mesg applet by Manuel Novoa III | Glenn L McGrath | |
2002-09-16 | openvt applet by Quy Tonthat | Glenn L McGrath | |
2002-09-15 | Use busybox's show_usage function for help | Glenn L McGrath | |
2002-09-15 | Awk applet written from scratch by Dmitry Zakharov | Glenn L McGrath | |
2002-08-23 | Remove extrangeous backslashes that were probably introduced by | Aaron Lehmann | |
someone joining lines and forgetting to remove the backslash escaping the newline. | |||
2002-08-21 | New applet, udhcp client | Glenn L McGrath | |
2002-08-07 | Added a help text for the -C option to syslogd | Robert Griebl | |
2002-07-21 | Initial checkin of a very primitive hwclock replacement | Robert Griebl | |
2002-07-03 | This patch from Bart Visscher <magick@linux-fan.com> adds | Eric 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! | |||
2002-07-03 | Patch from Martin Volf <volf@dragon.cz> to fix where I had | Eric Andersen | |
screwed up the usage messages | |||
2002-07-03 | Silly spelling fix | Eric Andersen | |
-Erik | |||
2002-06-23 | Port over the last of the tinylogin applets | Eric Andersen | |
-Erik | |||
2002-06-04 | Bigger patch for (partial) tinylogin integration | Robert Griebl | |
- Made a new dir loginutils - Moved all applets from pwd_grp to loginutils - Added new applets su.c login.c to loginutils - Made a new dir libpwdgrp - Moved everything from pwd_grp/libpwd_grp there - Added shadow.c to libpwdgrp - Removed dir pwd_grp - Added usage strings for login and su to usage.h - Changed main Makefile to reflect the dir rearrangements [Parts of this patch may overlap with my other two patches] | |||
2002-05-14 | Added support for -Y|--proxy=on/off to wget | Robert Griebl | |
2002-05-14 | This patch adds -e (extended information) to route and -r/-e (show routing | Robert Griebl | |
tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts. | |||
2002-04-27 | Support noerror option | Eric Andersen | |
2002-04-26 | Add netcat -i option, per patch from Cristian Ionescu-Idbohrn | Eric Andersen | |
<cristian.ionescu-idbohrn@axis.com> | |||
2002-04-26 | Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> | Eric Andersen | |
2002-04-13 | Patch from Jim Treadway -- fix a missing "\" in usage.h | Eric Andersen | |
2002-04-06 | Patch from Edward Betts <edward@debian.org> to add -x switch to du.c | Eric Andersen | |
2002-03-27 | * archival/bunzip2.c: Include <unistd.h>. | Matt Kraai | |
(bunzip2_main): Read data from standard input if FILE argument is `-' or omitted. * include/usage.h (bunzip2_trivial_usage, bunzip2_full_usage): Rewrite. * testsuite/bunzip2/bunzip2-reads-from-standard-input: New. | |||
2002-03-20 | * include/applets.h (CONFIG_LOSETUP): New. | Matt Kraai | |
* include/usage.h (losetup_trivial_usage, losetup_full_usage): New. * util-linux/Makefile: Add losetup.o. * util-linux/config.in: Add losetup prompt. * util-linux/losetup.c: New. | |||
2002-02-05 | * archival/gzip.c (ifname, ofname): Delete. | Matt Kraai | |
(gzip_main): Handle multiple files. * include/usage.h (gzip_trivial_usage): Allow multiple FILEs. (gzip_full_usage): Ditto. * testsuite/gzip/gzip-accepts-multiple-files: New. * testsuite/gzip/gzip-removes-original-file: New. |