Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Define bb_xgetlarg as a standard interface for extracting | Eric Andersen | 2003-03-07 | 1 | -0/+1 | |
| | | | | | numbers from getopt which includes careful error checking. -Erik | |||||
* | New applet sha1sum | Glenn L McGrath | 2003-02-17 | 2 | -0/+8 | |
| | ||||||
* | Patch from Bastian Blank | Glenn L McGrath | 2003-02-15 | 1 | -0/+9 | |
| | | | | | | | - ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr. | |||||
* | udhcpc is supposed to be in /sbin, not /usr/sbin/ | Eric Andersen | 2003-02-10 | 1 | -1/+1 | |
| | ||||||
* | New applet, inetd, make httpd features more configurable, update authors, ↵ | Glenn L McGrath | 2003-02-09 | 2 | -0/+11 | |
| | | | | | | last_patch_80 from Vladimir N. Oleynik | |||||
* | Patch from mathuria, compatability with solaris | Glenn L McGrath | 2003-02-08 | 2 | -0/+5 | |
| | ||||||
* | A patch from John F. Kelly to add in a utility for configuring | Eric Andersen | 2003-01-23 | 2 | -0/+14 | |
| | | | | vlan under linux, derived from Ben Greear's VLAN "vconfig" tool. | |||||
* | Apply patch from Ghozlane Toumi to add -inum support to find. | Eric Andersen | 2003-01-23 | 1 | -1/+15 | |
| | | | | | | | | Apply patch from Ghozlane Toumi to make find smaller by combining similar error messages Forward port find -newer support from busybox stable that was missing from unstable. -Erik. Fixup usage messages for find. -Erik | |||||
* | Patch from Artem Egorkine to support the -m option | Eric Andersen | 2003-01-23 | 1 | -1/+7 | |
| | ||||||
* | run telnet from inetd, present login prompt if login is configured, | Glenn L McGrath | 2003-01-21 | 1 | -1/+3 | |
| | | | | patch from Bastian Blank | |||||
* | New test mode that allows run_parts to fail silently if the directory | Glenn L McGrath | 2003-01-20 | 1 | -4/+4 | |
| | | | | is not found. Patch from Bastian Blank | |||||
* | Dont use getopt_long, minor usage changes, patch by Nick Fedchik | Glenn L McGrath | 2003-01-19 | 1 | -2/+2 | |
| | ||||||
* | Compile option to avoid using /usr directory, patch by Bastian Blank | Glenn L McGrath | 2003-01-19 | 1 | -0/+5 | |
| | ||||||
* | Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank | Glenn L McGrath | 2003-01-14 | 1 | -5/+5 | |
| | ||||||
* | Fixup addgroup help text | Eric Andersen | 2003-01-14 | 1 | -2/+2 | |
| | ||||||
* | Correct some init issues, update email address, last_patch78 by Vladimir | Glenn L McGrath | 2003-01-13 | 1 | -1/+1 | |
| | | | | N. Oleynik | |||||
* | Option to allow ifupdown use ip commands instead of ifconfig, add flush | Glenn L McGrath | 2003-01-13 | 1 | -16/+16 | |
| | | | | command to ipaddr, patch by Bastian Blank | |||||
* | arping applet by Nick Fedchik | Glenn L McGrath | 2003-01-09 | 2 | -0/+20 | |
| | ||||||
* | New applet: httpd, by Glenn Engel | Glenn L McGrath | 2003-01-05 | 2 | -1/+17 | |
| | ||||||
* | Add usage for tar -j and -z | Glenn L McGrath | 2002-12-27 | 1 | -1/+15 | |
| | ||||||
* | rmmod -a removed modules recursively | Tim Riker | 2002-12-14 | 2 | -1/+3 | |
| | ||||||
* | Merge copyfd and copy_file_chunk | Glenn L McGrath | 2002-12-13 | 1 | -1/+1 | |
| | ||||||
* | New applets, ftpget and ftpput | Glenn L McGrath | 2002-12-13 | 2 | -0/+27 | |
| | ||||||
* | New applet, nameif by Nick Fedchik and myself. | Glenn L McGrath | 2002-12-13 | 2 | -0/+16 | |
| | ||||||
* | full usage cleanup for udhcp | Glenn L McGrath | 2002-12-12 | 1 | -3/+1 | |
| | ||||||
* | Support the o, f and p options, patch by Magnus M�rtensson | Glenn L McGrath | 2002-12-12 | 1 | -1/+6 | |
| | ||||||
* | rpm applet by Laurence Anderson | Glenn L McGrath | 2002-12-10 | 3 | -0/+17 | |
| | ||||||
* | Realpath applet | Glenn L McGrath | 2002-12-10 | 2 | -0/+8 | |
| | ||||||
* | Move add_to_list from libunarchive to libbb so it can be of more general use ↵ | Glenn L McGrath | 2002-12-08 | 2 | -10/+10 | |
| | | | | (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). | |||||
* | Usage for klogd -c | Glenn L McGrath | 2002-12-05 | 1 | -1/+2 | |
| | ||||||
* | Move compare_string_array to libbb | Glenn L McGrath | 2002-12-02 | 1 | -0/+1 | |
| | ||||||
* | Enable ip commands to be compiled seperate from ip, modifed patch from ↵ | Glenn L McGrath | 2002-12-01 | 2 | -7/+58 | |
| | | | | Bastian Blank | |||||
* | last_patch_68 from Vladimir N. Oleynik | Glenn L McGrath | 2002-11-27 | 1 | -1/+1 | |
| | ||||||
* | fdisk applet by Vladimir N. Oleynik | Glenn L McGrath | 2002-11-26 | 2 | -0/+14 | |
| | ||||||
* | Headers for the read_gz changes | Glenn L McGrath | 2002-11-19 | 1 | -0/+5 | |
| | ||||||
* | 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 | |
| |