Re: svn commit: r241137 - head/lib/libc/stdlib

2012-10-07 Thread Simon L. B. Nielsen
On 2 Oct 2012, at 18:44, Andrey A. Chernov a...@freebsd.org wrote: Author: ache Date: Tue Oct 2 17:44:08 2012 New Revision: 241137 URL: http://svn.freebsd.org/changeset/base/241137 Log: Using putenv() and later direct pointer contents modification it is possibe to craft environment

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

2012-10-07 Thread Devin Teske
Author: dteske Date: Sun Oct 7 15:37:30 2012 New Revision: 241310 URL: http://svn.freebsd.org/changeset/base/241310 Log: Comment and Copyright fixes/updates. Reviewed by: adrian (co-mentor) Approved by: adrian (co-mentor) Modified: head/sys/boot/forth/menu-commands.4th

svn commit: r241311 - head

2012-10-07 Thread Marcel Moolenaar
Author: marcel Date: Sun Oct 7 16:45:38 2012 New Revision: 241311 URL: http://svn.freebsd.org/changeset/base/241311 Log: Fix 32-bit library builds after the removal of adding -E to make for AS, CC, CXX and LD. This fix implements the intended as it should have been implemented all along:

svn commit: r241312 - head

2012-10-07 Thread Marcel Moolenaar
Author: marcel Date: Sun Oct 7 17:48:38 2012 New Revision: 241312 URL: http://svn.freebsd.org/changeset/base/241312 Log: Fix the showconfig target. bmake sends debug output to stderr. Submitted by: Simon Garrety s...@juniper.net Modified: head/Makefile.inc1 Modified:

svn commit: r241313 - head/sys/mips/mips

2012-10-07 Thread Alan Cox
Author: alc Date: Sun Oct 7 18:07:45 2012 New Revision: 241313 URL: http://svn.freebsd.org/changeset/base/241313 Log: Optimize the TLB invalidations performed by pmap_protect(). Use the new range-based invalidation function instead of performing per-page invalidations. Don't bother

svn commit: r241329 - head/sys/geom/raid

2012-10-07 Thread Alexander Motin
Author: mav Date: Sun Oct 7 19:30:16 2012 New Revision: 241329 URL: http://svn.freebsd.org/changeset/base/241329 Log: Make graid command line a bit more friendly by allowing volume name or provider name to be specified instead of geom name (first argument in all subcommands except label).

Re: svn commit: r241311 - head

2012-10-07 Thread Dimitry Andric
On 2012-10-07 18:45, Marcel Moolenaar wrote: Author: marcel Date: Sun Oct 7 16:45:38 2012 New Revision: 241311 URL: http://svn.freebsd.org/changeset/base/241311 Log: Fix 32-bit library builds after the removal of adding -E to make for AS, CC, CXX and LD. This fix implements the intended

svn commit: r241330 - in head/usr.sbin: bsdconfig chroot mountd

2012-10-07 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Oct 7 19:53:04 2012 New Revision: 241330 URL: http://svn.freebsd.org/changeset/base/241330 Log: Minor mdoc fixes. Modified: head/usr.sbin/bsdconfig/bsdconfig.8 head/usr.sbin/chroot/chroot.8 head/usr.sbin/mountd/exports.5 Modified:

svn commit: r241331 - in head/usr.bin: calendar m4 m4/lib script unzip who

2012-10-07 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Oct 7 20:01:41 2012 New Revision: 241331 URL: http://svn.freebsd.org/changeset/base/241331 Log: Remove contractions. Modified: head/usr.bin/calendar/calendar.1 head/usr.bin/m4/lib/ohash_init.3 head/usr.bin/m4/m4.1 head/usr.bin/script/script.1

svn commit: r241333 - head/sys/arm/at91

2012-10-07 Thread Warner Losh
Author: imp Date: Sun Oct 7 20:36:46 2012 New Revision: 241333 URL: http://svn.freebsd.org/changeset/base/241333 Log: Loop reading the RTC registers until the same values are obtained twice, as advised in the atmel docs. Submitted by: Ian Lapore Modified: head/sys/arm/at91/at91_rtc.c

svn commit: r241336 - head/sys/dev/ath

2012-10-07 Thread Adrian Chadd
Author: adrian Date: Sun Oct 7 23:45:19 2012 New Revision: 241336 URL: http://svn.freebsd.org/changeset/base/241336 Log: Migrate the TID TXQ accesses to a new set of macros, rather than reusing the ATH_TXQ_* macros. * Introduce the new macros; * rename the TID queue and TID filtered

Re: svn commit: r241245 - in head: . share/man/man9 sys/contrib/ipfilter/netinet sys/net sys/netinet sys/netpfil/ipfw sys/netpfil/pf sys/sys

2012-10-07 Thread Adrian Chadd
Hi, People have been reporting this: Oct 7 18:35:19 alix kernel: in_cksum_skip: out of data by 53295 Oct 7 18:35:19 alix kernel: in_cksum_skip: out of data by 55335 Would you please investigate this, or back the patch out? Also, if this is actually due to this patch - why is it that you

Re: svn commit: r241298 - in head: . gnu/usr.bin/cc/cc_int gnu/usr.bin/cc/include kerberos5 kerberos5/tools/asn1_compile kerberos5/tools/slc lib/clang/include share/mk tools/build/make_check usr.sbin/

2012-10-07 Thread Marcel Moolenaar
On Oct 6, 2012, at 10:31 PM, Bruce Evans b...@optusnet.com.au wrote: On Sat, 6 Oct 2012, Marcel Moolenaar wrote: Log: Add support for bmake. This includes: Modified: head/share/mk/bsd.dep.mk == ---

Re: svn commit: r241245 - in head: . share/man/man9 sys/contrib/ipfilter/netinet sys/net sys/netinet sys/netpfil/ipfw sys/netpfil/pf sys/sys

2012-10-07 Thread Gleb Smirnoff
On Sun, Oct 07, 2012 at 06:49:51PM -0700, Adrian Chadd wrote: A Hi, A A People have been reporting this: A A A Oct 7 18:35:19 alix kernel: in_cksum_skip: out of data by 53295 A Oct 7 18:35:19 alix kernel: in_cksum_skip: out of data by 55335 A A Would you please investigate this, or back the