aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-31hdparm: fix multisector mode settingDenis Vlasenko1-2/+2
2007-03-31uniq: getopt32-ization. -38 bytes.Denis Vlasenko1-22/+23
2007-03-31unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)Denis Vlasenko1-2/+3
2007-03-30- fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..Bernhard Reutner-Fischer1-2/+0
2007-03-30- debloat test. untested.Bernhard Reutner-Fischer1-111/+116
2007-03-30- fix bug where we did not reject invalid classes like '[[:alpha'Bernhard Reutner-Fischer6-87/+114
2007-03-30introduce the concept of LDLIBS for additional libraries so that when we do t...Mike Frysinger2-4/+7
2007-03-29traceroute: move data off bss. small code optimizations.Denis Vlasenko1-94/+109
2007-03-29dpkg: run_package_script() returns 0 if all ok and non-zero if failure.Denis Vlasenko1-5/+3
2007-03-29dumpleases: getopt32()-izationDenis Vlasenko1-34/+27
2007-03-29- use index_in_str_array also for find_mainBernhard Reutner-Fischer1-2/+8
2007-03-29- remove bloated switch statement.Bernhard Reutner-Fischer1-17/+8
2007-03-29- implement a TODO: Use index_in_str_array in parse_paramsBernhard Reutner-Fischer1-40/+118
2007-03-29- Purely cosmetic type fiddlingBernhard Reutner-Fischer1-15/+14
2007-03-29- fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer11-55/+50
2007-03-28- update defconfigBernhard Reutner-Fischer1-3/+5
2007-03-28run_parts: I was wrong, NULL termination is already done becauseDenis Vlasenko1-1/+1
2007-03-28run_parts: NULL-terminate list of arguments; fix perror/error usageDenis Vlasenko1-5/+5
2007-03-28ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)Denis Vlasenko2-4/+6
2007-03-28- rewrite run-partsBernhard Reutner-Fischer3-132/+115
2007-03-28- move additional fancy options not mandated by SUSv3 into a FANCY optionBernhard Reutner-Fischer3-7/+21
2007-03-28- fix formatting of help textBernhard Reutner-Fischer1-2/+1
2007-03-28- reinstate dmalloc and efence supportBernhard Reutner-Fischer2-1/+9
2007-03-28hdparm: flag variables can easily be smaller than longDenis Vlasenko1-96/+101
2007-03-28hdparm: remove stray static (-200 bytes bss)Denis Vlasenko1-1/+1
2007-03-28hdparm: whitespace style fixesDenis Vlasenko1-90/+89
2007-03-27pidfile creation mode set to 0666 (umask affects it as usual)Denis Vlasenko1-1/+1