Denys Vlasenko
|
3b69ba799f
mount,losetup: use /dev/loop-control is it exists
|
5 years ago |
Denys Vlasenko
|
335766602b
testsuite/mount.tests: fix false positive
|
6 years ago |
Denys Vlasenko
|
ab518eea9c
mount: create loop devices with LO_FLAGS_AUTOCLEAR flag
|
7 years ago |
Kevin Wallace
|
782ee2aa0e
libbb/loop: don't try to re-use existing loop device
|
9 years ago |
Denys Vlasenko
|
fa6ab56353
libbb: if opening /dev/loopN returns ENXIO, don't try N++.
|
10 years ago |
Denys Vlasenko
|
60cb48ca50
whitespace cleanup. no code changes
|
12 years ago |
Denys Vlasenko
|
13e709c53f
losetup: implement -r option. Closes 4033.
|
13 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
92510141e2
losetup: support /dev/loop10 and higher. closes bug 1627
|
14 years ago |
Denys Vlasenko
|
b9dd5ab6d9
loop: correct minor device number limit
|
14 years ago |
Lauri Kasanen
|
375a8ef5ea
mount: add an optional capability to create new /dev/loopN as needed
|
14 years ago |
Denys Vlasenko
|
98f1dc12f1
libbb/loop: comment out u32 hack
|
14 years ago |
Denys Vlasenko
|
41d8134511
libbb/loop.c: move #include to its user, improve comment
|
14 years ago |
Denys Vlasenko
|
8cb40361c0
libbb/loop.c: use common fix_u32.h trick
|
14 years ago |
Denys Vlasenko
|
44fbfa78ca
libbb/loop.c: style and readability fixes, no code changes
|
14 years ago |
Denys Vlasenko
|
90a9904e9e
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
|
15 years ago |
Denys Vlasenko
|
9b1b62adc4
Patches to enable FreeBSD build
|
15 years ago |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 years ago |
Denis Vlasenko
|
0e2c9fb4e0
mount: print errno on NFS error (again)
|
17 years ago |
Denis Vlasenko
|
c34d35557b
loop device code: readability improvement
|
17 years ago |
Denis Vlasenko
|
4ebaf10742
strdup -> xstrdup
|
18 years ago |
Denis Vlasenko
|
7039a66b58
correct largefile support, add comments about it.
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 years ago |
"Robert P. J. Day"
|
5d8843e451
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
|
18 years ago |
Rob Landley
|
a892bf8284
Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"
|
18 years ago |
Rob Landley
|
934da82913
Fix a possible race condition if two processes try to claim the same loop
|
18 years ago |
Rob Landley
|
aae8b3405e
Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO so
|
18 years ago |