search for: loop_

Displaying 3 results from an estimated 3 matches for "loop_".

Did you mean: loop
2019 Nov 05
0
[klibc:master] losetup: Delete fallbacks to LOOP_{GET, SET}_STATUS
...klibc.git;a=commit;h=209676c9a3d057c0eba48f633eb541b17c7d1eba Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Tue, 5 Nov 2019 00:33:37 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Tue, 5 Nov 2019 19:55:37 +0000 [klibc] losetup: Delete fallbacks to LOOP_{GET,SET}_STATUS The LOOP_{GET,SET}_STATUS64 ioctls were added in Linux 2.5.68, and klibc is not intended to support old kernel versions. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/utils/losetup.c | 65 ++--------------------------------------------------- 1 file changed...
2020 Aug 22
0
[ANNOUNCE] klibc 2.0.8
...bout GNU old-style field designator Ben Hutchings (26): [klibc] 2.0.7 released, next version is 2.0.8 [klibc] fstype: Drop obsolete support for "ext4dev" [klibc] losetup: Fix char signedness mismatches with <linux/loop.h> [klibc] losetup: Delete fallbacks to LOOP_{GET,SET}_STATUS [klibc] losetup: Use LOOP_CTL_GET_FREE to find free device [klibc] ipconfig: Document support for DNS server addresses [klibc] ipconfig: Ignore NTP server address and any additional fields [klibc] Kbuild: Tell gas we don't want executable stacks [kl...
2019 Nov 04
2
[PATCH 2/2] loop: switch to linux/loop.h
On Fri, 1 Nov 2019 at 14:40:24, Dimitri John Ledkov wrote: > > On Fri, 1 Nov 2019 at 14:36, Ben Hutchings <ben at decadent.org.uk> wrote: > > > The structure definitions can't change in future, so I don't think > > that's a real issue after the previous patch. But I agree that we > > should prefer using the kernel's UAPI headers wherever possible.