On Nov 30, 9:03pm, "Christos Zoulas" wrote:
}
} This is a multi-part message in MIME format.
}
} --_--=_1448935435147560
} Content-Disposition: inline
} Content-Transfer-Encoding: 8bit
} Content-Type: text/plain; charset="US-ASCII"
}
} Module Name: src
} Committed By: christos
} Date:
In article <201512010058.tb10wtzj029...@server.cornerstoneservice.ca>,
John Nemeth wrote:
> See question in gpt.c (and others).
>
>} -printf("Partition %d added, use:\n", i + 1);
>} -printf("\tdkctl %s addwedge %" PRIu64 " %" PRIu64
>} -" \n", device_arg, map->map_start, map-
On Nov 30, 4:58pm, John Nemeth wrote:
}
} See question in gpt.c (and others).
}
} On Nov 30, 2:59pm, "Christos Zoulas" wrote:
} }
} } This is a multi-part message in MIME format.
} }
} } --_--=_1448913574208280
} } Content-Disposition: inline
} } Content-Transfer-Encoding: 8bit
} }
On Mon, 30 Nov 2015, Christos Zoulas wrote:
On Dec 1, 7:33am, p...@vps1.whooppee.com (Paul Goyette) wrote:
-- Subject: Re: CVS commit: src/sys
| On Mon, 30 Nov 2015, Christos Zoulas wrote:
|
| >> +# autoloadprefix the prefix for the autoload table name
| >
| > Why isn't that the emulation n
See question in gpt.c (and others).
On Nov 30, 2:59pm, "Christos Zoulas" wrote:
}
} This is a multi-part message in MIME format.
}
} --_--=_1448913574208280
} Content-Disposition: inline
} Content-Transfer-Encoding: 8bit
} Content-Type: text/plain; charset="US-ASCII"
}
} Module Nam
On Dec 1, 7:33am, p...@vps1.whooppee.com (Paul Goyette) wrote:
-- Subject: Re: CVS commit: src/sys
| On Mon, 30 Nov 2015, Christos Zoulas wrote:
|
| >> +# autoloadprefix the prefix for the autoload table name
| >
| > Why isn't that the emulation name?
|
| It is actually expected to be the emul
On Mon, 30 Nov 2015, Christos Zoulas wrote:
+# autoloadprefix the prefix for the autoload table name
Why isn't that the emulation name?
It is actually expected to be the emulation name. I'll be happy to
change the variable/parameter name to be more explicit, if you would
like.
+
On Mon, 30 Nov 2015, Christos Zoulas wrote:
In article <20151130224854.4e00...@cvs.netbsd.org>,
Paul Goyette wrote:
#include
#include
@@ -392,7 +392,7 @@ rump___sysimpl_getpid(void )
register_t retval[2];
pid_t rv = -1;
- (void)rsys_syscall(SYS_getpid, NULL, 0, retval
On Dec 1, 7:10am, p...@vps1.whooppee.com (Paul Goyette) wrote:
-- Subject: Re: CVS commit: src/sys
| I didn't directly change this - perhaps it is one of the regenerated
| files? In which case the makesyscalls.sh script should be fixed...
Then it is my fault for editing a generated file :-)
|
On Mon, 30 Nov 2015, Christos Zoulas wrote:
In article <20151130224854.4e00...@cvs.netbsd.org>,
Paul Goyette wrote:
#include
#include
@@ -392,7 +392,7 @@ rump___sysimpl_getpid(void )
register_t retval[2];
pid_t rv = -1;
- (void)rsys_syscall(SYS_getpid, NULL, 0, retval
In article <20151130224854.4e00...@cvs.netbsd.org>,
Paul Goyette wrote:
> #include
> #include
>@@ -392,7 +392,7 @@ rump___sysimpl_getpid(void )
> register_t retval[2];
> pid_t rv = -1;
>
>- (void)rsys_syscall(SYS_getpid, NULL, 0, retval);
>+ rsys_syscall(SYS_getpid, NULL,
On Mon, 30 Nov 2015, Christos Zoulas wrote:
In article <20151130224719.7d1b...@cvs.netbsd.org>,
Paul Goyette wrote:
-=-=-=-=-=-
+ const struct sc_auto *auto_list;
+ int code;
That should be u_int.
Will fix.
- if (module_autoload(syscalls_autoload[i].a
In article <20151130224719.7d1b...@cvs.netbsd.org>,
Paul Goyette wrote:
>-=-=-=-=-=-
>+ const struct sc_auto *auto_list;
>+ int code;
That should be u_int.
>- if (module_autoload(syscalls_autoload[i].al_module,
>- MODULE_CLASS_ANY) != 0 ||
On Nov 29, 11:22pm, jnem...@cue.bc.ca (John Nemeth) wrote:
-- Subject: Re: CVS commit: src/sbin/gpt
| I have read the Makefile. I think there is confusion between
| the tool version and the crossbuilt version intended to go in the
| release being built. Obviously, the tool version will use
14 matches
Mail list logo