index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
Age
Commit message (
Expand
)
Author
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
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
2015-10-07
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
2015-10-01
umount: always use umount2 syscall with specified flags
Denys Vlasenko
2015-08-24
dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...
Peter Korsgaard
2015-08-24
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-07-30
fbset: fix rgba parsing
Linus Walleij
2015-07-19
libbb: add a function to make a copy of a region of memory
Ron Yorston
2015-05-25
typo fixes
Maninder Singh
2015-04-19
mdev: if a "future" mdev.seq is seen, do not overwrite it with ours
Denys Vlasenko
2015-04-19
mdev: improve logging
Denys Vlasenko
2015-04-16
uevent: new applet
Denys Vlasenko
2015-04-14
volume_id: fix a buglet introduced by is_prefixed_with() conversion
Alfonso Ranieri
2015-03-12
Use chomp to remove newlines
Ron Yorston
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-11
mount: -T OTHERTAB support
Isaac Dunham
2015-02-23
acpid: fix logging
Serj Kalichev
2015-02-18
trivial code shrink
Denys Vlasenko
2015-02-04
fstrim: fix help text
Denys Vlasenko
2015-01-05
swaponoff: add support for -e
René Rhéaume
2014-09-08
mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334
Denys Vlasenko
2014-07-04
fatattr: use the standard type for 32-bit int
Denys Vlasenko
2014-06-30
fatattr: new applet
Pascal Bellard
2014-05-02
rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrink
Denys Vlasenko
2014-04-01
swapon/swapoff: -a returns 0 on ignored errors
Tito Ragusa
2014-03-31
swapon/swapoff: size reduction, cleanup, fixes, improvements
Tito Ragusa
2014-03-23
add discard option -d to swapon
Matt Whitlock
2014-03-23
fix interaction of -a and -p options in swapon
Matt Whitlock
2014-03-23
avoid calling bb_strtou twice in MIN macro expansion
Matt Whitlock
2014-03-16
script: make it work even if fd 0 is closed
Denys Vlasenko
2014-03-05
use [s]rand(), not [s]random()
Denys Vlasenko
2014-02-25
hwclock: fix setting of tz_minuteswest. Closes 5414
Denys Vlasenko
[next]