aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-03udpsvd: more work on it. works in limited testing.Denis Vlasenko
2007-04-02- use bb_error_msgBernhard Reutner-Fischer
2007-04-02- use xregcomp. Untested. vda, isn't there a regfree missing here?Bernhard Reutner-Fischer
2007-04-02- remove some unneeded forward declarations. No obj-code changes.Bernhard Reutner-Fischer
2007-04-02- remove args from bss, minor misc shrinkage while at it.Bernhard Reutner-Fischer
2007-04-02test: comment out unused codeDenis Vlasenko
2007-04-02udpsvd: forgotten 'svn add'Denis Vlasenko
2007-04-01udpsvd: next part of ipsvd applets (not working yet)Denis Vlasenko
2007-04-01tcpsvd: fix line buffering, add firewall query codeDenis Vlasenko
2007-04-01Copyright, help text, whitespace cleanupsDenis Vlasenko
2007-04-01tcpsvd: new appletDenis Vlasenko
2007-03-31lash: make -c work; crush buffer overrun and free of non-malloced ptrDenis Vlasenko
2007-03-31lash: style cleanupDenis Vlasenko
2007-03-31website: link to post-1.5.0 fixes, fix dangling linkDenis Vlasenko
2007-03-31hdparm: fix multisector mode settingDenis Vlasenko
2007-03-31uniq: getopt32-ization. -38 bytes.Denis Vlasenko
2007-03-31unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)Denis Vlasenko
2007-03-30- fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..Bernhard Reutner-Fischer
2007-03-30- debloat test. untested.Bernhard Reutner-Fischer
2007-03-30- fix bug where we did not reject invalid classes like '[[:alpha'Bernhard Reutner-Fischer
2007-03-30introduce the concept of LDLIBS for additional libraries so that when we do t...Mike Frysinger
2007-03-29traceroute: move data off bss. small code optimizations.Denis Vlasenko
2007-03-29dpkg: run_package_script() returns 0 if all ok and non-zero if failure.Denis Vlasenko
2007-03-29dumpleases: getopt32()-izationDenis Vlasenko
2007-03-29- use index_in_str_array also for find_mainBernhard Reutner-Fischer
2007-03-29- remove bloated switch statement.Bernhard Reutner-Fischer
2007-03-29- implement a TODO: Use index_in_str_array in parse_paramsBernhard Reutner-Fischer
2007-03-29- Purely cosmetic type fiddlingBernhard Reutner-Fischer
2007-03-29- fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer
2007-03-28- update defconfigBernhard Reutner-Fischer
2007-03-28run_parts: I was wrong, NULL termination is already done becauseDenis Vlasenko
2007-03-28run_parts: NULL-terminate list of arguments; fix perror/error usageDenis Vlasenko
2007-03-28ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)Denis Vlasenko
2007-03-28- rewrite run-partsBernhard Reutner-Fischer
2007-03-28- move additional fancy options not mandated by SUSv3 into a FANCY optionBernhard Reutner-Fischer
2007-03-28- fix formatting of help textBernhard Reutner-Fischer
2007-03-28- reinstate dmalloc and efence supportBernhard Reutner-Fischer
2007-03-28hdparm: flag variables can easily be smaller than longDenis Vlasenko
2007-03-28hdparm: remove stray static (-200 bytes bss)Denis Vlasenko
2007-03-28hdparm: whitespace style fixesDenis Vlasenko
2007-03-27pidfile creation mode set to 0666 (umask affects it as usual)Denis Vlasenko
2007-03-27forgotten svn add...Denis Vlasenko
2007-03-27make pidfile writing configurable.Denis Vlasenko
2007-03-26remove_file: cosmetic code improvement, a few bytes savedDenis Vlasenko
2007-03-26diff: fix SEGV (NULL deref) in diff -NDenis Vlasenko
2007-03-26sed: a communal variable managed to slip past 'size'Denis Vlasenko
2007-03-26split: let me join bikeshed painting frenzy :)Denis Vlasenko
2007-03-26- check the suffix proper plus misc touch upBernhard Reutner-Fischer
2007-03-26zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko
2007-03-26- add usage for splitBernhard Reutner-Fischer