index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
other
/
losetup.c
Age
Commit message (
Expand
)
Author
2019-10-26
losetup: Change variable name to improve readability
Alessio Balsini
2019-10-26
losetup: Fix memory leaks in loopback_setup()
Alessio Balsini
2019-10-14
losetup: Fix null-termination of src string instead of dest after copy
Alessio Balsini
2019-08-09
losetup: fix the race.
Elliott Hughes
2019-06-26
losetup: fix Android.
Elliott Hughes
2019-06-25
losetup: minor fixes.
Elliott Hughes
2019-02-23
Bumper typo cleanup.
Elliott Hughes
2019-02-23
Switch losetup to short arg var style and force typecasts for printf.
Rob Landley
2017-12-02
Android has its loop devices under "block" as Elliott says "by reason of
Rob Landley
2016-01-05
Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format
Rob Landley
2015-09-11
Replace toys.exithelp with help_exit() in lib.
Rob Landley
2015-01-01
Switch a lot of strncpy() calls to xstrncpy().
Rob Landley
2014-10-09
Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysi...
Rob Landley
2014-07-30
As long as I had to write xabspath(), no point in wrapping realpath().
Rob Landley
2014-05-29
Make "losetup /dev/loop0 filename" work.
Rob Landley
2013-04-14
Move guts of help command into show_help() in lib/help.c, with config TOYBOX_...
Rob Landley
2013-02-03
Some older build environments don't have LOOP_CTL_GET_FREE or LOOP_SET_CAPACI...
Rob Landley
2013-01-14
Silence deeply stupid gcc warning. (First non-declaration line of function: i...
Rob Landley
2013-01-02
Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o...
Rob Landley
2012-12-30
Add losetup. (Who knows, it might even work.)
Rob Landley