Age | Commit message (Expand) | Author |
2013-01-24 | getopt: improve help text; code shrink | Denys Vlasenko |
2013-01-22 | mount: whitespace fix. no code changes | Denys Vlasenko |
2013-01-21 | mdev: fix mode of dir1 in =dir1/dir2/file rule | Denys Vlasenko |
2013-01-17 | mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath= | Bernhard Reutner-Fischer |
2013-01-16 | mount: add unc option to CIFS mount (needed for Linux 3.4+) | Martin Santesson |
2013-01-14 | whitespace cleanup. no code changes | Denys Vlasenko |
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-05 | dmesg: handle multi-char log levels | Peter Korsgaard |
2012-12-19 | CONFIG_PID_FILE_PATH: new configuration option for pidfile paths | Anthony G. Basile |
2012-11-13 | volume_id: add exFAT detection | S-G Bergh |
2012-11-05 | blkid: show filesystem when both label and UUID are missing, but type is known | S-G Bergh |
2012-09-02 | blkid: add support for nilfs2 | Sven-Göran Bergh |
2012-09-02 | volume_id: code shrink | Denys Vlasenko |
2012-09-02 | blkid: add type display for btrfs | Sven-Göran Bergh |
2012-07-07 | fbset: respect rgba configuration lines in fb.modes | Linus Walleij |
2012-07-07 | acpid: add missing lid switch definition | Eric Martin |
2012-06-26 | mount: support strictatime option. Closes 5240 | Denys Vlasenko |
2012-06-22 | mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240 | Denys Vlasenko |
2012-06-22 | mount: undo recent breakage when mount flags were made unsigned | Denys Vlasenko |
2012-06-21 | mount: fix the wrongly stored fs creation time | Denys Vlasenko |
2012-06-21 | mount: set up RO loop device if mount -o ro. Closes 4784 | Denys Vlasenko |
2012-06-12 | volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structs | Denys Vlasenko |
2012-06-11 | rdate: code shrink | Denys Vlasenko |
2012-06-11 | rdate: code shrink | Denys Vlasenko |
2012-05-19 | mdev: tell kernel that we didn't find the firmware | Christoph Lohmann |
2012-05-19 | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | Denys Vlasenko |
2012-05-18 | mdev: remove undocumented subsystem/devname matching hack | Denys Vlasenko |
2012-05-18 | mdev: when found, print major,minor into mdev.log | Denys Vlasenko |
2012-05-18 | tweak help text | Denys Vlasenko |
2012-05-18 | mdev: add support for $DEVNAME and /dev/mdev.log debug aid | Denys Vlasenko |
2012-05-18 | volume_id/ext: detect ext4 too | Denys Vlasenko |
2012-04-21 | mdev: fix mode of creatred node if config file support is not configured | Denys Vlasenko |
2012-04-20 | whitespace fixes | Denys Vlasenko |
2012-04-17 | hwclock: fix wrong comparison of time value (when it will overlow int) | Denys Vlasenko |
2012-04-17 | Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h | Denys Vlasenko |
2012-04-17 | umount: make -d always active, add -D to suppress it | Denys Vlasenko |
2012-04-13 | Create and use our own copy of linux/ext2_fs.h | Denys Vlasenko |
2012-04-12 | work around linux/ext2_fs.h breakage | Denys Vlasenko |
2012-03-08 | libbb: make xchroot do a chdir("/") after chroot | Denys Vlasenko |
2012-03-03 | blkid: if parameters are given, do not scan /dev | Denys Vlasenko |
2012-02-09 | getopt: trim help text | Denys Vlasenko |
2012-02-09 | getopt: simple code shrink; expand help text | Denys Vlasenko |
2012-02-06 | mdev: add a comment. no code changes | Denys Vlasenko |
2012-02-05 | acpid: do not install handlers for fatal signals | Denys Vlasenko |
2012-01-30 | mdev: fix wrong sizeof | Javier Viguera |