aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix matching for the $ address (last line)bug12003-03-081-6/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6719 69ca8d6d-28ef-0310-b511-8ec308f3f277
* be more careful about cleaning upandersen2003-03-072-5/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6718 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Scrub things a bit, shave off a few bytes.andersen2003-03-071-6/+9
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@6717 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Save a few bytes and remove a redundant stringandersen2003-03-071-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6716 69ca8d6d-28ef-0310-b511-8ec308f3f277
* With nightmares of libbb ending up with 100 .c files startingandersen2003-03-072-1/+1
| | | | | | | | with "bb_" it seems best to rename this now and avoid starting an evil KDE style naming trend. git-svn-id: svn://busybox.net/trunk/busybox@6715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* audit for proper error handling, apply a few size optimizationsandersen2003-03-071-27/+34
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@6714 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Define bb_xgetlarg as a standard interface for extractingandersen2003-03-073-1/+30
| | | | | | | | numbers from getopt which includes careful error checking. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6713 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Explicitly define -DNDEBUG so asserts don't clutter release codeandersen2003-03-071-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6712 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add all the syslogd help textandersen2003-02-281-16/+51
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6649 69ca8d6d-28ef-0310-b511-8ec308f3f277
* There is no good reason to prevent nfs mounts from being mountedandersen2003-02-281-2/+2
| | | | | | | | | | during 'mount -a'. If the user wants to do that, hey, its their lifs. If the nfs server is down and they don't want to wait for nfs to time out, that is their problem. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6648 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Write all the help text for the util-linux utilities. Allowandersen2003-02-272-35/+153
| | | | | | | | | people to locate the mtab file somewhere other that /etc to accomodate read only root filesystems. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6643 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mention "katamaran"andersen2003-02-181-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6627 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix for big endian machinesbug12003-02-171-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6615 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet sha1sumbug12003-02-175-0/+239
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6611 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Bastian Blankbug12003-02-154-5/+128
| | | | | | | | | | - 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. git-svn-id: svn://busybox.net/trunk/busybox@6604 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merge fileutils, textutils and shellutils into coreuilsbug12003-02-155-6/+628
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6603 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sync with udhcp bug fixesruss2003-02-123-6/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6597 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't use HZ -- use sysconf(_SC_CLK_TCK)andersen2003-02-121-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6570 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix compile error... header problems.mjn32003-02-111-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6560 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch83 by Vladimir N. Oleynikbug12003-02-103-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6558 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix compile error, last_patch82 by Vladimir N. Oleynikbug12003-02-101-8/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6557 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix compile error, last_patch81 by Vladimir N. Oleynikbug12003-02-101-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6556 69ca8d6d-28ef-0310-b511-8ec308f3f277
* udhcpc is supposed to be in /sbin, not /usr/sbin/andersen2003-02-101-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6552 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix compiler warnings, patch by Steven Scholzbug12003-02-093-6/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6549 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Woops, my gunzip fix broke unzip, these cant be staticbug12003-02-092-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6548 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor update to arping, patch from Nick Fedchikbug12003-02-091-7/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6545 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet, inetd, make httpd features more configurable, update authors, ↵bug12003-02-099-755/+2636
| | | | | | | | | last_patch_80 from Vladimir N. Oleynik git-svn-id: svn://busybox.net/trunk/busybox@6544 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Dont die if logging remotely fails, patch by Joshua Jacksonbug12003-02-091-6/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6543 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Specify install path, patch by Nick Fedchikbug12003-02-091-0/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6542 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Moved to libunarchive/unzip.cbug12003-02-091-69/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6541 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix endian probelm on PPC, i had different types for an extern variable.bug12003-02-093-27/+80
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6540 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from mathuria, compatability with solarisbug12003-02-083-1/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6539 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Joshua Jackson, make md5 the default hash algorithmbug12003-02-081-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6538 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrite by Manuel Novoa III, very compact implimentation.bug12003-02-081-160/+134
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6537 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty'sbug12003-02-081-5/+2
| | | | | | | behaviour. git-svn-id: svn://busybox.net/trunk/busybox@6536 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Mention penguruandersen2003-02-051-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6528 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a couple more ifupdown bugsandersen2003-02-031-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6514 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix long standing bug with old gnu tar files, add a check so tar willbug12003-01-283-19/+31
| | | | | | | | | complain "unknown file type" if it tries to extract an oldgnu tar file and TAR_FEATURE_OLDGNU_COMPATABILITY sint defined. Print a warning if unisupported gnu extensions are encountered. git-svn-id: svn://busybox.net/trunk/busybox@6488 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't wipe the config system on 'make clean'andersen2003-01-271-4/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6487 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This seems sufficient for ifup and ifdown to actually workandersen2003-01-273-35/+59
| | | | | | | as advertised. Works for me (at least with glibc) git-svn-id: svn://busybox.net/trunk/busybox@6486 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a silly compile error, thanks to a patch from Wen-chien Jesse Sungandersen2003-01-231-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6434 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Brett Hunt at micron.com to fixup potential segfaultsandersen2003-01-231-4/+4
| | | | | | | during 'make menuconfig' git-svn-id: svn://busybox.net/trunk/busybox@6433 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jason McMullan @ linuxcare.com adding insmodandersen2003-01-231-2/+98
| | | | | | | support for s390 systems. git-svn-id: svn://busybox.net/trunk/busybox@6432 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A patch from John F. Kelly to add in a utility for configuringandersen2003-01-235-0/+187
| | | | | | | vlan under linux, derived from Ben Greear's VLAN "vconfig" tool. git-svn-id: svn://busybox.net/trunk/busybox@6431 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply patch from Ghozlane Toumi to add -inum support to find.andersen2003-01-233-12/+79
| | | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@6429 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Artem Egorkine to support the -m optionandersen2003-01-233-3/+139
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6428 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Joel Vallier to add modules symbols to the kernel symbolandersen2003-01-232-2/+185
| | | | | | | table in order to obtain better debug output from ksymoops. git-svn-id: svn://busybox.net/trunk/busybox@6427 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Basitan Blank to fix nasty bugbug12003-01-221-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6424 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a typo that broke it so busybox won't buildandersen2003-01-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6414 69ca8d6d-28ef-0310-b511-8ec308f3f277
* merge fixes with udhcpruss2003-01-211-3/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6412 69ca8d6d-28ef-0310-b511-8ec308f3f277