Re: CVS commit: src/sys/kern

2011-12-04 Thread Bernd Ernesti
On Thu, Nov 24, 2011 at 02:55:22PM -0500, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Thu Nov 24 19:55:22 UTC 2011 Modified Files: src/sys/kern: kern_exec.c Log Message: fix incomplete statement. To generate a diff of this commit: cvs rdiff

Re: CVS commit: src/sys/kern

2011-12-04 Thread David Holland
On Sun, Dec 04, 2011 at 11:22:54AM +0100, Bernd Ernesti wrote: Modified Files: src/sys/kern: kern_exec.c Log Message: fix incomplete statement. Hmm, why did you change two '#ifdef notyet' to '#ifndef notyet'? By mistake, I assume, probably because he's been running with

Re: CVS commit: src/sys/kern

2011-12-04 Thread Christos Zoulas
In article 20111204102254.ga16...@arresum.veego.de, Bernd Ernesti net...@lists.veego.de wrote: On Thu, Nov 24, 2011 at 02:55:22PM -0500, Christos Zoulas wrote: Module Name: src Committed By:christos Date:Thu Nov 24 19:55:22 UTC 2011 Modified Files:

Re: CVS commit: src/sys/kern

2011-12-04 Thread Christos Zoulas
On Dec 4, 3:13pm, dholland-sourcechan...@netbsd.org (David Holland) wrote: -- Subject: Re: CVS commit: src/sys/kern | On Sun, Dec 04, 2011 at 11:22:54AM +0100, Bernd Ernesti wrote: |Modified Files: | src/sys/kern: kern_exec.c | |Log Message: |fix incomplete statement. | |

Re: CVS commit: src/sys

2011-12-04 Thread Alan Barrett
On Sun, 04 Dec 2011, Jean-Yves Migeon wrote: Log Message: Implement the register/deregister/evaluation API for secmodel(9). It allows registration of callbacks that can be used later for cross-secmodel safe communication. Where and when was this discussed? --apb (Alan Barrett)

Re: CVS commit: src/sys

2011-12-04 Thread Jean-Yves Migeon
On 04.12.2011 21:07, Alan Barrett wrote: On Sun, 04 Dec 2011, Jean-Yves Migeon wrote: Log Message: Implement the register/deregister/evaluation API for secmodel(9). It allows registration of callbacks that can be used later for cross-secmodel safe communication. Where and when was this

Re: CVS commit: src/sys

2011-12-04 Thread Alan Barrett
On Sun, 04 Dec 2011, Jean-Yves Migeon wrote: On 04.12.2011 21:07, Alan Barrett wrote: On Sun, 04 Dec 2011, Jean-Yves Migeon wrote: Log Message: Implement the register/deregister/evaluation API for secmodel(9). It allows registration of callbacks that can be used later for cross-secmodel safe

Re: CVS commit: src/sys/arch

2011-12-04 Thread Mindaugas Rasiukevicius
Chuck Silvers c...@netbsd.org wrote: Module Name: src Committed By: chs Date: Sun Dec 4 16:24:13 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: locore.S machdep.c src/sys/arch/amd64/include: types.h src/sys/arch/x86/include: pmap.h