aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ipsvd: fixes and improvements after testingDenis Vlasenko2007-04-033-460/+349
* udpsvd: more work on it. works in limited testing.Denis Vlasenko2007-04-035-60/+320
* - use bb_error_msgBernhard Reutner-Fischer2007-04-021-1/+1
* - use xregcomp. Untested. vda, isn't there a regfree missing here?Bernhard Reutner-Fischer2007-04-021-2/+2
* - remove some unneeded forward declarations. No obj-code changes.Bernhard Reutner-Fischer2007-04-021-30/+26
* - remove args from bss, minor misc shrinkage while at it.Bernhard Reutner-Fischer2007-04-021-40/+45
* test: comment out unused codeDenis Vlasenko2007-04-027-25/+62
* udpsvd: forgotten 'svn add'Denis Vlasenko2007-04-021-0/+221
* udpsvd: next part of ipsvd applets (not working yet)Denis Vlasenko2007-04-015-7/+19
* tcpsvd: fix line buffering, add firewall query codeDenis Vlasenko2007-04-013-8/+52
* Copyright, help text, whitespace cleanupsDenis Vlasenko2007-04-014-41/+71
* tcpsvd: new appletDenis Vlasenko2007-04-0119-111/+704
* lash: make -c work; crush buffer overrun and free of non-malloced ptrDenis Vlasenko2007-03-311-9/+6
* lash: style cleanupDenis Vlasenko2007-03-311-81/+84
* website: link to post-1.5.0 fixes, fix dangling linkDenis Vlasenko2007-03-312-2/+3
* hdparm: fix multisector mode settingDenis Vlasenko2007-03-311-2/+2
* uniq: getopt32-ization. -38 bytes.Denis Vlasenko2007-03-311-22/+23
* unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)Denis Vlasenko2007-03-311-2/+3
* - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..Bernhard Reutner-Fischer2007-03-301-2/+0
* - debloat test. untested.Bernhard Reutner-Fischer2007-03-301-111/+116
* - fix bug where we did not reject invalid classes like '[[:alpha'Bernhard Reutner-Fischer2007-03-306-87/+114
* introduce the concept of LDLIBS for additional libraries so that when we do t...Mike Frysinger2007-03-302-4/+7
* traceroute: move data off bss. small code optimizations.Denis Vlasenko2007-03-291-94/+109
* dpkg: run_package_script() returns 0 if all ok and non-zero if failure.Denis Vlasenko2007-03-291-5/+3
* dumpleases: getopt32()-izationDenis Vlasenko2007-03-291-34/+27
* - use index_in_str_array also for find_mainBernhard Reutner-Fischer2007-03-291-2/+8
* - remove bloated switch statement.Bernhard Reutner-Fischer2007-03-291-17/+8
* - implement a TODO: Use index_in_str_array in parse_paramsBernhard Reutner-Fischer2007-03-291-40/+118
* - Purely cosmetic type fiddlingBernhard Reutner-Fischer2007-03-291-15/+14
* - fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer2007-03-2911-55/+50
* - update defconfigBernhard Reutner-Fischer2007-03-281-3/+5
* run_parts: I was wrong, NULL termination is already done becauseDenis Vlasenko2007-03-281-1/+1
* run_parts: NULL-terminate list of arguments; fix perror/error usageDenis Vlasenko2007-03-281-5/+5
* ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)Denis Vlasenko2007-03-282-4/+6
* - rewrite run-partsBernhard Reutner-Fischer2007-03-283-132/+115
* - move additional fancy options not mandated by SUSv3 into a FANCY optionBernhard Reutner-Fischer2007-03-283-7/+21
* - fix formatting of help textBernhard Reutner-Fischer2007-03-281-2/+1
* - reinstate dmalloc and efence supportBernhard Reutner-Fischer2007-03-282-1/+9
* hdparm: flag variables can easily be smaller than longDenis Vlasenko2007-03-281-96/+101
* hdparm: remove stray static (-200 bytes bss)Denis Vlasenko2007-03-281-1/+1
* hdparm: whitespace style fixesDenis Vlasenko2007-03-281-90/+89
* pidfile creation mode set to 0666 (umask affects it as usual)Denis Vlasenko2007-03-271-1/+1
* forgotten svn add...Denis Vlasenko2007-03-271-0/+29
* make pidfile writing configurable.Denis Vlasenko2007-03-279-50/+51
* remove_file: cosmetic code improvement, a few bytes savedDenis Vlasenko2007-03-261-34/+21
* diff: fix SEGV (NULL deref) in diff -NDenis Vlasenko2007-03-261-9/+18
* sed: a communal variable managed to slip past 'size'Denis Vlasenko2007-03-262-94/+100
* split: let me join bikeshed painting frenzy :)Denis Vlasenko2007-03-261-68/+71
* - check the suffix proper plus misc touch upBernhard Reutner-Fischer2007-03-261-29/+21
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko2007-03-266-88/+100