Displaying 2 results from an estimated 2 matches for "o_rdrw".
Did you mean:
o_hdr
2002 Jun 26
0
IRIX 6.5 patch for Compression with UsePrivilegeSeparation
...MAP_SHARED.
>
> I will be fixing our "mmap" documentation to include this useful bit of
> information.
>
> So,
>
> address = mmap(NULL, size, PROT_WRITE|PROT_READ, MAP_ANON|MAP_SHARED,-1,0);
>
> becomes,
>
> fd_zero = open ("/dev/zero", O_RDRW); /* Check missing */
> address = mmap(NULL, size, PROT_WRITE|PROT_READ, MAP_SHARED, fd_zero, 0);
> close (fd_zero)
>
> With this in mind the following diffs will permit openssh-3.3p1 with
> compression and UsePrivilegeSeparation to work on all Irix 6.5 sub versions
> and lik...
2020 Apr 07
2
[PATCH nbdkit v2] tmpdisk: Generalize the tmpdisk plugin
An evolution of v1 here:
https://www.redhat.com/archives/libguestfs/2020-April/msg00035.html
I want to generalize the tmpdisk plugin, particularly so you can use
commands like ‘qemu-img create’ or even ‘virt-builder’.
(Actually virt-builder really works - I tested it - but of course it
causes a 30+ second delay when connecting to the server.)
You can now use commands such as:
nbdkit tmpdisk