Re: svn commit: r252121 - in head/release/doc: en_US.ISO8859-1/errata share/xml

2013-06-23 Thread Hiroki Sato
Glen Barber wrote in <201306232019.r5nkj1gz064...@svn.freebsd.org>: gj> Author: gjb gj> Date: Sun Jun 23 20:19:00 2013 gj> New Revision: 252121 gj> URL: http://svnweb.freebsd.org/changeset/base/252121 gj> gj> Log: gj> Add a new macro, release.current.release, to denote the head/ branch gj>

svn commit: r252143 - head/sys/dev/usb/net

2013-06-23 Thread Pyun YongHyeon
Author: yongari Date: Mon Jun 24 05:18:31 2013 New Revision: 252143 URL: http://svnweb.freebsd.org/changeset/base/252143 Log: When RX checksum offloading is active, AX88772B will prepend a checksum header. The header contains a received frame length but the defined length for AX88772B is di

svn commit: r252141 - head/sys/netinet6

2013-06-23 Thread Qing Li
Author: qingli Date: Mon Jun 24 05:01:13 2013 New Revision: 252141 URL: http://svnweb.freebsd.org/changeset/base/252141 Log: Delete the nd6 entries associated with an off-link prefix if the same prefix cannot be found on an alternative interface. Reviewed by: hrs MFC after:1 week

svn commit: r252139 - head/usr.sbin/gssd

2013-06-23 Thread Rick Macklem
Author: rmacklem Date: Mon Jun 24 02:24:22 2013 New Revision: 252139 URL: http://svnweb.freebsd.org/changeset/base/252139 Log: Document the "-o" option added by r252138. MFC after:10 days Modified: head/usr.sbin/gssd/gssd.8 Modified: head/usr.sbin/gssd/gssd.8 ===

svn commit: r252138 - head/usr.sbin/gssd

2013-06-23 Thread Rick Macklem
Author: rmacklem Date: Mon Jun 24 02:19:23 2013 New Revision: 252138 URL: http://svnweb.freebsd.org/changeset/base/252138 Log: Add a new "-o" option to the gssd which forces gss_init_sec_context() to use DES and the associated old style GSS initialization token. This appears to be required f

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-23 Thread Bruce Evans
On Sun, 23 Jun 2013, I wrote: I thought of lots of variations, but couldn't find one that works perfectly. One idea (that goes with the sign check on the low 32 bits) is to use a misaligned add to memory to copy the 31st bit as a carry bit to the the high word. The value of the counter is suppo

svn commit: r252129 - in head: . gnu/lib/libdialog

2013-06-23 Thread Baptiste Daroussin
| uniq -d; # done +# 20130623: dialog update from 1.1 to 1.2 +OLD_LIBS+=usr/lib/libdialog.so.7 +OLD_LIBS+=usr/lib32/libdialog.so.7 # 20130616: vfs_mounted.9 removed OLD_FILES+=usr/share/man/man9/vfs_mount.9.gz # 20130614: remove CVS from base Modified: head/gnu/lib/libdialog/Makefile

svn commit: r252127 - head/share/mk

2013-06-23 Thread Eitan Adler
Author: eadler Date: Sun Jun 23 20:34:54 2013 New Revision: 252127 URL: http://svnweb.freebsd.org/changeset/base/252127 Log: Remove variable added by ru@ in r94940 that is no longer used by source or ports in share/mk/sys.mk PR: conf/155737 Reviewed by: ed (two years ago!) E

svn commit: r252126 - head/release/doc/en_US.ISO8859-1/errata

2013-06-23 Thread Glen Barber
Author: gjb Date: Sun Jun 23 20:24:43 2013 New Revision: 252126 URL: http://svnweb.freebsd.org/changeset/base/252126 Log: Trim copyright years, and add the current year. Modified: head/release/doc/en_US.ISO8859-1/errata/article.xml Modified: head/release/doc/en_US.ISO8859-1/errata/article.xm

svn commit: r252125 - head/sys/dev/usb/serial

2013-06-23 Thread Thomas Quinot
Author: thomas Date: Sun Jun 23 20:22:49 2013 New Revision: 252125 URL: http://svnweb.freebsd.org/changeset/base/252125 Log: Revert previous change to uark.c (restore previous rev), which was committed by mistake. Replaced: - copied unchanged from r250749, head/sys/dev/usb/serial/uark.c

svn commit: r252124 - head/release/doc/en_US.ISO8859-1/errata

2013-06-23 Thread Glen Barber
Author: gjb Date: Sun Jun 23 20:20:34 2013 New Revision: 252124 URL: http://svnweb.freebsd.org/changeset/base/252124 Log: Rewrap after previous commit. Modified: head/release/doc/en_US.ISO8859-1/errata/article.xml Modified: head/release/doc/en_US.ISO8859-1/errata/article.xml

svn commit: r252123 - head/sys/dev/usb/serial

2013-06-23 Thread Thomas Quinot
Author: thomas Date: Sun Jun 23 20:19:51 2013 New Revision: 252123 URL: http://svnweb.freebsd.org/changeset/base/252123 Log: Fix minor typo in comment Modified: head/sys/dev/usb/serial/uark.c head/sys/dev/usb/serial/umcs.h Modified: head/sys/dev/usb/serial/uark.c ==

svn commit: r252121 - in head/release/doc: en_US.ISO8859-1/errata share/xml

2013-06-23 Thread Glen Barber
Author: gjb Date: Sun Jun 23 20:19:00 2013 New Revision: 252121 URL: http://svnweb.freebsd.org/changeset/base/252121 Log: Add a new macro, release.current.release, to denote the head/ branch with the -RELEASE suffix. This fixes the incorrect text on the -CURRENT errata page from showing '10

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-23 Thread Peter Wemm
On Sun, Jun 23, 2013 at 12:30 PM, Peter Wemm wrote: [..] > I still want svnup to be finished and imported. Just like when we > had cvs and csup, they're targeted at different people. One clarification. svnlite is intended to be a lighter weight alternative to the devel/subversion port, not to

svn commit: r252119 - head/release/doc/en_US.ISO8859-1/relnotes

2013-06-23 Thread Glen Barber
Author: gjb Date: Sun Jun 23 19:47:59 2013 New Revision: 252119 URL: http://svnweb.freebsd.org/changeset/base/252119 Log: Add missing copyright years. Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml =

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-23 Thread Peter Wemm
On Sun, Jun 23, 2013 at 10:12 AM, Warner Losh wrote: > On Jun 23, 2013, at 6:22 AM, Tijl Coosemans wrote: > > On 2013-06-23 04:43, Garance A Drosehn wrote: > >> On 6/22/13 2:38 PM, Tijl Coosemans wrote: > >>> On 2013-06-20 21:34, Warner Losh wrote: > > I think insisting on a definitive s

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-23 Thread Adrian Chadd
You know that there _are_ users that want behaviour (A), and some that want behaviour (B), right? Not everyone wants to run the latest and greatest ports tree on all releases. Adrian On 23 June 2013 05:22, Tijl Coosemans wrote: > On 2013-06-23 04:43, Garance A Drosehn wrote: >> On 6/22/13 2:

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-23 Thread Warner Losh
On Jun 23, 2013, at 6:22 AM, Tijl Coosemans wrote: > On 2013-06-23 04:43, Garance A Drosehn wrote: >> On 6/22/13 2:38 PM, Tijl Coosemans wrote: >>> On 2013-06-20 21:34, Warner Losh wrote: I think insisting on a definitive statement on svn lite's mission statement is a way to obstr

svn commit: r252115 - head/sys/powerpc/ofw

2013-06-23 Thread Justin Hibbits
Author: jhibbits Date: Sun Jun 23 14:20:54 2013 New Revision: 252115 URL: http://svnweb.freebsd.org/changeset/base/252115 Log: Cache the Open Firmware CPU properties at attach time, so we don't always enter it at runtime to get static data. Modified: head/sys/powerpc/ofw/ofw_cpu.c Modified

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-23 Thread Tijl Coosemans
On 2013-06-23 04:43, Garance A Drosehn wrote: > On 6/22/13 2:38 PM, Tijl Coosemans wrote: >> On 2013-06-20 21:34, Warner Losh wrote: >>> >>> I think insisting on a definitive statement on svn lite's mission >>> statement is a way to obstruct progress. Sometimes you just need to >>> things because t

svn commit: r252113 - head/usr.sbin/bsdconfig/include

2013-06-23 Thread Devin Teske
Author: dteske Date: Sun Jun 23 10:51:26 2013 New Revision: 252113 URL: http://svnweb.freebsd.org/changeset/base/252113 Log: Add a newline character to the end of the "Check URL again" error message because long URLs do not induce extra height despite wrapping by dialog(1). NOTE: For even lo

svn commit: r252112 - in head/usr.sbin/bsdconfig: include share share/media

2013-06-23 Thread Devin Teske
Author: dteske Date: Sun Jun 23 10:48:26 2013 New Revision: 252112 URL: http://svnweb.freebsd.org/changeset/base/252112 Log: Merge r248313 from stable/9 sysinstall(8) to head bsdconfig(8): Add support for installation directly via HTTP. While we're here, remove the menu-item for Passive F

svn commit: r252110 - head/usr.sbin/bsdconfig/share/media

2013-06-23 Thread Devin Teske
Author: dteske Date: Sun Jun 23 10:04:23 2013 New Revision: 252110 URL: http://svnweb.freebsd.org/changeset/base/252110 Log: Implement the $probe_only parameter (previously unimplemented). Modified: head/usr.sbin/bsdconfig/share/media/httpproxy.subr Modified: head/usr.sbin/bsdconfig/share/me

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-23 Thread Bruce Evans
On Sun, 23 Jun 2013, Konstantin Belousov wrote: On Sat, Jun 22, 2013 at 06:58:15PM +1000, Bruce Evans wrote: So the i386 version be simply "addl; adcl" to memory. Each store in this is atomic at the per-CPU level. If there is no carry, then the separate stores are equivalent to adding separat

svn commit: r252109 - head/usr.sbin/bsdconfig/share/media

2013-06-23 Thread Devin Teske
Author: dteske Date: Sun Jun 23 09:41:47 2013 New Revision: 252109 URL: http://svnweb.freebsd.org/changeset/base/252109 Log: Fine-tune the parsing of the URL. Re-order, comment, and add debugging to each case of unique URL format. Modified: head/usr.sbin/bsdconfig/share/media/ftp.subr hea

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-23 Thread Bruce Evans
On Sun, 23 Jun 2013, Konstantin Belousov wrote: On Sat, Jun 22, 2013 at 01:37:58PM +1000, Bruce Evans wrote: On Sat, 22 Jun 2013, I wrote: ... Here are considerably expanded tests, with noninline tests dropped. Summary of times on Athlon64: simple increment: 4-7

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-23 Thread Konstantin Belousov
On Sat, Jun 22, 2013 at 06:58:15PM +1000, Bruce Evans wrote: > So the i386 version be simply "addl; adcl" to memory. Each store in > this is atomic at the per-CPU level. If there is no carry, then the > separate stores are equivalent to adding separate nonnegative values and > the counter value i

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-23 Thread Konstantin Belousov
On Sat, Jun 22, 2013 at 01:37:58PM +1000, Bruce Evans wrote: > On Sat, 22 Jun 2013, I wrote: > > > ... > > Here are considerably expanded tests, with noninline tests dropped. > > Summary of times on Athlon64: > > > > simple increment: 4-7 cycles (1) > > simple increme