Re: Driver support for Intel I225/I226 Ethernet adapters

2023-10-10 Thread Pierre Pronchery
9h (MAC addresses amended manually) I cannot test if the cards are functional yet - these interfaces are not connected to anything at the moment - but I will let you know if I run into any issues. Both cards do report 2.5GBASE-T capacity in “ifconfig -m” as expected. Cheers! — khorben

Re: W^X mmap

2016-12-26 Thread Pierre Pronchery
. Cheers, -- khorben On 26/12/2016 00:10, Pierre Pronchery wrote: On 10/12/2016 14:02, Michael van Elst wrote: co...@sdf.org writes: Why doesn't the following code get rejected by pax mprotect? a = mmap(NULL, BUFSIZ, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_ANON, -1, 2); It

Re: W^X mmap

2016-12-25 Thread Pierre Pronchery
Hi, On 10/12/2016 14:02, Michael van Elst wrote: co...@sdf.org writes: Why doesn't the following code get rejected by pax mprotect? a = mmap(NULL, BUFSIZ, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_ANON, -1, 2); It gets 'rejected' by silently dropping the PRO

Re: gmake segfaults with netbsd32 compat

2016-09-15 Thread Pierre Pronchery
Hey there, On 15/09/2016 21:04, co...@sdf.org wrote: On Thu, Sep 15, 2016 at 06:27:01PM +0200, Pierre Pronchery wrote: On 09/15/16 08:44 AM, co...@sdf.org wrote: building with everything i386 except amd64 kernel or in i386 chroot and amd64 host I have gmake repeatedly

Re: gmake segfaults with netbsd32 compat

2016-09-15 Thread Pierre Pronchery
On 09/15/16 08:44 AM, co...@sdf.org wrote: building with everything i386 except amd64 kernel or in i386 chroot and amd64 host I have gmake repeatedly segfaulting. so much that I resorted to using `while true; do make install; done` to get through building packages. I don't recall having such tro

Re: (almost) full disk encryption, cgdroot and firmware

2016-06-22 Thread Pierre Pronchery
Hey, On 06/20/16 21:15, Alexander Nasonov wrote: This is my story on (almost) full disk encryption. I followed Pierre Proncher's instruction from Mar 2013. To my surprise, it worked on the first boot. However, networking didn't Glad to hear :) work because the kernel

Re: PaX mprotect now on for amd64

2016-05-26 Thread Pierre Pronchery
Hi all, On 05/22/16 16:44, Thomas Klausner wrote: On Thu, May 19, 2016 at 05:42:55PM +0200, Pierre Pronchery wrote: I wrote this mini-framework for paxctl(8) in pkgsrc: http://git.edgebsd.org/gitweb/?p=edgebsd-pkgsrc.git;a=commitdiff;h

Re: PaX mprotect now on for amd64

2016-05-19 Thread Pierre Pronchery
On 05/15/16 10:22, David Brownlee wrote: On 14 May 2016 at 18:09, Christos Zoulas wrote: I just turned on mprotect for amd64. The following sysctls have been set to 1 security.pax.mprotect.enable=1 security.pax.mprotect.global=1 [...] This breaks programs that need to map segments both

Re: amd64/7.0_BETA fails to probe USB devices?

2015-04-29 Thread Pierre Pronchery
Hi Havard, On 04/28/15 16:05, Havard Eidnes wrote: > I've recently been installing NetBSD on a new Lenovo RD350 > server. I first tried booting from USB disk and from a USB > CD-ROM drive, and both the install kernels loaded just fine. > However, the boot medium was not pr

Updating SQLite to 3.8.9

2015-04-15 Thread Pierre Pronchery
Hi there, a new version of SQLite is now available, 3.8.9: http://sqlite.org/releaselog/3_8_9.html Upgrading is recommended (http://sqlite.org/). Reading this blog post from lcamtuf, it does seems quite important to update indeed: http://lcamtuf.blogspot.de/2015/04/fin

Re: a separate build of libc

2014-10-09 Thread Pierre Pronchery
Hi there, On 29/09/2014 16:18, u-6...@aetey.se wrote: > On Mon, Sep 29, 2014 at 02:34:46PM +0200, Pierre Pronchery wrote: >> I'm considering re-licensing the whole DeforaOS project under BSD. >> You're not the first person to mention this to

Re: a separate build of libc

2014-09-29 Thread Pierre Pronchery
On 29/09/2014 13:05, u-6...@aetey.se wrote: > On Mon, Sep 29, 2014 at 12:14:42PM +0200, Pierre Pronchery wrote: >> I do not have the time to read the entire thread now, but you may want >> to check the DeforaOS libc, which supports NetBSD (and Linux (and >> more)).

Re: a separate build of libc

2014-09-29 Thread Pierre Pronchery
Hi Rune, I do not have the time to read the entire thread now, but you may want to check the DeforaOS libc, which supports NetBSD (and Linux (and more)). You can find it there: http://www.defora.org/os/project/14/libc http://git.defora.org/gitweb/?p=libc.git;a=summary (or

Re: Creating /dev/dk* nodes so as to be persistent

2013-10-07 Thread Pierre Pronchery
On 03/10/2013 08:08, Thomas Mueller wrote: > [...] > Dynamically-created device nodes, as in modern-day Linux and FreeBSD, are so > much nicer to deal with than MAKEDEV. Have you tried devpubd(8)? HTH, -- khorben