Re: CVS commit: src/distrib/common

2018-12-29 Thread maya
On Sat, Dec 29, 2018 at 11:28:38AM +, Alexander Nasonov wrote: > Alexander Nasonov wrote: > > Module Name:src > > Committed By: alnsn > > Date: Sat Dec 29 00:52:11 UTC 2018 > > > > Modified Files: > > src/distrib/common: cgdroot.rc > > > > Log Message: > >

Re: CVS commit: src

2019-01-01 Thread maya
On Wed, Jan 02, 2019 at 04:26:10AM +, m...@netbsd.org wrote: > I might be extrapolating, but AIUI: > > Having two versions of LLVM in use by a binary is going to fail in > surprising ways. > > Base can be several years old at some point, increasing the odds of the > LLVM non-compatibility

Re: CVS commit: src

2019-01-01 Thread maya
I might be extrapolating, but AIUI: Having two versions of LLVM in use by a binary is going to fail in surprising ways. Base can be several years old at some point, increasing the odds of the LLVM non-compatibility biting us. And libGL is very widely used. OpenSSL is similar in this regard:

Re: CVS commit: src

2019-01-01 Thread maya
I'm stuck between the hammer and the anvil here. I'd like NetBSD to use a recent MesaLib, the kind that uses LLVM. I keep getting reports that r600.so isn't actually functional*, and amdgpu would be even more noticeable. I've done my best to improve support of MesaLib for modular xorg within

Re: CVS commit: src

2019-01-01 Thread maya
On Tue, Jan 01, 2019 at 03:34:47PM +0100, Martin Husemann wrote: > On Tue, Jan 01, 2019 at 02:22:54PM +, m...@netbsd.org wrote: > > I'm stuck between the hammer and the anvil here. > > I'd like NetBSD to use a recent MesaLib, the kind that uses LLVM. > > Can you explain how the MesaLib build

Re: CVS commit: src

2019-01-01 Thread maya
Anyway, would static linking be good?

Re: CVS commit: src

2019-01-01 Thread maya
On Tue, Jan 01, 2019 at 04:02:01PM +, Robert Swindells wrote: > > m...@netbsd.org wrote: > >On Tue, Jan 01, 2019 at 03:34:47PM +0100, Martin Husemann wrote: > >> On Tue, Jan 01, 2019 at 02:22:54PM +, maya%netbsd.org@localhost wrote: > >> > I'm stuck betw

Re: CVS commit: src

2019-01-01 Thread maya
On Tue, Jan 01, 2019 at 09:38:10PM -0800, Jason Thorpe wrote: > > > > On Jan 1, 2019, at 8:26 PM, m...@netbsd.org wrote: > > > > Having two versions of LLVM in use by a binary is going to fail in > > surprising ways. > > > > Base can be several years old at some point, increasing the odds of

Re: CVS commit: src

2019-01-01 Thread maya
I'll note I don't know of a single package using LLVM and a library as well as libGL, even though it looks like it should be a likely scenario. The closest example was Octave that uses 3D graphs (with acceleration) and at some opint had a LLVM-based JIT, but had given up on it because it was an

Re: CVS commit: src

2019-01-02 Thread maya
On Wed, Jan 02, 2019 at 08:45:00AM +0100, Joerg Sonnenberger wrote: > On Tue, Jan 01, 2019 at 10:07:11PM -0800, Jason Thorpe wrote: > > > > ...also, it seems like the GNU-style symbol versioning support might be > > another way to solve this, yah? > > It would, if it wasn't (intentionally?)

Re: CVS commit: src/distrib/common

2019-01-02 Thread maya
On Wed, Jan 02, 2019 at 08:42:33PM +, Alexander Nasonov wrote: > Alexander Nasonov wrote: > > m...@netbsd.org wrote: > > > Why are we using a memory disk for full disk encryption? I am under the > > > impression that it shouldn't be required. > > > > We use a memory disk because cgdconfig

Re: CVS commit: src/distrib/common

2019-01-02 Thread maya
On Wed, Jan 02, 2019 at 09:08:50PM +, Alexander Nasonov wrote: > m...@netbsd.org wrote: > > On Wed, Jan 02, 2019 at 08:42:33PM +, Alexander Nasonov wrote: > > > https://wiki.netbsd.org/projects/project/transparent-cgd/ > > > > > > This page describes limitations of cgdroot.kmod. > > > >

Re: CVS commit: src/sys/dev/usb

2019-01-05 Thread maya
Are we building ARM with -mstrict-alignment?

Re: CVS commit: src/sys/arch

2018-12-11 Thread maya
On Tue, Dec 11, 2018 at 03:23:01PM +, Robert Swindells wrote: > > "Maya Rashish" wrote: > >Module Name:src > >Committed By: maya > >Date: Tue Dec 11 11:00:18 UTC 2018 > > > >Modified Files: > >src/sys/arch/amd64/conf

Re: CVS commit: src/sys/arch

2018-12-11 Thread maya
On Tue, Dec 11, 2018 at 11:34:30AM -0600, Greg Oster wrote: > On Tue, 11 Dec 2018 15:23:01 + > Robert Swindells wrote: > > > "Maya Rashish" wrote: > > >Module Name:src > > >Committed By: maya > > >Date: Tue Dec 11 11:00:18

Re: CVS commit: src/usr.bin/telnet

2018-12-15 Thread maya
This is a distribution of both client and server telnet. These programs have been compiled on: telnet telnetd 4.4 BSD-Lite x x 4.3 BSD Reno X X UNICOS 9.1X X UNICOS 9.0X X UNICOS

nouveau MSI

2018-12-21 Thread maya
On Wed, Dec 12, 2018 at 06:19:30AM +0100, Tom Ivar Helbekkmo wrote: > Tom Ivar Helbekkmo writes: > > > This one goes black: > > > > nouveau0 at pci1 dev 0 function 0: vendor 10de product 06eb (rev. 0xa1) > > drm kern info: nouveau [ DEVICE][nouveau0] BOOT0 : 0x298580a2 > > drm kern info:

Re: CVS commit: src/sys/arch

2018-12-11 Thread maya
This is a pretty big hammer, but it works. Index: amd64/include/types.h === RCS file: /cvsroot/src/sys/arch/amd64/include/types.h,v retrieving revision 1.58 diff -u -r1.58 types.h --- amd64/include/types.h 15 Nov 2018 04:59:02

Re: CVS commit: src/sys/arch

2018-12-11 Thread maya
I got it working well now :-) thanks. it was MSI. I should see how to disable it for just nouveau.

Re: CVS commit: src/sys/kern

2018-12-24 Thread maya
On Tue, Dec 25, 2018 at 02:17:07AM +, Robert Elz wrote: > @@ -724,7 +731,7 @@ threadpool_job_hold(threadpool_job_impl_ > return EBUSY; > } while (atomic_cas_uint(>job_refcnt, refcnt, (refcnt + 1)) > != refcnt); > - > + > return 0; > } > >

Re: CVS commit: src/sys

2018-12-09 Thread maya
On Sat, Dec 08, 2018 at 05:46:15PM +, Jason R Thorpe wrote: > @@ -2508,13 +2525,7 @@ comcnattach(bus_space_tag_t iot, bus_add > { > struct com_regs regs; > > - memset(, 0, sizeof regs); > - regs.cr_iot = iot; > - regs.cr_iobase = iobase; > - regs.cr_nports =

Amazon EC2 setup

2018-12-01 Thread maya
This feels all kinds of insecure, is that the official way to do it? > Index: src/distrib/utils/embedded/files/ec2_init > diff -u /dev/null src/distrib/utils/embedded/files/ec2_init:1.1 > --- /dev/null Fri Nov 30 20:53:02 2018 > +++ src/distrib/utils/embedded/files/ec2_init Fri Nov 30 20:53:02

Re: CVS commit: src/sys/external/bsd/drm2/include/linux/regulator

2018-11-19 Thread maya
On Mon, Nov 19, 2018 at 06:24:12PM +0700, Robert Elz wrote: > Date:Mon, 19 Nov 2018 10:48:59 + > From: "Maya Rashish" > Message-ID: <20181119104859.36f32f...@cvs.netbsd.org> > > | Module Name: src > | Committed By: ma

Re: CVS commit: src/etc

2019-01-12 Thread maya
This lets any user in wheel group choose to connect to the network. Isn't that more privileges than we normally give? On Sat, Jan 12, 2019 at 04:51:55PM +, Roy Marples wrote: > +ctrl_interface_group=wheel

Re: CVS commit: src/libexec/ld.elf_so

2018-12-28 Thread maya
Does anything simpler than GCC crash? BTW while looking at it I noticed GCC has gcc/arch/vax/auto-host.h 1389:#define HAVE_INITFINI_ARRAY_SUPPORT 0 So we might wanna re-run mknative at the end.

Re: CVS commit: src/etc

2019-01-14 Thread maya
On Mon, Jan 14, 2019 at 01:08:27AM +, David Holland wrote: > On Mon, Jan 14, 2019 at 09:42:54AM +1100, matthew green wrote: > > it would be OK if this was _read-only_ access to network > > configuration, but one should never be allowed to change the > > it unless root. > > In the long run,

MSI DRMKMS

2018-12-19 Thread maya
On Wed, Dec 19, 2018 at 09:20:56AM +, Maya Rashish wrote: > Modified Files: > src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci: > nouveau_nvkm_subdev_pci_base.c > > Log Message: > Disable MSI/MSI-X for nouveau. So, nouveau has its own code now, fo

Re: CVS commit: src/external/bsd/jemalloc/include/jemalloc/internal

2019-04-03 Thread maya
Email as a reminder that sun2 also relies on emutls and probably needs the same On Tue, Apr 02, 2019 at 05:19:21PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Tue Apr 2 21:19:20 UTC 2019 > > Modified Files: >

Re: CVS commit: src/usr.sbin/sysinst

2019-02-27 Thread maya
On Wed, Feb 27, 2019 at 12:18:11PM +0100, Martin Husemann wrote: > On Wed, Feb 27, 2019 at 10:09:44PM +1100, Simon Burge wrote: > > addstr() just adjusts stdscr. The line after these is: > > > > refresh(); > > > > which will do the actual screen refresh/update. > > I'll fix it as you

Re: CVS commit: src/sys/ufs/ufs

2019-02-24 Thread maya
On Sun, Feb 24, 2019 at 07:06:40PM +, Michael van Elst wrote: > While here, also check for arithmetic overflow. > + /* how much to actually read */ > + rawbufmax = callerbytes + skipstart; > + if (rawbufmax < callerbytes) > + return EINVAL; hmm, I"m under the

Re: CVS commit: src/sys/arch/x86/acpi

2019-03-03 Thread maya
On Sun, Mar 03, 2019 at 05:33:33PM +, Maxime Villard wrote: > Module Name: src > Committed By: maxv > Date: Sun Mar 3 17:33:33 UTC 2019 > > Modified Files: > src/sys/arch/x86/acpi: acpi_machdep.c > > Log Message: > Fix bug, PG_W is 'wired', not 'writable'. Maybe we can use

Re: CVS commit: src/sys/dev/pci

2019-03-22 Thread maya
On Fri, Mar 22, 2019 at 07:41:41AM +, Martin Husemann wrote: > @@ -1402,6 +1402,9 @@ radeonfb_loadbios(struct radeonfb_softc > pci_find_rom(pa, romt, romh, romsz, PCI_ROM_CODE_TYPE_X86, , > >sc_biossz); > > + if (sc->sc_biossz == 0 || sc->sc_bios == NULL) > +

Re: CVS commit: src/external/cddl/osnet/sys/sys

2019-02-06 Thread maya
On Wed, Feb 06, 2019 at 12:56:57PM -0500, Christos Zoulas wrote: D.org> > @@ -66,7 +66,7 @@ crgetgroups(cred_t *cr) > { > static gid_t gids[NGROUPS_MAX]; I feel uncomfortable seeing unnecessary use of static. (I find it too magical) What do others think? > > - memset(gids, 0,

Re: CVS commit: src/external/cddl/osnet/lib/libdtrace

2019-02-11 Thread maya
On Tue, Feb 12, 2019 at 04:59:33AM +1100, matthew green wrote: > "Tobias Nygren" writes: > > Module Name:src > > Committed By: tnn > > Date: Mon Feb 11 17:49:37 UTC 2019 > > > > Modified Files: > > src/external/cddl/osnet/lib/libdtrace: Makefile > > > > Log

Re: CVS commit: src/libexec/ld.elf_so

2019-04-15 Thread maya
On Mon, Apr 15, 2019 at 10:57:17AM +0200, Christoph Badura wrote: > On Sun, Apr 14, 2019 at 08:27:02PM +0000, Maya Rashish wrote: > > Module Name:src > > Committed By: maya > > Date: Sun Apr 14 20:27:02 UTC 2019 > > Modified Files: &g

Re: CVS commit: src

2019-11-05 Thread maya
On Tue, Nov 05, 2019 at 08:19:18PM +, Maxime Villard wrote: > Module Name: src > Committed By: maxv > Date: Tue Nov 5 20:19:18 UTC 2019 > > Modified Files: > src/share/mk: bsd.sys.mk > src/sys/arch/amd64/amd64: machdep.c mptramp.S > src/sys/arch/amd64/conf: GENERIC

Re: CVS commit: src

2019-11-05 Thread maya
On Tue, Nov 05, 2019 at 09:01:06PM +, m...@netbsd.org wrote: > On Tue, Nov 05, 2019 at 08:19:18PM +, Maxime Villard wrote: > > Module Name:src > > Committed By: maxv > > Date: Tue Nov 5 20:19:18 UTC 2019 > > > > Modified Files: > > src/share/mk: bsd.sys.mk

Re: CVS commit: src/sys/dev/pci

2019-11-17 Thread maya
> Modified files: > > Index: src/sys/dev/pci/if_mcx.c > diff -u src/sys/dev/pci/if_mcx.c:1.5 src/sys/dev/pci/if_mcx.c:1.6 > --- src/sys/dev/pci/if_mcx.c:1.5 Thu Oct 17 15:57:56 2019 > +++ src/sys/dev/pci/if_mcx.c Mon Nov 18 04:40:05 2019 > @@ -1,4 +1,4 @@ > -/* $NetBSD: if_mcx.c,v 1.5

Re: CVS commit: src/sys/dev/usb

2019-12-14 Thread maya
On Tue, Dec 03, 2019 at 05:01:45AM +, Taylor R Campbell wrote: > Module Name: src > Committed By: riastradh > Date: Tue Dec 3 05:01:45 UTC 2019 > > Modified Files: > src/sys/dev/usb: usbnet.c > > Log Message: > Fix order of nulling un->un_pri->unp_ec.ec_mii. > > Can't null

Re: CVS commit: src/sys

2019-12-05 Thread maya
On Fri, Dec 06, 2019 at 07:27:07AM +, Maxime Villard wrote: > Log Message: > Minor changes, reported by the LGTM bot. Would be nice if the commit message was "address some integer overflows" or something. > @@ -2205,7 +2205,7 @@ m_verify_packet(struct mbuf *m) > > dat =

Re: CVS commit: xsrc/external/mit/mkfontscale/dist

2019-10-27 Thread maya
On Sun, Oct 27, 2019 at 05:38:08PM +, Maya Rashish wrote: > Module Name: xsrc > Committed By: maya > Date: Sun Oct 27 17:38:08 UTC 2019 > > Modified Files: > xsrc/external/mit/mkfontscale/dist: mkfontscale.c > > Log Message: > Use a case insensitiv

Re: CVS commit: src/external/gpl3/gcc/dist/libobjc

2019-10-16 Thread maya
On Thu, Oct 17, 2019 at 07:08:45AM +1100, matthew green wrote: > "Christos Zoulas" writes: > > Module Name:src > > Committed By: christos > > Date: Wed Oct 16 15:01:56 UTC 2019 > > > > Modified Files: > > src/external/gpl3/gcc/dist/libobjc: encoding.c > > > > Log

Re: CVS commit: src

2019-10-24 Thread maya
Is this going to be a trend now of not even publicly proposing changes and just going straight to core? On Thu, Oct 24, 2019 at 06:18:07PM +, Kamil Rytarowski wrote: > Log Message: > Switch the iconv(3) prototype to the POSIX conformant variation > > Remove const from the 2nd argument. > >

Re: CVS commit: src/external/apache2/llvm

2019-11-29 Thread maya
On Thu, Nov 28, 2019 at 11:01:22PM +, Joerg Sonnenberger wrote: > Log Message: > Use -fno-strict-aliasing unconditionally for the cross compiler. What's the context for that? Thanks!

Re: CVS commit: src/sys/dev/usb

2019-10-31 Thread maya
On Thu, Oct 31, 2019 at 11:59:40AM +, Maya Rashish wrote: > Module Name: src > Committed By: maya > Date: Thu Oct 31 11:59:40 UTC 2019 > > Modified Files: > src/sys/dev/usb: if_urndis.c > > Log Message: > check if buf/bufsz are non-NULL before fr

Re: CVS commit: src

2019-12-21 Thread maya
On Fri, Dec 20, 2019 at 06:34:31PM -0800, John Nemeth wrote: > I don't wish to get embroiled in this debate (even if I did > start it by requesting the reversion). I just want to point out > that there is a relatively simple way disable the autoloading of > a module. From module(9): > >

Re: CVS commit: src

2019-12-18 Thread maya
On Wed, Dec 18, 2019 at 06:47:44AM -0500, Christos Zoulas wrote: > While there was no discussion, it is more efficient to have the discussion > whether we should put it back or not (instead of putting it back first and > having the discussion). Of course we should fix the build first since it

Re: CVS commit: src/common/lib/libc/arch

2020-02-01 Thread maya
On Mon, Jan 27, 2020 at 10:09:21PM +, Andrew Doran wrote: > Module Name: src > Committed By: ad > Date: Mon Jan 27 22:09:21 UTC 2020 > > Removed Files: > src/common/lib/libc/arch/i386/string: memcmp.S > src/common/lib/libc/arch/x86_64/string: bcmp.S memcmp.S > > Log

boottime

2020-01-04 Thread maya
- Forwarded message from Paul Goyette - Log Message: Resurrect boottime, but only in the compat_90 module (whether built-in or separately loaded). This will enable running of old vmstat(1) images on newer kernels. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

Re: CVS commit: src/share/man/man4

2020-04-10 Thread maya
On Fri, Apr 10, 2020 at 11:19:02AM +0900, SAITOH Masanobu wrote: > On 2020/04/10 2:42, David Young wrote: > > On Thu, Apr 09, 2020 at 03:25:32PM +0900, SAITOH Masanobu wrote: > > > On 2020/04/09 11:08, David Young wrote: > > > > On Wed, Apr 08, 2020 at 11:01:52PM +, Jaromir Dolecek wrote: > >

Re: CVS commit: src/share/man/man4

2020-04-10 Thread maya
On Fri, Apr 10, 2020 at 07:16:24AM -0700, Jason Thorpe wrote: > > > On Apr 10, 2020, at 4:44 AM, m...@netbsd.org wrote: > > > > I had to stop using m_defrag because implementation details broke > > bwfm@pci. It can only handle a chain of length 1, and m_defrag gives > > a minimum of 2. > >

Re: CVS commit: src/sys

2020-04-17 Thread maya
On Fri, Apr 17, 2020 at 05:01:15PM +0200, Manuel Bouyer wrote: > On Fri, Apr 17, 2020 at 07:52:53AM -0700, Jason Thorpe wrote: > > > > > On Apr 17, 2020, at 7:46 AM, Robert Elz wrote: > > > > > >Date:Fri, 17 Apr 2020 15:37:33 +0200 > > >From:Manuel Bouyer > > >

Re: CVS commit: src/sys

2020-04-18 Thread maya
On Fri, Apr 17, 2020 at 11:39:01PM +0700, Robert Elz wrote: > Date:Fri, 17 Apr 2020 07:52:53 -0700 > From:Jason Thorpe > Message-ID: <7e54033f-9f14-4db3-a11a-01d63cd92...@me.com> > > | The New Hotness (which isn't particularly new, at this point) > | is to create

Re: CVS commit: src/sys/modules/compat_netbsd32

2020-04-19 Thread maya
Good news everyone. Does not affect any release at all. Also might not have been a security issue, because christos did a weird thing where it is compiled but somehow still disabled. On Sun, Apr 19, 2020 at 05:40:50PM +, Maya Rashish wrote: > Module Name: src > Committed By: maya

Re: CVS commit: src/sys

2020-04-27 Thread maya
On Tue, Apr 28, 2020 at 05:33:45AM +1000, matthew green wrote: > i would just put it in types.h called __AUDIO_BLK_MS, > and leave a default used in the code if unset. Adding: please consider making the default assume a fast machine. This is the value that will also be used by newly added

NO_KERNEL_RCSIDS

2020-04-22 Thread maya
On Wed, Apr 22, 2020 at 09:23:21AM +, Rin Okuyama wrote: > Module Name: src > Committed By: rin > Date: Wed Apr 22 09:23:21 UTC 2020 > > Modified Files: > src/sys/sys: cdefs.h > > Log Message: > For NO_KERNEL_RCSIDS, strip __RCSID() also for src/common/*. Since these live in

__predict_false for non-default features

2020-04-27 Thread maya
On Mon, Apr 27, 2020 at 11:05:31PM +, Nathanial Sloss wrote: > Skip pfil_run_hooks if no packet filter configured in kernel. ... > @@ -398,6 +398,11 @@ pfil_run_hooks(pfil_head_t *ph, struct m > int ret = 0; > > KASSERT(dir == PFIL_IN || dir == PFIL_OUT); > + > + if

Re: [sctp fix] Re: CVS commit: src/sys/kern

2020-05-02 Thread maya
On Fri, May 01, 2020 at 04:46:36PM +, m...@netbsd.org wrote: > We can setup an equivalence: put as much effort into the SCTP removal > proposal as there was for the SCTP introduction proposal. > > Since SCTP was just dropped in src without any prior discussion, I don't > think we need any

Re: CVS commit: src/sys/fs/tmpfs

2020-05-17 Thread maya
On Sun, May 17, 2020 at 07:39:15PM +, Andrew Doran wrote: > Module Name: src > Committed By: ad > Date: Sun May 17 19:39:15 UTC 2020 > > Modified Files: > src/sys/fs/tmpfs: tmpfs.h tmpfs_subr.c tmpfs_vnops.c > > Log Message: > PR kern/55268: tmpfs is slow > >

Re: CVS commit: src/sys/fs/tmpfs

2020-05-17 Thread maya
On Sun, May 17, 2020 at 09:47:50PM +, m...@netbsd.org wrote: > On Sun, May 17, 2020 at 07:39:15PM +, Andrew Doran wrote: > > Module Name:src > > Committed By: ad > > Date: Sun May 17 19:39:15 UTC 2020 > > > > Modified Files: > > src/sys/fs/tmpfs: tmpfs.h

Re: CVS commit: src/sys/arch/aarch64

2020-05-23 Thread maya
On Sat, May 23, 2020 at 02:13:46PM -0700, Jason Thorpe wrote: > > > On May 23, 2020, at 11:08 AM, Ryo Shimizu wrote: > > > > Module Name:src > > Committed By: ryo > > Date: Sat May 23 18:08:59 UTC 2020 > > > > Modified Files: > > src/sys/arch/aarch64/aarch64:

Re: [sctp fix] Re: CVS commit: src/sys/kern

2020-05-01 Thread maya
We can setup an equivalence: put as much effort into the SCTP removal proposal as there was for the SCTP introduction proposal. Since SCTP was just dropped in src without any prior discussion, I don't think we need any discussion for removing it.

Re: CVS commit: src

2020-08-17 Thread maya
Why don't you fix your system instead of breaking other people's?

Re: CVS commit: src/lib/libedit (strncpy->strlcpy)

2020-06-01 Thread maya
On Sun, May 31, 2020 at 07:24:24PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sun May 31 23:24:24 UTC 2020 > > Modified Files: > src/lib/libedit: terminal.c tty.c > > Log Message: > use strlcpy() instead of strncpy() for gcc happiness > ...

Re: CVS commit: src/external/mit/xorg/lib

2020-09-20 Thread maya
On Wed, Sep 16, 2020 at 06:26:45PM +, m...@netbsd.org wrote: > Since the background for this is an issue nobody else is experiencing, > can you at least report a bug for how to reach it? hello? in the original proposal joerg already said it has a chance of making opengl not reentrant. the

Re: CVS commit: src/external/mit/xorg/lib

2020-09-16 Thread maya
M \ > -DENABLE_SHADER_CACHE \ > > Index: src/external/mit/xorg/lib/libGL/Makefile > diff -u src/external/mit/xorg/lib/libGL/Makefile:1.29 > src/external/mit/xorg/lib/libGL/Makefile:1.30 > --- src/external/mit/xorg/lib/libGL/Makefile:1.29 Sun Mar 29 21:06:03 2020 > +++

Re: CVS commit: src/tests/lib/libc/stdlib

2020-06-27 Thread maya
On Sat, Jun 27, 2020 at 10:19:43AM +, Jukka Ruohonen wrote: > Module Name: src > Committed By: jruoho > Date: Sat Jun 27 10:19:43 UTC 2020 > > Modified Files: > src/tests/lib/libc/stdlib: t_mbtowc.c > > Log Message: > Add the default TNF copyright (2005), cf. PR misc/55419. >

Re: CVS commit: [netbsd-8] src/external/bsd/pkg_install

2020-12-11 Thread maya
On Tue, Dec 08, 2020 at 06:48:59PM +, Martin Husemann wrote: > Module Name: src > Committed By: martin > Date: Tue Dec 8 18:48:59 UTC 2020 > > Modified Files: > src/external/bsd/pkg_install [netbsd-8]: Makefile.inc > src/external/bsd/pkg_install/dist/add [netbsd-8]:

Re: CVS commit: [netbsd-8] src/sys/kern

2017-06-21 Thread maya
On Wed, Jun 21, 2017 at 06:12:40PM +, Soren Jacobsen wrote: > Module Name: src > Committed By: snj > Date: Wed Jun 21 18:12:40 UTC 2017 > > Modified Files: > src/sys/kern [netbsd-8]: exec_subr.c > > Log Message: > Pull up following revision(s) (requested by joerg in ticket

Re: CVS commit: src/distrib

2017-09-16 Thread maya
On Fri, Sep 08, 2017 at 09:50:45AM +, Martin Husemann wrote: > Introduce CDRELEASE_NODEBUG - if set, avoids putting debug sets in the > ISO image. > > Set this for sparc64 install CDs - many of the supported machines have > SCSI CD drives and it is impossible to get DVD replacements for

Re: CVS commit: src/sys/arch/x86/x86

2017-10-03 Thread maya
If pax mprotect is an example then maxv should just go around rm -rf'ing any parts of the tree he doesn't like without even checking that the kernel builds afterwards, since that's the way we do things around here. It was months until I could run meld again, even disabling it for just python was

Re: CVS commit: src/lib/libpthread

2017-10-01 Thread maya
netbsd-8 needs a web browser too On Tue, Aug 01, 2017 at 12:31:45PM +, Martin Husemann wrote: > Module Name: src > Committed By: martin > Date: Tue Aug 1 12:31:45 UTC 2017 > > Modified Files: > src/lib/libpthread: pthread_attr.c > > Log Message: > pthread__attr_init_private:

Re: CVS commit: [jdolecek-ncq] src/sys/arch/amiga/dev

2017-09-28 Thread maya
On Tue, Sep 26, 2017 at 09:06:24PM +, Jaromir Dolecek wrote: > need for DEV_BSIZE needed by atavar.h I pointed it out to someone as, I think we normally prefer to make headers standalone. but he said that using DEV_BSIZE at all might be a problem (but isn't replying himself). is that hard

Re: CVS commit: src/lib/libm/man

2017-09-28 Thread maya
On Thu, Sep 28, 2017 at 03:52:00PM +0200, Joerg Sonnenberger wrote: > On Thu, Sep 28, 2017 at 11:09:05AM +0000, Maya Rashish wrote: > > Module Name:src > > Committed By: maya > > Date: Thu Sep 28 11:09:05 UTC 2017 > > > > Modifie

smbfs

2017-10-03 Thread maya
We can rump mount a lot of those filesystems, it would be nice if that was be the default way too. A lot less risky

Re: CVS commit: src/external/gpl3/gcc.old

2017-10-07 Thread maya
So I'm supposed to never link C++ from pkgsrc GCC and C++ from netbsd GCC?

Re: CVS commit: src/lib/libc/gen (vax mentions moved to CAVEATs)

2017-09-27 Thread maya
On Wed, Sep 27, 2017 at 09:04:30AM +, Maya Rashish wrote: > Module Name: src > Committed By: maya > Date: Wed Sep 27 09:04:30 UTC 2017 > > Modified Files: > src/lib/libc/gen: isinf.3 > > Log Message: > Move VAX notes to CAVEATS, clarify that it jus

Re: CVS import: src/external/gpl3/gcc.old

2017-11-14 Thread maya
On Mon, Nov 13, 2017 at 07:47:45AM +, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Mon Nov 13 07:47:45 UTC 2017 > > Update of /cvsroot/src/external/gpl3/gcc.old > In directory ivanova.netbsd.org:/tmp/cvs-serv10854 > > Log Message: > import GCC 5.5 into

Re: CVS commit: src/sys/conf

2017-12-19 Thread maya
On Sun, Dec 03, 2017 at 11:36:05AM -0500, Christos Zoulas wrote: > + @ln -sf ../$S/external/gpl2/dts/dist/arch/${_arch}/boot/dts dts/${_arch} this is causing unclear failures in autobuilds (seems to make a link in src and doesn't work with ro src?), but strangely I can't reproduce this.

Re: CVS commit: src/bin/sh

2017-11-20 Thread maya
On Sun, Nov 19, 2017 at 03:23:02AM +, Robert Elz wrote: > Module Name: src > Committed By: kre > Date: Sun Nov 19 03:23:01 UTC 2017 > > Modified Files: > src/bin/sh: eval.c option.list options.c output.c output.h sh.1 var.c > > Log Message: > Implement the -X option - an

Re: CVS commit: src/bin/sh

2017-11-20 Thread maya
On Tue, Nov 21, 2017 at 03:27:11AM +, Christos Zoulas wrote: > The reason is that tsutsui@? added some binaries (sysctl? etc) back to > the ramdisk. We are working trying to fix it. I see, thanks. Going by the dmesg posted on dmesgd.nycbug.org, it looks like for rootdev we can use: cat

Re: CVS commit: src/bin/sh

2017-11-20 Thread maya
...now I see it's challenge mode scripting: sed only, no awk or grep. :-)

Re: CVS commit: src/sys/dev

2018-05-11 Thread maya
On Fri, May 11, 2018 at 04:29:22PM +, Christos Zoulas wrote: > In article <db68e4ce-9966-462d-a63b-6765e687a...@me.com>, > Jason Thorpe <thor...@me.com> wrote: > > > > > >> On May 11, 2018, at 12:41 AM, Maya Rashish <m...@netbsd.org> wrote: >

Re: CVS commit: src/sys/dev

2018-05-11 Thread maya
initially I picked up the revisions one by one, but found out some of my changes were broken and undid them, and wanted to stick to minimal changes to a working driver. jared said that our driver is intentionally different too.

Re: CVS commit: src/usr.bin/mail

2018-05-23 Thread maya
You don't get to sneak a controversial change by omitting a real commit message. On Tue, May 22, 2018 at 09:03:47PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed May 23 01:03:46 UTC 2018 > > Modified Files: > src/usr.bin/mail: Makefile

Re: CVS commit: src/sys/arch/i386/stand/lib

2018-06-11 Thread maya
On Tue, Jun 12, 2018 at 03:25:31AM +, m...@netbsd.org wrote: > Hi christos! > > Could you explain what makes this necessary in the commit messages in > the future? It isn't very obvious that it fixes a build failure with > MKREPRO for future netbsd'ers, in case it isn't restructured. >

Re: CVS commit: src/sys/arch/i386/stand/lib

2018-06-11 Thread maya
Hi christos! Could you explain what makes this necessary in the commit messages in the future? It isn't very obvious that it fixes a build failure with MKREPRO for future netbsd'ers, in case it isn't restructured. Ideally in every commit, so it appears in a 'cvs annotate'. Thanks. On Mon, Jun

Re: CVS commit: src/sys/arch/x86/x86

2018-06-07 Thread maya
You've changed a default and selectively fixed the one driver that people noticed breaks from it. How do you know the rest aren't broken? On Thu, Jun 07, 2018 at 01:35:31PM +, Jason R Thorpe wrote: > Module Name: src > Committed By: thorpej > Date: Thu Jun 7 13:35:31 UTC 2018 > >

Re: CVS commit: src/sys/kern

2018-05-01 Thread maya
hey, thanks for all the fixes! I'm trying to import a driver (while being very new to networking/driver stuff), and updating to -current fixed an issue I've had, most likely from this commit. Now my ported driver is close to working :-) On Sat, Apr 28, 2018 at 08:16:15AM +, Maxime Villard

Re: CVS commit: src

2018-01-05 Thread maya
> Register new weak symbol in libc for internal usage: atoi Why are we protecting libc from users who override standard C functions? I don't think you should be able to provide a wrong implementation of them, link to libc, and expect it to work.

Re: CVS commit: src/sys

2017-12-24 Thread maya
On Tue, Dec 19, 2017 at 07:40:04PM +, Kamil Rytarowski wrote: > Module Name: src > Committed By: kamil > Date: Tue Dec 19 19:40:04 UTC 2017 > > Modified Files: > src/sys/compat/netbsd32: netbsd32_netbsd.c netbsd32_syscall.h > netbsd32_syscallargs.h netbsd32_syscalls.c

Re: CVS commit: src/sys/netinet

2017-12-24 Thread maya
On Fri, Dec 22, 2017 at 11:22:37AM +, Ryota Ozaki wrote: > Module Name: src > Committed By: ozaki-r > Date: Fri Dec 22 11:22:37 UTC 2017 > > Modified Files: > src/sys/netinet: ip_output.c > > Log Message: > Fix usage of curlwp_bind in ip_output > @@ -303,6 +303,10 @@

Re: CVS commit: src/sys/netinet

2017-12-24 Thread maya
Oops, I misread the code, never mind :-) still looking because there are some reports of hangs (kern/52858 with a backtrace on sparc64, current-users without one on amd64), and your change is the only recent change that looks like it could affect both.

Re: CVS commit: src/sys/net

2018-01-08 Thread maya
On Tue, Jan 09, 2018 at 01:07:50AM +, m...@netbsd.org wrote: > This is causing PR kern/52914 (on netbsd-8, not current) Copied wrong number kern/52895 it's in -current but also -8

Re: CVS commit: src/sys/dev/pci

2018-01-16 Thread maya
Hi maxv, there is a similar code fragment in ic/bwfm.c:bwfm_scan_node. I am not sure what I'm looking at. Could it be wrong too? Thanks. On Tue, Jan 16, 2018 at 07:05:25AM +, Maxime Villard wrote: > Module Name: src > Committed By: maxv > Date: Tue Jan 16 07:05:25 UTC 2018 > >

Re: CVS commit: src/sys/net80211

2018-01-20 Thread maya
I don't think there is any objection, even if adopting the freebsd code results in kiling less important drivers. Note that freebsd has similar bugs to what maxv just fixed (I emailed security-officer@freebsd about the one I saw).

Re: CVS commit: src/sys/net80211

2018-01-16 Thread maya
On Tue, Jan 16, 2018 at 06:35:08PM -0600, David Young wrote: > I have said it before, that I do think the "concept architecture" of > 802.11 VAP is rather broken, but let's be honest: nobody, especially not > I, have had the time in 10+ years to independently implement anything > comparable.

Re: CVS commit: src/external/bsd/pkg_install/dist/lib

2018-02-04 Thread maya
I'm intentionally verbose in the hopes that someone has a second look at it, it's important to get right. On Sun, Feb 04, 2018 at 09:00:51AM +, Maya Rashish wrote: > Fix OpenSSL 1.1.0 build > OpenSSL 1.1.0 makes xkusage and ex_flags opaque. > Use X509_check_ca rather than a custom a

Re: CVS commit: src/crypto/external/bsd/openssl.old/dist/crypto/hmac

2018-02-04 Thread maya
match new with malloc -> calloc please > +static inline HMAC_CTX *HMAC_CTX_new(void) > +{ > + HMAC_CTX *ctx = malloc(sizeof(*ctx)); > + if (ctx == NULL) > + return NULL; > + HMAC_CTX_init(ctx); > + return ctx; > +} > +

Re: CVS commit: src/sys

2018-02-08 Thread maya
On Thu, Feb 08, 2018 at 07:58:05PM +, Maxime Villard wrote: > Module Name: src > Committed By: maxv > Date: Thu Feb 8 19:58:05 UTC 2018 > > Modified Files: > src/sys/netinet: tcp_input.c > src/sys/netinet6: raw_ip6.c udp6_usrreq.c > > Log Message: > Remove the

  1   2   3   4   5   >