CVS commit: src/libexec/httpd

2012-02-20 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Mon Feb 20 08:40:46 UTC 2012 Modified Files: src/libexec/httpd: ssl-bozo.c Log Message: Use a ``certificate chain file'' rather than a ``certificate file'' so that bozohttpd can be used with non-toplevel certs. To generate a

CVS commit: src/libexec/httpd

2012-02-20 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Mon Feb 20 09:26:56 UTC 2012 Modified Files: src/libexec/httpd: bozohttpd.8 bozohttpd.c bozohttpd.h Log Message: Check in very basic compressed file support. httpd will now serve a precompressed .gz file if it exists, the client

CVS commit: src/include

2012-02-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 20 09:28:43 UTC 2012 Modified Files: src/include: spawn.h Log Message: Add missing __BEGIN_DECLS, from Henning Petersen in PR misc/46058. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/include/spawn.h

CVS commit: src/libexec/httpd

2012-02-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 20 09:45:22 UTC 2012 Modified Files: src/libexec/httpd: bozohttpd.8 Log Message: Bump date for previous. Use more markup. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/libexec/httpd/bozohttpd.8 Please

CVS commit: src/sys/kern

2012-02-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 20 12:19:56 UTC 2012 Modified Files: src/sys/kern: kern_exec.c Log Message: More posix_spawn fallout: Fix a kmem_alloc() call with zero size (PR kern/46038), allow file actions to be passed, even if empty. Rearange

CVS commit: src/sys/uvm

2012-02-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 20 12:21:24 UTC 2012 Modified Files: src/sys/uvm: uvm_glue.c Log Message: Solve previous fix (for early posix_spawn children exiting on error) differently. To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157

CVS commit: src/tests/lib/libc/gen/posix_spawn

2012-02-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 20 12:22:40 UTC 2012 Modified Files: src/tests/lib/libc/gen/posix_spawn: t_fileactions.c Log Message: Add a test case to call posix_spawn with empty file actions, which reproduced the (now fixed) PR kern/46038. To

CVS commit: src/sys/kern

2012-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 20 18:18:30 UTC 2012 Modified Files: src/sys/kern: kern_exec.c Log Message: Posix spawn fixes: - split the file actions allocation and freeing into separate functions - use pnbuf - don't play games with pointers

CVS commit: src/share/mk

2012-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Feb 20 18:23:50 UTC 2012 Modified Files: src/share/mk: bsd.prog.mk Log Message: Remove ${SIZE} To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 src/share/mk/bsd.prog.mk Please note that diffs are not public

CVS commit: src/usr.sbin/makemandb

2012-02-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Feb 20 18:25:51 UTC 2012 Modified Files: src/usr.sbin/makemandb: apropos.1 makemandb.8 Log Message: Add reference to whatis(1). From Abhinav Upadhyay. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/usr.sbin/makemandb

2012-02-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Feb 20 18:27:30 UTC 2012 Modified Files: src/usr.sbin/makemandb: whatis.c Log Message: SQLite doesn't use the FTS index for equal ops, so force it to do a FTS search first. Drops run time by a factor of 6 for whatis man. Found

CVS commit: src/sys/uvm

2012-02-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Feb 20 19:14:24 UTC 2012 Modified Files: src/sys/uvm: uvm_km.c uvm_kmguard.c uvm_map.c Log Message: When using uvm_km_pgremove_intrsafe() make sure mappings are removed before returning the pages to the free pool. Otherwise,

CVS commit: [jmcneill-usbmp] src/sys/dev

2012-02-20 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 20 20:35:40 UTC 2012 Modified Files: src/sys/dev/scsipi [jmcneill-usbmp]: scsipi_base.c src/sys/dev/usb [jmcneill-usbmp]: umass_scsipi.c usscanner.c Log Message: pullup from -current: assert kernel lock is held in a

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

2012-02-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Feb 20 20:49:12 UTC 2012 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: - Make pmap_write_protect() work with pmap_kernel() too ((va L2_FRAME) strips the high bits of a LP64 address) - use pmap_protect() in

CVS commit: [netbsd-6] src

2012-02-20 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 20 21:41:30 UTC 2012 Modified Files: src/doc [netbsd-6]: 3RDPARTY CHANGES src/external/bsd/pkg_install/dist/add [netbsd-6]: perform.c src/external/bsd/pkg_install/dist/delete [netbsd-6]: pkg_delete.c

CVS commit: [netbsd-6] src/doc

2012-02-20 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 20 21:42:13 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket #13 To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-6.0 Please note that diffs are not

CVS commit: [netbsd-6] src

2012-02-20 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 20 21:54:57 UTC 2012 Modified Files: src/include [netbsd-6]: spawn.h src/sys/kern [netbsd-6]: kern_exec.c src/sys/uvm [netbsd-6]: uvm_glue.c src/tests/lib/libc/gen/posix_spawn [netbsd-6]:

CVS commit: [netbsd-6] src/doc

2012-02-20 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 20 21:55:44 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket #14 To generate a diff of this commit: cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-6.0 Please note that diffs are not

CVS commit: [netbsd-6] src/usr.sbin/makemandb

2012-02-20 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 20 22:04:30 UTC 2012 Modified Files: src/usr.sbin/makemandb [netbsd-6]: apropos.1 makemandb.8 whatis.c Log Message: Pull up the following revisions(s) (requested by joerg in ticket #15):

CVS commit: [netbsd-6] src/doc

2012-02-20 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Feb 20 22:05:01 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket #15 To generate a diff of this commit: cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-6.0 Please note that diffs are not

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

2012-02-20 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 20 22:35:15 UTC 2012 Modified Files: src/sys/rump/librump/rumpkern: klock.c Log Message: add a _kernel_locked_p(). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/librump/rumpkern/klock.c Please

CVS commit: [jmcneill-usbmp] src/sys/rump/librump/rumpkern

2012-02-20 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 20 22:36:11 UTC 2012 Modified Files: src/sys/rump/librump/rumpkern [jmcneill-usbmp]: klock.c Log Message: pull across from -current: add a _kernel_locked_p(). To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/dev/raidframe

2012-02-20 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Feb 20 22:42:05 UTC 2012 Modified Files: src/sys/dev/raidframe: rf_reconmap.c Log Message: comment, and effectively remove, a DIAGNOSTIC check that is invalid for RAID5_RS. To generate a diff of this commit: cvs rdiff -u

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-20 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 20 22:42:25 UTC 2012 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: ehci.c Log Message: make sure we have the thread lock when calling usb_transfer_complete() To generate a diff of this commit: cvs rdiff -u -r1.181.6.9

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-20 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 20 22:42:47 UTC 2012 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: usbdi.c Log Message: keep the thread lock taken for the abort() callback. To generate a diff of this commit: cvs rdiff -u -r1.134.2.9 -r1.134.2.10

CVS commit: src/sys/dev/raidframe

2012-02-20 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Feb 20 22:42:52 UTC 2012 Modified Files: src/sys/dev/raidframe: rf_reconstruct.c Log Message: Add logic to the main reconstruction loop to handle RAID5 with rotated spares. While here, observe that we were actually doing one

CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-20 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 20 22:43:12 UTC 2012 Modified Files: src/sys/dev/usb [jmcneill-usbmp]: usbdivar.h Log Message: expand a command slightly To generate a diff of this commit: cvs rdiff -u -r1.93.8.6 -r1.93.8.7 src/sys/dev/usb/usbdivar.h

CVS commit: src/share/mk

2012-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 21 01:41:10 UTC 2012 Modified Files: src/share/mk: bsd.prog.mk Log Message: Remove another ${SIZE} To generate a diff of this commit: cvs rdiff -u -r1.272 -r1.273 src/share/mk/bsd.prog.mk Please note that diffs are not

CVS commit: src/sys/arch/xen/xen

2012-02-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Feb 21 01:47:50 UTC 2012 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: Add and use xbdminphys() to handle transfer segmentation/size limit. Should allow us to use a normal MAXPHYS in domU kernels. To

CVS commit: src/bin/dd

2012-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 21 01:49:02 UTC 2012 Modified Files: src/bin/dd: dd.c Log Message: Fix a very old bug. When allocating the buffer and doing just a bs= transfer, hen we only need a single buffer equal to that blocksize in length. To

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

2012-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 21 02:08:55 UTC 2012 Modified Files: src/sys/arch/powerpc/booke/dev: pq3etsec.c Log Message: Don't rely on being able to allocate while in a softintr. So preallocate all the bus_dma maps in ifinit where we can sleep. To

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

2012-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 21 02:09:35 UTC 2012 Modified Files: src/sys/arch/powerpc/include: cdefs.h Log Message: Change ALIGNBYTES to be AltiVec savvy To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2012-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 21 02:19:01 UTC 2012 Modified Files: src/sys/arch/powerpc/include: cdefs.h Log Message: Restore back to double alignment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/powerpc/include/cdefs.h

CVS commit: src/sbin/scsictl

2012-02-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Feb 21 02:19:41 UTC 2012 Modified Files: src/sbin/scsictl: extern.h scsi_subr.c Log Message: constify command data argument to scsi_command(). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sbin/scsictl

2012-02-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Feb 21 02:22:54 UTC 2012 Modified Files: src/sbin/scsictl: scsi_subr.c Log Message: Prevent stack buffer overflow when copying too-large-CDB into request. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/kern

2012-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 21 03:44:54 UTC 2012 Modified Files: src/sys/kern: kern_exec.c Log Message: fix fae free'ing, from enami. To generate a diff of this commit: cvs rdiff -u -r1.342 -r1.343 src/sys/kern/kern_exec.c Please note that

CVS commit: src/sys/kern

2012-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 21 04:13:22 UTC 2012 Modified Files: src/sys/kern: kern_exec.c Log Message: keep track of the original array length so we can pass it to kmem_free, from enami To generate a diff of this commit: cvs rdiff -u -r1.343

CVS commit: othersrc/crypto/external/bsd/ssss

2012-02-20 Thread Alistair G. Crooks
+++ othersrc/crypto/external/bsd//dist/include/.h Tue Feb 21 05:25:42 2012 @@ -23,12 +23,12 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef _H_ -#define _H_ 20110320 +#define _H_ 20120220 #include sys/types.h #include inttypes.h -#include