CVS commit: src/sys/fs/udf

2013-06-27 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Thu Jun 27 09:38:08 UTC 2013 Modified Files: src/sys/fs/udf: udf_vnops.c Log Message: Since UDF volumes are always mounted async, the simple UBC purging with VOP_PUTPAGES() was never triggered resulting in far too much data in

CVS commit: src/sys/dev/pci

2013-06-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 27 09:57:49 UTC 2013 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Move the location of wm_check_mng_mode() and wm_get_wakeup() in wm_attach(). Those functions access EEPROM, so they have to call after

CVS commit: src/libexec/httpd

2013-06-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 27 10:01:31 UTC 2013 Modified Files: src/libexec/httpd: bozohttpd.c bozohttpd.h cgi-bozo.c Log Message: Redo previous (fixing a memory leak introduced), and while there rework virtual server support - in daemonized mode

CVS commit: src/libexec/httpd

2013-06-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 27 11:02:20 UTC 2013 Modified Files: src/libexec/httpd: bozohttpd.c Log Message: After handling a request by sending a redirect, do not proceed with the normal request handling (which would typically add error output

CVS commit: src/libexec/httpd

2013-06-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 27 12:20:08 UTC 2013 Modified Files: src/libexec/httpd: bozohttpd.c Log Message: Fix copypasto in debug output To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/libexec/httpd/bozohttpd.c Please note

CVS commit: xsrc/external/mit/fontconfig/dist/src

2013-06-27 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Thu Jun 27 12:44:11 UTC 2013 Modified Files: xsrc/external/mit/fontconfig/dist/src: fcname.c Log Message: Fix a comparison of constant warning with clang From upstream: commit 9acc14c34a372b54f9075ec3611588298fb2a501 Author: Akira

CVS commit: src/external/mit/xorg/lib/fontconfig/src

2013-06-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 27 12:44:58 UTC 2013 Modified Files: src/external/mit/xorg/lib/fontconfig/src: Makefile Log Message: Remove clang workaround, problem was fixed using upstream commit. To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/share/examples/npf

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 14:52:58 UTC 2013 Removed Files: src/share/examples/npf: l2tp-gw.conf Log Message: remove file that did not go before. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/share/examples/npf/l2tp-gw.conf

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

2013-06-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jun 27 14:58:55 UTC 2013 Modified Files: src/sys/arch/evbarm/beagle: beagle_machdep.c Log Message: Only print CBAR on those cortex with CBAR To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

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

2013-06-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 27 15:27:46 UTC 2013 Modified Files: src/sys/arch/sparc64/sparc64: syscall.c Log Message: Simplify with sy_invoke() To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/sparc64/sparc64/syscall.c

CVS commit: src/usr.sbin/rtadvd

2013-06-27 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Jun 27 15:46:40 UTC 2013 Modified Files: src/usr.sbin/rtadvd: rtadvd.c Log Message: Check valid lengths of RDNSS and DNSSL options when rtadvd receives RA/RS. rtadvd doesn't actually look into the option itself, but it may do in

CVS commit: src/sys

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 17:47:18 UTC 2013 Modified Files: src/sys/kern: uipc_mbuf.c src/sys/net80211: ieee80211_netbsd.c ieee80211_netbsd.h src/sys/sys: mbuf.h Log Message: - add m_add() that puts an mbuf to end of a chain -

CVS commit: src/sys

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 18:53:18 UTC 2013 Modified Files: src/sys/kern: uipc_socket2.c src/sys/sys: socketvar.h Log Message: Introduce a more general method of sbcreatecontrol, sbcreatecontrol1 that can take flags (M_WAITOK), and

CVS commit: src/sys/kern

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 18:54:31 UTC 2013 Modified Files: src/sys/kern: uipc_usrreq.c Log Message: use sbcreatecontrol1() and m_add() instead of open-coding everything, and getting it slightly wrong. To generate a diff of this commit: cvs

CVS commit: src/sys/netinet

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 19:38:16 UTC 2013 Modified Files: src/sys/netinet: in.h in_pcb.h ip_input.c ip_output.c Log Message: implement IP_PKTINFO and IP_RECVPKTINFO. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89

CVS commit: src/tests/net/net

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 20:01:24 UTC 2013 Modified Files: src/tests/net/net: Makefile Added Files: src/tests/net/net: t_pktinfo.c Log Message: add a pktinfo test To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/distrib/sets/lists

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 20:03:36 UTC 2013 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Log Message: add pktinfo tests To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/share/man/man4

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 20:14:25 UTC 2013 Modified Files: src/share/man/man4: ip.4 Log Message: add pktinfo stuff To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/ip.4 Please note that diffs are not public

CVS commit: src/sys/netinet

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 20:17:36 UTC 2013 Modified Files: src/sys/netinet: ip_input.c Log Message: flip src/dst To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307 src/sys/netinet/ip_input.c Please note that diffs are not

CVS commit: src/sys/arch/acorn26/acorn26

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 21:16:20 UTC 2013 Modified Files: src/sys/arch/acorn26/acorn26: cpu.c Log Message: move assignment outside setjmp, because static analyzers are not smart enough to know that it is impossible for id to be

CVS commit: src/sys/arch/alpha/eisa

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 21:21:05 UTC 2013 Modified Files: src/sys/arch/alpha/eisa: eisa_machdep.c Log Message: don't forget to insert the io to the list http://M00nBSD.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this

CVS commit: src/share/man/man4

2013-06-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 27 21:22:46 UTC 2013 Modified Files: src/share/man/man4: ip.4 Log Message: New sentence, new line. Fix typo. Remove 'i'. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/share/man/man4/ip.4 Please note

CVS commit: src/sys/arch/ia64/stand/common

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 21:22:16 UTC 2013 Modified Files: src/sys/arch/ia64/stand/common: fileload.c Log Message: fix uninitialized variable http://M00nBSD.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: cvs

CVS commit: src/sys/arch/mipsco/stand/installboot

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 21:23:21 UTC 2013 Modified Files: src/sys/arch/mipsco/stand/installboot: installboot.c Log Message: free boot_code http://M00nBSD.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: cvs

CVS commit: src/sys/arch/sgimips/stand/sgivol

2013-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 21:24:08 UTC 2013 Modified Files: src/sys/arch/sgimips/stand/sgivol: sgivol.c Log Message: close fp http://M00nBSD.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/lib/csu

2013-06-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jun 27 21:24:39 UTC 2013 Modified Files: src/lib/csu/arch/arm: Makefile.inc src/lib/csu/arch/earm: Makefile.inc src/lib/csu/arch/powerpc: Makefile.inc crtend.S src/lib/csu/common: Makefile.inc crtbegin.c

CVS commit: src/usr.bin/man

2013-06-27 Thread Julian Fagir
Module Name:src Committed By: jdf Date: Thu Jun 27 21:55:10 UTC 2013 Modified Files: src/usr.bin/man: man.conf.5 Log Message: * adjust indentation of list block * fix capitalization * remove superfluous word ('The') Patch supplied by Bug Hunting. To generate a diff

CVS commit: xsrc/external/mit/libXi/dist/src

2013-06-27 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Thu Jun 27 21:57:21 UTC 2013 Modified Files: xsrc/external/mit/libXi/dist/src: XGetFCtl.c Log Message: Remove check that can never be true. clang warns: warning: comparison of constant 268435455 with expression of type 'CARD16'

CVS commit: src/bin/sh

2013-06-27 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu Jun 27 23:22:04 UTC 2013 Modified Files: src/bin/sh: eval.c redir.c Log Message: fix descriptor leaks. PR/47805 this fix was taken from FreeBSD SVN rev 199953 (Jilles Tjoelker)

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

2013-06-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 00:50:23 UTC 2013 Modified Files: src/sys/arch/arm/omap: omap3_sdhc.c omap3_sdmmcreg.h Log Message: Add TIAM335X SDMMC BASE definitions To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2013-06-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 00:52:02 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBONE Log Message: Remove -d from BOOT_ARGS Remove HWCLOCK definitions To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2013-06-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 00:53:04 UTC 2013 Modified Files: src/sys/arch/evbarm/beagle: beagle_machdep.c Log Message: Add code to make eMMC 8-bit (disabled) since it still needs code in omap3_sdhc to actually enable 8-bit mode. To generate a

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

2013-06-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 01:13:40 UTC 2013 Modified Files: src/sys/arch/vax/boot/boot: conf.c src/sys/arch/vax/boot/xxboot: bootxx.c Log Message: ufs - ffsv1 (ffsv2 is commentout due to size limitations) To generate a diff of this

CVS commit: src/sys/kern

2013-06-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 01:21:06 UTC 2013 Modified Files: src/sys/kern: sys_pipe.c Log Message: Make page loaning in pipes color aware. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/sys/kern/sys_pipe.c Please note that

CVS commit: src/sys/kern

2013-06-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 01:21:45 UTC 2013 Modified Files: src/sys/kern: kern_timeout.c Log Message: Convert a KASSERT to a KASSERTMSG To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/kern/kern_timeout.c Please note that

CVS commit: src/sys/kern

2013-06-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 01:23:38 UTC 2013 Modified Files: src/sys/kern: uipc_socket2.c Log Message: Make sbdrop panic more verbose To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/sys/kern/uipc_socket2.c Please note that

CVS commit: src/sys/kern

2013-06-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 01:23:05 UTC 2013 Modified Files: src/sys/kern: uipc_mbuf.c Log Message: Make m_copydata panics more verbose To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 src/sys/kern/uipc_mbuf.c Please note that

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

2013-06-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jun 28 02:31:16 UTC 2013 Modified Files: src/sys/arch/arm/omap: am335x_prcm.c am335x_prcm.h Log Message: Add a routine to set the mpu multiplier. (not used yet) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2