Re: svn commit: r223136 - head/lib/libc/gen

2011-06-15 Thread Attilio Rao
Thanks for fixing this guys. Attilio 2011/6/16 David Xu : > Author: davidxu > Date: Thu Jun 16 02:22:24 2011 > New Revision: 223136 > URL: http://svn.freebsd.org/changeset/base/223136 > > Log: >  Use size of int to fetch sysctl kern.sched.cpusetsize because it had >  switched from long to int typ

Re: svn commit: r223138 - head/sys/ufs/ffs

2011-06-15 Thread Stefan Farfeleder
On Thu, Jun 16, 2011 at 05:26:03AM +, Tai-hwa Liang wrote: > Author: avatar > Date: Thu Jun 16 05:26:03 2011 > New Revision: 223138 > URL: http://svn.freebsd.org/changeset/base/223138 > > Log: > Fixing compilation bustage by introducing another forward declaration. > > Modified: > head/sy

svn commit: r223138 - head/sys/ufs/ffs

2011-06-15 Thread Tai-hwa Liang
Author: avatar Date: Thu Jun 16 05:26:03 2011 New Revision: 223138 URL: http://svn.freebsd.org/changeset/base/223138 Log: Fixing compilation bustage by introducing another forward declaration. Modified: head/sys/ufs/ffs/ffs_extern.h Modified: head/sys/ufs/ffs/ffs_extern.h ===

svn commit: r223137 - in head: libexec/tftpd usr.bin/tftp

2011-06-15 Thread Craig Rodrigues
Author: rodrigc Date: Thu Jun 16 02:27:05 2011 New Revision: 223137 URL: http://svn.freebsd.org/changeset/base/223137 Log: Clarify that the TFTP blocksize (RFC2348) or non-standard TFTP rollover option can be used to transfer larger files. Modified: head/libexec/tftpd/tftpd.8 head/usr.bin

svn commit: r223136 - head/lib/libc/gen

2011-06-15 Thread David Xu
Author: davidxu Date: Thu Jun 16 02:22:24 2011 New Revision: 223136 URL: http://svn.freebsd.org/changeset/base/223136 Log: Use size of int to fetch sysctl kern.sched.cpusetsize because it had switched from long to int type in kernel. Fixed by: pluknet Modified: head/lib/libc/gen/syscon

svn commit: r223135 - head/usr.bin/tftp

2011-06-15 Thread Craig Rodrigues
Author: rodrigc Date: Thu Jun 16 02:16:53 2011 New Revision: 223135 URL: http://svn.freebsd.org/changeset/base/223135 Log: Specify correct RFC2347 for TFTP options in diagnostic message. Modified: head/usr.bin/tftp/main.c Modified: head/usr.bin/tftp/main.c ===

svn commit: r223134 - stable/8/sys/dev/atkbdc

2011-06-15 Thread Xin LI
Author: delphij Date: Thu Jun 16 01:52:42 2011 New Revision: 223134 URL: http://svn.freebsd.org/changeset/base/223134 Log: MFC r222795 (jkim) + 222967: Validate INT 15h and 16h vectors more strictly. Traditionally these entry points are fixed addresses and (U)EFI CSM specification also m

svn commit: r223133 - head/release

2011-06-15 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Jun 15 23:56:40 2011 New Revision: 223133 URL: http://svn.freebsd.org/changeset/base/223133 Log: Make the bootonly CD smaller by discarding static libraries that are not useful without a toolchain. Modified: head/release/Makefile Modified: head/release/Makefile

svn commit: r223132 - in head: lib/libc/net sys/netinet

2011-06-15 Thread Michael Tuexen
Author: tuexen Date: Wed Jun 15 23:50:27 2011 New Revision: 223132 URL: http://svn.freebsd.org/changeset/base/223132 Log: Add support for the newly added SCTP API. In particular add support for: * SCTP_SNDINFO, SCTP_PRINFO, SCTP_AUTHINFO, SCTP_DSTADDRV4, and SCTP_DSTADDRV6 cmsgs. * SCT

svn commit: r223129 - head/release

2011-06-15 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Jun 15 23:38:15 2011 New Revision: 223129 URL: http://svn.freebsd.org/changeset/base/223129 Log: Do not install the rescue tools onto the install CD. Since it is read only, they are very unlikely to be needed and take up a great deal of space. Modified: head/r

svn commit: r223128 - head/lib/libstand

2011-06-15 Thread Craig Rodrigues
Author: rodrigc Date: Wed Jun 15 23:22:35 2011 New Revision: 223128 URL: http://svn.freebsd.org/changeset/base/223128 Log: Bring back following change which was undone in previous commit: r172854 | marius | 2

svn commit: r223127 - head/sys/ufs/ffs

2011-06-15 Thread Kirk McKusick
Author: mckusick Date: Wed Jun 15 23:19:09 2011 New Revision: 223127 URL: http://svn.freebsd.org/changeset/base/223127 Log: Ensure that filesystem metadata contained within persistent snapshots is always kept consistent. Suggested by: Jeff Roberson Modified: head/sys/ufs/ffs/ffs_alloc.

svn commit: r223126 - head/sys/sparc64/include

2011-06-15 Thread Marius Strobl
Author: marius Date: Wed Jun 15 22:41:55 2011 New Revision: 223126 URL: http://svn.freebsd.org/changeset/base/223126 Log: Don't include curcpu in the mask which is used as the IPI cookie as we have to ignore it when sending the IPI anyway. Actually I can't think of a good reason why this eve

svn commit: r223125 - head/lib/libstand

2011-06-15 Thread Craig Rodrigues
Author: rodrigc Date: Wed Jun 15 22:15:28 2011 New Revision: 223125 URL: http://svn.freebsd.org/changeset/base/223125 Log: Increase WARNS level to 2. Modified: head/lib/libstand/Makefile Modified: head/lib/libstand/Makefile

svn commit: r223124 - head/lib/libstand

2011-06-15 Thread Craig Rodrigues
Author: rodrigc Date: Wed Jun 15 22:13:22 2011 New Revision: 223124 URL: http://svn.freebsd.org/changeset/base/223124 Log: (1) When sending the TFTP RRQ packet to read a file, send along the "blksize" option specified in RFC2348, and the "tsize" option specified in RFC2349.

svn commit: r223123 - head/lib/libstand

2011-06-15 Thread Craig Rodrigues
Author: rodrigc Date: Wed Jun 15 22:08:18 2011 New Revision: 223123 URL: http://svn.freebsd.org/changeset/base/223123 Log: Currently tftp code in the loader retransmits the previous packet if it receives any unwanted packet(non-tftp). Change this to retransmit the packet(request or ack) only

svn commit: r223122 - head/lib/libstand

2011-06-15 Thread Craig Rodrigues
Author: rodrigc Date: Wed Jun 15 22:04:14 2011 New Revision: 223122 URL: http://svn.freebsd.org/changeset/base/223122 Log: Added sendrecv_tftp function instead of sendrecv for use by tftp. In sendrecv_tftp: * Upon receving an unexpected block of data or error, resend the ACK imme

svn commit: r223121 - head/lib/libstand

2011-06-15 Thread Craig Rodrigues
Author: rodrigc Date: Wed Jun 15 21:58:01 2011 New Revision: 223121 URL: http://svn.freebsd.org/changeset/base/223121 Log: In sendrecv function, change the receive timeout value between retries to increase in steps of MINTMO, instead of doubling the timeout for every retry. Obtained fr

svn commit: r223120 - in head: bin/sh tools/regression/bin/sh/builtins

2011-06-15 Thread Jilles Tjoelker
Author: jilles Date: Wed Jun 15 21:48:10 2011 New Revision: 223120 URL: http://svn.freebsd.org/changeset/base/223120 Log: sh: Add support for named character classes in bracket expressions. Example: case x in [[:alpha:]]) echo yes ;; esac Added: head/tools/regression/bin/sh/builtins/

svn commit: r223119 - stable/8/sys/kern

2011-06-15 Thread Mikolaj Golub
Author: trociny Date: Wed Jun 15 20:34:40 2011 New Revision: 223119 URL: http://svn.freebsd.org/changeset/base/223119 Log: MFC r222454: In soreceive_generic(), if MSG_WAITALL is set but the request is larger than the receive buffer, we have to receive in sections. When notifying the pro

svn commit: r223118 - head/sys/dev/sound/pci/hda

2011-06-15 Thread Joel Dahl
Author: joel (doc committer) Date: Wed Jun 15 19:53:08 2011 New Revision: 223118 URL: http://svn.freebsd.org/changeset/base/223118 Log: Hide driver revision behind bootverbose. Approved by: mav Modified: head/sys/dev/sound/pci/hda/hdac.c Modified: head/sys/dev/sound/pci/hda/hdac.c

svn commit: r223117 - head/etc/periodic/daily

2011-06-15 Thread Josh Paetzel
Author: jpaetzel Date: Wed Jun 15 19:33:02 2011 New Revision: 223117 URL: http://svn.freebsd.org/changeset/base/223117 Log: Eliminate extraneous pipelines and tr calls. Approved by: kib (mentor) MFC after:3 days Modified: head/etc/periodic/daily/800.scrub-zfs Modified: head/etc/p

svn commit: r223116 - head/sys/conf

2011-06-15 Thread Olivier Houchard
Author: cognet Date: Wed Jun 15 19:15:50 2011 New Revision: 223116 URL: http://svn.freebsd.org/changeset/base/223116 Log: Add -ffreestanding to the command line, so taht inflate.c compiles and link properly with llvm. PR: arm/156771 Submitted by: Damjan Marion Modified: he

svn commit: r223115 - head/usr.sbin/pw

2011-06-15 Thread Xin LI
Author: delphij Date: Wed Jun 15 19:09:58 2011 New Revision: 223115 URL: http://svn.freebsd.org/changeset/base/223115 Log: Don't attempt to create the base directory when -d is specified. MFC after:1 month Modified: head/usr.sbin/pw/pw_user.c Modified: head/usr.sbin/pw/pw_user.c ===

svn commit: r223114 - head/sys/ufs/ffs

2011-06-15 Thread Kirk McKusick
Author: mckusick Date: Wed Jun 15 18:05:08 2011 New Revision: 223114 URL: http://svn.freebsd.org/changeset/base/223114 Log: With the restructuring of the block reclaimation code, the notification messages for a filesystem being out of space need to be moved so that they do not print out unti

svn commit: r223109 - head/sys/boot/forth

2011-06-15 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Jun 15 14:07:16 2011 New Revision: 223109 URL: http://svn.freebsd.org/changeset/base/223109 Log: Revert changes to this file in r222417. This unconditionally enabled the boot menu on all platforms, which breaks loader completely on at least powerpc for reasons th

Re: svn commit: r223089 - in head: sys/cam/ata sys/cam/scsi sys/geom sys/sys usr.sbin/diskinfo

2011-06-15 Thread Pawel Jakub Dawidek
On Tue, Jun 14, 2011 at 05:10:33PM +, Justin T. Gibbs wrote: > Author: gibbs > Date: Tue Jun 14 17:10:32 2011 > New Revision: 223089 > URL: http://svn.freebsd.org/changeset/base/223089 > > Log: [...] > sys/sys/geom/geom.h: > sys/geom/geom_event.c: > - Provide the g_attr_changed() fun