aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* From Denis Vlasenko:landley2006-04-241-223/+177
| | | | | | | | | | | | | | * CPU% = process[i].ticks/sum(process[i].ticks) * busy_cpu_ticks/total_cpu_ticks * got rid of empty line under "Load average" line   and used last line - +2 visible processes * do not do float conversion of loadavg, just read it as string from /proc * fix display on small screens * dropped unused .stime, .utime fields * a few variables were renamed * style fixes git-svn-id: svn://busybox.net/trunk/busybox@14940 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - return ret so we return something meaningful.aldot2006-04-241-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14939 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Jason Schoon writes: Attached is a patch to display the usage message if ↵vapier2006-04-211-0/+3
| | | | | | fuser is called with no arguments, rather than doing no work and failing silently. git-svn-id: svn://busybox.net/trunk/busybox@14938 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Jason Schoon writes: This makes the case where LFS is not defined, but fdisk ↵vapier2006-04-211-5/+1
| | | | | | is configured with large disk support use the pretty build rules. git-svn-id: svn://busybox.net/trunk/busybox@14937 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 2006-04-20 Shaun Jackman <sjackman@gmail.com>vapier2006-04-212-0/+10
| | | | | | | | * Makefile: Build a bFLT binary. * Rules.mak: Ditto. git-svn-id: svn://busybox.net/trunk/busybox@14931 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - passwd doesnt use salt with md5 passwords; bug #604 thanks tavisosolar2006-04-211-3/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14930 69ca8d6d-28ef-0310-b511-8ec308f3f277
* kill signed warningsvapier2006-04-202-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14929 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jean Wolter:landley2006-04-192-18/+38
| | | | | | | | | | | | | | | | | | it looks like the introduced support for character classes and equivalence classes is not correct. The attached patch tries to fix some symptoms and tries to make tr behave like gnu tr for the added test cases. The patch  - removes if clauses with side effects  - fixes handling of buffer pointer (strcat added characters to the    buffer without increasing the buffer pointer)  - re-arranges character classes to match ASCII order regards, Jean git-svn-id: svn://busybox.net/trunk/busybox@14926 69ca8d6d-28ef-0310-b511-8ec308f3f277
* svn 14824 broke -funsigned-char and possibly building out of tree, becauselandley2006-04-191-13/+25
| | | | | | | | | | | | | $(srcdir) can't bind early since it's set to a different value in each subdir. If it binds early, it's blank, hence an empty -I which eats the next option as a directory to look for #include files in. So CFLAGS has to bind late, but the check_gcc stuff should only get run once. I added a "make V=2" mode to show when check_gcc gets run, and turned WARNINGS into a CFLAGS line since it was always getting added anyway. git-svn-id: svn://busybox.net/trunk/busybox@14923 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet cksum, from Rob Sullivan.landley2006-04-185-0/+69
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14917 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove some #if 0 code.landley2006-04-181-9/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14916 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Simplify the GPL boilerplate.landley2006-04-181-18/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14915 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - typo: s/derefernce/dereference/galdot2006-04-183-4/+6
| | | | | | | Thanks to P.J. Day. git-svn-id: svn://busybox.net/trunk/busybox@14914 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - commentary typo and superfluous whitespace removal in weird messages.aldot2006-04-181-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14913 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - improve wording in some help texts a little bit.aldot2006-04-181-9/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14912 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add typo s/deamon/daemon/galdot2006-04-181-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14911 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from P.J. Day to rely on the automatic indenting provided by depends.aldot2006-04-181-62/+60
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14910 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - enable dumpleases applet again; bad robaldot2006-04-181-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14909 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add grep for typo s/algorithic/algorithmic/galdot2006-04-181-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14908 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - BusyBox is under GPL.aldot2006-04-185-5/+5
| | | | | | | | | | in http://www.busybox.net/lists/busybox/2006-April/020364.html Denis Vlasenko said when asked which license to use for these files: "Sure. LGPL or GPL is fine with me." Adjusting accordingly. git-svn-id: svn://busybox.net/trunk/busybox@14907 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - simplify config options of the ip applet.aldot2006-04-181-76/+58
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14906 69ca8d6d-28ef-0310-b511-8ec308f3f277
* From Rob Sullivan: Fix a segfault with searching, plus some cleanups.landley2006-04-181-58/+49
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14905 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Robert Eggers noticed that nfsmount would sometimes incorrectly return success.landley2006-04-171-6/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14904 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Glenn gave permission for GPLv2 "or later".landley2006-04-172-15/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14903 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Tito to fix printing null and make output look like hdparm 6.3.landley2006-04-171-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14902 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove a superfluous quote and more non-generic standalone code.landley2006-04-171-10/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14901 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Elf dynamic linker stuff from Rich Felker.landley2006-04-171-0/+35
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14900 69ca8d6d-28ef-0310-b511-8ec308f3f277
* enable udhcp applets again; bad robvapier2006-04-171-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14898 69ca8d6d-28ef-0310-b511-8ec308f3f277
* just use the stack to kill memleak and return if user didnt give us anything ↵vapier2006-04-161-7/+5
| | | | | | to match git-svn-id: svn://busybox.net/trunk/busybox@14897 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use xmalloc, dont hardcode length of string, and get rid of pointless call ↵vapier2006-04-161-3/+2
| | | | | | to memset git-svn-id: svn://busybox.net/trunk/busybox@14896 69ca8d6d-28ef-0310-b511-8ec308f3f277
* kill off pointless malloc.h includevapier2006-04-163-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14895 69ca8d6d-28ef-0310-b511-8ec308f3f277
* kill pointless memory.h includesvapier2006-04-162-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14894 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add a check for obsolete headersvapier2006-04-161-3/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14893 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix typo. Thanks to David Moberg for pointing this out.aldot2006-04-161-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14892 69ca8d6d-28ef-0310-b511-8ec308f3f277
* uncuddle if statementsvapier2006-04-161-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14891 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use more boiler plate GPL noticesvapier2006-04-167-40/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14890 69ca8d6d-28ef-0310-b511-8ec308f3f277
* uncuddle bracketsvapier2006-04-161-69/+78
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14889 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add some tests for common typos and for obsolete functionsvapier2006-04-161-1/+47
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14888 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use memmove() instead of bcopy()vapier2006-04-162-12/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14887 69ca8d6d-28ef-0310-b511-8ec308f3f277
* touchup commentvapier2006-04-161-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14886 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use strchr() not index()vapier2006-04-163-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14885 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use memcmp() not bcmp()vapier2006-04-161-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14883 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove code for protocols we don't properly support. (Most of this couldlandley2006-04-142-383/+1
| | | | | | | | never be selected via menuconfig anyway.) If somebody wants one of these protocols, ask on the list for us to support it _properly_. git-svn-id: svn://busybox.net/trunk/busybox@14868 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Robert P Day to remove standalone code from httpd. (Busybox haslandley2006-04-141-64/+0
| | | | | | | | its own make standalone planned as a general solution to this for all applets.) git-svn-id: svn://busybox.net/trunk/busybox@14866 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Busybox is under the GPL.landley2006-04-141-7/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14863 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Hard wiring configuration symbol values into the code defeats the purposelandley2006-04-141-22/+4
| | | | | | | | | | of _having_ configuration symbol values. Also, changing #ifdef CONFIG to #if ENABLE isn't nearly as useful as changing them to if (ENABLE) or USE()/SKIP()... git-svn-id: svn://busybox.net/trunk/busybox@14852 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The link to Bernhard's subversion branch belongs in subversion.html (wherelandley2006-04-141-5/+0
| | | | | | | it already is). git-svn-id: svn://busybox.net/trunk/busybox@14851 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't havelandley2006-04-1313-137/+137
| | | | | | | to do it in Config.in. git-svn-id: svn://busybox.net/trunk/busybox@14850 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove unneeded include, use shorter boilerplate while at it and alsoaldot2006-04-134-63/+17
| | | | | | | | | | shrink filter_accept_reject_list() a tiny bit while at it. text data bss dec hex filename 59 0 0 59 3b filter_accept_reject_list.o 62 0 0 62 3e filter_accept_reject_list.o.orig git-svn-id: svn://busybox.net/trunk/busybox@14848 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-1312-71/+38
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14847 69ca8d6d-28ef-0310-b511-8ec308f3f277