CVS commit: src/sys/kern

2014-01-23 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Thu Jan 23 10:11:55 UTC 2014 Modified Files: src/sys/kern: vnode_if.src Log Message: Change vnode operations create, mknod, mkdir and symlink to return the resulting vnode *vpp unlocked. Discussed on tech-kern@ To generate a

CVS commit: src/sys/compat/netbsd32

2014-01-23 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Thu Jan 23 10:50:14 UTC 2014 Modified Files: src/sys/compat/netbsd32: netbsd32_event.c Log Message: Fix netbsd32 compatibility bug in kevent() The keo_put_events() callback copies the events from kernel to userland. It is called

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

2014-01-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 23 11:45:46 UTC 2014 Modified Files: src/common/lib/libc/arch/arm/string: ffs.S Log Message: PR port-arm/48543: do provide __ffssi2 as strong alias (in case libgcc.a gets not linked in) for now. OK: skrll@ To generate a

CVS commit: src/sys/arch/evbarm

2014-01-23 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Thu Jan 23 12:23:20 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: NETWALKER src/sys/arch/evbarm/netwalker: netwalker_machdep.c Log Message: use ukbd_cnattach() To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man4

2014-01-23 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Thu Jan 23 13:05:04 UTC 2014 Modified Files: src/share/man/man4: usb.4 Log Message: Add urndis(4), bump date, and copyright year To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/share/man/man4/usb.4 Please

CVS commit: src/external/bsd/libc++/dist/libcxxrt/src

2014-01-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 23 13:30:38 UTC 2014 Modified Files: src/external/bsd/libc++/dist/libcxxrt/src: unwind-itanium.h Log Message: Force consistent alignemnt of _Unwind_Exception with libgcc_s. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/openpam/dist/lib

2014-01-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 23 13:41:58 UTC 2014 Modified Files: src/external/bsd/openpam/dist/lib: openpam_log.c Log Message: Apply diagnostic overwrite for clang too. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/external/bsd/ntp/lib

2014-01-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 23 14:06:28 UTC 2014 Modified Files: src/external/bsd/ntp/lib/libiscntp: Makefile src/external/bsd/ntp/lib/libntp: Makefile Log Message: Support LLVM build. To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/share/man/man4

2014-01-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 23 14:12:38 UTC 2014 Modified Files: src/share/man/man4: usb.4 Log Message: Spell out month name. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/share/man/man4/usb.4 Please note that diffs are not

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

2014-01-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 23 14:14:23 UTC 2014 Modified Files: src/external/bsd/tmux/dist: log.c Log Message: Unbreak clang build. Hi xtos. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/tmux/dist/log.c Please note

CVS commit: src/usr.bin/vndcompress

2014-01-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 23 14:17:05 UTC 2014 Modified Files: src/usr.bin/vndcompress: offtab.c Log Message: Mark offtab_bug[x] as dead. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/vndcompress/offtab.c Please note

CVS commit: src/share/man/man4

2014-01-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 23 15:17:59 UTC 2014 Modified Files: src/share/man/man4: igmafb.4 Log Message: New sentence, new line. Sort sections. Remove superfluous Pp. Add missing .El. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/share/man/man9

2014-01-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 23 16:35:20 UTC 2014 Modified Files: src/share/man/man9: pcu.9 Log Message: Fix eraseo from yesterday To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/pcu.9 Please note that diffs are not

CVS commit: src/sys/dev/pci

2014-01-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 23 17:21:06 UTC 2014 Modified Files: src/sys/dev/pci: pucdata.c Log Message: Add entry for Intel Quark X1000 UART. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/dev/pci/pucdata.c Please note

CVS commit: src/sys/kern

2014-01-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 23 17:32:03 UTC 2014 Modified Files: src/sys/kern: subr_pcu.c Log Message: Pass PCU_LOADED to pcu_state_load in the this CPU already has our PCU state loaded of pcu_load. ok, gimpy@ and rmind@ To generate a diff of this

CVS commit: src/sys/dev/pci

2014-01-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 23 17:43:28 UTC 2014 Modified Files: src/sys/dev/pci: puccn.c Log Message: Add comments and KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/puccn.c Please note

CVS commit: src/sys/arch/arm

2014-01-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 23 17:44:13 UTC 2014 Modified Files: src/sys/arch/arm/include: vfpreg.h src/sys/arch/arm/vfp: vfp_init.c Log Message: Fix typo in #define name To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/compat/linux/common

2014-01-23 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Jan 23 19:18:08 UTC 2014 Modified Files: src/sys/compat/linux/common: linux_sched.c Log Message: Fix inverted pid/lid arguments in do_sched_{get,set}param calls. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

CVS commit: src/sys/arch

2014-01-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 23 19:26:55 UTC 2014 Modified Files: src/sys/arch/arm/allwinner: awin_space.c src/sys/arch/evbarm/cubie: cubie_machdep.c cubie_start.S Log Message: Add a few small changes so that the CUBIEBOARDs can run big endian.

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

2014-01-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 23 19:28:47 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: For armv7, CPU_CONTROL_UNAL_ENABLE is MBO/SBPO. Make sure CPU_CONTROL_EX_BEND is set for big endian kernels. Don't clear bits we aren't

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

2014-01-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 23 20:58:55 UTC 2014 Modified Files: src/sys/arch/arm/conf: Makefile.arm Log Message: Compile the armv4 cpufunc file with -mcpu=arm8 instead of arm9, to avoid an armv4t marked object file which causes failure in the shark

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

2014-01-23 Thread John Klos
Module Name:src Committed By: jklos Date: Thu Jan 23 21:37:09 UTC 2014 Modified Files: src/sys/arch/vax/include: param.h Log Message: Removed MAXBSIZE. Cleared with Anders Magnusson and tested myself. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61

CVS commit: src/distrib/sets

2014-01-23 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Jan 23 21:45:27 UTC 2014 Modified Files: src/distrib/sets: Makefile Log Message: Remove time= keywords from METALOG.sanitised. The times add unnecessary differences to the DESTDIR trees for MKREPRO builds, and they are not

CVS commit: src/distrib/notes/common

2014-01-23 Thread Ryosuke Moro
Module Name:src Committed By: szptvlfn Date: Thu Jan 23 22:52:15 UTC 2014 Modified Files: src/distrib/notes/common: main Log Message: + szptvlfn. To generate a diff of this commit: cvs rdiff -u -r1.501 -r1.502 src/distrib/notes/common/main Please note that diffs are

CVS commit: src/usr.bin/xlint/arch/mips64

2014-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 24 00:17:33 UTC 2014 Modified Files: src/usr.bin/xlint/arch/mips64: targparam.h Log Message: Checking _LP64 to determine the size of the built binary is just wrong. We build n32 by default on mips64 now, we don't handle

CVS commit: src/lib/libc/compat/arch/alpha/gen

2014-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 24 00:20:54 UTC 2014 Modified Files: src/lib/libc/compat/arch/alpha/gen: compat__setjmp.S Log Message: remove bogus comment, we are not working around an assembler issue. To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/sets/lists/debug

2014-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 24 01:09:40 UTC 2014 Modified Files: src/distrib/sets/lists/debug: ad.mips Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/distrib/sets/lists/debug/ad.mips Please note that

CVS commit: src/distrib/sets/lists/debug

2014-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 24 01:10:00 UTC 2014 Modified Files: src/distrib/sets/lists/debug: md.evbmips Log Message: add debuglibs To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/debug/md.evbmips Please note

CVS commit: src/distrib/sets/lists/xdebug

2014-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 24 01:10:22 UTC 2014 Modified Files: src/distrib/sets/lists/xdebug: md.evbmips Log Message: add missing library To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/xdebug/md.evbmips

CVS commit: src/sys/arch/evbarm

2014-01-23 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Fri Jan 24 02:06:03 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: files.netwalker src/sys/arch/evbarm/netwalker: netwalker_machdep.c Log Message: use initarm_common() To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/evbarm/bcm53xx

2014-01-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 24 04:15:33 UTC 2014 Modified Files: src/sys/arch/evbarm/bcm53xx: bcm53xx_start.S Log Message: After loading the pc-relative offset, clear the upper the 4 bits incase .start starts at a different address than .text

CVS commit: src/sys/arch/evbarm/cubie

2014-01-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 24 04:19:10 UTC 2014 Modified Files: src/sys/arch/evbarm/cubie: cubie_start.S Log Message: Replace copyright with TNF Clear upper 4 bits of pc-relative offset for uboot_args since .start is 1GB below .text so we can access

CVS commit: src/sys/arch/evbarm/cubie

2014-01-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 24 05:13:06 UTC 2014 Modified Files: src/sys/arch/evbarm/cubie: cubie_start.S Log Message: Add a flag so the xputc will bswap registers. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2014-01-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 24 05:14:11 UTC 2014 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: Deal with writing bswapped com registers at COM_MULT register widths. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12