summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch from Paul Mundt:Eric Andersen2003-07-221-6/+21
| | | | | | The current SC_x references automatically assume that everyone uses ttyS/tts as their naming scheme for their serial ports. This isn't the case for quite a few architectures, including sh, sh64, h8, arm, etc.
* Matteo Croce submitted a hdparm applet.Eric Andersen2003-07-222-0/+78
|
* Fix a silly typoEric Andersen2003-07-141-1/+1
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+2
|
* This declaration no longer needs to hide when using dmallocEric Andersen2003-07-071-1/+1
|
* Add the fdformat utility, based on a patch from Kent Robotti,Eric Andersen2003-07-052-0/+10
| | | | | but I then completely reworked the fdformat utility to comply with the current busybox way of doing things.
* Fix stupid unterminated parenthesisEric Andersen2003-07-031-1/+1
|
* Patch from Russell Coker:Eric Andersen2003-07-032-6/+24
| | | | | I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox.
* Geir Thomassen wrote, regarding networking/httpd.c line 1358Eric Andersen2003-06-261-1/+2
| | | | | | | | | | | | | | Hello, I think the test for an unconfigured httpd is wrong in the CVS (busybox-unstable-20030620.tar.bz2) flg_deny_all is default 0 vodz then wrote: Oops. You are right. Also, this mistake haved from two place. Last patch rewroted to my new get_ularg() function for overcompensate size from this error found ;-)
* New applet: patch, applies a unified diffGlenn L McGrath2003-06-222-0/+10
|
* Based on a tinylogin patch from Philip Blundell, add severalEric Andersen2003-06-211-3/+7
| | | | | additional options to adduser. -Erik
* Add prototype update missing from last_patch89. Fix screwyEric Andersen2003-06-201-1/+1
| | | | formatting in cut.
* last_patch89 from vodz:Eric Andersen2003-06-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manuel, I rewrite bb_getopt_ulflags() function for more universal usage. My version support now: - options with arguments (optional arg as GNU extension also) - complementaly and/or incomplementaly and/or incongruously and/or list options - long_opt (all applets may have long option, add supporting is trivial) This realisation full compatibile from your version. Code size grow 480 bytes, but only coreutils/* over compensate this size after using new function. Last patch reduced over 800 bytes and not full applied to all. "mkdir" and "mv" applets have long_opt now for demonstrate trivial addition support long_opt with usage new bb_getopt_ulflags(). Complementaly and/or incomplementaly and/or incongruously and/or list options logic is not trivial, but new "cut" and "grep" applets using this logic for examples with full demostrating. New "grep" applet reduced over 300 bytes. Mark, Also. I removed bug from "grep" applet. $ echo a b | busybox grep -e a b a b a b But right is printing one only. --w vodz
* Fix rpm usage msgEric Andersen2003-06-151-8/+8
|
* Vodz, last_patch_88Glenn L McGrath2003-06-101-6/+6
|
* Make all syscall declarations use the syscall() functionEric Andersen2003-05-261-0/+13
|
* Vodz, last_patch_86Glenn L McGrath2003-05-261-0/+1
|
* Add some missing lines for getty, patch by Steven ScholzGlenn L McGrath2003-05-131-0/+2
|
* minit, a Minimal init system.Glenn L McGrath2003-05-112-0/+38
|
* New applet, foldGlenn L McGrath2003-04-272-0/+13
|
* Config option to create an fgrep aliasGlenn L McGrath2003-04-271-0/+3
|
* Minor cleanups. Document the cmp -l option.Manuel Novoa III2003-03-191-4/+7
|
* Major coreutils update.Manuel Novoa III2003-03-193-110/+214
|
* 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
|