search for: minor_num

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

2007 Aug 24
2
[git patch] klibc bzero, mount fixes + random stuff
...ff --git a/usr/kinit/do_mounts_md.c b/usr/kinit/do_mounts_md.c index 696ffbd..6d4facc 100644 --- a/usr/kinit/do_mounts_md.c +++ b/usr/kinit/do_mounts_md.c @@ -142,7 +142,7 @@ static int mdp_major(void) */ static int md_setup(char *str) { - int minor, level, factor, fault, partitioned = 0; + int minor_num, level, factor, fault, partitioned = 0; char *pername = ""; char *str1; int ent; @@ -151,28 +151,28 @@ static int md_setup(char *str) partitioned = 1; str++; } - if (get_option(&str, &minor) != 2) { /* MD Number */ + if (get_option(&str, &minor_num) != 2) { /...
2011 Jul 08
4
[PATCH 0/4] usr/kinit checkpatch
Various coding style fixes checkpatch warns about. The goal is not to be 100% checkpatch compliant, but to have more consistent coding style. As this is a trivial patch serie, will land in 24 hours in klibc git, unless of course ml review hits a bugger. Checked with size(3) that the generated kinit, fstype, ipconfig and nfsmount are the same. maximilian attems (4): [klibc] ipconfig: reduce
2019 Apr 04
1
Proof of concept for GPU forwarding for Linux guest on Linux host.
Hi, This is a proof of concept of GPU forwarding for Linux guest on Linux host. I'd like to get comments and suggestions from community before I put more time on it. To summarize what it is: 1. It's a solution to bring GPU acceleration for Linux vm guest on Linux host. It could works with different GPU although the current proof of concept only works with Intel GPU. 2. The basic idea
2010 Mar 02
17
[PATCH 00/16] External building, update for 2.6.33 and multiple root devices.
The following patchset implements 3 seperate series of changes. External Building ================= Patches 1 through 8 enable to use of klibc's build system while leaving the src tree pristine (and potentially read only). Specifically: - srctree=<Sources for klibc> - objtree=<Ouput directory for klibc> - KLIBCKERNELSRC=<Kernel sources> - KLIBCKERNELOBJ=<Kernel