Age | Commit message (Expand) | Author |
2013-01-20 | sha3: code shrink | Denys Vlasenko |
2013-01-18 | syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checks | Peter Korsgaard |
2013-01-18 | dc: code shrink | Denys Vlasenko |
2013-01-17 | ash: revert wrong "fix" for an apparent memory leak. Closes 5822 | Denys Vlasenko |
2013-01-17 | code shrink | Denys Vlasenko |
2013-01-17 | fix a typo in config help text. Closes 5714 | Denys Vlasenko |
2013-01-17 | mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath= | Bernhard Reutner-Fischer |
2013-01-16 | sha3: s/sha3_process_block76/sha3_process_block72/ | Denys Vlasenko |
2013-01-16 | sha3: rename KeccakF->sha3_process_block76. | Denys Vlasenko |
2013-01-16 | mount: add unc option to CIFS mount (needed for Linux 3.4+) | Martin Santesson |
2013-01-15 | sha3: cache ctx->bytes_queued | Denys Vlasenko |
2013-01-15 | sha3: remove two "small code" codepaths: I can't reproduce code size win on t... | Denys Vlasenko |
2013-01-15 | sha3: tweak choice of a fast code path for 64-bit | Denys Vlasenko |
2013-01-15 | sha3: cosmetic tweaks to various names, comments. No logic changes. | Denys Vlasenko |
2013-01-15 | sha3: code shrink | Denys Vlasenko |
2013-01-15 | sha3: code shrink | Denys Vlasenko |
2013-01-15 | sha3: another speedup for SHA3_SMALL=0 case | Denys Vlasenko |
2013-01-15 | whitespace fixes. no code changes | Denys Vlasenko |
2013-01-15 | sha3: make size/speed optimization decision configurable | Denys Vlasenko |
2013-01-14 | whitespace cleanup. no code changes | Denys Vlasenko |
2013-01-14 | sha3sum: new applet | Lauri Kasanen |
2013-01-14 | ntpd: fix incorrect m_status field in outgoing packets. Closes 5120 | Paul Marks |
2013-01-14 | Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS' | Denys Vlasenko |
2013-01-14 | volume_id: add squashfs detection | Sven-Göran Bergh |
2013-01-14 | whitespace fixes. no code changes | Denys Vlasenko |
2013-01-14 | volume_id: uuid_format small code shrink | Sven-Göran Bergh |
2013-01-14 | volume_id: display hfs[+] 128-bit UUID properly | Sven-Göran Bergh |
2013-01-14 | blkid: add type display for hfsplus | Sven-Göran Bergh |
2013-01-06 | syslogd: add option to log to Linux kernel printk buffer | Peter Korsgaard |
2013-01-05 | klogd: handle multi-char log levels | Peter Korsgaard |
2013-01-05 | dmesg: handle multi-char log levels | Peter Korsgaard |
2013-01-04 | powertop: fix error message | Lauri Hintsala |
2012-12-26 | ifenslave: fix missing close paren | Mike Frysinger |
2012-12-19 | CONFIG_PID_FILE_PATH: new configuration option for pidfile paths | Anthony G. Basile |
2012-12-14 | du: document incompatibility with standard tool | Denys Vlasenko |
2012-12-05 | decompress_uncompress: comment out a bigger chunk of debug code | Denys Vlasenko |
2012-12-05 | decompress_uncompress: comment out debug printout on corrupted data | Denys Vlasenko |
2012-12-05 | decompress_uncompress: move 'code' variable into loop - sole user | Denys Vlasenko |
2012-11-13 | ash: fix a memory leak | Jon Tollefson |
2012-11-13 | volume_id: add exFAT detection | S-G Bergh |
2012-11-09 | ifupdown: code shrink | Denys Vlasenko |
2012-11-05 | ifupdown: remove unused errno assignments | Denys Vlasenko |
2012-11-05 | ifupdown: simple code shrink | Denys Vlasenko |
2012-11-05 | blkid: show filesystem when both label and UUID are missing, but type is known | S-G Bergh |
2012-10-20 | build system: use pkg-config to look up selinux libs | Mike Frysinger |
2012-10-17 | fbsplash: fix regression from e4fa7b7 | Timo Teräs |
2012-10-15 | nanddump: invert the meaning of the -o parameter to match upstream | Baruch Siach |
2012-10-15 | nanddump: skip bad blocks when instructed to do so | Baruch Siach |
2012-10-15 | nanddump: use the right operator of logic AND | Baruch Siach |
2012-10-08 | mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set | Ron Yorston |