Re: CVS commit: src/sys

2013-01-30 Thread Lars Heidieker
On 2013-01-30 12:46, Izumi Tsutsui wrote: Module Name: src Committed By:para Date:Tue Jan 29 21:26:25 UTC 2013 Modified Files: src/sys/kern: subr_vmem.c src/sys/rump/librump/rumpkern: vm.c src/sys/sys: vmem.h vmem_impl.h Log Message: make vmem(9)

Re: CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2012-01-29 Thread Lars Heidieker
we should fix the inconsistent use then, the problem ist malloc(9) does not return page aligned memory as kmem does now, for allocations = PAGE_SIZE and that break drm mmap where does the diagnostic panic occur? lars On Sun, Jan 29, 2012 at 12:49 PM, Matthias Drochner droch...@netbsd.org wrote:

Re: CVS commit: src

2011-05-26 Thread Lars Heidieker
On 05/26/11 06:25, Masao Uebayashi wrote: Module Name: src Committed By: uebayasi Date: Thu May 26 04:25:28 UTC 2011 Modified Files: src/share/man/man5: boot.cfg.5 src/share/man/man8/man8.i386: boot.8 src/sys/arch/i386/stand/boot: boot2.c

Re: CVS commit: src

2011-05-26 Thread Lars Heidieker
On 05/26/11 18:30, Julio Merino wrote: On 5/26/11 5:10 PM, Lars Heidieker wrote: Hi, with those changes I can't compile a kernel without USERCONF option set. The changes in x86_machdep.c should be with in if defs on that options Ok to commit the attached patch? @@ -178,6 +182,7

Re: CVS commit: src/sys

2011-02-17 Thread Lars Heidieker
On Thu, Feb 17, 2011 at 8:27 PM, Matt Thomas m...@netbsd.org wrote: Module Name:    src Committed By:   matt Date:           Thu Feb 17 19:27:13 UTC 2011 Modified Files:        src/sys/kern: kern_kthread.c        src/sys/uvm: uvm_extern.h uvm_glue.c Log Message: Add support for

Re: CVS commit: src/sys

2011-01-28 Thread Lars Heidieker
Hi, I just got a compile error after the movement of the sysctls. When having netbsd32 compat on a 64bit machine. A conditional include for compat/netbsd32/netbsd32.h fixed this, one like in init_sysctl.c Kind Regards, Lars Am 28.01.2011 19:44 schrieb Antti Kantee po...@netbsd.org: Module Name: