Age | Commit message (Expand) | Author |
2016-12-12 | df: implement -B n<suff> and -B <suff> formats of -B option | Denys Vlasenko |
2016-11-28 | Code style fixes, no code changes | Denys Vlasenko |
2016-11-27 | fdisk_gpt: simplify GPT partition name printing | Denys Vlasenko |
2016-11-27 | fdisk: sanitize partition name printing; drop "Code" column; get rid of one s... | Denys Vlasenko |
2016-11-23 | Make "hd" independently selectable | Denys Vlasenko |
2016-11-23 | Convert all util-linux/* applets to "new style" applet definitions | Denys Vlasenko |
2016-11-16 | Make mkfs.vfat and mkdosfs individually selectable | Denys Vlasenko |
2016-11-16 | Make mke2fs and mkfs.ext2 individually selectable | Denys Vlasenko |
2016-11-14 | Make swapon and swapoff individually selectable. | Denys Vlasenko |
2016-11-13 | Make setarch/linux32/linux64 independently selectable | Denys Vlasenko |
2016-10-11 | more: accept and ignore a bunch of options | Denys Vlasenko |
2016-09-27 | mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitly | Denys Vlasenko |
2016-09-26 | mount: tweak "IPv6 scoped addr" commit | Denys Vlasenko |
2016-09-26 | libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE | Denys Vlasenko |
2016-09-17 | fdisk: fix CONFIG_FEATURE_SUN_LABEL=y build | Denys Vlasenko |
2016-09-07 | mdev: create devices from /sys/dev | Denys Vlasenko |
2016-09-06 | volume_id: Add support for UBIFS | Serj Kalichev |
2016-08-23 | fdisk: tweak some messages | Denys Vlasenko |
2016-08-23 | fdisk: print much less cryptic partition table | Denys Vlasenko |
2016-08-22 | unshare: --network should be --net. Closes 9116 | Denys Vlasenko |
2016-07-06 | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko |
2016-06-20 | randomconfig fixes 5: false positive for tar; mount emits corrupted message | Denys Vlasenko |
2016-06-19 | randomconfig fixes | Denys Vlasenko |
2016-04-24 | flock: merge spawn_and_wait() code patchs for -c and sans-c uses | Denys Vlasenko |
2016-04-24 | flock: fix -c; improve error handling of fork+exec | Denys Vlasenko |
2016-04-22 | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko |
2016-04-21 | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko |
2016-04-21 | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2016-04-02 | nsenter,unshare: work around older header | Denys Vlasenko |
2016-04-02 | nsenter,unshare: share common code; fix a bug of not closing all fds | Denys Vlasenko |
2016-04-02 | unshare: remove stale comment | Denys Vlasenko |
2016-04-01 | nsenter: new applet | Bartosz Golaszewski |
2016-04-01 | libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) | Denys Vlasenko |
2016-04-01 | unshare: new applet | Bartosz Golaszewski |
2016-03-30 | mkfs_vfat: use bb_error_msg for logging, not bb_info_msg | Denys Vlasenko |
2016-03-30 | Replace a few more bb_info_msg's by bb_error_msg or printf | Denys Vlasenko |
2016-03-30 | Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts | Denys Vlasenko |
2016-03-28 | umount: build fix for older glibc | Denys Vlasenko |
2016-03-14 | more bionic fixes | Denys Vlasenko |
2016-01-02 | blkdiscard: new applet | Ari Sundholm |
2015-12-30 | mount: support "nofail" option. Closes 8551 | Denys Vlasenko |
2015-12-18 | swaponoff: fix compile-time warning | Denys Vlasenko |
2015-12-16 | blkid: add bcache support | Mike Frysinger |
2015-12-16 | swapon/swapoff: refine the -e (ifexists) option | Mike Frysinger |
2015-10-19 | setarch: add support for '-R' (disable randomization) | Denys Vlasenko |
2015-10-19 | libbb: get_uidgid() always called with allow_numeric=1 | Denys Vlasenko |
2015-10-13 | libbb: introduce kernel-style BUILD_BUG_ON() | Denys Vlasenko |
2015-10-13 | typo fix in comment | Denys Vlasenko |
2015-10-08 | join some common strings, -400 bytes | Denys Vlasenko |