summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Define bb_xgetlarg as a standard interface for extractingEric Andersen2003-03-071-0/+1
| | | | | numbers from getopt which includes careful error checking. -Erik
* New applet sha1sumGlenn L McGrath2003-02-172-0/+8
|
* Patch from Bastian BlankGlenn L McGrath2003-02-151-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 Andersen2003-02-101-1/+1
|
* New applet, inetd, make httpd features more configurable, update authors, ↵Glenn L McGrath2003-02-092-0/+11
| | | | | | last_patch_80 from Vladimir N. Oleynik
* Patch from mathuria, compatability with solarisGlenn L McGrath2003-02-082-0/+5
|
* A patch from John F. Kelly to add in a utility for configuringEric Andersen2003-01-232-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 Andersen2003-01-231-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 optionEric Andersen2003-01-231-1/+7
|
* run telnet from inetd, present login prompt if login is configured,Glenn L McGrath2003-01-211-1/+3
| | | | patch from Bastian Blank
* New test mode that allows run_parts to fail silently if the directoryGlenn L McGrath2003-01-201-4/+4
| | | | is not found. Patch from Bastian Blank
* Dont use getopt_long, minor usage changes, patch by Nick FedchikGlenn L McGrath2003-01-191-2/+2
|
* Compile option to avoid using /usr directory, patch by Bastian BlankGlenn L McGrath2003-01-191-0/+5
|
* Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian BlankGlenn L McGrath2003-01-141-5/+5
|
* Fixup addgroup help textEric Andersen2003-01-141-2/+2
|
* Correct some init issues, update email address, last_patch78 by VladimirGlenn L McGrath2003-01-131-1/+1
| | | | N. Oleynik
* Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath2003-01-131-16/+16
| | | | command to ipaddr, patch by Bastian Blank
* arping applet by Nick FedchikGlenn L McGrath2003-01-092-0/+20
|
* New applet: httpd, by Glenn EngelGlenn L McGrath2003-01-052-1/+17
|
* Add usage for tar -j and -zGlenn L McGrath2002-12-271-1/+15
|
* rmmod -a removed modules recursivelyTim Riker2002-12-142-1/+3
|
* Merge copyfd and copy_file_chunkGlenn L McGrath2002-12-131-1/+1
|
* New applets, ftpget and ftpputGlenn L McGrath2002-12-132-0/+27
|
* New applet, nameif by Nick Fedchik and myself.Glenn L McGrath2002-12-132-0/+16
|
* full usage cleanup for udhcpGlenn L McGrath2002-12-121-3/+1
|
* Support the o, f and p options, patch by Magnus M�rtenssonGlenn L McGrath2002-12-121-1/+6
|
* rpm applet by Laurence AndersonGlenn L McGrath2002-12-103-0/+17
|
* Realpath appletGlenn L McGrath2002-12-102-0/+8
|
* Move add_to_list from libunarchive to libbb so it can be of more general use ↵Glenn L McGrath2002-12-082-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 -cGlenn L McGrath2002-12-051-1/+2
|
* Move compare_string_array to libbbGlenn L McGrath2002-12-021-0/+1
|
* Enable ip commands to be compiled seperate from ip, modifed patch from ↵Glenn L McGrath2002-12-012-7/+58
| | | | Bastian Blank
* last_patch_68 from Vladimir N. OleynikGlenn L McGrath2002-11-271-1/+1
|
* fdisk applet by Vladimir N. OleynikGlenn L McGrath2002-11-262-0/+14
|
* Headers for the read_gz changesGlenn L McGrath2002-11-191-0/+5
|
* Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, ↵Glenn L McGrath2002-11-111-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 McGrath2002-11-111-0/+1
|
* ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath2002-11-102-0/+33
|
* Rewrite of xargs by Vladimir N. OleynikGlenn L McGrath2002-11-101-2/+6
|
* last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>Glenn L McGrath2002-11-101-1/+1
|
* IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath2002-11-102-0/+8
|
* debian compatable ifup and ifdown commandsGlenn L McGrath2002-11-092-0/+34
|
* Fix a stupid typoEric Andersen2002-11-071-2/+2
|
* Implement a small strings appletEric Andersen2002-11-072-0/+12
|
* typo in udhcpc helpRuss Dill2002-11-051-1/+1
|
* Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ↵Glenn L McGrath2002-11-051-0/+2
| | | | junk (not sure why), add some missing files
* enable .tar.bz2 for dpkg-debGlenn L McGrath2002-11-051-4/+7
|
* Change filter paramaters, filters can be more powefull nowGlenn L McGrath2002-11-041-4/+4
|
* Abstract read and seek in unarchiving code, convert bunzip to file ↵Glenn L McGrath2002-11-032-12/+21
| | | | descriptors, support tar -j
* Move data_extract_all_prefix to dpkg, its only used there.Glenn L McGrath2002-11-031-1/+0
|