Age | Commit message (Expand) | Author |
2010-03-02 | *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR | Denys Vlasenko |
2010-02-27 | *: gethostname-related fixes | Denys Vlasenko |
2010-02-24 | mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721. | Denys Vlasenko |
2010-02-24 | fdisk: do not treat names ending in '0' as partitions | Denys Vlasenko |
2010-02-08 | volume_id/linux_swap: detect suspended image signatures too | Vladimir Dronnikov |
2010-02-06 | whitespace fix | Denys Vlasenko |
2010-02-05 | *: fix 1/4 remaining aliasing warnings | Denys Vlasenko |
2010-02-04 | *: eliminate more aliasing warnings | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2010-02-02 | mkfs_ext2: fix bad comment. no code changes | Denys Vlasenko |
2010-02-01 | mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) | Denys Vlasenko |
2010-01-28 | style fixes, no code changes | Denys Vlasenko |
2010-01-28 | *: style fixes. no code changes (verified with objdump) | Denys Vlasenko |
2010-01-25 | whitespace fixes | Denys Vlasenko |
2010-01-24 | randomconfig fixes | Denys Vlasenko |
2010-01-23 | fbset: add possibility to set timing and sync polarity | Michael Grzeschik |
2010-01-12 | *: add/remove safe_, it seems we had a few incorrect uses | Denys Vlasenko |
2010-01-09 | *: make it easier to distinquish "struct tm", pointer to one, etc | Denys Vlasenko |
2010-01-07 | hwclock: tiny tweak in comment | Denys Vlasenko |
2010-01-07 | hwclock: make commented-out code compilable | Denys Vlasenko |
2010-01-07 | hwclock: disable time diff code; ntpd -S script: do not wait for completion | Denys Vlasenko |
2010-01-06 | hwclock: make it report system/rtc clock difference | Denys Vlasenko |
2010-01-06 | hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact | Denys Vlasenko |
2010-01-04 | *: remove some uses of argc | Denys Vlasenko |
2009-12-16 | mount: dont include NFS headers if not needed; drop support for Linux <2.2.0 | Denys Vlasenko |
2009-12-15 | mount: fix goof in last commit; clear errno since we use perror_msg later | Denys Vlasenko |
2009-12-15 | switch_root: more clear error messages | Denys Vlasenko |
2009-12-15 | mount: if we mount //host/xxx, add ip=IPADDR to options | Denys Vlasenko |
2009-12-11 | wget: check for close success; fix chunked; do not bother to send QUIT to ftp | Denys Vlasenko |
2009-12-10 | mount: "already mounted" msg appears only if -v | Denys Vlasenko |
2009-12-07 | lsusb: new applet. +400 bytes | Souf Oued |
2009-12-05 | lspci: new applet. +573 bytes | Souf Oued |
2009-12-05 | mount: prevent second mount -a from mounting everything again | Denys Vlasenko |
2009-12-04 | mount: add support for -O list. +44 bytes | Michael Abbott |
2009-11-28 | *: remove a few more cases of argc usage. -89 bytes. | Denys Vlasenko |
2009-11-25 | ntpd: and real handling for -N, show usage w/o options; trim text | Denys Vlasenko |
2009-11-21 | mount: clean up #defines. No code changes | Denys Vlasenko |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2009-11-07 | mdev: print line# in error messages | Denys Vlasenko |
2009-11-07 | big endian warning fixes | Denys Vlasenko |
2009-11-03 | mkfs_vfat: fixes for large image cases | Denys Vlasenko |
2009-11-03 | mkswap: add -L LABEL option. closes bug 689. | Denys Vlasenko |
2009-11-02 | *: introduce and use ffulsh_all() | Denys Vlasenko |
2009-11-02 | mkfs.reiser: new applet. needs much polishing | Vladimir Dronnikov |
2009-11-02 | btrfs.c: check first two superblocks, for additional robustness | Denys Vlasenko |
2009-11-01 | volume_id: add FAST_FUNC where appropriate | Denys Vlasenko |
2009-11-01 | volume_id: add support for btrfs | Vladimir Dronnikov |
2009-11-01 | mdev: do not die on mknod errors | Denys Vlasenko |
2009-10-29 | *: random code shrink | Denys Vlasenko |
2009-10-27 | mdev: adjust error message | Bernhard Reutner-Fischer |