CVS commit: othersrc/usr.bin/tnftp/libnetbsd

2010-01-05 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Tue Jan 5 09:08:29 UTC 2010 Modified Files: othersrc/usr.bin/tnftp/libnetbsd: glob.c Log Message: If ARG_MAX isn't defined, use the result from sysconf(_SC_ARG_MAX). Based on pkgsrc/net/tnftp. To generate a diff of this

CVS commit: src/sys/dev/pci

2010-01-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 5 09:31:21 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix the length of the delay() in wm_gmii_init(). It fixed the problem that sometimes the driver misunderstood PHYs in mii_attach(). It was

CVS commit: src/sys/dev/pci

2010-01-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 5 10:02:01 UTC 2010 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Fix the checking of jumbo frame function though I don't know whether the function wokrs or not... Remove the extra macro definition

CVS commit: src/sys/arch/arm

2010-01-05 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Tue Jan 5 13:14:56 UTC 2010 Modified Files: src/sys/arch/arm/arm32: fault.c src/sys/arch/arm/ep93xx: eprtc.c src/sys/arch/arm/gemini: gemini_obio.c gemini_pci.c gemini_timer.c src/sys/arch/arm/s3c2xx0:

CVS commit: src/sys/arch

2010-01-05 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Tue Jan 5 13:20:30 UTC 2010 Modified Files: src/sys/arch/hp700/dev: apic.c src/sys/arch/powerpc/powerpc: trap.c src/sys/arch/shark/shark: sequoia.c src/sys/arch/vax/vax: trap.c

CVS commit: src/sys

2010-01-05 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Tue Jan 5 13:30:11 UTC 2010 Modified Files: src/sys/dev/ic: isp.c isp_library.c mvsata.c src/sys/fs/nilfs: nilfs_vnops.c src/sys/fs/sysvbfs: sysvbfs_vnops.c src/sys/fs/udf: udf_subr.c udf_vnops.c Log

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

2010-01-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 5 13:32:49 UTC 2010 Modified Files: src/sys/arch/x86/x86: mpacpi.c Log Message: Fix several possible memory leaks in mpacpi_derive_bus(). ok pgoyette@, jmcneill@ To generate a diff of this commit: cvs rdiff -u -r1.80

CVS commit: src/sys/dev/acpi

2010-01-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 5 13:47:52 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_tz.c Log Message: Fix a memory leak/corruption by commenting out the evaluation of the _PSL control method. If it is needed in the future, the output buffer must

CVS commit: src/sys/arch

2010-01-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 5 13:57:18 UTC 2010 Modified Files: src/sys/arch/i386/acpi: vald_acpi.c src/sys/arch/x86/x86: mpacpi.c Log Message: Use acpi_eval_set_integer() to simplify code. No functional change intended. ok pgoyette@,

CVS commit: src/sys/kern

2010-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 5 15:23:32 UTC 2010 Modified Files: src/sys/kern: makesyscalls.sh Log Message: Check for dev_t and time_t arguments and mark them as 64bit. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93

CVS commit: src

2010-01-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jan 5 15:45:26 UTC 2010 Modified Files: src/sbin/disklabel: dkcksum.c dkcksum.h main.c src/tools/disklabel: Makefile Added Files: src/sbin/disklabel: bswap.c bswap.h Log Message: Add necessary byteswap ops

Re: CVS commit: src/sys/kern

2010-01-05 Thread Mindaugas Rasiukevicius
Michael van Elst mlel...@serpens.de wrote: On Sun, Jan 03, 2010 at 08:58:37AM -0800, Matt Thomas wrote: Log Message: drop __predict micro optimization in pool_init for cleaner code. This change should be backed out. __predict_{true,false} are not only micro optimizations, they also

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

2010-01-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 5 17:23:18 UTC 2010 Modified Files: src/sys/arch/x86/x86: mpacpi.c Log Message: Put back the evaluation of the return value from mpacpi_get_bbn(). Break reported by nj...@. Thanks! To generate a diff of this commit:

CVS commit: src/lib/libusbhid

2010-01-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 5 17:57:06 UTC 2010 Modified Files: src/lib/libusbhid: parse.c Log Message: Fix copy-paste-o. Per the HID spec, Global Item Tag 0b001101nn is Physical Minimum, not a alias for Physical Maximum. To generate a diff of

CVS commit: src/sys/modules

2010-01-05 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Jan 5 20:49:04 UTC 2010 Modified Files: src/sys/modules: Makefile Log Message: Fix MKBINUTILS=no builds by leaving out xldscripts. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/modules/Makefile

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

2010-01-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 5 21:38:50 UTC 2010 Modified Files: src/sys/arch/sparc/sparc: intr.c Log Message: fix a typo - we need to check classipl vs. IPL_VM, not the SBus interrupt level To generate a diff of this commit: cvs rdiff -u

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

2010-01-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 6 04:24:38 UTC 2010 Modified Files: src/sys/arch/evbmips/include [matt-nb5-mips64]: vmparam.h Log Message: Fix typo: VMFREE* - VM_FREE* To generate a diff of this commit: cvs rdiff -u -r1.1.142.3 -r1.1.142.4

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

2010-01-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 6 04:25:46 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c Log Message: Fix a thinko (last - start + size) To generate a diff of this commit: cvs rdiff -u -r1.205.4.1.2.1.2.19