aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - add -s|--spider which only checks if the file exists but does not download ↵aldot2007-04-052-12/+20
| | | | | | | | | it's content. Closes #1291 git-svn-id: svn://busybox.net/trunk/busybox@18333 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - size and prune were mixed upaldot2007-04-051-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18332 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix segfault in reset_ino_dev_hashtable() when *hashtable was null.aldot2007-04-052-5/+5
| | | | | | | Seen in the testsuite for du -l .../testsuite on exit with CLEAN_UP enabled. git-svn-id: svn://busybox.net/trunk/busybox@18331 69ca8d6d-28ef-0310-b511-8ec308f3f277
* find: missed 'ststic' on const datavda2007-04-051-5/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18329 69ca8d6d-28ef-0310-b511-8ec308f3f277
* find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)vda2007-04-043-116/+158
| | | | | | | | find: -group, -depth (Natanael Copa <natanael.copa@gmail.com>) find: make constant array static, declare PARM_xx constants with enum git-svn-id: svn://busybox.net/trunk/busybox@18328 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-0433-67/+67
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18327 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - minor shrinkagealdot2007-04-041-26/+21
| | | | | | | | | text data bss dec hex filename 1431 0 4 1435 59b tail.o.orig 1396 0 0 1396 574 tail.o git-svn-id: svn://busybox.net/trunk/busybox@18326 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove debugging output. sorry..aldot2007-04-041-7/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18325 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - note cosmetic glitch in tailaldot2007-04-041-2/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18324 69ca8d6d-28ef-0310-b511-8ec308f3f277
* reword commentvda2007-04-041-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18323 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove bss users. Shrinkage while at it. See XXX for further, pre-existing ↵aldot2007-04-041-74/+130
| | | | | | | | | | | bugs text data bss dec hex filename 1969 0 32 2001 7d1 dd.o.oorig 1941 0 0 1941 795 dd.o git-svn-id: svn://busybox.net/trunk/busybox@18322 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove some bss users.aldot2007-04-041-17/+22
| | | | | | | | | text data bss dec hex filename 6220 8 14 6242 1862 stty.o.oorig 6219 8 0 6227 1853 stty.o git-svn-id: svn://busybox.net/trunk/busybox@18321 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove superfluous bss user (flags) and manually unswitch some areas:aldot2007-04-041-138/+92
| | | | | | | | | text data bss dec hex filename 4517 0 34 4551 11c7 stat.o.oorig 4300 0 30 4330 10ea stat.o git-svn-id: svn://busybox.net/trunk/busybox@18320 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add/improve comment, shorten some usage texts. No code changes.vda2007-04-043-40/+57
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18319 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ipsvd: use IP:PORT syntax for environment vars. Pros:vda2007-04-042-71/+74
| | | | | | | | | | | | 1. it's saner (matches internal libc sockaddr abstraction). 2. it's smaller. Cons: not compatible with smarden's ipsvd. Fix IPv6 define typos. Stop interpreting options in prog's args. Code size -162 bytes. git-svn-id: svn://busybox.net/trunk/busybox@18318 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ipsvd: make udpsvd work similar to tcpsvd (multiple parallelvda2007-04-033-335/+131
| | | | | | | | children for several streams of udp packets tested to work) code size: -509 bytes git-svn-id: svn://busybox.net/trunk/busybox@18316 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ipsvd: fixes and improvements after testingvda2007-04-033-460/+349
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18312 69ca8d6d-28ef-0310-b511-8ec308f3f277
* udpsvd: more work on it. works in limited testing.vda2007-04-035-60/+320
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18311 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use bb_error_msgaldot2007-04-021-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18307 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use xregcomp. Untested. vda, isn't there a regfree missing here?aldot2007-04-021-2/+2
| | | | | | | | | text data bss dec hex filename 2522 0 0 2522 9da expr.o.r18305 2478 0 0 2478 9ae expr.o git-svn-id: svn://busybox.net/trunk/busybox@18306 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove some unneeded forward declarations. No obj-code changes.aldot2007-04-021-30/+26
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18305 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove args from bss, minor misc shrinkage while at it.aldot2007-04-021-40/+45
| | | | | | | | | text data bss dec hex filename 2577 0 4 2581 a15 expr.o 2522 0 0 2522 9da expr.o git-svn-id: svn://busybox.net/trunk/busybox@18304 69ca8d6d-28ef-0310-b511-8ec308f3f277
* test: comment out unused codevda2007-04-027-25/+62
| | | | | | | | udpsvd: fake it compile tcpsvd: more optimal memorizing of IP's for -C git-svn-id: svn://busybox.net/trunk/busybox@18302 69ca8d6d-28ef-0310-b511-8ec308f3f277
* udpsvd: forgotten 'svn add'vda2007-04-021-0/+221
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18299 69ca8d6d-28ef-0310-b511-8ec308f3f277
* udpsvd: next part of ipsvd applets (not working yet)vda2007-04-015-7/+19
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18297 69ca8d6d-28ef-0310-b511-8ec308f3f277
* tcpsvd: fix line buffering, add firewall query codevda2007-04-013-8/+52
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18296 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Copyright, help text, whitespace cleanupsvda2007-04-014-41/+71
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18295 69ca8d6d-28ef-0310-b511-8ec308f3f277
* tcpsvd: new appletvda2007-04-0119-111/+704
| | | | | | | | | | | | | It's a GPL-ed 'clone' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape@smarden.org> http://smarden.sunsite.dk/ipsvd/ size tcpsvd.o text data bss dec hex filename 2571 4 16 2591 a1f tcpsvd.o git-svn-id: svn://busybox.net/trunk/busybox@18294 69ca8d6d-28ef-0310-b511-8ec308f3f277
* lash: make -c work; crush buffer overrun and free of non-malloced ptrvda2007-03-311-9/+6
| | | | | | | (from Mats Erik Andersson <mats.andersson64@comhem.se>) git-svn-id: svn://busybox.net/trunk/busybox@18290 69ca8d6d-28ef-0310-b511-8ec308f3f277
* lash: style cleanupvda2007-03-311-81/+84
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18289 69ca8d6d-28ef-0310-b511-8ec308f3f277
* website: link to post-1.5.0 fixes, fix dangling linkvda2007-03-312-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18288 69ca8d6d-28ef-0310-b511-8ec308f3f277
* hdparm: fix multisector mode settingvda2007-03-311-2/+2
| | | | | | | (from Toni Mirabete <amirabete@catix.cat>) git-svn-id: svn://busybox.net/trunk/busybox@18287 69ca8d6d-28ef-0310-b511-8ec308f3f277
* uniq: getopt32-ization. -38 bytes.vda2007-03-311-22/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18286 69ca8d6d-28ef-0310-b511-8ec308f3f277
* unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)vda2007-03-311-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18285 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..aldot2007-03-301-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18283 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - debloat test. untested.aldot2007-03-301-111/+116
| | | | | | | | | | | | | text data bss dec hex filename 3154 0 172 3326 cfe test.o.oorig 2683 0 172 2855 b27 test.o This applet should be rewritten not to use such odd lexer semantics. It duplicates code from all over the place (see XXX). brrr git-svn-id: svn://busybox.net/trunk/busybox@18282 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix bug where we did not reject invalid classes like '[[:alpha'aldot2007-03-306-87/+114
| | | | | | | | | | - debloat while at it: text data bss dec hex filename 1554 0 19 1573 625 tr.o.oorig 1357 0 16 1373 55d tr.o git-svn-id: svn://busybox.net/trunk/busybox@18281 69ca8d6d-28ef-0310-b511-8ec308f3f277
* introduce the concept of LDLIBS for additional libraries so that when we do ↵vapier2007-03-302-4/+7
| | | | | | the final link, the objects/libraries are in the correct order git-svn-id: svn://busybox.net/trunk/busybox@18280 69ca8d6d-28ef-0310-b511-8ec308f3f277
* traceroute: move data off bss. small code optimizations.vda2007-03-291-94/+109
| | | | | | | | | | | | | | | | | | | | | function old new delta traceroute_main 4358 4397 +39 verbose 13 9 -4 useicmp 4 - -4 nflag 4 - -4 split_suffices 40 24 -16 route 16 - -16 dumpleases_main 392 357 -35 gwlist 36 - -36 whereto 128 - -128 wherefrom 128 - -128 packet 512 - -512 ------------------------------------------------------------------------------ (add/remove: 0/7 grow/shrink: 1/3 up/down: 39/-883) Total: -844 bytes git-svn-id: svn://busybox.net/trunk/busybox@18279 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dpkg: run_package_script() returns 0 if all ok and non-zero if failure.vda2007-03-291-5/+3
| | | | | | | | The result code was checked incorrectly in two places. (from "Kim B. Heino" <Kim.Heino@bluegiga.com>) git-svn-id: svn://busybox.net/trunk/busybox@18278 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dumpleases: getopt32()-izationvda2007-03-291-34/+27
| | | | | | | (from Mats Erik Andersson <mats.andersson64@comhem.se>) git-svn-id: svn://busybox.net/trunk/busybox@18277 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use index_in_str_array also for find_mainaldot2007-03-291-2/+8
| | | | | | | | | text data bss dec hex filename 2605 1 12 2618 a3a find.o.r18274 2602 1 12 2615 a37 find.o.r18275 git-svn-id: svn://busybox.net/trunk/busybox@18275 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove bloated switch statement.aldot2007-03-291-17/+8
| | | | | | | | | text data bss dec hex filename 2706 1 12 2719 a9f find.o.r18273 2605 1 12 2618 a3a find.o.r18274 git-svn-id: svn://busybox.net/trunk/busybox@18274 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - implement a TODO: Use index_in_str_array in parse_paramsaldot2007-03-291-40/+118
| | | | | | | | | | text data bss dec hex filename 2771 1 12 2784 ae0 find.o.r18272 2749 1 12 2762 aca find.o.-try-switch 2706 1 12 2719 a9f find.o.r18273 git-svn-id: svn://busybox.net/trunk/busybox@18273 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Purely cosmetic type fiddlingaldot2007-03-291-15/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18272 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fold recurse, depthFirst and dereference params into one param flags.aldot2007-03-2911-55/+50
| | | | | | | Minor size improvement (-16b for size, -24b according to bloat-o-meter). git-svn-id: svn://busybox.net/trunk/busybox@18271 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - update defconfigaldot2007-03-281-3/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18269 69ca8d6d-28ef-0310-b511-8ec308f3f277
* run_parts: I was wrong, NULL termination is already done becausevda2007-03-281-1/+1
| | | | | | | G is pre-initialized to 0. git-svn-id: svn://busybox.net/trunk/busybox@18268 69ca8d6d-28ef-0310-b511-8ec308f3f277
* run_parts: NULL-terminate list of arguments; fix perror/error usagevda2007-03-281-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18267 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)vda2007-03-282-4/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18266 69ca8d6d-28ef-0310-b511-8ec308f3f277