CVS commit: src/sys/arch/hp700/conf

2010-05-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 3 06:59:47 UTC 2010 Modified Files: src/sys/arch/hp700/conf: GENERIC Log Message: Add PCIVERBOSE To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/arch/hp700/conf/GENERIC Please note that diffs are n

CVS commit: src/lib/libc/stdlib

2010-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 3 06:11:38 UTC 2010 Modified Files: src/lib/libc/stdlib: alloca.3 Log Message: Note the problems with SSP. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/stdlib/alloca.3 Please note that dif

CVS commit: src/lib/libc/sys

2010-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 3 05:53:56 UTC 2010 Modified Files: src/lib/libc/sys: access.2 Log Message: Note secure_path(3) in SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libc/sys/access.2 Please note that diff

CVS commit: src/lib/libutil

2010-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 3 05:40:37 UTC 2010 Modified Files: src/lib/libutil: efun.3 Log Message: .Nm -> .Fn, and one .Pp. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libutil/efun.3 Please note that diffs are not publi

CVS commit: src/lib/libm/man

2010-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 3 05:35:58 UTC 2010 Modified Files: src/lib/libm/man: exp.3 Log Message: Note that rest of the functions come from C99. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libm/man/exp.3 Please note t

CVS commit: src/lib/libc/stdlib

2010-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 3 05:11:34 UTC 2010 Modified Files: src/lib/libc/stdlib: malloc.3 Log Message: Move the examples to where they belong, in EXAMPLES. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/libc/stdlib/mallo

CVS commit: src

2010-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 3 05:01:54 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/lib/libc/stdlib: Makefile.inc malloc.3 Added Files: src/lib/libc/stdlib: jemalloc.3 Log Message: Split the implementation details of

CVS commit: src/sys/dev/pci

2010-05-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 3 04:36:43 UTC 2010 Modified Files: src/sys/dev/pci: azalia_codec.c Log Message: Fix a crash during alc888 initialization caused by holding a pointer across realloc. Patch from Bj?rn Barkenfelt in PR kern/41957, rearran

CVS commit: src/lib/libc/stdlib

2010-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 3 03:47:51 UTC 2010 Modified Files: src/lib/libc/stdlib: malloc.3 Log Message: Add more markup. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libc/stdlib/malloc.3 Please note that diffs are not

CVS commit: src/external/cddl/osnet/include

2010-05-02 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Mon May 3 00:31:32 UTC 2010 Modified Files: src/external/cddl/osnet/include: thread.h Log Message: Add _mutex_held routine to test if mutex_t * is held. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/cdd

CVS commit: src/external/cddl/osnet/lib/libumem

2010-05-02 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Sun May 2 23:59:54 UTC 2010 Modified Files: src/external/cddl/osnet/lib/libumem: umem.c Log Message: In NetBSD pool cache constructor/destructor routines has inverted arguments. C To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/cddl/osnet/lib/libzpool

2010-05-02 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Sun May 2 23:50:34 UTC 2010 Modified Files: src/external/cddl/osnet/lib/libzpool: kernel.c Log Message: Initialize system_taskq during taskq init. This fixes ztest crash in taskq_dispatch. To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2010-05-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 2 23:22:51 UTC 2010 Modified Files: src/sys/kern: kern_exec.c Log Message: Blanking the path buffer only needs to be done when DIAGNOSTIC. (I meant to set it back this way before committing but evidently forgot last nig

CVS commit: src/distrib/sets/lists

2010-05-02 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sun May 2 19:43:40 UTC 2010 Modified Files: src/distrib/sets/lists/base: md.sparc64 src/distrib/sets/lists/comp: md.sparc64 Log Message: Move dirs of debug compat lib from comp to base. Fix builds for sparc64. To gen

CVS commit: src/sys/net

2010-05-02 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Sun May 2 19:17:56 UTC 2010 Modified Files: src/sys/net: route.c rtsock.c Log Message: Permit the existence of a route with unlinked ifp and ifa, enabling this way the posibility to send a packet on an interface with source addre

CVS commit: src/sys/dev/isa

2010-05-02 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun May 2 18:49:13 UTC 2010 Modified Files: src/sys/dev/isa: itesio_isa.c itesio_isavar.h Log Message: This only needs one bus_space_tag_t. While here, rename one of the bus_space_handle_ts to be be descriptive of its function.

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

2010-05-02 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun May 2 18:03:31 UTC 2010 Modified Files: src/sys/arch/x86/include: intr.h Log Message: The spl inline functions refer to external symbols that are only defined in the kernel. Wrap kernel-specific declarations in #ifdef _KERNE

CVS commit: src/sys/dev/ic

2010-05-02 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun May 2 17:37:53 UTC 2010 Modified Files: src/sys/dev/ic: esiop.c siop.c Log Message: Add (missing) newlines to error messages. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/ic/esiop.c cvs rdiff

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

2010-05-02 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun May 2 17:27:16 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL Log Message: add alipm and its iic bus. To generate a diff of this commit: cvs rdiff -u -r1.255 -r1.256 src/sys/arch/i386/conf/ALL Please note that diffs are

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

2010-05-02 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun May 2 17:24:36 UTC 2010 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: add alipm and its iic bus. To generate a diff of this commit: cvs rdiff -u -r1.980 -r1.981 src/sys/arch/i386/conf/GENERIC Please note that d

CVS commit: src/distrib/utils/sysinst/arch

2010-05-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 2 16:35:09 UTC 2010 Modified Files: src/distrib/utils/sysinst/arch/hpcarm: msg.md.en src/distrib/utils/sysinst/arch/hpcmips: msg.md.en Log Message: There is no bootable floppy on hpc ports. XXX: no translations

CVS commit: src/usr.bin/config

2010-05-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun May 2 15:35:01 UTC 2010 Modified Files: src/usr.bin/config: sem.c Log Message: Prefer a real device for pseudoroot and only create a fake device in the case we are attaching to a pure attribute. Otherwise we end up creating a

CVS commit: src/sys/arch/sandpoint/stand/netboot

2010-05-02 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun May 2 14:27:07 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: version Log Message: Bumped version, because of last changes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sandpoint/sta

CVS commit: src/distrib/utils/sysinst/arch

2010-05-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 2 14:00:44 UTC 2010 Modified Files: src/distrib/utils/sysinst/arch/hpcarm: msg.md.de msg.md.en msg.md.es msg.md.fr msg.md.pl src/distrib/utils/sysinst/arch/hpcmips: msg.md.de msg.md.en msg.md.es

CVS commit: src/distrib/utils/sysinst/arch/hpcarm

2010-05-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 2 13:52:01 UTC 2010 Modified Files: src/distrib/utils/sysinst/arch/hpcarm: msg.md.de msg.md.en msg.md.es msg.md.fr msg.md.pl Log Message: hpcarm doesn't have GENERIC or TX3912. Use IPAQ and JORNADA720 instead

CVS commit: src/sys/dev/mii

2010-05-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 2 13:49:17 UTC 2010 Modified Files: src/sys/dev/mii: brgphy.c Log Message: Include support for BCM5481. From OpenBSD and confirmed to work by myself on XFX nForce 790i motherboard. To generate a diff of this commit:

CVS commit: src/sys/arch/sandpoint/stand/netboot

2010-05-02 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun May 2 13:36:31 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: fxp.c kse.c nvt.c pcn.c rge.c sip.c sme.c tlp.c vge.c wm.c Log Message: Fixed ALLOC() macro to allocate properly aligned memory. To gene

CVS commit: src/sys/arch/sandpoint/stand/netboot

2010-05-02 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun May 2 13:31:14 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: Makefile brdsetup.c globals.h main.c nif.c Added Files: src/sys/arch/sandpoint/stand/netboot: skg.c Log Message: Add support for Q

CVS commit: src/sys/dev/mii

2010-05-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 2 12:43:05 UTC 2010 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.85 -r1.86 src/s

CVS commit: src/sys/dev/mii

2010-05-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 2 12:38:07 UTC 2010 Modified Files: src/sys/dev/mii: miidevs Log Message: Add Broadcom BCM5481 and BCM5709S - From OpenBSD To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/dev/mii/miidevs Please

CVS commit: src/sys/arch/sparc64/sparc64

2010-05-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 2 11:43:30 UTC 2010 Modified Files: src/sys/arch/sparc64/sparc64: kobj_machdep.c Log Message: Fix R_SPARC_OLO10 relocations. XXX this whole code does not look like it would have a chance to work on 32bit kernels, but I ca

CVS commit: src/sys/rump/librump/rumpkern

2010-05-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun May 2 11:11:36 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.3 Log Message: ABC2010 paper To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/rumpkern/rump.3 Please note that diff

CVS commit: src/sys/kern

2010-05-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun May 2 11:01:03 UTC 2010 Modified Files: src/sys/kern: kern_module.c Log Message: If a builtin dependency is missing, error instead of panic. As pointed out by martin, configurations like builtin nfsserver can be succesfully l