Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-09 | arping applet by Nick Fedchik | Glenn L McGrath | |
2003-01-05 | New applet: httpd, by Glenn Engel | Glenn L McGrath | |
2002-12-27 | Add usage for tar -j and -z | Glenn L McGrath | |
2002-12-14 | rmmod -a removed modules recursively | Tim Riker | |
2002-12-13 | Merge copyfd and copy_file_chunk | Glenn L McGrath | |
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-08 | Move add_to_list from libunarchive to libbb so it can be of more general use ↵ | Glenn L McGrath | |
(eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). | |||
2002-12-05 | Usage for klogd -c | Glenn L McGrath | |
2002-12-02 | Move compare_string_array to libbb | 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-19 | Headers for the read_gz changes | Glenn L McGrath | |
2002-11-11 | Move 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-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 | last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru> | 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-05 | Fail 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-05 | enable .tar.bz2 for dpkg-deb | Glenn L McGrath | |
2002-11-04 | Change filter paramaters, filters can be more powefull now | Glenn L McGrath | |
2002-11-03 | Abstract read and seek in unarchiving code, convert bunzip to file ↵ | Glenn L McGrath | |
descriptors, support tar -j | |||
2002-11-03 | Move data_extract_all_prefix to dpkg, its only used there. | Glenn L McGrath | |
2002-11-03 | Move bunzip2 idecompression code to libunarchive | Glenn L McGrath | |
2002-11-01 | Make uncompress a seperate applet so it doesnt pull in all the gunzip code | Glenn L McGrath | |
2002-10-22 | vodz forgot to include the suid field | Eric Andersen | |
2002-10-22 | Apply patch from bug #1278 -- fix usage message for the | Eric Andersen | |
start_stop_daemon applet. | |||
2002-10-22 | vodz writes: | Eric Andersen | |
Oops... Last patch 63 have small typo (stable/devel) mixing. Attached patch removing lines from TODO also :) | |||
2002-10-22 | last_patch63 from vodz: add in crond and crontab applets | Eric Andersen | |
2002-10-22 | Patch last_pach62 from vodz. This patch moves all the /proc parsing | Eric Andersen | |
code into libbb so it can be shared by ps, top, etc, saving over 1.5k. | |||
2002-10-19 | Update dpkg to use new unarchive code | Glenn L McGrath | |
2002-10-19 | Fix exclude/include problem | Glenn L McGrath | |
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-30 | Vodz' 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-27 | Fix compress support and prevent a segfault | Glenn L McGrath | |
2002-09-25 | Reverse some minor changes that got caught up in my big unarchive patch | Glenn L McGrath | |
2002-09-25 | New common unarchive code. | Glenn L McGrath | |
2002-09-17 | Add a new top applet | Eric Andersen | |
-Erik |