Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 gadi atpakaļ |
Denys Vlasenko
|
92510141e2
losetup: support /dev/loop10 and higher. closes bug 1627
|
14 gadi atpakaļ |
Denys Vlasenko
|
b9dd5ab6d9
loop: correct minor device number limit
|
14 gadi atpakaļ |
Lauri Kasanen
|
375a8ef5ea
mount: add an optional capability to create new /dev/loopN as needed
|
14 gadi atpakaļ |
Denys Vlasenko
|
98f1dc12f1
libbb/loop: comment out u32 hack
|
14 gadi atpakaļ |
Denys Vlasenko
|
41d8134511
libbb/loop.c: move #include to its user, improve comment
|
14 gadi atpakaļ |
Denys Vlasenko
|
8cb40361c0
libbb/loop.c: use common fix_u32.h trick
|
14 gadi atpakaļ |
Denys Vlasenko
|
44fbfa78ca
libbb/loop.c: style and readability fixes, no code changes
|
14 gadi atpakaļ |
Denys Vlasenko
|
90a9904e9e
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
|
15 gadi atpakaļ |
Denys Vlasenko
|
9b1b62adc4
Patches to enable FreeBSD build
|
15 gadi atpakaļ |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 gadi atpakaļ |
Denis Vlasenko
|
0e2c9fb4e0
mount: print errno on NFS error (again)
|
17 gadi atpakaļ |
Denis Vlasenko
|
c34d35557b
loop device code: readability improvement
|
17 gadi atpakaļ |
Denis Vlasenko
|
4ebaf10742
strdup -> xstrdup
|
18 gadi atpakaļ |
Denis Vlasenko
|
7039a66b58
correct largefile support, add comments about it.
|
18 gadi atpakaļ |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 gadi atpakaļ |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 gadi atpakaļ |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 gadi atpakaļ |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 gadi atpakaļ |
"Robert P. J. Day"
|
5d8843e451
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
|
18 gadi atpakaļ |
Rob Landley
|
a892bf8284
Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"
|
18 gadi atpakaļ |
Rob Landley
|
934da82913
Fix a possible race condition if two processes try to claim the same loop
|
18 gadi atpakaļ |
Rob Landley
|
aae8b3405e
Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO so
|
18 gadi atpakaļ |
Eric Andersen
|
76b24270d4
with 2.4 kernel headers, lo_file_name is char, but with 2.6
|
19 gadi atpakaļ |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 gadi atpakaļ |
Rob Landley
|
b70ccd9509
Close bug 644: loop incrementing twice, skipping ever other device.
|
19 gadi atpakaļ |
Rob Landley
|
9085467970
Trying to losetup a device as a regular user shouldn't result in an endless
|
19 gadi atpakaļ |
Rob Landley
|
1d589b2e2d
Fix losetup so that it A) actually works again, B) has much better error
|
19 gadi atpakaļ |
Bernhard Reutner-Fischer
|
7547a6e2f6
- don't update copyright years. He might release it, but apparently will have
|
19 gadi atpakaļ |
Bernhard Reutner-Fischer
|
94c3331d47
- an empty middle term in ?: violates ISO C
|
19 gadi atpakaļ |