re: CVS commit: src/sys/dev/sysmon

2015-04-25 Thread matthew green
Christos Zoulas writes: Module Name: src Committed By: christos Date: Sat Apr 25 14:06:58 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c Log Message: make things boot again, from martin. thanks. updating to test now.. but shouldn't this use RUN_ONCE()

CVS commit: src/sys/kern

2015-04-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 25 19:10:29 UTC 2015 Modified Files: src/sys/kern: kern_veriexec.c Log Message: Make veriexec_renamechk() more readable. Also add a KASSERT on vte_count. No real functional change To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2015-04-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 25 19:10:29 UTC 2015 Modified Files: src/sys/kern: kern_veriexec.c Log Message: Make veriexec_renamechk() more readable. Also add a KASSERT on vte_count. No real functional change To generate a diff of this commit: cvs

Re: CVS commit: src/distrib/atari/floppies/install

2015-04-25 Thread Izumi Tsutsui
christos@ wrote: | Log Message: | double the size of the image to fix the build | | AFAIK atari doesn't handle to write, load, and mount 1440KB floppy images. | (i.e. no ustarfs support) How do we fix it? Can we add ustarfs support.. No idea. I don't know atari hardware/firmware

CVS commit: src/distrib/atari/floppies/install

2015-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 25 18:41:55 UTC 2015 Modified Files: src/distrib/atari/floppies/install: Makefile list Log Message: kill sed so we fit on one floppy again. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

Re: CVS commit: src/share/misc

2015-04-25 Thread rodent
I think that NetBSD's acronyms file should be for acronyms that ordinary people are likely to encounter in ordinary situations; not for acronyms used in some small subculture. In that case, the file(s) would be rather short. I feel differently about the direction of acronyms and it seems

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2015-04-25 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 25 20:50:04 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_display.c Log Message: don't apply the don't set CLUT to RV280. it isn't necessary for my PCI 9250 card, and hoses the colours in X when

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2015-04-25 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 25 20:50:04 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_display.c Log Message: don't apply the don't set CLUT to RV280. it isn't necessary for my PCI 9250 card, and hoses the colours in X when

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

2015-04-25 Thread Paul Goyette
Done. Doing some testing now but should be ok. On Sat, 25 Apr 2015, Christos Zoulas wrote: In article 1723.1429983...@splode.eterna.com.au, matthew green m...@eterna.com.au wrote: Christos Zoulas writes: Module Name:src Committed By: christos Date: Sat Apr 25 14:06:58 UTC

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

2015-04-25 Thread Paul Goyette
Thanks. :) I'll get this (and the corresponding changes to sysmon_power and sysmon_wdog subcomponents) done shortly. On Sat, 25 Apr 2015, Christos Zoulas wrote: In article 1723.1429983...@splode.eterna.com.au, matthew green m...@eterna.com.au wrote: Christos Zoulas writes: Module

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

2015-04-25 Thread Jeff Rizzo
On 4/25/15 3:46 PM, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Sat Apr 25 22:46:31 UTC 2015 + if (pmf_device_register(sysmon_dev, NULL, NULL)) + aprintf_error(%s: failed to register with pmf\n, I think you mean aprint_error. This

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 23:55:24 UTC 2015 Modified Files: src/sys/dev/sysmon: swsensor.c Log Message: Remove another debug printf() that snuck in. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/sysmon/swsensor.c

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 23:55:24 UTC 2015 Modified Files: src/sys/dev/sysmon: swsensor.c Log Message: Remove another debug printf() that snuck in. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/sysmon/swsensor.c

Re: CVS commit: src/distrib/atari/floppies/install

2015-04-25 Thread Izumi Tsutsui
christos@ wrote: Module Name: src Committed By: christos Date: Sat Apr 25 18:41:55 UTC 2015 Modified Files: src/distrib/atari/floppies/install: Makefile list Log Message: kill sed so we fit on one floppy again. What makes you think it works?

Re: CVS commit: src/distrib/atari/floppies/install

2015-04-25 Thread Izumi Tsutsui
christos@ wrote: Module Name: src Committed By: christos Date: Wed Apr 22 20:21:11 UTC 2015 Modified Files: src/distrib/atari/floppies/install: Makefile Log Message: double the size of the image to fix the build AFAIK atari doesn't handle to write, load, and mount

Re: CVS commit: src/distrib/atari/floppies/install

2015-04-25 Thread Christos Zoulas
On Apr 26, 2:49am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/distrib/atari/floppies/install | christos@ wrote: | | | Log Message: | | double the size of the image to fix the build | | | | AFAIK atari doesn't handle to write, load, and mount 1440KB

CVS commit: src/sys/external/bsd/drm2/ttm

2015-04-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 25 21:00:29 UTC 2015 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_agp_backend.c Log Message: kmem_free the container structure, not a substructure. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/external/bsd/drm2/ttm

2015-04-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 25 21:00:29 UTC 2015 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_agp_backend.c Log Message: kmem_free the container structure, not a substructure. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sbin/disklabel

2015-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 25 21:43:53 UTC 2015 Modified Files: src/sbin/disklabel: main.c Log Message: make table smaller in size. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sbin/disklabel/main.c Please note that diffs

CVS commit: src/distrib/atari/floppies/install

2015-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 25 21:44:34 UTC 2015 Modified Files: src/distrib/atari/floppies/install: list Log Message: put back sed, it fits again (and is needed) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sbin/disklabel

2015-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 25 21:43:53 UTC 2015 Modified Files: src/sbin/disklabel: main.c Log Message: make table smaller in size. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sbin/disklabel/main.c Please note that diffs

CVS commit: src/share/man/man5

2015-04-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 25 22:03:07 UTC 2015 Modified Files: src/share/man/man5: boot.cfg.5 Log Message: Sort keywords. From dieter roelants in PR 49855. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/share/man/man5

2015-04-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 25 22:03:07 UTC 2015 Modified Files: src/share/man/man5: boot.cfg.5 Log Message: Sort keywords. From dieter roelants in PR 49855. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

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

2015-04-25 Thread Paul Goyette
Ooops - this should have been two commits. Log message is correct for sysmon.c For the others, message has been corrected to read: Handle early initialization requirements - thanks martin@ and others On Sat, 25 Apr 2015, Paul Goyette wrote: Module Name:src Committed

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 23:40:09 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c sysmon_envsys.c sysmon_power.c sysmon_wdog.c Log Message: Correctly check return status when registering with pmf To generate a diff of

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 23:40:09 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c sysmon_envsys.c sysmon_power.c sysmon_wdog.c Log Message: Correctly check return status when registering with pmf To generate a diff of

Re: CVS commit: src/distrib/atari/floppies/install

2015-04-25 Thread Christos Zoulas
On Apr 26, 2:31am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/distrib/atari/floppies/install | christos@ wrote: | | Module Name:src | Committed By: christos | Date: Wed Apr 22 20:21:11 UTC 2015 | | Modified Files: |

Re: CVS commit: src/distrib/atari/floppies/install

2015-04-25 Thread Izumi Tsutsui
christos@ wrote: | It's easier to have smaller binaries (awk?) in distrib/utils? Let's see how far we are from fitting... All thing I know is it works in 7.0_BETA. I just think buildability fix won't help users, as we discussed in the past.

CVS commit: src/sys/kern

2015-04-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 25 18:43:13 UTC 2015 Modified Files: src/sys/kern: kern_veriexec.c Log Message: Instead of duplicating code, add veriexec_fp_status(). Also reorder a useless goto. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 23:16:37 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c Log Message: Fix typo - thanks, riz@ To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/sysmon/sysmon.c Please note that diffs

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 23:16:37 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c Log Message: Fix typo - thanks, riz@ To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/sysmon/sysmon.c Please note that diffs

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

2015-04-25 Thread Paul Goyette
Yup - fixing now... On Sat, 25 Apr 2015, Jeff Rizzo wrote: On 4/25/15 3:46 PM, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Sat Apr 25 22:46:31 UTC 2015 + if (pmf_device_register(sysmon_dev, NULL, NULL)) + aprintf_error(%s: failed to

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

2015-04-25 Thread Christos Zoulas
In article 1723.1429983...@splode.eterna.com.au, matthew green m...@eterna.com.au wrote: Christos Zoulas writes: Module Name: src Committed By:christos Date:Sat Apr 25 14:06:58 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c Log Message: make

Re: CVS commit: src/distrib/atari/floppies/install

2015-04-25 Thread Christos Zoulas
On Apr 26, 3:55am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/distrib/atari/floppies/install | christos@ wrote: | | | It's easier to have smaller binaries (awk?) in distrib/utils? | | Let's see how far we are from fitting... | | All thing I know is it

CVS commit: src/distrib/atari/floppies/install

2015-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 25 21:44:34 UTC 2015 Modified Files: src/distrib/atari/floppies/install: list Log Message: put back sed, it fits again (and is needed) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 22:46:31 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c Log Message: Register the sysmon pseudo-device with power management framework so we can properly suspend the system. Thanks, mrg, for pointing this

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 22:46:31 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c Log Message: Register the sysmon pseudo-device with power management framework so we can properly suspend the system. Thanks, mrg, for pointing this

Re: CVS commit: src/distrib/atari/floppies/install

2015-04-25 Thread Izumi Tsutsui
christos@ wrote: | I just think buildability fix won't help users, | as we discussed in the past. | http://mail-index.netbsd.org/source-changes-d/2012/08/01/msg005113.html Well, it does not help being broken for months... I say tier III, since nobody seems to care. Anyway, fixed for now.

CVS commit: src/sys/kern

2015-04-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 25 09:08:51 UTC 2015 Modified Files: src/sys/kern: kern_veriexec.c Log Message: Don't mix veriexec lock and file lock in veriexec_file_verify(). Now: - 'veriexec_op_lock' needs to be held when calling

CVS commit: src/sys/kern

2015-04-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 25 09:08:51 UTC 2015 Modified Files: src/sys/kern: kern_veriexec.c Log Message: Don't mix veriexec lock and file lock in veriexec_file_verify(). Now: - 'veriexec_op_lock' needs to be held when calling

CVS commit: src/sys/rump

2015-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 25 08:48:06 UTC 2015 Modified Files: src/sys/rump: listsrcdirs Log Message: Add libkvm to list of userspace libraries. Even though kvm per se isn't support by rump kernels at least for now, libkvm contains methods such as

CVS commit: src/sys/rump

2015-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 25 08:48:06 UTC 2015 Modified Files: src/sys/rump: listsrcdirs Log Message: Add libkvm to list of userspace libraries. Even though kvm per se isn't support by rump kernels at least for now, libkvm contains methods such as

Re: CVS commit: src/share/misc

2015-04-25 Thread David Holland
On Fri, Apr 24, 2015 at 12:20:17AM +, Blue Rats wrote: Module Name: src Committed By:rodent Date:Fri Apr 24 00:20:17 UTC 2015 Modified Files: src/share/misc: acronyms Log Message: +BB = baby - with this commit, we document, rather than police,

CVS commit: src/sys/kern

2015-04-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 25 08:19:06 UTC 2015 Modified Files: src/sys/kern: kern_veriexec.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/kern/kern_veriexec.c Please note that diffs are not public domain;

CVS commit: src/sys/kern

2015-04-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 25 08:19:06 UTC 2015 Modified Files: src/sys/kern: kern_veriexec.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/kern/kern_veriexec.c Please note that diffs are not public domain;

CVS commit: src/sys/dev

2015-04-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 25 12:55:05 UTC 2015 Modified Files: src/sys/dev: cgd_crypto.c cgd_crypto.h Log Message: Sprinkle const into cgd crypto API. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/cgd_crypto.c cvs

CVS commit: src/sys/dev

2015-04-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 25 12:55:05 UTC 2015 Modified Files: src/sys/dev: cgd_crypto.c cgd_crypto.h Log Message: Sprinkle const into cgd crypto API. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/cgd_crypto.c cvs

CVS commit: src/sys/dev

2015-04-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 25 13:06:11 UTC 2015 Modified Files: src/sys/dev: cgd.c Log Message: Use explicit_memset to zero key material. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/dev/cgd.c Please note that diffs

CVS commit: src/sys/dev

2015-04-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 25 13:06:11 UTC 2015 Modified Files: src/sys/dev: cgd.c Log Message: Use explicit_memset to zero key material. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/dev/cgd.c Please note that diffs

Re: CVS commit: src/share/misc

2015-04-25 Thread Alan Barrett
On Fri, 24 Apr 2015, Taylor R Campbell wrote: Modified Files: src/share/misc: acronyms acronyms-o.real Log Message: Per discussion with board@, remove inappropriate, hostile acronyms. Thank you. --apb (Alan Barrett)

CVS commit: src/sys/arch

2015-04-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 25 14:41:33 UTC 2015 Modified Files: src/sys/arch/arm/amlogic: amlogic_crureg.h amlogic_io.c amlogic_reg.h files.amlogic src/sys/arch/evbarm/conf: ODROID-C1 Added Files:

Re: CVS commit: src/share/misc

2015-04-25 Thread rodent
I'm responding to the recent posts ITT, because it seems there's some misunderstanding: 1) What has been committed is no more offensive than the existing material in wtf and fortune. Please, review fortune's data files if any doubts exist; 2) wtf and fortune have existed in source since $TIME

CVS commit: src/sys/arch

2015-04-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 25 14:41:33 UTC 2015 Modified Files: src/sys/arch/arm/amlogic: amlogic_crureg.h amlogic_io.c amlogic_reg.h files.amlogic src/sys/arch/evbarm/conf: ODROID-C1 Added Files:

CVS commit: src/sys/netinet6

2015-04-25 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sat Apr 25 14:56:05 UTC 2015 Modified Files: src/sys/netinet6: dccp6_usrreq.c dccp6_var.h Log Message: fix missed parameter type change in dccp6_accept() to sockaddr * from mbuf * To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/netinet6

2015-04-25 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sat Apr 25 14:56:05 UTC 2015 Modified Files: src/sys/netinet6: dccp6_usrreq.c dccp6_var.h Log Message: fix missed parameter type change in dccp6_accept() to sockaddr * from mbuf * To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/netinet

2015-04-25 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sat Apr 25 15:19:54 UTC 2015 Modified Files: src/sys/netinet: raw_ip.c Log Message: make rip_connect_pcb take sockaddr_in * instead of mbuf * make rip_connect_pcb static since it appears to be used only in raw_ip.c moves m_len

CVS commit: src/sys/netinet

2015-04-25 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sat Apr 25 15:19:54 UTC 2015 Modified Files: src/sys/netinet: raw_ip.c Log Message: make rip_connect_pcb take sockaddr_in * instead of mbuf * make rip_connect_pcb static since it appears to be used only in raw_ip.c moves m_len

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 25 14:06:58 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c Log Message: make things boot again, from martin. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 25 14:06:58 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c Log Message: make things boot again, from martin. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136

CVS commit: src/share/man/man8/man8.x86

2015-04-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 25 14:05:43 UTC 2015 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Explain how the kernel determines the root filesystem from information passed by the bootloader. To generate a diff of this commit:

CVS commit: src/share/man/man8/man8.x86

2015-04-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 25 14:05:43 UTC 2015 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Explain how the kernel determines the root filesystem from information passed by the bootloader. To generate a diff of this commit:

CVS commit: src/share/man/man8/man8.x86

2015-04-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 25 14:27:02 UTC 2015 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: New sentence, new line. Bump date for previous. Various minor changes. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/share/man/man8/man8.x86

2015-04-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 25 14:27:02 UTC 2015 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: New sentence, new line. Bump date for previous. Various minor changes. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

Re: CVS commit: src/share/misc

2015-04-25 Thread Alan Barrett
On Sat, 25 Apr 2015, rod...@netbsd.org wrote: I'm responding to the recent posts ITT, because it seems there's some misunderstanding: I had no idea what ITT meant, until I looked it up. (ITT = in this thread, apparently). 1) What has been committed is no more offensive than the existing