summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.21.0 patches, bump version to 1.21.11_21_11_21_stableDenys Vlasenko2013-06-295-114/+341
* Bump version to 1.21.01_21_0Denys Vlasenko2013-01-211-1/+1
* fix testsuite false positiveDenys Vlasenko2013-01-211-1/+1
* mdev: fix mode of dir1 in =dir1/dir2/file ruleDenys Vlasenko2013-01-212-3/+35
* ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes ...Denys Vlasenko2013-01-202-88/+81
* grep: fix grep -Fw not respecting the -w option. Closes 5792Denys Vlasenko2013-01-202-5/+44
* syslogd: do not segfault on parse error when using default config. Closes 5762Denys Vlasenko2013-01-201-1/+3
* sha3: code shrinkDenys Vlasenko2013-01-202-34/+61
* syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checksPeter Korsgaard2013-01-181-12/+10
* dc: code shrinkDenys Vlasenko2013-01-181-10/+10
* ash: revert wrong "fix" for an apparent memory leak. Closes 5822Denys Vlasenko2013-01-171-0/+9
* code shrinkDenys Vlasenko2013-01-171-8/+12
* fix a typo in config help text. Closes 5714Denys Vlasenko2013-01-171-1/+1
* mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=Bernhard Reutner-Fischer2013-01-171-17/+35
* sha3: s/sha3_process_block76/sha3_process_block72/Denys Vlasenko2013-01-161-4/+4
* sha3: rename KeccakF->sha3_process_block76.Denys Vlasenko2013-01-161-79/+81
* mount: add unc option to CIFS mount (needed for Linux 3.4+)Martin Santesson2013-01-161-1/+15
* sha3: cache ctx->bytes_queuedDenys Vlasenko2013-01-151-11/+11
* sha3: remove two "small code" codepaths: I can't reproduce code size win on t...Denys Vlasenko2013-01-151-43/+18
* sha3: tweak choice of a fast code path for 64-bitDenys Vlasenko2013-01-151-1/+2
* sha3: cosmetic tweaks to various names, comments. No logic changes.Denys Vlasenko2013-01-151-61/+63
* sha3: code shrinkDenys Vlasenko2013-01-151-26/+36
* sha3: code shrinkDenys Vlasenko2013-01-151-13/+18
* sha3: another speedup for SHA3_SMALL=0 caseDenys Vlasenko2013-01-151-10/+25
* whitespace fixes. no code changesDenys Vlasenko2013-01-1520-75/+75
* sha3: make size/speed optimization decision configurableDenys Vlasenko2013-01-152-19/+68
* whitespace cleanup. no code changesDenys Vlasenko2013-01-1459-219/+233
* sha3sum: new appletLauri Kasanen2013-01-148-4/+236
* ntpd: fix incorrect m_status field in outgoing packets. Closes 5120Paul Marks2013-01-141-1/+1
* Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS'Denys Vlasenko2013-01-141-10/+0
* volume_id: add squashfs detectionSven-Göran Bergh2013-01-144-0/+74
* whitespace fixes. no code changesDenys Vlasenko2013-01-1440-262/+261
* volume_id: uuid_format small code shrinkSven-Göran Bergh2013-01-142-20/+9
* volume_id: display hfs[+] 128-bit UUID properlySven-Göran Bergh2013-01-143-9/+23
* blkid: add type display for hfsplusSven-Göran Bergh2013-01-141-1/+1
* syslogd: add option to log to Linux kernel printk bufferPeter Korsgaard2013-01-062-1/+76
* klogd: handle multi-char log levelsPeter Korsgaard2013-01-051-5/+2
* dmesg: handle multi-char log levelsPeter Korsgaard2013-01-051-7/+6
* powertop: fix error messageLauri Hintsala2013-01-041-1/+1
* ifenslave: fix missing close parenMike Frysinger2012-12-261-1/+1
* CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile2012-12-199-9/+30
* du: document incompatibility with standard toolDenys Vlasenko2012-12-141-0/+4
* decompress_uncompress: comment out a bigger chunk of debug codeDenys Vlasenko2012-12-051-1/+1
* decompress_uncompress: comment out debug printout on corrupted dataDenys Vlasenko2012-12-051-1/+2
* decompress_uncompress: move 'code' variable into loop - sole userDenys Vlasenko2012-12-051-13/+14
* ash: fix a memory leakJon Tollefson2012-11-131-0/+2
* volume_id: add exFAT detectionS-G Bergh2012-11-135-0/+145
* ifupdown: code shrinkDenys Vlasenko2012-11-091-7/+4
* ifupdown: remove unused errno assignmentsDenys Vlasenko2012-11-051-6/+3
* ifupdown: simple code shrinkDenys Vlasenko2012-11-051-2/+2