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

2010-01-28 Thread Martin Husemann
On Thu, Jan 28, 2010 at 04:43:25AM +, David Holland wrote: If some people do care, changing the perception might prompt someone to do something about it. Maybe. It's probably a good chunk of work and there's not much bang for the buck. I tried, but it's not obvious [PR 37434, if anyone

CVS commit: src/sys/miscfs/genfs

2010-01-28 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Jan 28 08:20:00 UTC 2010 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: genfs_getpages: Constify 2 variables, move one. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/arch/powerpc/powerpc

2010-01-28 Thread Frank Wille
Module Name:src Committed By: phx Date: Thu Jan 28 12:37:45 UTC 2010 Modified Files: src/sys/arch/powerpc/powerpc: db_disasm.c db_interface.c pmap_subr.c Log Message: Fixed typo: PPC_OEA64_BIRDGE - PPC_OEA64_BRIDGE To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/sys/arch/powerpc/powerpc

2010-01-28 Thread Frank Wille
Module Name:src Committed By: phx Date: Thu Jan 28 12:45:01 UTC 2010 Modified Files: src/sys/arch/powerpc/powerpc: db_disasm.c db_interface.c Log Message: Reverted last commit for db_disasm.c and db_inteface.c. Sorry, erroneously commited them... To generate a diff of

CVS commit: src/sys/miscfs/genfs

2010-01-28 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Jan 28 13:43:53 UTC 2010 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: genfs_getpages: More constification localization. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/share

2010-01-28 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Jan 28 14:05:03 UTC 2010 Modified Files: src/share/doc/psd/05.sysman: 2.3.t src/share/termcap: termcap.src Log Message: Fix language. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

Re: CVS commit: src/sys/miscfs/genfs

2010-01-28 Thread Masao Uebayashi
Log Message: Revert part which variable initializations within interleaved gotos. again: if (...) goto err; void *ptr = alloc(); if (...) goto again; if (...) goto err1; ... err1: if (ptr) free(ptr); err: return; This leaks memory if exited with

Re: CVS commit: src

2010-01-28 Thread Izumi Tsutsui
| I think that vasnprintf and asnprintf are not used by anything in | heimdal and can safely be removed. Combined with the winsize fix, | this fixes the cygwin problems with minimal changes. I am trying a | build now. | | Note roken.h includes resolv.h and arpa/nameser.h that don't |

CVS commit: [matt-nb5-mips64] src/distrib/sets/lists

2010-01-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 28 17:10:21 UTC 2010 Modified Files: src/distrib/sets/lists/base [matt-nb5-mips64]: ad.mips64eb ad.mips64el md.amd64 md.sparc64 src/distrib/sets/lists/comp [matt-nb5-mips64]: ad.mips64eb ad.mips64el

CVS commit: [matt-nb5-mips64] src/gnu/dist/binutils/bfd

2010-01-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 28 17:13:53 UTC 2010 Modified Files: src/gnu/dist/binutils/bfd [matt-nb5-mips64]: config.bfd Log Message: Switch to using bfd_elf32_ntrad{little,big]mips_vec because the non-trad is for IRIX systems and bfd does weird

CVS commit: [matt-nb5-mips64] src/sys/dev/pci

2010-01-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 28 17:42:37 UTC 2010 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: ppb.c Log Message: Change ppb_fix_pcix to ppb_fix_pcie since pcix is usually PCI-X while pcie is PCI-Express. To generate a diff of this commit: cvs

CVS commit: [matt-nb5-mips64] src/sys/dev/mii

2010-01-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 28 17:43:11 UTC 2010 Modified Files: src/sys/dev/mii [matt-nb5-mips64]: mvphy.c Log Message: Fix a split device_t/softc botch. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.7.14.1 src/sys/dev/mii/mvphy.c

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

2010-01-28 Thread Jason Thorpe
On Jan 28, 2010, at 12:19 AM, Martin Husemann wrote: - it is unclear how scripts could make use of the fact which subsystem triggered the pmf event they are dealing with When I wrote that code, I did hot have a concrete example usage scenario for power-type-specific scripts, but since

CVS commit: src/sys/dev/putter

2010-01-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 28 18:12:56 UTC 2010 Modified Files: src/sys/dev/putter: putter.c Log Message: Adjust some comments which were written when this was still a part of puffs. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/arch/powerpc

2010-01-28 Thread Frank Wille
Module Name:src Committed By: phx Date: Thu Jan 28 21:10:49 UTC 2010 Modified Files: src/sys/arch/powerpc/include: db_machdep.h src/sys/arch/powerpc/powerpc: db_interface.c Log Message: New machine commands for PPC OEA: bat: prints the BAT registers and

CVS commit: src/share/man/man4

2010-01-28 Thread Frank Wille
Module Name:src Committed By: phx Date: Thu Jan 28 21:13:49 UTC 2010 Modified Files: src/share/man/man4: ddb.4 Log Message: New machine commands for PPC OEA. bat: prints the BAT registers and translations mmu: prints MMU registers (sdr1, sr0..15) Previous PPC commands

CVS commit: src/external/bsd/libelf/dist

2010-01-28 Thread Darran Hunt
Module Name:src Committed By: darran Date: Thu Jan 28 21:38:29 UTC 2010 Modified Files: src/external/bsd/libelf/dist: elf_data.c elf_getdata.3 Log Message: Fix a problem with the handling of NOBITS sections (i.e. bss), where the elf_getdata() function would return an

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

2010-01-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 29 00:16:58 UTC 2010 Modified Files: src/sys/arch/algor/conf [matt-nb5-mips64]: P5064 P5064-64 src/sys/arch/evbmips/conf [matt-nb5-mips64]: ADM5120 ADM5120-NB ADM5120-USB ALCHEMY AP30 MALTA MALTA64 MERAKI

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-01-28 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Fri Jan 29 00:21:49 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixlreg.h Log Message: - add RMIXL_ADDR_ERR_DEVICE_MASK_2 reg - add RMIXL_GPIO_LOW_PWR_DIS bit defines To generate a diff of this commit: cvs

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-01-28 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Fri Jan 29 00:22:06 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixlvar.h Log Message: - add enum and display name lookup for firmware type - firmware type field added to rmixl_config - rmixl_cache_err_dis,

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-01-28 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Fri Jan 29 00:22:53 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpu.c Log Message: - avoid cpu_wakeup callback if running on PSB_TYPE_DELL firmware To generate a diff of this commit: cvs rdiff -u

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-01-28 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Fri Jan 29 00:23:35 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_pcievar.h Log Message: - add pcie interrupt dispatch stuff To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-01-28 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Fri Jan 29 00:24:14 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_intr.c Log Message: - be more thorough about 'mips_cpu_id' based variations - rip out pcie interrupt related debug stuff - start thinking

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-01-28 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Fri Jan 29 00:24:33 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_usbi.c Log Message: - use rmixl_probe_4 to match - fail attach if USB interface is disabled GPIO LOW_PWR_DIS reg (?) - fail attach if USB

Re: CVS commit: src

2010-01-28 Thread YAMAMOTO Takashi
On Thu, Jan 28, 2010 at 06:42:16AM +, YAMAMOTO Takashi wrote: ISTM that section 9 is an appropriate place for both interface and implementation docs. In the (few) cases where we actually have an interface, as opposed to some exposed pieces of the implementation, the

CVS commit: src/sys/miscfs/genfs

2010-01-28 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Jan 29 04:36:20 UTC 2010 Modified Files: src/sys/miscfs/genfs: genfs_io.c Log Message: genfs_getpages: Narrow clarify the context where I/O happens vmobjlock is dropped. To generate a diff of this commit: cvs rdiff -u

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

2010-01-28 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jan 29 05:14:11 UTC 2010 Modified Files: src/sys/arch/sparc/include: proc.h Log Message: make fpu_mtx visible only ifdef _KERNEL. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sparc/include/proc.h

CVS commit: src/external/gpl3/binutils/dist/ld

2010-01-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 29 06:05:32 UTC 2010 Modified Files: src/external/gpl3/binutils/dist/ld: configure.tgt Log Message: Remove redundant mips*-*-netbsd* clause To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/gpl3/binutils/dist/bfd

2010-01-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 29 06:08:01 UTC 2010 Modified Files: src/external/gpl3/binutils/dist/bfd: config.bfd Log Message: Use bfd_ntrad{little,big}_vec and drop all non-trad vectors since they make target matching ambiguous. To generate a diff

CVS commit: src/external/gpl3/binutils/dist/bfd

2010-01-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 29 06:09:37 UTC 2010 Modified Files: src/external/gpl3/binutils/dist/bfd: elfn32-mips.c Log Message: Add a _is_local_label_name routine (taken from elf64-mips.c). To generate a diff of this commit: cvs rdiff -u -r1.1.1.1