Re: CVS commit: src/sbin/gpt

2015-11-30 Thread John Nemeth
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 }

Re: CVS commit: src/sys

2015-11-30 Thread Paul Goyette
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; -

Re: CVS commit: src/sys

2015-11-30 Thread Paul Goyette
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.

Re: CVS commit: src/sys

2015-11-30 Thread Paul Goyette
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; -

Re: CVS commit: src/sbin/gpt

2015-11-30 Thread Christos Zoulas
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,

Re: CVS commit: src/sbin/gpt

2015-11-30 Thread John Nemeth
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:

Re: CVS commit: src/sys

2015-11-30 Thread Christos Zoulas
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

Re: CVS commit: src/sys

2015-11-30 Thread Christos Zoulas
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, >-

Re: CVS commit: src/sys

2015-11-30 Thread Paul Goyette
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

Re: CVS commit: src/sys

2015-11-30 Thread Christos Zoulas
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); >+

Re: CVS commit: src/sbin/gpt

2015-11-30 Thread John Nemeth
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

Re: CVS commit: src/sys

2015-11-30 Thread Paul Goyette
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

Re: CVS commit: src/sys

2015-11-30 Thread Christos Zoulas
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 :-) |

Re: CVS commit: src/sbin/gpt

2015-11-30 Thread Christos Zoulas
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