Re: CVS commit: src/lib/libc_fp

2016-07-15 Thread Matt Thomas
> On Jul 14, 2016, at 11:39 PM, David Holland > wrote: > > Can you call this MTC1_HAZARD like the MFC0_HAZARD that got added > recently elsewhere? It's a pipeline hazard and not a synchronization > (which to me at least indicates some form of handshake) and it's also > specific to mtc1/dmtc1.

Re: CVS commit: src/sys/kern

2015-08-07 Thread Matt Thomas
> On Aug 7, 2015, at 4:05 PM, matthew green wrote: > > linux ld.so has an entry point, for instance. IIRC, it's related > to how their ldd(1) works. As does our ld.elf_so.1

Re: CVS commit: src/sys/kern

2015-08-06 Thread Matt Thomas
> On Aug 5, 2015, at 11:52 PM, Martin Husemann wrote: > > When I first ran into the "exec a .so" path I've been told it is a feature > and exists on purpose (though our native in-tree libs do not make use of it). It's also used for PIE which are usually DYN instead of EXEC.

Re: CVS commit: src/sys/arch/arm/broadcom

2015-07-25 Thread Matt Thomas
> On Jul 25, 2015, at 1:43 AM, Nick Hudson wrote: > > Module Name: src > Committed By: skrll > Date: Sat Jul 25 08:43:41 UTC 2015 > > Modified Files: > src/sys/arch/arm/broadcom: bcm2835_intr.c > > Log Message: > IPIs should be IPL_HIGH according to rmind@ > > Fix bcm2836mp_pic

Re: CVS commit: src/distrib/zaurus/ramdisk

2015-07-17 Thread Matt Thomas
> On Jul 17, 2015, at 12:32 PM, Martin Husemann wrote: > > Module Name: src > Committed By: martin > Date: Fri Jul 17 19:32:48 UTC 2015 > > Modified Files: > src/distrib/zaurus/ramdisk: Makefile > > Log Message: > Bump ram disk image size slightly That was not needed. I succes

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

2015-07-01 Thread Matt Thomas
> On Jul 1, 2015, at 5:52 AM, Martin Husemann wrote: > > On Wed, Jul 01, 2015 at 10:49:51PM +1000, matthew green wrote: >> wait, we do what? this won't work for r/o src, right? > > I guess not (though in most cases you probably will use the sets mode > of postinstall, which is unaffected). >

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

2015-07-01 Thread Matt Thomas
> On Jul 1, 2015, at 5:52 AM, Martin Husemann wrote: > > On Wed, Jul 01, 2015 at 10:49:51PM +1000, matthew green wrote: >> wait, we do what? this won't work for r/o src, right? > > I guess not (though in most cases you probably will use the sets mode > of postinstall, which is unaffected). >

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

2015-05-30 Thread Matt Thomas
> On May 29, 2015, at 12:46 PM, Joerg Sonnenberger > wrote: > > On Fri, May 29, 2015 at 07:39:41PM +, Matt Thomas wrote: >> Module Name: src >> Committed By:matt >> Date:Fri May 29 19:39:41 UTC 2015 >> >> Modified

Re: CVS commit: src/distrib/utils/embedded/conf

2015-05-22 Thread Matt Thomas
> On May 22, 2015, at 11:07 AM, Christos Zoulas wrote: > > In article <20150522011822.807e...@cvs.netbsd.org>, > Jared D. McNeill wrote: >> -=-=-=-=-=- >> >> Module Name: src >> Committed By:jmcneill >> Date:Fri May 22 01:18:22 UTC 2015 >> >> Modified Files: >> sr

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

2015-05-19 Thread Matt Thomas
> On May 19, 2015, at 2:20 AM, SUENAGA Hiroki wrote: > > Module Name: src > Committed By: hsuenaga > Date: Tue May 19 09:20:19 UTC 2015 > > Modified Files: > src/sys/arch/arm/arm: cpufunc_asm_pj4b.S > src/sys/arch/arm/marvell: armadaxp.c mvsocreg.h > > Log Message: > fix M

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

2015-05-17 Thread Matt Thomas
> On May 17, 2015, at 1:57 PM, Justin Cormack wrote: > > Module Name: src > Committed By: justin > Date: Sun May 17 20:57:12 UTC 2015 > > Modified Files: > src/common/lib/libc/arch/arm/atomic: atomic_op_asm.h atomic_swap.S > atomic_swap_16.S atomic_swap_64.S sync_bool_c

Re: CVS commit: src/sys/compat/netbsd32

2015-05-15 Thread Matt Thomas
> On May 15, 2015, at 7:37 PM, matthew green wrote: > > > "Matt Thomas" writes: >> Module Name: src >> Committed By:matt >> Date:Fri May 15 07:52:51 UTC 2015 >> >> Modified Files: >> src/sys/compat/

Re: CVS commit: src/sys/arch/mips/include

2015-05-02 Thread Matt Thomas
> On May 2, 2015, at 4:52 AM, Christos Zoulas wrote: > > On May 1, 1:46pm, m...@3am-software.com (Matt Thomas) wrote: > -- Subject: Re: CVS commit: src/sys/arch/mips/include > > | > | > On May 1, 2015, at 11:37 AM, Christos Zoulas wrote: > | > > | > Modu

Re: CVS commit: src/sys/arch/mips/include

2015-05-01 Thread Matt Thomas
> On May 1, 2015, at 11:37 AM, Christos Zoulas wrote: > > Module Name: src > Committed By: christos > Date: Fri May 1 18:37:40 UTC 2015 > > Modified Files: > src/sys/arch/mips/include: locore.h > > Log Message: > change #error to KASSERT > > > To generate a diff of this commi

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

2015-04-07 Thread Matt Thomas
> On Apr 7, 2015, at 1:27 AM, Ryota Ozaki wrote: > > On Tue, Apr 7, 2015 at 5:13 PM, Nick Hudson wrote: >> On 04/07/15 04:19, Ryota Ozaki wrote: >>> >>> Module Name:src >>> Committed By: ozaki-r >>> Date: Tue Apr 7 03:19:25 UTC 2015 >>> >>> Modified Files: >>> src/sys/a

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

2015-03-31 Thread Matt Thomas
> On Mar 31, 2015, at 3:12 AM, Reinoud Zandijk wrote: > > Hi Matt, > > On Tue, Mar 31, 2015 at 01:30:50AM +0000, Matt Thomas wrote: >> When the cpu gets an exception from kernel mode, the sscratch register will >> be >> 0 and curlwp will be in the &qu

Re: CVS commit: src/sys/net/if_vlan.c

2015-03-30 Thread Matt Thomas
> On Mar 30, 2015, at 8:26 AM, Christoph Badura wrote: > > On Sun, Mar 29, 2015 at 01:30:43PM +, Ryota Ozaki wrote: >> Module Name: src >> Committed By:ozaki-r >> Date:Sun Mar 29 13:30:43 UTC 2015 >> >> Modified Files: >> src/sys/net: if_vlan.c >> >> Log Messag

Re: CVS commit: src/sys/arch/vax/include

2014-12-20 Thread Matt Thomas
> On Dec 20, 2014, at 5:13 AM, John Klos wrote: > > Module Name: src > Committed By: jklos > Date: Sat Dec 20 13:13:58 UTC 2014 > > Added Files: > src/sys/arch/vax/include: autoconf.h > > Log Message: > Added as a placeholder so kernels compile until a better fix is found. > >

Re: CVS commit: src/sys/net

2014-11-27 Thread Matt Thomas
> On Nov 26, 2014, at 11:26 PM, Masao Uebayashi wrote: > > On Thu, Nov 27, 2014 at 4:20 PM, Matt Thomas wrote: >>> Or completely hide sizeof(struct ifnet) by forcing use of if_alloc(), >>> as struct device did. >> >> Doesn't work since struct ifne

Re: CVS commit: src/sys/net

2014-11-26 Thread Matt Thomas
> On Nov 26, 2014, at 5:55 PM, Masao Uebayashi wrote: > > On Thu, Nov 27, 2014 at 10:51 AM, Masao Uebayashi wrote: >> Maybe adding a few spare members, like 5 pointers, to reduce # of bumps ... ? > > Or completely hide sizeof(struct ifnet) by forcing use of if_alloc(), > as struct device did.

Re: CVS commit: src/sys/net

2014-11-26 Thread Matt Thomas
> On Nov 26, 2014, at 1:38 AM, Ryota Ozaki wrote: > > Module Name: src > Committed By: ozaki-r > Date: Wed Nov 26 09:38:42 UTC 2014 > > Modified Files: > src/sys/net: if.c if.h > > Log Message: > Change if_slowtimo_ch to a pointer > > One benefit to do so is to reduce memory us

Re: CVS commit: src/sys/arch

2014-11-11 Thread Matt Thomas
> On Nov 11, 2014, at 6:19 PM, Michael wrote: > > Hello, > > On Tue, 11 Nov 2014 23:14:18 +0100 > Martin Husemann wrote: > >> On Tue, Nov 11, 2014 at 02:10:08PM -0800, John Nemeth wrote: >>> } >The latest import fixed m68k (but tsutsui-san asked for a bit more >>> testing, >>> } >which I did

Re: CVS commit: src/sys/dev

2014-11-05 Thread Matt Thomas
> On Nov 5, 2014, at 6:09 PM, Masao Uebayashi wrote: > > On Thu, Nov 6, 2014 at 4:03 AM, Taylor R Campbell > wrote: >> Why use a string-keyed table with run-time lookups instead of a C >> object with a C declaration? >> >> /* ioconf.h */ >> extern struct cfiattrdata xxxbus; >> >> /* xxx.c */

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

2014-10-29 Thread Matt Thomas
> On Oct 29, 2014, at 7:30 PM, Christos Zoulas wrote: > > On Oct 30, 11:14am, uebay...@gmail.com (Masao Uebayashi) wrote: > -- Subject: Re: CVS commit: src/usr.bin/config > > | Could you show me an example failure senario? What do you propose instead? > > I don't have anything *better* to pro

Re: CVS commit: src/sys/arch/arm/imx

2014-10-07 Thread Matt Thomas
On Oct 7, 2014, at 2:36 AM, Ryo Shimizu wrote: > Module Name: src > Committed By: ryo > Date: Tue Oct 7 09:36:09 UTC 2014 > > Modified Files: > src/sys/arch/arm/imx: files.imx6 imx6_ccm.c imx6_ccmvar.h > Added Files: > src/sys/arch/arm/imx: imx6_i2c.c > > Log Message: > a

Re: CVS commit: src/sys/conf

2014-09-26 Thread Matt Thomas
On Sep 26, 2014, at 12:32 AM, David Holland wrote: > On Fri, Sep 19, 2014 at 09:05:23AM +0000, Matt Thomas wrote: >> Added Files: >> src/sys/conf: filesystems.config >> >> Log Message: >> include for configs which includes all file-systems and any dep

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

2014-09-06 Thread Matt Thomas
On Sep 6, 2014, at 12:28 PM, Cherry G. Mathew wrote: > Hi Matt, > > This doesn't fix drm2 i915 breakage. Could you revisit this please, since > it's in external/ ? > > Thanks, > If I revert, it still won't build. So no. i915 shouldn't be using enum pipe since it conflicts with struct pipe

Re: CVS commit: src/sys/arch

2014-08-29 Thread Matt Thomas
> On Aug 29, 2014, at 4:46 AM, Reinoud Zandijk wrote: > > Mi Matthew, > > On Fri, Aug 29, 2014 at 09:53:31AM +1000, matthew green wrote: >> >> "Reinoud Zandijk" writes: >>> Module Name:src >>> Committed By: reinoud >>> Date: Thu Aug 28 18:02:37 UTC 2014 >>> >>> Mod

Re: CVS commit: src/sys/arch

2014-07-24 Thread Matt Thomas
On Jul 24, 2014, at 5:23 PM, matthew green wrote: > > "Taylor R Campbell" writes: >> Module Name: src >> Committed By:riastradh >> Date:Thu Jul 24 13:42:29 UTC 2014 >> >> Modified Files: >> src/sys/arch/amd64/include: vmparam.h >> src/sys/arch/i386/include: vm

Re: CVS commit: src/sys/arch/mips/include

2014-07-23 Thread Matt Thomas
On Jul 23, 2014, at 1:46 PM, Joerg Sonnenberger wrote: > On Tue, Jul 22, 2014 at 10:40:02PM +0100, Alexander Nasonov wrote: >> Matt Thomas wrote: >>> >>> On Jul 22, 2014, at 2:27 PM, Alexander Nasonov wrote: >>>> I allocate with the X flag

Re: CVS commit: src/sys/arch/arm/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 3:45 PM, Alexander Nasonov wrote: > Matt Thomas wrote: >> >> On Jul 22, 2014, at 1:16 PM, Alexander Nasonov wrote: >> >>> Module Name:src >>> Committed By: alnsn >>> Date: Tue Jul 22 20:16:39 U

Re: CVS commit: src/sys/arch/arm/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 1:16 PM, Alexander Nasonov wrote: > Module Name: src > Committed By: alnsn > Date: Tue Jul 22 20:16:39 UTC 2014 > > Modified Files: > src/sys/arch/arm/include: sljitarch.h > > Log Message: > Add parentheses around macro arguments. Please use sljit_machdep.h

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 2:40 PM, Alexander Nasonov wrote: > Matt Thomas wrote: >> >> On Jul 22, 2014, at 2:27 PM, Alexander Nasonov wrote: >>> I allocate with the X flag and it seems to work: >>> >>> /* in sljitExecAllocator.c */ >>>

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 2:27 PM, Alexander Nasonov wrote: > Matt Thomas wrote: >> >> On Jul 22, 2014, at 12:54 PM, Alexander Nasonov wrote: >> >>> Module Name:src >>> Committed By: alnsn >>> Date: Tue Jul 22 19:54:55 U

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 12:54 PM, Alexander Nasonov wrote: > Module Name: src > Committed By: alnsn > Date: Tue Jul 22 19:54:55 UTC 2014 > > Modified Files: > src/sys/arch/mips/include: sljitarch.h > > Log Message: > Define SLJIT_CACHE_FLUSH() for mips. Actually, this isn't enough.

Re: CVS commit: src/external/lgpl3/gmp/dist

2014-06-23 Thread Matt Thomas
On Jun 23, 2014, at 5:48 AM, KIYOHARA Takashi wrote: > Module Name: src > Committed By: kiyohara > Date: Mon Jun 23 12:48:43 UTC 2014 > > Modified Files: > src/external/lgpl3/gmp/dist: configure > > Log Message: > Support earm*-*-*. why? we don't use that.

Re: CVS commit: src/lib/libedit/TEST

2014-06-18 Thread Matt Thomas
On Jun 18, 2014, at 1:12 PM, Christos Zoulas wrote: > cast gotsig because it is long on some systems. Why cast to int instead of long?

Re: CVS commit: src/sys/arch/sgimips/conf

2014-06-01 Thread Matt Thomas
On Jun 1, 2014, at 9:45 PM, matthew green wrote: > > Matt Thomas writes: >> >> On Jun 1, 2014, at 1:29 PM, matthew green wrote: >> >>> >>> hmmm, isn't n32 kernel a relatively uncommon way of setting up the >>> new mips code? i'm

Re: CVS commit: src/sys/arch/sgimips/conf

2014-06-01 Thread Matt Thomas
On Jun 1, 2014, at 1:29 PM, matthew green wrote: > > hmmm, isn't n32 kernel a relatively uncommon way of setting up the > new mips code? i'm not sure matt ever tested that properly, but > it seems to me it should be capable of running o32, n32 and n64 > applications, but matt should have a loo

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

2014-04-30 Thread Matt Thomas
On Apr 30, 2014, at 9:14 AM, Izumi Tsutsui wrote: > skrll@ wrote: > >> I'm still seeing issues with my cobalt, but I'll keep hunting. > > Probably all mips port MD bus_dma.c > (in arc, cobalt, emips, ews4800mips, hpcmips, mipsco, pmax, sgimips) > need the similar fix as mips/bus_dma.c rev 1.28

Re: CVS commit: src/share/mk

2014-04-09 Thread Matt Thomas
On Apr 9, 2014, at 9:29 AM, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed Apr 9 16:29:08 UTC 2014 > > Modified Files: > src/share/mk: bsd.lib.mk > > Log Message: > change -x to OBJCOPYLIBFLAGS like everywhere else. Does that really fix it? sin

Re: CVS commit: [matt-nb5-mips64] src/share/mk

2014-04-05 Thread Matt Thomas
On Apr 4, 2014, at 11:56 PM, David Laight wrote: > On Fri, Apr 04, 2014 at 05:07:14AM +0000, Matt Thomas wrote: >> Module Name: src >> Committed By:matt >> Date:Fri Apr 4 05:07:14 UTC 2014 >> >> Modified Files: >> src

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

2014-03-15 Thread Matt Thomas
On Mar 15, 2014, at 10:11 PM, Ryota Ozaki wrote: > Module Name: src > Committed By: ozaki-r > Date: Sun Mar 16 05:11:19 UTC 2014 > > Modified Files: > src/external/cddl/osnet/lib/libdtrace: Makefile > > Log Message: > Look up arm directory on MACHINE_ARCH=*arm* Use MACHINE_CPU

Re: CVS commit: src/sys/uvm

2014-02-28 Thread Matt Thomas
On Feb 27, 2014, at 11:07 PM, Alan Barrett wrote: > On Wed, 26 Feb 2014, Matt Thomas wrote: >> Modified Files: >> src/sys/uvm: uvm_meter.c uvm_param.h >> >> Log Message: >> Add vm.min_address and vm.max_address which return VM_MIN_ADDRESS and >> VM

Re: CVS commit: src/share/mk

2014-02-27 Thread Matt Thomas
On Feb 27, 2014, at 12:43 PM, matthew green wrote: > remove the GCC 4 EXTERNAL_GCC_SUBDIR, and switch GCC 4.8 to use gcc.old. huh?

Re: CVS commit: src/share/mk

2014-02-20 Thread Matt Thomas
On Jan 23, 2014, at 8:53 PM, Masao Uebayashi wrote: > How about kernel modules? even kernel modules

Re: CVS commit: src/sys/external/bsd/compiler_rt/dist/lib

2014-02-19 Thread Matt Thomas
On Feb 19, 2014, at 2:40 PM, Christos Zoulas wrote: > In article <20140219205453.gb22...@britannica.bec.de>, > Joerg Sonnenberger wrote: > >> I have no problem with going over the code in the upstream repository, >> but I have a problem with adding pointless local changes. They just >> increa

Re: CVS commit: src/sys/arch

2014-02-05 Thread Matt Thomas
On Feb 5, 2014, at 3:43 PM, David Laight wrote: > On Wed, Feb 05, 2014 at 03:09:59PM -0800, Matt Thomas wrote: >> >>>> >>>> This breaks clang. Please do not depend on one SSE option disabling >>>> another. >>> >>> Without those

Re: CVS commit: src/sys/arch

2014-02-05 Thread Matt Thomas
On Feb 5, 2014, at 3:06 PM, David Laight wrote: > On Wed, Feb 05, 2014 at 11:09:05PM +0100, Joerg Sonnenberger wrote: >> On Wed, Feb 05, 2014 at 06:52:22PM +, David Laight wrote: >>> Module Name:src >>> Committed By: dsl >>> Date: Wed Feb 5 18:52:22 UTC 2014 >>>

Re: CVS commit: src/lib/libc/arch/powerpc/sys

2014-02-02 Thread Matt Thomas
On Feb 2, 2014, at 2:19 PM, David Holland wrote: > On Sat, Feb 01, 2014 at 08:26:21PM +0000, Matt Thomas wrote: >> Modified Files: >> src/lib/libc/arch/powerpc/sys: __syscall.S syscall.S >> >> Log Message: >> Since powerpc passes 8 arguments in regis

Re: CVS commit: src/distrib/common

2014-02-01 Thread Matt Thomas
On Feb 1, 2014, at 2:16 PM, Izumi Tsutsui wrote: > matt@ wrote: > >> Module Name: src >> Committed By:matt >> Date:Sat Feb 1 21:05:54 UTC 2014 >> >> Modified Files: >> src/distrib/common: Makefile.crunch >> >> Log Message: >> Pass DBG to crunchgen so it can get i

Re: CVS commit: src/sys/arch/arm/include

2014-01-29 Thread Matt Thomas
On Jan 29, 2014, at 12:25 PM, Alan Barrett wrote: > On Wed, 29 Jan 2014, Matt Thomas wrote: >> Modified Files: >> src/sys/arch/arm/include: int_fmtio.h int_mwgwtypes.h >> >> Log Message: >> Make {,u}int{8,16,32} be of type int. > > I think you mean

Re: CVS commit: src/distrib/vax/ramdisk

2014-01-24 Thread Matt Thomas
On Jan 24, 2014, at 4:19 AM, Martin Husemann wrote: > Module Name: src > Committed By: martin > Date: Fri Jan 24 12:19:10 UTC 2014 > > Modified Files: > src/distrib/vax/ramdisk: Makefile > > Log Message: > Slightly bump ramdisk size, so the content fits even when compiled with >

Re: CVS commit: src/share/mk

2014-01-24 Thread Matt Thomas
On Jan 24, 2014, at 1:16 AM, Izumi Tsutsui wrote: > Do you have any suggestion without boring work to rename all > #include lines and expand the "machine" path > in MI files to ${MACHINE}/include? I wish that cc/clang supported -isystem:NAME PATH and iquote:NAME PATH which would look starting

Re: CVS commit: src/share/mk

2014-01-22 Thread Matt Thomas
On Jan 22, 2014, at 7:19 AM, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed Jan 22 15:19:05 UTC 2014 > > Modified Files: > src/share/mk: bsd.klinks.mk > > Log Message: > For now, ignore errors from creating klinks. This is racy and you can get > i

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

2014-01-11 Thread Matt Thomas
On Jan 11, 2014, at 9:32 AM, Matt Thomas wrote: > Module Name: src > Committed By: matt > Date: Sat Jan 11 17:32:20 UTC 2014 > > Modified Files: > src/sys/arch/arm/arm32: arm32_machdep.c fault.c > src/sys/arch/arm/include: locore.h &g

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

2014-01-09 Thread Matt Thomas
On Jan 9, 2014, at 9:28 AM, SAITOH Masanobu wrote: > Module Name: src > Committed By: msaitoh > Date: Thu Jan 9 17:28:05 UTC 2014 > > Modified Files: > src/sys/dev/pci: pcidevs > > Log Message: > Remove 88SE9128(0x913a) entry. At least one of 88SE9128 chip's > product ID is 0x9

Re: CVS commit: src/lib/libc/compiler_rt

2013-12-02 Thread Matt Thomas
On Dec 2, 2013, at 6:28 PM, Joerg Sonnenberger wrote: > Module Name: src > Committed By: joerg > Date: Tue Dec 3 02:28:51 UTC 2013 > > Modified Files: > src/lib/libc/compiler_rt: Makefile.inc > > Log Message: > Add ARM (EABI) specific sources. Split off code that requires C11,

Re: CVS commit: src/sys/arch/i386/conf

2013-10-23 Thread Matt Thomas
On Oct 23, 2013, at 11:42 AM, Jukka Ruohonen wrote: > On Wed, Oct 23, 2013 at 10:37:15AM -0700, Paul Goyette wrote: >> On Wed, 23 Oct 2013, Matt Thomas wrote: >> >>> Module Name:src >>> Committed By: matt >>> Date: Wed

Re: CVS commit: src/external/gpl3/binutils/usr.bin/ld

2013-10-01 Thread Matt Thomas
On Oct 1, 2013, at 9:07 AM, Nick Hudson wrote: > Module Name: src > Committed By: skrll > Date: Tue Oct 1 16:07:35 UTC 2013 > > Modified Files: > src/external/gpl3/binutils/usr.bin/ld: Makefile > > Log Message: > Use G_enable_initfini_array and default to no while mknative is r

Re: CVS commit: src

2013-07-19 Thread Matt Thomas
On Jul 19, 2013, at 12:19 AM, Jukka Ruohonen wrote: > On Wed, Jul 17, 2013 at 10:36:26PM +0000, Matt Thomas wrote: >> Log Message: >> Some constification. >> Add kcpuset_clone, kcpuset_insersection, kcpuset_remove, >> kcpuset_ffs, kcpuset_ffs_intersecting

Re: CVS commit: src/lib/csu/common

2013-06-27 Thread Matt Thomas
On Jun 27, 2013, at 8:33 AM, Joerg Sonnenberger wrote: > On Thu, Jun 27, 2013 at 08:03:06AM -0700, Matt Thomas wrote: >> >> On Jun 27, 2013, at 7:28 AM, matthew green wrote: >> >>> >>>> Module Name: src >>>> Committed By: mat

Re: CVS commit: src/lib/csu/common

2013-06-27 Thread Matt Thomas
On Jun 27, 2013, at 7:28 AM, matthew green wrote: > >> Module Name: src >> Committed By:matt >> Date:Thu Jun 27 03:37:21 UTC 2013 >> >> Modified Files: >> src/lib/csu/common: Makefile.inc >> >> Log Message: >> Add -fPIC to compile of crtbeginS.o > > what is this

Re: CVS commit: src/sys

2013-06-10 Thread Matt Thomas
On Jun 5, 2013, at 7:24 AM, Greg Troxel wrote: > > Jukka Ruohonen writes: > >> Ah, maybe IPv6-only hosts would be the rationale then. But as you noted, it >> is not difficult to find cases like >> >> #ifdef INET >>... >> #ifdef INET6 > > That's a bug; in theory one sho

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

2013-05-24 Thread Matt Thomas
On May 24, 2013, at 6:44 AM, Martin Husemann wrote: > On Fri, May 24, 2013 at 09:08:18AM -0400, Christos Zoulas wrote: >> On May 24, 8:01am, mar...@homeworld.netbsd.org (Martin Husemann) wrote: >> -- Subject: Re: CVS commit: src/tests/lib/libm >> >> | This is wrong - unlike the other tests tha

Re: CVS commit: src

2013-05-01 Thread Matt Thomas
On May 1, 2013, at 9:57 PM, Izumi Tsutsui wrote: > matt@ wrote: > >> Module Name: src >> Committed By:matt >> Date:Thu May 2 03:56:43 UTC 2013 > : >> Log Message: >> This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that >> share a MACHINE_ARCH for us

Re: CVS commit: src/sys/kern

2013-04-21 Thread Matt Thomas
On Apr 21, 2013, at 2:15 AM, David Laight wrote: > On Sat, Apr 20, 2013 at 02:17:17PM -0700, Matt Thomas wrote: >> >> On Apr 20, 2013, at 11:04 AM, Christos Zoulas wrote: >> >>> Module Name:src >>> Committed By: christos >>>

Re: CVS commit: src/sys/kern

2013-04-20 Thread Matt Thomas
On Apr 20, 2013, at 11:04 AM, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sat Apr 20 18:04:41 UTC 2013 > > Modified Files: > src/sys/kern: kern_exec.c > > Log Message: > don't attempt to load elf64 on 32 bit machines if the load address doesn't fi

Re: CVS commit: src/sys/sys

2013-02-24 Thread Matt Thomas
On Feb 24, 2013, at 12:37 AM, Iain Hibbert wrote: > On Sun, 24 Feb 2013, Matt Thomas wrote: > >> Module Name: src >> Committed By:matt >> Date:Sun Feb 24 06:20:24 UTC 2013 >> >> Modified Files: >> src/sys/sys: tty.h >

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

2013-01-15 Thread Matt Thomas
On Jan 15, 2013, at 12:10 AM, David Laight wrote: > On Tue, Jan 15, 2013 at 02:03:31AM +0000, Matt Thomas wrote: >> Module Name: src >> Committed By:matt >> Date:Tue Jan 15 02:03:31 UTC 2013 >> >> Added Files: >> src/common/l

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

2012-12-27 Thread Matt Thomas
On Dec 27, 2012, at 7:48 PM, SAITOH Masanobu wrote: > Module Name: src > Committed By: msaitoh > Date: Fri Dec 28 03:48:00 UTC 2012 > > Modified Files: > src/sys/arch/arm/arm: cpufunc.c > > Log Message: > Enable DCache Streaming Switch and Write Allocate. > This change improve sy

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

2012-12-09 Thread Matt Thomas
On Dec 9, 2012, at 6:02 PM, Christos Zoulas wrote: > In article <20121210013731.5b86c17...@cvs.netbsd.org>, > Matt Thomas wrote: >> -=-=-=-=-=- >> >> Module Name: src >> Committed By:matt >> Date:Mon Dec 10 01:37:31 UTC 2012 &

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

2012-12-06 Thread Matt Thomas
On Dec 6, 2012, at 5:27 PM, Pierre Pronchery wrote: > I'm afraid this has broken building the evbarm port, as it now fails with: > > src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c: In function > 'arm_supply_fparegset': > src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c:132:24: error: 'struct fpreg'

Re: CVS commit: src/sys/arch

2012-11-13 Thread Matt Thomas
On Nov 13, 2012, at 6:10 AM, Chuck Silvers wrote: > Module Name: src > Committed By: chs > Date: Tue Nov 13 14:10:24 UTC 2012 > > Modified Files: > src/sys/arch/amd64/include: vmparam.h > src/sys/arch/i386/include: vmparam.h > > Log Message: > bump VM_PHYSSEG_MAX to 32, we'

Re: CVS commit: xsrc/external/mit/libpciaccess/dist/src

2012-11-04 Thread Matt Thomas
On Nov 4, 2012, at 2:26 AM, David Laight wrote: > Personally I almost never mark variables 'const', the only I initialise > in their declarations (at the top of a function) are probably almost > always never chaned (well maybe execpt default error values). Personally, I always mark variable as c

Re: CVS commit: src/lib/libpthread

2012-09-12 Thread Matt Thomas
On Sep 12, 2012, at 9:45 AM, David Laight wrote: > On Wed, Sep 12, 2012 at 02:55:48PM +0000, Matt Thomas wrote: >> Module Name: src >> Committed By:matt >> Date:Wed Sep 12 14:55:48 UTC 2012 >> >> Modified Files: >> src/lib/li

Re: CVS commit: src

2012-09-12 Thread Matt Thomas
On Sep 12, 2012, at 7:04 AM, Martin Husemann wrote: > On Wed, Sep 12, 2012 at 01:00:52PM +, Christos Zoulas wrote: >> This is orthogonal. I believe that in the discussion we had in core >> we decided to not define _UC_TLSBASE unconditionally, and that ports >> should define it as needed. > >

Re: CVS commit: src (_UC_TLSBASE)

2012-09-12 Thread Matt Thomas
On Sep 12, 2012, at 12:26 AM, Emmanuel Dreyfus wrote: > On Tue, Sep 11, 2012 at 11:20:47PM -0700, Matt Thomas wrote: >> _UC_TLSBASE is an MD thing. > > iMO it is a MI interface with a MD implementation. It just says whether > TLS is part of struct mcontext or not. The MD co

Re: CVS commit: src

2012-09-11 Thread Matt Thomas
On Sep 11, 2012, at 11:19 PM, Emmanuel Dreyfus wrote: > Matt Thomas wrote: > >> Only those ports which reserve a register in mcontext for the TCB >> pointer should define _UC_TLSBASE. Otherwise _UC_TLSBASE has no >> meaning and thus should not be defined. > > We

Re: CVS commit: src

2012-09-11 Thread Matt Thomas
On Sep 11, 2012, at 7:00 PM, Emmanuel Dreyfus wrote: > > - add _UC_TLSBASE definition in header file for all ports > (powerpc, sh3, sparc and sparc64 lack the implementation for now) Only those ports which reserve a register in mcontext for the TCB pointer should define _UC_TLSBASE. Otherwise

Re: CVS commit: src/sys

2012-09-04 Thread Matt Thomas
On Sep 4, 2012, at 12:55 PM, matthew green wrote: > >> Module Name: src >> Committed By:matt >> Date:Sat Sep 1 00:24:44 UTC 2012 >> >> Modified Files: >> src/sys/kern: kern_cpu.c >> src/sys/sys: cpu_data.h >> >> Log Message: >> Add a kcpuset_t which just incl

Re: CVS commit: src/sys/uvm

2012-09-03 Thread Matt Thomas
On Sep 3, 2012, at 3:33 PM, Mindaugas Rasiukevicius wrote: > "Matt Thomas" wrote: >> Module Name: src >> Committed By:matt >> Date:Mon Sep 3 19:53:43 UTC 2012 >> >> Modified Files: >> src/sys/uvm: uvm_km.c uvm_m

Re: CVS commit: src/sys

2012-08-03 Thread Matt Thomas
On Aug 3, 2012, at 10:35 PM, matthew green wrote: > >> Module Name: src >> Committed By:matt >> Date:Fri Aug 3 18:08:02 UTC 2012 >> >> Modified Files: >> src/sys/kern: makesyscalls.sh >> src/sys/sys: systm.h >> >> Log Message: >> If any argument of a syscall

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

2012-07-30 Thread Matt Thomas
On Jul 30, 2012, at 4:56 PM, Christos Zoulas wrote: > On Jul 30, 11:37am, m...@3am-software.com (Matt Thomas) wrote: > -- Subject: Re: CVS commit: src/sys/arch/sparc > > | > | On Jul 30, 2012, at 10:29 AM, Christos Zoulas wrote: > | > | > Module Name: src > | &

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

2012-07-30 Thread Matt Thomas
On Jul 30, 2012, at 10:29 AM, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Jul 30 17:29:55 UTC 2012 > Modified Files: > src/sys/arch/sparc/dev: kd.c > src/sys/arch/sparc/sparc: machdep.c > > Log Message: > move cn_tab initializationt to cpu_

Re: CVS commit: src/sys/arch/evbmips/conf

2012-07-30 Thread Matt Thomas
On Jul 30, 2012, at 7:01 AM, Paul Goyette wrote: > On Mon, 30 Jul 2012, KIYOHARA Takashi wrote: > >> Module Name: src >> Committed By:kiyohara >> Date:Mon Jul 30 13:50:06 UTC 2012 >> >> Modified Files: >> src/sys/arch/evbmips/conf: ALCHEMY MALTA >> >> Log Message:

Re: CVS commit: src/sys/arch/evbmips/conf

2012-07-30 Thread Matt Thomas
On Jul 30, 2012, at 6:50 AM, KIYOHARA Takashi wrote: > Module Name: src > Committed By: kiyohara > Date: Mon Jul 30 13:50:06 UTC 2012 > > Modified Files: > src/sys/arch/evbmips/conf: ALCHEMY MALTA > > Log Message: > Enable INET6. Avoid build failed when enable ipf and disable IN

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

2012-07-29 Thread Matt Thomas
On Jul 28, 2012, at 10:52 PM, David Holland wrote: > On Sat, Jul 28, 2012 at 10:22:46PM -0700, Matt Thomas wrote: >>>> Modified Files: >>>>src/sys/dev/i2c: g760a.c >>>> >>>> Log Message: >>>> Use (void *) instead of (type **)

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

2012-07-28 Thread Matt Thomas
On Jul 28, 2012, at 9:29 PM, David Holland wrote: > On Sat, Jul 28, 2012 at 11:03:47PM +0000, Matt Thomas wrote: >> Modified Files: >> src/sys/dev/i2c: g760a.c >> >> Log Message: >> Use (void *) instead of (type **) which gcc complains about. > > At

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

2012-07-17 Thread Matt Thomas
On Jul 17, 2012, at 7:08 AM, Greg Troxel wrote: > So the 4-byte read causes the SDHC_ERROR_INTERRUPT not to get set because > the same read reads EINTR_STATUS, or the chip that's in systems that need > 4-byte reads is different (ESDHC vs SDHC?)? The chip does not implement SDHC_ERROR_INTERRUPT.

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

2012-07-17 Thread Matt Thomas
On Jul 17, 2012, at 5:39 AM, Greg Troxel wrote: > > Modified Files: > src/sys/dev/sdmmc: sdhc.c > > Log Message: > Handle interrupt acknowledgement in the SDHC_FLAG_32BIT_ACCESS case in > the same way as non-SDHC_FLAG_32BIT_ACCESS case. > > To generate a diff of this commit: > c

Re: CVS commit: src/sys/common/pmap/tlb

2012-07-05 Thread Matt Thomas
On Jul 5, 2012, at 10:41 AM, David Laight wrote: > On Thu, Jul 05, 2012 at 10:34:00AM -0700, Matt Thomas wrote: >> >> On Jul 5, 2012, at 10:25 AM, David Laight wrote: >> >>> On Thu, Jul 05, 2012 at 05:24:54PM +, Matt Thomas wrote: >>>> Module Na

Re: CVS commit: src/sys/common/pmap/tlb

2012-07-05 Thread Matt Thomas
On Jul 5, 2012, at 10:25 AM, David Laight wrote: > On Thu, Jul 05, 2012 at 05:24:54PM +0000, Matt Thomas wrote: >> Module Name: src >> Committed By:matt >> Date:Thu Jul 5 17:24:54 UTC 2012 >> >> Modified Files: >> src/sy

Re: CVS commit: src/sys/common/pmap/tlb

2012-05-19 Thread Matt Thomas
On May 19, 2012, at 8:12 AM, Reinoud Zandijk wrote: > Hi Matt, > > On Thu, May 17, 2012 at 04:20:19PM +0000, Matt Thomas wrote: >> Module Name: src >> Committed By:matt >> Date:Thu May 17 16:20:19 UTC 2012 >> >> Modified Files:

Re: CVS commit: [matt-nb5-mips64] src/sys/uvm

2012-04-11 Thread Matt Thomas
On Apr 11, 2012, at 7:34 PM, YAMAMOTO Takashi wrote: > hi, > >> Module Name: src >> Committed By:matt >> Date:Thu Apr 12 01:40:27 UTC 2012 >> >> Modified Files: >> src/sys/uvm [matt-nb5-mips64]: uvm_extern.h uvm_fault.c uvm_km.c >> uvm_meter.c uvm_pdaemon.c

Re: CVS commit: src/lib/libc/arch/mips/gen

2012-03-20 Thread Matt Thomas
On Mar 20, 2012, at 3:51 AM, Havard Eidnes wrote: > Module Name: src > Committed By: he > Date: Tue Mar 20 10:51:24 UTC 2012 > > Modified Files: > src/lib/libc/arch/mips/gen: fpgetmask.c fpgetsticky.c fpsetmask.c > fpsetsticky.c > > Log Message: > Cast to unsigned int b

Re: CVS commit: src

2012-03-18 Thread Matt Thomas
On Mar 18, 2012, at 2:08 PM, Martin Husemann wrote: > On Sun, Mar 18, 2012 at 09:54:31AM -0700, Matt Thomas wrote: >> We probably should have a -Os compiled libc (without _DIAGASSERT) >> for use by distrib. > > Or an empty __diagassert13() stub in distrib/utils

Re: CVS commit: src

2012-03-18 Thread Matt Thomas
On Mar 18, 2012, at 7:12 AM, Havard Eidnes wrote: > Module Name: src > Committed By: he > Date: Sun Mar 18 14:12:56 UTC 2012 > > Modified Files: > src/distrib/vax/ramdisk: Makefile > src/sys/arch/vax/conf: INSTALL > > Log Message: > Bump the ramdisk size so that the content

Re: CVS commit: src/sys

2012-03-08 Thread Matt Thomas
On Mar 8, 2012, at 1:55 PM, Joerg Sonnenberger wrote: > Module Name: src > Committed By: joerg > Date: Thu Mar 8 21:55:45 UTC 2012 > > Modified Files: > src/sys/compat/netbsd32: syscalls.master > src/sys/kern: syscalls.master > > Log Message: > Add entry for _ksem_timedwai

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

2012-03-02 Thread Matt Thomas
On Mar 2, 2012, at 11:15 AM, Alan Barrett wrote: > On Fri, 02 Mar 2012, Jukka Ruohonen wrote: >>> Log Message: >>> Change CTASSERT to __CTASSERT (the spelling used in ), >>> include so that it will be defined, >>> and move it to a better place. >>> >>> The previous CTASSERT would never have bee

  1   2   3   4   >