search for: rhoden

Displaying 4 results from an estimated 4 matches for "rhoden".

Did you mean: rhodes
2019 Apr 12
0
[klibc:master] Fix missing include in sys/mman.h
Commit-ID: d4853d030639cf3542ae39129c18b654d8d4f020 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d4853d030639cf3542ae39129c18b654d8d4f020 Author: Barret Rhoden <brho at google.com> AuthorDate: Thu, 14 Mar 2019 17:30:38 -0400 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Thu, 11 Apr 2019 23:40:06 +0100 Fix missing include in sys/mman.h Linux commit 746c9398f5ac ("arch: move common mmap flags to linux/mman.h") moved...
2019 Mar 14
0
[PATCH] Fix missing include in sys/mman.h
...on mmap flags to linux/mman.h") moved a few mmap flags, particularly MAP_PRIVATE, from asm/mman.h to linux/mman.h. This broke klibc's build, which uses MAP_PRIVATE. linux/mman.h includes asm/mman.h, so this commit merely includes linux/mman.h instead of asm/mman.h. Signed-off-by: Barret Rhoden <brho at google.com> --- That patch is in linux-next: $ git describe 746c9398f5ac2b3f5730da4ed09e99ef4bb50b4a v5.0-rc1-3-g746c9398f5ac usr/include/sys/mman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/include/sys/mman.h b/usr/include/sys/mman.h index 56f0b65c...
2019 Oct 07
0
[ANNOUNCE] klibc 2.0.7
...ions. nfsmount now uses the kernel client's default value for the timeo option unless it's explicitly overridden. The instructions for a default build have been simplified, and the non-default options are all ocumented. A git shortlog of changes since version 2.0.6 follows. Ben. Barret Rhoden (1): Fix missing include in sys/mman.h Ben Hutchings (12): [klibc] 2.0.6 released, next version is 2.0.7 [klibc] README: Point the mailing list URL back to Mailman [klibc] README.klibc: Replace list with sections and headings [klibc] Makefile: Check for $(KLIBCKERNELS...
2012 Jun 01
3
Striped replicated volumes in Gluster 3.3.0
Hi all, I'm very happy to see the release of 3.3.0. One of the features I was waiting for are striped replicated volumes. We plan to store KVM images (from a OpenStack installation) on it. I read through the docs and found the following phrase: "In this release, configuration of this volume type is supported only for Map Reduce workloads." What does that mean exactly? Hopefully not,