aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-21Bump version to 1.21.01_21_0Denys Vlasenko1-1/+1
2013-01-21fix testsuite false positiveDenys Vlasenko1-1/+1
2013-01-21mdev: fix mode of dir1 in =dir1/dir2/file ruleDenys Vlasenko2-3/+35
2013-01-20ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes ...Denys Vlasenko2-88/+81
2013-01-20grep: fix grep -Fw not respecting the -w option. Closes 5792Denys Vlasenko2-5/+44
2013-01-20syslogd: do not segfault on parse error when using default config. Closes 5762Denys Vlasenko1-1/+3
2013-01-20sha3: code shrinkDenys Vlasenko2-34/+61
2013-01-18syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checksPeter Korsgaard1-12/+10
2013-01-18dc: code shrinkDenys Vlasenko1-10/+10
2013-01-17ash: revert wrong "fix" for an apparent memory leak. Closes 5822Denys Vlasenko1-0/+9
2013-01-17code shrinkDenys Vlasenko1-8/+12
2013-01-17fix a typo in config help text. Closes 5714Denys Vlasenko1-1/+1
2013-01-17mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=Bernhard Reutner-Fischer1-17/+35
2013-01-16sha3: s/sha3_process_block76/sha3_process_block72/Denys Vlasenko1-4/+4
2013-01-16sha3: rename KeccakF->sha3_process_block76.Denys Vlasenko1-79/+81
2013-01-16mount: add unc option to CIFS mount (needed for Linux 3.4+)Martin Santesson1-1/+15
2013-01-15sha3: cache ctx->bytes_queuedDenys Vlasenko1-11/+11
2013-01-15sha3: remove two "small code" codepaths: I can't reproduce code size win on t...Denys Vlasenko1-43/+18
2013-01-15sha3: tweak choice of a fast code path for 64-bitDenys Vlasenko1-1/+2
2013-01-15sha3: cosmetic tweaks to various names, comments. No logic changes.Denys Vlasenko1-61/+63
2013-01-15sha3: code shrinkDenys Vlasenko1-26/+36
2013-01-15sha3: code shrinkDenys Vlasenko1-13/+18
2013-01-15sha3: another speedup for SHA3_SMALL=0 caseDenys Vlasenko1-10/+25
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2013-01-15sha3: make size/speed optimization decision configurableDenys Vlasenko2-19/+68
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2013-01-14sha3sum: new appletLauri Kasanen8-4/+236
2013-01-14ntpd: fix incorrect m_status field in outgoing packets. Closes 5120Paul Marks1-1/+1
2013-01-14Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS'Denys Vlasenko1-10/+0
2013-01-14volume_id: add squashfs detectionSven-Göran Bergh4-0/+74
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2013-01-14volume_id: uuid_format small code shrinkSven-Göran Bergh2-20/+9
2013-01-14volume_id: display hfs[+] 128-bit UUID properlySven-Göran Bergh3-9/+23
2013-01-14blkid: add type display for hfsplusSven-Göran Bergh1-1/+1
2013-01-06syslogd: add option to log to Linux kernel printk bufferPeter Korsgaard2-1/+76
2013-01-05klogd: handle multi-char log levelsPeter Korsgaard1-5/+2
2013-01-05dmesg: handle multi-char log levelsPeter Korsgaard1-7/+6
2013-01-04powertop: fix error messageLauri Hintsala1-1/+1
2012-12-26ifenslave: fix missing close parenMike Frysinger1-1/+1
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile9-9/+30
2012-12-14du: document incompatibility with standard toolDenys Vlasenko1-0/+4
2012-12-05decompress_uncompress: comment out a bigger chunk of debug codeDenys Vlasenko1-1/+1
2012-12-05decompress_uncompress: comment out debug printout on corrupted dataDenys Vlasenko1-1/+2
2012-12-05decompress_uncompress: move 'code' variable into loop - sole userDenys Vlasenko1-13/+14
2012-11-13ash: fix a memory leakJon Tollefson1-0/+2
2012-11-13volume_id: add exFAT detectionS-G Bergh5-0/+145
2012-11-09ifupdown: code shrinkDenys Vlasenko1-7/+4
2012-11-05ifupdown: remove unused errno assignmentsDenys Vlasenko1-6/+3
2012-11-05ifupdown: simple code shrinkDenys Vlasenko1-2/+2
2012-11-05blkid: show filesystem when both label and UUID are missing, but type is knownS-G Bergh1-1/+5