svn commit: r202964 - head/sys/cddl/compat/opensolaris/sys

2010-01-24 Thread Xin LI
Author: delphij Date: Mon Jan 25 07:52:54 2010 New Revision: 202964 URL: http://svn.freebsd.org/changeset/base/202964 Log: On FreeBSD, time_t is 64-bit for all platforms except i386 and powerpc, where the type is 32-bit. ZFS can handle 64-bit timestamp internally but zfs_setattr() would che

svn commit: r202962 - head/share/man/man4

2010-01-24 Thread Joerg Wunsch
Author: joerg Date: Mon Jan 25 06:37:44 2010 New Revision: 202962 URL: http://svn.freebsd.org/changeset/base/202962 Log: Add an example, derived from the basic demo phk once sent me. Modified: head/share/man/man4/gpib.4 Modified: head/share/man/man4/gpib.4 ===

svn commit: r202961 - in head/contrib/bind9: . bin/dnssec bin/named doc/arm lib/dns lib/dns/include/dns lib/lwres/man

2010-01-24 Thread Doug Barton
Author: dougb Date: Mon Jan 25 06:18:31 2010 New Revision: 202961 URL: http://svn.freebsd.org/changeset/base/202961 Log: Upgrade to BIND 9.6.1-P3. This version address the following vulnerabilities: BIND 9 Cache Update from Additional Section https://www.isc.org/advisories/CVE-2009-4

svn commit: r202960 - in head/lib/bind/dns: . dns

2010-01-24 Thread Doug Barton
Author: dougb Date: Mon Jan 25 04:42:54 2010 New Revision: 202960 URL: http://svn.freebsd.org/changeset/base/202960 Log: Commit copyright-only changes to generated files as part of the 9.6.1-P3 update Modified: head/lib/bind/dns/code.h head/lib/bind/dns/dns/enumclass.h head/lib/bind/dns

svn commit: r202959 - vendor/bind9/9.6.1-P3

2010-01-24 Thread Doug Barton
Author: dougb Date: Mon Jan 25 04:24:05 2010 New Revision: 202959 URL: http://svn.freebsd.org/changeset/base/202959 Log: Tag the 9.6.1-P3 release Added: vendor/bind9/9.6.1-P3/ - copied from r202958, vendor/bind9/dist/ ___ svn-src-all@freebsd.or

svn commit: r202958 - in vendor/bind9/dist: . bin/dnssec bin/named doc/arm lib/dns lib/dns/include/dns lib/lwres/man

2010-01-24 Thread Doug Barton
Author: dougb Date: Mon Jan 25 04:22:19 2010 New Revision: 202958 URL: http://svn.freebsd.org/changeset/base/202958 Log: Vendor import of BIND 9.6.1-P3 Modified: vendor/bind9/dist/CHANGES vendor/bind9/dist/FAQ vendor/bind9/dist/FAQ.xml vendor/bind9/dist/bin/dnssec/dnssec-signzone.8 ve

svn commit: r202954 - in head/sys/mips: adm5120 alchemy atheros idt malta sentry5 sibyte

2010-01-24 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jan 25 00:44:05 2010 New Revision: 202954 URL: http://svn.freebsd.org/changeset/base/202954 Log: - Call post-boot fixup function in order to get proper static symbols resolving in DDB - When zeroing .bss/.sbss do not round end address to page boundary, it's

svn commit: r202952 - in stable/7/etc: . rc.d

2010-01-24 Thread Gavin Atkinson
Author: gavin Date: Sun Jan 24 22:29:35 2010 New Revision: 202952 URL: http://svn.freebsd.org/changeset/base/202952 Log: Fix mergeinfo after r202465, which was merged to etc/rc.d rather than etc Approved by: re (kib), ed (mentor, implicit) Modified: Directory Properties: stable/7/etc/

svn commit: r202951 - stable/8/sys/netinet

2010-01-24 Thread Michael Tuexen
Author: tuexen Date: Sun Jan 24 22:17:08 2010 New Revision: 202951 URL: http://svn.freebsd.org/changeset/base/202951 Log: MFC 202449: Get rid of support of an old version of the SCTP-AUTH draft. Get rid of unused MD5 code. Modified: stable/8/sys/netinet/sctp_auth.c stable/8/sys/netin

svn commit: r202950 - stable/8/sys/dev/ae

2010-01-24 Thread Gavin Atkinson
Author: gavin Date: Sun Jan 24 22:01:04 2010 New Revision: 202950 URL: http://svn.freebsd.org/changeset/base/202950 Log: Merge r202000 from head: Don't panic on attach if we can't allocate ifp Approved by: ed (mentor, implicit) Modified: stable/8/sys/dev/ae/if_ae.c Directory Prop

svn commit: r202949 - in stable/8/etc: . rc.d

2010-01-24 Thread Gavin Atkinson
Author: gavin Date: Sun Jan 24 21:17:06 2010 New Revision: 202949 URL: http://svn.freebsd.org/changeset/base/202949 Log: Fix mergeinfo after r202464, which was merged to etc/rc.d rather than etc Approved by: ed (mentor, implicit) Modified: Directory Properties: stable/8/etc/ (props ch

Re: svn commit: r202892 - head/usr.bin

2010-01-24 Thread Alexey Dokuchaev
On Sun, Jan 24, 2010 at 02:30:58PM +0100, Jilles Tjoelker wrote: > In the light of this, the size of the binary compared to the GNU one > seems a bit disappointing to me. Not that it is particularly hard to figure, but "the size of the binary (XXX bytes) compared to the GNU one (YYY bytes)" seems

svn commit: r202947 - stable/8/lib/libc/stdio

2010-01-24 Thread David Schultz
Author: das Date: Sun Jan 24 20:15:59 2010 New Revision: 202947 URL: http://svn.freebsd.org/changeset/base/202947 Log: MFC r197752: Better glibc compatibility for getline/getdelim: - Tolerate applications that pass a NULL pointer for the buffer and claim that the capacity of

svn commit: r202946 - in stable/6/sys: netinet netinet6

2010-01-24 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 24 19:36:43 2010 New Revision: 202946 URL: http://svn.freebsd.org/changeset/base/202946 Log: MFC r202469: Garbage collect references to the no longer implemented tcp_fasttimo(). Modified: stable/6/sys/netinet/tcp_var.h stable/6/sys/netinet6/in6_proto.c Directory

svn commit: r202945 - head/bin/ls

2010-01-24 Thread Jaakko Heinonen
Author: jh Date: Sun Jan 24 19:23:07 2010 New Revision: 202945 URL: http://svn.freebsd.org/changeset/base/202945 Log: Fixes for ls(1) long format (-l) output: - Allow -h option to work if the listing contains at least one device file. - Align major and minor device numbers correctly t

svn commit: r202944 - head/bin/ls

2010-01-24 Thread Jaakko Heinonen
Author: jh Date: Sun Jan 24 19:17:35 2010 New Revision: 202944 URL: http://svn.freebsd.org/changeset/base/202944 Log: Print full path in the error message. It's possible that fts(3) provides an empty fts_name and reporting the full path is more appropriate especially with the -R option.

svn commit: r202943 - head/share/man/man4

2010-01-24 Thread Joerg Wunsch
Author: joerg Date: Sun Jan 24 19:11:08 2010 New Revision: 202943 URL: http://svn.freebsd.org/changeset/base/202943 Log: Add man pages for the gpib(4), pcii(4), and tnt4882(4) drivers. MFC after:3 days Added: head/share/man/man4/gpib.4 (contents, props changed) head/share/man/man

svn commit: r202941 - in stable/7/sys: netinet netinet6

2010-01-24 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 24 18:18:52 2010 New Revision: 202941 URL: http://svn.freebsd.org/changeset/base/202941 Log: MFC r202469: Garbage collect references to the no longer implemented tcp_fasttimo(). Approved by: re (kib) Modified: stable/7/sys/netinet/tcp_var.h stable/7/sys/ne

svn commit: r202940 - head/sys/kern

2010-01-24 Thread Attilio Rao
Author: attilio Date: Sun Jan 24 18:16:38 2010 New Revision: 202940 URL: http://svn.freebsd.org/changeset/base/202940 Log: Split out an invariant in order to better check that newtd, when provided, must be on a runqueue. Tested by:Giovanni Trematerra MFC: 2

svn commit: r202939 - head/sys/mips/cavium

2010-01-24 Thread Warner Losh
Author: imp Date: Sun Jan 24 18:05:38 2010 New Revision: 202939 URL: http://svn.freebsd.org/changeset/base/202939 Log: o Write the soft reset bit in the cavium core to reset. [1] o panic if the board boot descriptor is too old... Obtained from:[1] looking at the cavium sdk's execu

svn commit: r202938 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci

2010-01-24 Thread Max Khon
Author: fjoe Date: Sun Jan 24 17:00:21 2010 New Revision: 202938 URL: http://svn.freebsd.org/changeset/base/202938 Log: Record rev. 198277 MFC. Modified: Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opens

svn commit: r202937 - in stable/7: etc/rc.d share/man/man5

2010-01-24 Thread Ruslan Ermilov
Author: ru Date: Sun Jan 24 16:59:04 2010 New Revision: 202937 URL: http://svn.freebsd.org/changeset/base/202937 Log: MFC: r191620: Added (pre|post)(start|stop) jail hooks. PR: 143137 Approved by: re (bz) Modified: stable/7/etc/rc.d/jail stable/7/share/man/man5/rc.conf.5

svn commit: r202936 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci

2010-01-24 Thread Max Khon
Author: fjoe Date: Sun Jan 24 16:58:20 2010 New Revision: 202936 URL: http://svn.freebsd.org/changeset/base/202936 Log: Record rev. 201924 MFC. Modified: Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opens

Re: svn commit: r202924 - in stable/7: sys/kern sys/netinet sys/netinet6 sys/sys usr.sbin/jail

2010-01-24 Thread Jase Thew
On 24/01/2010 14:05, Bjoern A. Zeeb wrote: Author: bz Date: Sun Jan 24 14:05:56 2010 New Revision: 202924 URL: http://svn.freebsd.org/changeset/base/202924 Log: MFC r202468: Add security.jail.ip4_saddrsel/ip6_nosaddrsel sysctls to control whether to use source address selection (defa

svn commit: r202935 - in head/sys: net net80211

2010-01-24 Thread Shteryana Shopova
Author: syrinx Date: Sun Jan 24 16:17:58 2010 New Revision: 202935 URL: http://svn.freebsd.org/changeset/base/202935 Log: While flushing the multicast filter of an interface, do not zero the relevant ifmultiaddr structures' reference to the parent interface, unless the parent interface is re

svn commit: r202934 - head/sys/ufs/ufs

2010-01-24 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jan 24 15:12:27 2010 New Revision: 202934 URL: http://svn.freebsd.org/changeset/base/202934 Log: Move out code that does POSIX.1e ACL inheritance into separate routines. Reviewed by: rwatson Modified: head/sys/ufs/ufs/ufs_vnops.c Modified: head/sys/ufs/ufs/ufs_v

svn commit: r202933 - in head: share/man/man9 sys/kern sys/sys

2010-01-24 Thread Attilio Rao
Author: attilio Date: Sun Jan 24 15:07:00 2010 New Revision: 202933 URL: http://svn.freebsd.org/changeset/base/202933 Log: - Fix the kthread_{suspend, resume, suspend_check}() locking. In the current code, the locking is completely broken and may lead easilly to deadlocks. Fix it by usin

svn commit: r202932 - stable/7/sys/netgraph

2010-01-24 Thread Max Khon
Author: fjoe Date: Sun Jan 24 14:58:49 2010 New Revision: 202932 URL: http://svn.freebsd.org/changeset/base/202932 Log: MFC rev. 201924: Send link state change control messages to "orphans" hook as well. Approved by: re (kib) Modified: stable/7/sys/netgraph/ng_ether.c Directory Proper

svn commit: r202931 - head/sys/pci

2010-01-24 Thread Gavin Atkinson
Author: gavin Date: Sun Jan 24 14:57:54 2010 New Revision: 202931 URL: http://svn.freebsd.org/changeset/base/202931 Log: Add support for four more nfsmb controllers, shipping on at least the ASUS Atom ION boards. PR: kern/142571 Submitted by: oliver Approved by: ed (mentor)

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

2010-01-24 Thread Ed Schouten
Author: ed Date: Sun Jan 24 14:44:05 2010 New Revision: 202930 URL: http://svn.freebsd.org/changeset/base/202930 Log: Improve the ttyname(3) manual page. - Remove unrelated references to tty(5). - Remove unneeded relation with FILE *. - Add better cross references. Modified: head/lib

svn commit: r202929 - stable/8/lib/libutil

2010-01-24 Thread Ed Schouten
Author: ed Date: Sun Jan 24 14:30:57 2010 New Revision: 202929 URL: http://svn.freebsd.org/changeset/base/202929 Log: MFC r202500: Fix a regression that was introduced in r191882. I changed login_tty() to only work when the application is not a session leader yet. This works fi

svn commit: r202928 - head/usr.sbin/lastlogin

2010-01-24 Thread Ed Schouten
Author: ed Date: Sun Jan 24 14:29:40 2010 New Revision: 202928 URL: http://svn.freebsd.org/changeset/base/202928 Log: Remove unneeded setpassent() calls. lastlogin no longer requires the use of the passwd database. Modified: head/usr.sbin/lastlogin/lastlogin.c Modified: head/usr.sbin/la

svn commit: r202927 - head/tools/build/mk

2010-01-24 Thread Antoine Brodin
Author: antoine Date: Sun Jan 24 14:13:56 2010 New Revision: 202927 URL: http://svn.freebsd.org/changeset/base/202927 Log: Add files to remove when MK_DICT=no. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc

svn commit: r202926 - head/tools/build/mk

2010-01-24 Thread Antoine Brodin
Author: antoine Date: Sun Jan 24 14:09:45 2010 New Revision: 202926 URL: http://svn.freebsd.org/changeset/base/202926 Log: Add files to remove when MK_CVS=no. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc =

svn commit: r202925 - head/tools/build/mk

2010-01-24 Thread Antoine Brodin
Author: antoine Date: Sun Jan 24 14:06:19 2010 New Revision: 202925 URL: http://svn.freebsd.org/changeset/base/202925 Log: Add files to remove when MK_CTM=no. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc =

svn commit: r202924 - in stable/7: sys/kern sys/netinet sys/netinet6 sys/sys usr.sbin/jail

2010-01-24 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 24 14:05:56 2010 New Revision: 202924 URL: http://svn.freebsd.org/changeset/base/202924 Log: MFC r202468: Add security.jail.ip4_saddrsel/ip6_nosaddrsel sysctls to control whether to use source address selection (default) or the primary jail address for unboun

svn commit: r202923 - head/tools/build/mk

2010-01-24 Thread Antoine Brodin
Author: antoine Date: Sun Jan 24 14:04:38 2010 New Revision: 202923 URL: http://svn.freebsd.org/changeset/base/202923 Log: Add files to remove when MK_CPP=no. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc =

Re: svn commit: r202892 - head/usr.bin

2010-01-24 Thread Jilles Tjoelker
On Sat, Jan 23, 2010 at 12:04:44PM -0800, Doug Barton wrote: > On 01/23/10 09:31, Antoine Brodin wrote: > > Author: antoine > > Date: Sat Jan 23 17:31:13 2010 > > New Revision: 202892 > > URL: http://svn.freebsd.org/changeset/base/202892 > > Log: > > Unbreak world WITHOUT_OPENSSL: > > the new

svn commit: r202922 - stable/8/sys/sys

2010-01-24 Thread Konstantin Belousov
Author: kib Date: Sun Jan 24 12:37:30 2010 New Revision: 202922 URL: http://svn.freebsd.org/changeset/base/202922 Log: Bump __FreeBSD_version for scandir(3) and alphasort(3) interface changes. Modified: stable/8/sys/sys/param.h Modified: stable/8/sys/sys/param.h =

svn commit: r202921 - in stable/8: include lib/libc/gen usr.bin/catman usr.bin/makewhatis usr.sbin/lpr/common_source

2010-01-24 Thread Konstantin Belousov
Author: kib Date: Sun Jan 24 12:35:36 2010 New Revision: 202921 URL: http://svn.freebsd.org/changeset/base/202921 Log: Merge scandir(3) interface update to stable/8. MFC r201512: Modernize scandir(3) and alphasort(3) interfaces according to the IEEE Std 1003.1-2008. MFC r201602:

svn commit: r202920 - in stable/8/sys: netinet netinet6

2010-01-24 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 24 12:22:38 2010 New Revision: 202920 URL: http://svn.freebsd.org/changeset/base/202920 Log: MFC r202469: Garbage collect references to the no longer implemented tcp_fasttimo(). Modified: stable/8/sys/netinet/tcp_var.h stable/8/sys/netinet6/in6_proto.c Directory

svn commit: r202919 - head/sys/amd64/ia32

2010-01-24 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jan 24 12:13:38 2010 New Revision: 202919 URL: http://svn.freebsd.org/changeset/base/202919 Log: Fix array overflow. This routine is only called from procfs, which is not mounted by default, and I've been unable to trigger a panic without this fix applied anyway.

svn commit: r202918 - head/usr.sbin/ctm/ctm_smail

2010-01-24 Thread Stephen McKay
Author: mckay Date: Sun Jan 24 11:54:32 2010 New Revision: 202918 URL: http://svn.freebsd.org/changeset/base/202918 Log: Shrink encoded line length from 76 to 72 characters. Some Exchange systems wrap lines over 75 characters long while converting messages to quoted-printable, preventing

svn commit: r202917 - head/sys/dev/ichwd

2010-01-24 Thread Remko Lodder
Author: remko Date: Sun Jan 24 10:50:20 2010 New Revision: 202917 URL: http://svn.freebsd.org/changeset/base/202917 Log: Add support for the NM10 chipset. PR: kern/143118 Submitted by: Koshin sumitani Approved by: imp (mentor, implicit) MFC after:3 days Modified: he

svn commit: r202916 - head/lib/libc/string

2010-01-24 Thread Hajimu UMEMOTO
Author: ume Date: Sun Jan 24 10:35:26 2010 New Revision: 202916 URL: http://svn.freebsd.org/changeset/base/202916 Log: Make strsignal(3) thread-safe. MFC after:2 weeks Modified: head/lib/libc/string/strsignal.c Modified: head/lib/libc/string/strsignal.c =

svn commit: r202915 - head/sys/netinet6

2010-01-24 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 24 10:22:39 2010 New Revision: 202915 URL: http://svn.freebsd.org/changeset/base/202915 Log: Correct a typo. Submitted by: kensmith MFC after:3 days Modified: head/sys/netinet6/in6_pcb.c Modified: head/sys/netinet6/in6_pcb.c ===

svn commit: r202914 - in stable/7/sys: netinet netinet6

2010-01-24 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 24 10:08:54 2010 New Revision: 202914 URL: http://svn.freebsd.org/changeset/base/202914 Log: MFC r194777: Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory to save the selected source address rather than returning an unreferenced copy to a

svn commit: r202911 - stable/8/sys/netgraph

2010-01-24 Thread Max Khon
Author: fjoe Date: Sun Jan 24 08:59:33 2010 New Revision: 202911 URL: http://svn.freebsd.org/changeset/base/202911 Log: MFC: Send link state change control messages to "orphans" hook as well. Modified: stable/8/sys/netgraph/ng_ether.c Modified: stable/8/sys/netgraph/ng_ether.c ==