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

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Fri Feb 10 07:52:51 2012 New Revision: 231364 URL: http://svn.freebsd.org/changeset/base/231364 Log: MFC r217742: Remove unnecessary checking of variable. Modified: stable/8/sys/netinet/sctputil.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/am

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

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Fri Feb 10 07:51:28 2012 New Revision: 231363 URL: http://svn.freebsd.org/changeset/base/231363 Log: MFC r217638: Improve comments. Modified: stable/8/sys/netinet/sctp_usrreq.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (

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

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Fri Feb 10 07:49:57 2012 New Revision: 231362 URL: http://svn.freebsd.org/changeset/base/231362 Log: MFC r217635: Fix it so we align with new socket API draft for state's in destination (i.e. ACTIVE/INACTIVE/UNCONFIRMED) From rrs@. Modified: stable/8/sys/netinet/sct

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

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Fri Feb 10 07:47:34 2012 New Revision: 231361 URL: http://svn.freebsd.org/changeset/base/231361 Log: MFC r217611: Cleanup the management of CC functions. Deleted: stable/8/sys/netinet/sctp_cc_functions.h Modified: stable/8/sys/netinet/sctp_cc_functions.c stable/8/sy

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

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Fri Feb 10 07:44:03 2012 New Revision: 231360 URL: http://svn.freebsd.org/changeset/base/231360 Log: MFC r217469: Add support for resource pooling to CMT. An original version of the patch was developed by Martin Becke and Thomas Dreibholz. Modified: stable/8/sys/net

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

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Fri Feb 10 07:42:38 2012 New Revision: 231359 URL: http://svn.freebsd.org/changeset/base/231359 Log: MFC r215817: Adds new dtrace for cwnd functions and lay's groundwork for future dtrace points (rwnd flightsize etc). From rrs@. Added: stable/8/sys/netinet/sctp_dtra

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

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Fri Feb 10 07:31:50 2012 New Revision: 231358 URL: http://svn.freebsd.org/changeset/base/231358 Log: MFC r216887: Bugfix: Make sure that the COMM_UP notificatin is delivered first also on the passive side. Modified: stable/8/sys/netinet/sctp_input.c Directory

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

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Fri Feb 10 07:30:15 2012 New Revision: 231357 URL: http://svn.freebsd.org/changeset/base/231357 Log: MFC r216878: Fix a typo. Modified: stable/8/sys/netinet/sctp_uio.h Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props cha

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

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Fri Feb 10 07:28:37 2012 New Revision: 231356 URL: http://svn.freebsd.org/changeset/base/231356 Log: MFC 216825: Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macros and use them instead of the generic compare_with_wrap. Retire compare_with_wrap. M

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

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Fri Feb 10 07:26:45 2012 New Revision: 231355 URL: http://svn.freebsd.org/changeset/base/231355 Log: MFC r216822: Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH, TAILQ_FOREACH_SAFE where appropriate. No functional change. Modified: st

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

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Fri Feb 10 07:23:42 2012 New Revision: 231354 URL: http://svn.freebsd.org/changeset/base/231354 Log: MFC r216821: Fix three bugs related to the sequence number wrap-around affecting the processing of ECNE and ASCONF chunks. Modified: stable/8/sys/netinet/sctp_asconf.c

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

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Fri Feb 10 07:21:29 2012 New Revision: 231353 URL: http://svn.freebsd.org/changeset/base/231353 Log: MFC r216672: Provide a possibility to configure the inital congestion window to the value defined in RFC 4960. Modified: stable/8/sys/netinet/sctp_cc_functions.c sta

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

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Fri Feb 10 07:19:36 2012 New Revision: 231352 URL: http://svn.freebsd.org/changeset/base/231352 Log: MFC r216669: Improve plausibility check in sctp_handle_sack(). Allow cmt_on_off to support values 0 (no CMT), 1 (CMT), and 2 (CMT/RP). Modified: stable/8/sys/netinet/s

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

2012-02-09 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Feb 10 07:03:45 2012 New Revision: 231351 URL: http://svn.freebsd.org/changeset/base/231351 Log: Fix-up value passed by thr_new syscall to make it compatible with MIPS_TLS_GET/MIPS_TLS_SET sysarch API. Modified: head/sys/mips/mips/vm_machdep.c Modified: head/sys/mip

svn commit: r231350 - in head/lib/libthr/arch/mips: include mips

2012-02-09 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Feb 10 06:53:25 2012 New Revision: 231350 URL: http://svn.freebsd.org/changeset/base/231350 Log: Switch MIPS TLS implementation to Variant I: Save pointer to the TLS structure taking into account TP_OFFSET and TCB structure size. Modified: head/lib/libthr/arch/m

svn commit: r231349 - head/sys/geom/part

2012-02-09 Thread Andrey V. Elsukov
Author: ae Date: Fri Feb 10 06:44:30 2012 New Revision: 231349 URL: http://svn.freebsd.org/changeset/base/231349 Log: Let's be more realistic and limit maximum number of partition to 4k. MFC after:1 week Modified: head/sys/geom/part/g_part_apm.c Modified: head/sys/geom/part/g_part_a

svn commit: r231348 - in stable/7: sbin/ifconfig share/man/man9 sys/net sys/sys

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 10 06:43:16 2012 New Revision: 231348 URL: http://svn.freebsd.org/changeset/base/231348 Log: MFC r223735: Add infrastructure to allow all frames/packets received on an interface to be assigned to a non-default FIB instance. Submitted by: cjsp Submitted

svn commit: r231347 - in head/libexec/rtld-elf: . mips

2012-02-09 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Feb 10 06:42:50 2012 New Revision: 231347 URL: http://svn.freebsd.org/changeset/base/231347 Log: Switch MIPS TLS implementation to Variant I Modified: head/libexec/rtld-elf/mips/reloc.c head/libexec/rtld-elf/mips/rtld_machdep.h head/libexec/rtld-elf/rtld.c Modifie

svn commit: r231346 - in stable/8: sbin/ifconfig share/man/man9 sys/kern sys/net sys/sys

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 10 06:42:00 2012 New Revision: 231346 URL: http://svn.freebsd.org/changeset/base/231346 Log: MFC r223735: Add infrastructure to allow all frames/packets received on an interface to be assigned to a non-default FIB instance. Submitted by:cjsp Sub

svn commit: r231345 - stable/8/sys/geom/part

2012-02-09 Thread Andrey V. Elsukov
Author: ae Date: Fri Feb 10 06:38:57 2012 New Revision: 231345 URL: http://svn.freebsd.org/changeset/base/231345 Log: MFC r230861: The scheme code may not know about some inconsistency in the metadata. So, add an integrity check after recovery attempt. Modified: stable/8/sys/geom/part

svn commit: r231344 - stable/9/sys/geom/part

2012-02-09 Thread Andrey V. Elsukov
Author: ae Date: Fri Feb 10 06:38:03 2012 New Revision: 231344 URL: http://svn.freebsd.org/changeset/base/231344 Log: MFC r230861: The scheme code may not know about some inconsistency in the metadata. So, add an integrity check after recovery attempt. Modified: stable/9/sys/geom/part

svn commit: r231343 - stable/8/sys/geom/part

2012-02-09 Thread Andrey V. Elsukov
Author: ae Date: Fri Feb 10 06:35:14 2012 New Revision: 231343 URL: http://svn.freebsd.org/changeset/base/231343 Log: MFC r228061: The size of APM could be bigger than number of already allocated entries. And the first usable sector should not start from the inside of APM area. MFC

svn commit: r231342 - stable/9/sys/geom/part

2012-02-09 Thread Andrey V. Elsukov
Author: ae Date: Fri Feb 10 06:34:21 2012 New Revision: 231342 URL: http://svn.freebsd.org/changeset/base/231342 Log: MFC r228061: The size of APM could be bigger than number of already allocated entries. And the first usable sector should not start from the inside of APM area. MFC

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

2012-02-09 Thread Bruce Evans
On Thu, 9 Feb 2012, Kirk McKusick wrote: Log: Historically when an application wrote an entire block of a file, the kernel allocated a buffer but did not zero it as it was about to be completely filled by a uiomove() from the user's buffer. However, if the uiomove() failed, the old contents

svn commit: r231341 - head/sys/kern

2012-02-09 Thread Kevin Lo
Author: kevlo Date: Fri Feb 10 06:30:52 2012 New Revision: 231341 URL: http://svn.freebsd.org/changeset/base/231341 Log: Add a missing break. This bug was introduced in r228856. Modified: head/sys/kern/kern_tc.c Modified: head/sys/kern/kern_tc.c ==

svn commit: r231340 - stable/8/sys/net

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 10 06:12:48 2012 New Revision: 231340 URL: http://svn.freebsd.org/changeset/base/231340 Log: MFC r223334: Leave an extra comment about flowtable and IPv6 support rectifying a previous comment (r206024 in stable/8) to not forget things here in the future as we

svn commit: r231339 - stable/7/share/man/man9

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 10 06:06:30 2012 New Revision: 231339 URL: http://svn.freebsd.org/changeset/base/231339 Log: MFC r223259: Correct a typo in the function name. Modified: stable/7/share/man/man9/device_get_sysctl.9 Directory Properties: stable/7/share/man/man9/ (props changed

svn commit: r231338 - stable/8/share/man/man9

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 10 06:06:25 2012 New Revision: 231338 URL: http://svn.freebsd.org/changeset/base/231338 Log: MFC r223259: Correct a typo in the function name. Modified: stable/8/share/man/man9/device_get_sysctl.9 Directory Properties: stable/8/share/man/man9/ (props changed

svn commit: r231337 - stable/8/usr.bin/top

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 10 06:02:21 2012 New Revision: 231337 URL: http://svn.freebsd.org/changeset/base/231337 Log: MFC r224202: Constantly print the command name and if set include the thread name in per-thread mode. Discussed with: jhb Obtained from: Ed Maste at Sandvine I

svn commit: r231336 - head/contrib/gcc

2012-02-09 Thread Tim Kientzle
Author: kientzle Date: Fri Feb 10 05:05:42 2012 New Revision: 231336 URL: http://svn.freebsd.org/changeset/base/231336 Log: Implement -print-file-name=include (which is undocumented but used by some Linux boot loaders). This option prints out the directory holding the include files needed b

Re: svn commit: r231298 - head/etc

2012-02-09 Thread Doug Barton
On 02/09/2012 14:15, Marcel Moolenaar wrote: > > On Feb 9, 2012, at 12:44 PM, Eitan Adler wrote: > >> Author: eadler >> Date: Thu Feb 9 20:44:20 2012 >> New Revision: 231298 >> URL: http://svn.freebsd.org/changeset/base/231298 >> >> Log: >> Make etc/Makefile more conflict resistant > > Nice. Q

Re: svn commit: r231298 - head/etc

2012-02-09 Thread Bruce Evans
On Thu, 9 Feb 2012, Marcel Moolenaar wrote: On Feb 9, 2012, at 12:44 PM, Eitan Adler wrote: Author: eadler Date: Thu Feb 9 20:44:20 2012 New Revision: 231298 URL: http://svn.freebsd.org/changeset/base/231298 Log: Make etc/Makefile more conflict resistant Nice. Question though: why not the

svn commit: r231335 - stable/7/share/man/man7

2012-02-09 Thread Eitan Adler
Author: eadler Date: Fri Feb 10 04:11:04 2012 New Revision: 231335 URL: http://svn.freebsd.org/changeset/base/231335 Log: MFC r23, r231331: ports(7) currently makes no mention of LOCALBASE: fix that PR: 159551 Approved by: gjb Modified: stable/7/share/man/man7/p

svn commit: r231334 - stable/8/share/man/man7

2012-02-09 Thread Eitan Adler
Author: eadler Date: Fri Feb 10 04:10:13 2012 New Revision: 231334 URL: http://svn.freebsd.org/changeset/base/231334 Log: MFC r23, r231331: ports(7) currently makes no mention of LOCALBASE: fix that PR: 159551 Approved by: gjb Modified: stable/8/share/man/man7/p

svn commit: r231333 - stable/9/share/man/man7

2012-02-09 Thread Eitan Adler
Author: eadler Date: Fri Feb 10 04:08:22 2012 New Revision: 231333 URL: http://svn.freebsd.org/changeset/base/231333 Log: MFC r23, r231331 PR: 159551 Approved by: gjb Modified: stable/9/share/man/man7/ports.7 Directory Properties: stable/9/share/ (props changed) st

svn commit: r231332 - in stable/8/sys: fs/nfsclient nfsclient

2012-02-09 Thread Rick Macklem
Author: rmacklem Date: Fri Feb 10 04:01:17 2012 New Revision: 231332 URL: http://svn.freebsd.org/changeset/base/231332 Log: MFC: r230605 A problem with respect to data read through the buffer cache for both NFS clients was reported to freebsd-fs@ under the subject "NFS corruption in recent

svn commit: r231331 - head/share/man/man7

2012-02-09 Thread Glen Barber
Author: gjb (doc committer) Date: Fri Feb 10 03:34:32 2012 New Revision: 231331 URL: http://svn.freebsd.org/changeset/base/231331 Log: Fix date from r23. Pointy-hat to:gjb (myself, approver of r23) Modified: head/share/man/man7/ports.7 Modified: head/share/man/man7/ports

svn commit: r231330 - in stable/9/sys: fs/nfsclient nfsclient

2012-02-09 Thread Rick Macklem
Author: rmacklem Date: Fri Feb 10 03:32:29 2012 New Revision: 231330 URL: http://svn.freebsd.org/changeset/base/231330 Log: MFC: r230605 A problem with respect to data read through the buffer cache for both NFS clients was reported to freebsd-fs@ under the subject "NFS corruption in recent

svn commit: r231329 - head/libexec/rtld-elf/mips

2012-02-09 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Feb 10 03:30:57 2012 New Revision: 231329 URL: http://svn.freebsd.org/changeset/base/231329 Log: Fix debug output for MIPS part of rtld Modified: head/libexec/rtld-elf/mips/reloc.c Modified: head/libexec/rtld-elf/mips/reloc.c ==

Re: svn commit: r231298 - head/etc

2012-02-09 Thread Alexey Dokuchaev
On Thu, Feb 09, 2012 at 04:15:23PM -0800, Marcel Moolenaar wrote: > I think it's convention (see sys/modules/Makefile or lib/Makefile), > but I could just as well be mistaken (i.e. picked the only makefiles > that do this :-) I also believe this is the usual way to do things in FreeBSD. Those BIN

svn commit: r231328 - head/usr.sbin/pkg_install/create

2012-02-09 Thread Eitan Adler
Author: eadler Date: Fri Feb 10 00:53:39 2012 New Revision: 231328 URL: http://svn.freebsd.org/changeset/base/231328 Log: Fix r231300: Use correct test so we only bail out on error instead of on non-error. Also, fix a style bug. Submitted by: ache Approved by: cperciva MFC after:

svn commit: r231326 - stable/9/sys/net

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 10 00:51:23 2012 New Revision: 231326 URL: http://svn.freebsd.org/changeset/base/231326 Log: MFC r230510: Replace random ARIN direct assignment legacy IPs with proper RFC 5735 TEST-NET1 block for use in documentation and example code addresses. Modified: stab

svn commit: r231327 - stable/8/sys/net

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 10 00:51:32 2012 New Revision: 231327 URL: http://svn.freebsd.org/changeset/base/231327 Log: MFC r230510: Replace random ARIN direct assignment legacy IPs with proper RFC 5735 TEST-NET1 block for use in documentation and example code addresses. Modified: stab

Re: svn commit: r231300 - head/usr.sbin/pkg_install/create

2012-02-09 Thread Eitan Adler
On Thu, Feb 9, 2012 at 7:26 PM, Andrey Chernov wrote: > On Thu, Feb 09, 2012 at 08:51:03PM +, Eitan Adler wrote: >>      /* Prefix should add an @cwd to the packing list */ >> -    if (Prefix) >> -     add_plist_top(&plist, PLIST_CWD, Prefix); >> +    if (Prefix) { >> +        char resolved_pr

Re: svn commit: r231300 - head/usr.sbin/pkg_install/create

2012-02-09 Thread Andrey Chernov
On Thu, Feb 09, 2012 at 08:51:03PM +, Eitan Adler wrote: > /* Prefix should add an @cwd to the packing list */ > -if (Prefix) > - add_plist_top(&plist, PLIST_CWD, Prefix); > +if (Prefix) { > +char resolved_prefix[PATH_MAX]; > +if (realpath(Prefix, resolved_prefi

svn commit: r231325 - stable/8/sys/netinet6

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 10 00:24:41 2012 New Revision: 231325 URL: http://svn.freebsd.org/changeset/base/231325 Log: MFC r230506: Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr(). Reviewed by: rwatson Modified: stable/8/sys/netinet6/in6.c Directory P

svn commit: r231324 - stable/9/sys/netinet6

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 10 00:24:39 2012 New Revision: 231324 URL: http://svn.freebsd.org/changeset/base/231324 Log: MFC r230506: Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr(). Reviewed by: rwatson Modified: stable/9/sys/netinet6/in6.c Directory P

Re: svn commit: r231298 - head/etc

2012-02-09 Thread Marcel Moolenaar
On Feb 9, 2012, at 3:09 PM, Eitan Adler wrote: > On Thu, Feb 9, 2012 at 5:15 PM, Marcel Moolenaar wrote: >> >> On Feb 9, 2012, at 12:44 PM, Eitan Adler wrote: >> >>> Author: eadler >>> Date: Thu Feb 9 20:44:20 2012 >>> New Revision: 231298 >>> URL: http://svn.freebsd.org/changeset/base/231298

svn commit: r231323 - stable/7/sys/cam/scsi

2012-02-09 Thread Eitan Adler
Author: eadler Date: Fri Feb 10 00:10:13 2012 New Revision: 231323 URL: http://svn.freebsd.org/changeset/base/231323 Log: MFC r228344: - Add support for Support SEAGATE DAT Scopion 130 PR: kern/141934 Approved by: cperciva Modified: stable/7/sys/cam/scsi/scsi_sa.c D

svn commit: r231322 - stable/8/sys/cam/scsi

2012-02-09 Thread Eitan Adler
Author: eadler Date: Fri Feb 10 00:09:21 2012 New Revision: 231322 URL: http://svn.freebsd.org/changeset/base/231322 Log: MFC r228344: - Add support for Support SEAGATE DAT Scopion 130 PR: kern/141934 Approved by: cperciva Modified: stable/8/sys/cam/scsi/scsi_sa.c D

svn commit: r231321 - stable/9/sys/cam/scsi

2012-02-09 Thread Eitan Adler
Author: eadler Date: Fri Feb 10 00:08:53 2012 New Revision: 231321 URL: http://svn.freebsd.org/changeset/base/231321 Log: MFC r228344: - Add support for Support SEAGATE DAT Scopion 130 PR: kern/141934 Approved by: cperciva Modified: stable/9/sys/cam/scsi/scsi_sa.c D

svn commit: r231320 - in head/sys: kern sys

2012-02-09 Thread Konstantin Belousov
Author: kib Date: Fri Feb 10 00:02:13 2012 New Revision: 231320 URL: http://svn.freebsd.org/changeset/base/231320 Log: Mark the automatically attached child with PL_FLAG_CHILD in struct lwpinfo flags, for PT_FOLLOWFORK auto-attachment. In collaboration with:Dmitry Mikulin MFC a

svn commit: r231319 - stable/9/sys/netinet6

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 10 00:02:03 2012 New Revision: 231319 URL: http://svn.freebsd.org/changeset/base/231319 Log: MFC r230494: Remove unnecessary line break. Modified: stable/9/sys/netinet6/in6.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/netinet

svn commit: r231318 - stable/8/sys/netinet6

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Fri Feb 10 00:01:50 2012 New Revision: 231318 URL: http://svn.freebsd.org/changeset/base/231318 Log: MFC r230494: Remove unnecessary line break. Modified: stable/8/sys/netinet6/in6.c Directory Properties: stable/8/sys/ (props changed) Modified: stable/8/sys/netinet

svn commit: r231317 - head/sys/dev/cxgb

2012-02-09 Thread Navdeep Parhar
Author: np Date: Thu Feb 9 23:19:09 2012 New Revision: 231317 URL: http://svn.freebsd.org/changeset/base/231317 Log: Add IPv6 TSO (including TSO+VLAN) support to cxgb(4). If an IPv6 packet has extension headers the kernel needs to deal with it itself. For the rest it can set various CSU

Re: svn commit: r231312 - in head/sys/mips: include mips

2012-02-09 Thread Oleksandr Tymoshenko
On 09/02/2012 2:33 PM, Bjoern A. Zeeb wrote: On 9. Feb 2012, at 22:17 , Oleksandr Tymoshenko wrote: Author: gonzo Date: Thu Feb 9 22:17:13 2012 New Revision: 231312 URL: http://svn.freebsd.org/changeset/base/231312 Log: - Emulate RDHWR instruction for TLS support Reading register $29 wi

Re: svn commit: r231298 - head/etc

2012-02-09 Thread Eitan Adler
On Thu, Feb 9, 2012 at 5:15 PM, Marcel Moolenaar wrote: > > On Feb 9, 2012, at 12:44 PM, Eitan Adler wrote: > >> Author: eadler >> Date: Thu Feb  9 20:44:20 2012 >> New Revision: 231298 >> URL: http://svn.freebsd.org/changeset/base/231298 >> >> Log: >>  Make etc/Makefile more conflict resistant >

svn commit: r231316 - stable/9/sys/netinet

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 22:54:16 2012 New Revision: 231316 URL: http://svn.freebsd.org/changeset/base/231316 Log: MFC r230387: Remove a superfluous INET6 check (no opt_inet6.h included anyway). Modified: stable/9/sys/netinet/if_ether.c Directory Properties: stable/9/sys/ (props

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

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 22:54:07 2012 New Revision: 231315 URL: http://svn.freebsd.org/changeset/base/231315 Log: MFC r230387: Remove a superfluous INET6 check (no opt_inet6.h included anyway). Modified: stable/8/sys/netinet/if_ether.c Directory Properties: stable/8/sys/ (props

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

2012-02-09 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Feb 9 22:48:35 2012 New Revision: 231314 URL: http://svn.freebsd.org/changeset/base/231314 Log: Fix n32 build breakage Modified: head/sys/mips/mips/trap.c Modified: head/sys/mips/mips/trap.c

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

2012-02-09 Thread Kirk McKusick
Author: mckusick Date: Thu Feb 9 22:34:16 2012 New Revision: 231313 URL: http://svn.freebsd.org/changeset/base/231313 Log: Historically when an application wrote an entire block of a file, the kernel allocated a buffer but did not zero it as it was about to be completely filled by a uiomove

Re: svn commit: r231312 - in head/sys/mips: include mips

2012-02-09 Thread Bjoern A. Zeeb
On 9. Feb 2012, at 22:17 , Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Thu Feb 9 22:17:13 2012 > New Revision: 231312 > URL: http://svn.freebsd.org/changeset/base/231312 > > Log: > - Emulate RDHWR instruction for TLS support > > Reading register $29 with RDHWR is becoming the de-fact

svn commit: r231312 - in head/sys/mips: include mips

2012-02-09 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Feb 9 22:17:13 2012 New Revision: 231312 URL: http://svn.freebsd.org/changeset/base/231312 Log: - Emulate RDHWR instruction for TLS support Reading register $29 with RDHWR is becoming the de-facto standard to implement TLS. According to linux-mips wiki, MIPS Tech

Re: svn commit: r231298 - head/etc

2012-02-09 Thread Marcel Moolenaar
On Feb 9, 2012, at 12:44 PM, Eitan Adler wrote: > Author: eadler > Date: Thu Feb 9 20:44:20 2012 > New Revision: 231298 > URL: http://svn.freebsd.org/changeset/base/231298 > > Log: > Make etc/Makefile more conflict resistant Nice. Question though: why not the less verbose BIN1 = \ fo

svn commit: r231311 - stable/7/sys/netinet

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 22:13:20 2012 New Revision: 231311 URL: http://svn.freebsd.org/changeset/base/231311 Log: Fix no-IPv6 kernels after r231207. Reported by: someone via luigi Modified: stable/7/sys/netinet/ip_fw2.c Modified: stable/7/sys/netinet/ip_fw2.c ==

svn commit: r231310 - stable/9/sys/netinet

2012-02-09 Thread Michael Tuexen
Author: tuexen Date: Thu Feb 9 22:05:51 2012 New Revision: 231310 URL: http://svn.freebsd.org/changeset/base/231310 Log: MFC r231074: Fix a typo which was already fixed by eadler in r227489. We missed to integrate this fix in our code base, so it was removed in r227755. Modified: stable/

svn commit: r231309 - stable/9/sys/netinet6

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 22:01:59 2012 New Revision: 231309 URL: http://svn.freebsd.org/changeset/base/231309 Log: MFC r229546: Convert an #ifdef DIAGNOSTIC if/panic to a KASSERT. Modified: stable/9/sys/netinet6/in6_ifattach.c Directory Properties: stable/9/sys/ (props changed)

Re: svn commit: r231269 - head/sys/fs/nullfs

2012-02-09 Thread Pawel Jakub Dawidek
On Thu, Feb 09, 2012 at 10:39:02AM +, Martin Matuska wrote: > Author: mm > Date: Thu Feb 9 10:39:01 2012 > New Revision: 231269 > URL: http://svn.freebsd.org/changeset/base/231269 > > Log: > Allow mounting nullfs(5) inside jails. > > This is now possible thanks to r230129. > > MFC

svn commit: r231308 - stable/7/sys/netinet6

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 21:33:44 2012 New Revision: 231308 URL: http://svn.freebsd.org/changeset/base/231308 Log: MFC r229546: Convert an #ifdef DIAGNOSTIC if/panic to a KASSERT. Modified: stable/7/sys/netinet6/in6_ifattach.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r231307 - stable/8/sys/netinet6

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 21:33:36 2012 New Revision: 231307 URL: http://svn.freebsd.org/changeset/base/231307 Log: MFC r229546: Convert an #ifdef DIAGNOSTIC if/panic to a KASSERT. Modified: stable/8/sys/netinet6/in6_ifattach.c Directory Properties: stable/8/sys/ (props changed)

Re: svn commit: r231300 - head/usr.sbin/pkg_install/create

2012-02-09 Thread Florian Smeets
On 09.02.12 21:51, Eitan Adler wrote: > Author: eadler > Date: Thu Feb 9 20:51:03 2012 > New Revision: 231300 > URL: http://svn.freebsd.org/changeset/base/231300 > > Log: > Permit the use of relative paths for the prefix argument. > Remove an unnecessary cwd from created plists when -p is spe

svn commit: r231306 - head/lib/libutil

2012-02-09 Thread Eitan Adler
Author: eadler Date: Thu Feb 9 21:06:47 2012 New Revision: 231306 URL: http://svn.freebsd.org/changeset/base/231306 Log: Fix NULL ptr dereference in setusercontext if pwd is null, LOGIN_SETPRIORITY is set, and setting the priority (rtprio or setpriority) fails. PR: kern/16423

svn commit: r231305 - stable/8/sys/net80211

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 20:57:36 2012 New Revision: 231305 URL: http://svn.freebsd.org/changeset/base/231305 Log: MFC r229795: Correct comment for the IPv6 case to say "traffic class" not "TOS" as pointed out back in 2009. Modified: stable/8/sys/net80211/ieee80211_output.c Direct

svn commit: r231304 - stable/9/sys/net80211

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 20:57:25 2012 New Revision: 231304 URL: http://svn.freebsd.org/changeset/base/231304 Log: MFC r229795: Correct comment for the IPv6 case to say "traffic class" not "TOS" as pointed out back in 2009. Modified: stable/9/sys/net80211/ieee80211_output.c Direct

svn commit: r231303 - stable/7/sys/netinet6

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 20:54:25 2012 New Revision: 231303 URL: http://svn.freebsd.org/changeset/base/231303 Log: MFC r229276: Remove an uneeded inpcb forward declaration and align the function declaration following to match the style in the rest of the file. Modified: stable/7/s

svn commit: r231302 - stable/8/sys/netinet6

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 20:54:14 2012 New Revision: 231302 URL: http://svn.freebsd.org/changeset/base/231302 Log: MFC r229276: Remove an uneeded inpcb forward declaration and align the function declaration following to match the style in the rest of the file. Modified: stable/8/s

svn commit: r231301 - stable/9/sys/netinet6

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 20:54:04 2012 New Revision: 231301 URL: http://svn.freebsd.org/changeset/base/231301 Log: MFC r229276: Remove an uneeded inpcb forward declaration and align the function declaration following to match the style in the rest of the file. Modified: stable/9/s

svn commit: r231300 - head/usr.sbin/pkg_install/create

2012-02-09 Thread Eitan Adler
Author: eadler Date: Thu Feb 9 20:51:03 2012 New Revision: 231300 URL: http://svn.freebsd.org/changeset/base/231300 Log: Permit the use of relative paths for the prefix argument. Remove an unnecessary cwd from created plists when -p is specified PR: bin/145000 Submitted by: g

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

2012-02-09 Thread Eitan Adler
Author: eadler Date: Thu Feb 9 20:49:03 2012 New Revision: 231299 URL: http://svn.freebsd.org/changeset/base/231299 Log: More accurately document what happens on error. PR: docs/127908 Submitted by: Matthew D. Fuller Approved by: cperciva MFC after:1 week Modified:

svn commit: r231298 - head/etc

2012-02-09 Thread Eitan Adler
Author: eadler Date: Thu Feb 9 20:44:20 2012 New Revision: 231298 URL: http://svn.freebsd.org/changeset/base/231298 Log: Make etc/Makefile more conflict resistant PR: conf/163789 Submitted by: gcooper (iXsystems) Approved by: cperciva MFC after:3 days Modified: head

svn commit: r231297 - in vendor/libarchive/dist: cpio/test libarchive libarchive/test tar/test

2012-02-09 Thread Martin Matuska
Author: mm Date: Thu Feb 9 19:13:36 2012 New Revision: 231297 URL: http://svn.freebsd.org/changeset/base/231297 Log: Update libarchive's vendor dist to latest changes in release branch. Now all the gcc warnings I have reported upstream should be fixed. Git branch: release Git commit:

svn commit: r231296 - in head/sys: dev/isci dev/isci/scil modules/isci

2012-02-09 Thread Jim Harris
Author: jimharris Date: Thu Feb 9 17:50:24 2012 New Revision: 231296 URL: http://svn.freebsd.org/changeset/base/231296 Log: Remove explicit CC assignment in isci(4) Makefile to allow for building with clang. Also fix a number of warnings uncovered when building with clang around some impli

svn commit: r231295 - head/sys/dev/acpica

2012-02-09 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 9 17:38:08 2012 New Revision: 231295 URL: http://svn.freebsd.org/changeset/base/231295 Log: Refine r231226. Swap timecounters before suspending any device drivers. Modified: head/sys/dev/acpica/acpi_timer.c Modified: head/sys/dev/acpica/acpi_timer.c =

svn commit: r231294 - stable/9/share/man/man9

2012-02-09 Thread Ed Schouten
Author: ed Date: Thu Feb 9 16:58:06 2012 New Revision: 231294 URL: http://svn.freebsd.org/changeset/base/231294 Log: MFC r230330: Remove remnants of dev_t. These functions take a `struct cdev *' -- not a dev_t. Inside the kernel, dev_t has the same use as in userspace, namely

svn commit: r231293 - stable/8/share/man/man9

2012-02-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 9 16:57:34 2012 New Revision: 231293 URL: http://svn.freebsd.org/changeset/base/231293 Log: MFH r226119: Mention tdsignal(9) Approved by: des (mentor) Modified: stable/8/share/man/man9/Makefile stable/8/share/man/man9/psignal.9 Directory Properties: stabl

svn commit: r231292 - stable/9/share/man/man9

2012-02-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 9 16:57:21 2012 New Revision: 231292 URL: http://svn.freebsd.org/changeset/base/231292 Log: MFH r226119: Mention tdsignal(9) Approved by: des (mentor) Modified: stable/9/share/man/man9/Makefile stable/9/share/man/man9/psignal.9 Directory Properties: stabl

svn commit: r231291 - stable/8/lib/libc/sys

2012-02-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 9 16:55:50 2012 New Revision: 231291 URL: http://svn.freebsd.org/changeset/base/231291 Log: MFH r226166: Document some not-so-recently added trace points Approved by: des (mentor) Modified: stable/8/lib/libc/sys/ktrace.2 Directory Properties: stable/8/lib/l

svn commit: r231290 - stable/9/lib/libc/sys

2012-02-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 9 16:55:41 2012 New Revision: 231290 URL: http://svn.freebsd.org/changeset/base/231290 Log: MFH r226166: Document some not-so-recently added trace points Approved by: des (mentor) Modified: stable/9/lib/libc/sys/ktrace.2 Directory Properties: stable/9/lib/l

svn commit: r231289 - in stable/9/contrib/gcclibs/libcpp: . include

2012-02-09 Thread Ed Schouten
Author: ed Date: Thu Feb 9 16:55:20 2012 New Revision: 231289 URL: http://svn.freebsd.org/changeset/base/231289 Log: MFC r228474: Add support for __COUNTER__. __COUNTER__ allows one to obtain incrementing (read: unique) numbers from the C preprocesor. This is useful when imple

svn commit: r231288 - in stable/8/sys/boot: arm/at91/boot2 arm/ixp425/boot2 i386/boot2 i386/gptboot i386/zfsboot pc98/boot2

2012-02-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 9 16:54:06 2012 New Revision: 231288 URL: http://svn.freebsd.org/changeset/base/231288 Log: MFH r226506: Look for /boot/config in addition to /boot.config Approved by: des (mentor) Modified: stable/8/sys/boot/arm/at91/boot2/boot2.c stable/8/sys/boot/arm/ixp

svn commit: r231287 - in stable/9/sys/boot: arm/at91/boot2 arm/ixp425/boot2 i386/boot2 i386/gptboot i386/zfsboot pc98/boot2

2012-02-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 9 16:53:51 2012 New Revision: 231287 URL: http://svn.freebsd.org/changeset/base/231287 Log: MFH r226506: Look for /boot/config in addition to /boot.config Approved by: des (mentor) Modified: stable/9/sys/boot/arm/at91/boot2/boot2.c stable/9/sys/boot/arm/ixp

svn commit: r231286 - stable/7/sys/netinet6

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 16:12:25 2012 New Revision: 231286 URL: http://svn.freebsd.org/changeset/base/231286 Log: MFC r229127: Remove a declaration to a non-existent function. Modified: stable/7/sys/netinet6/scope6_var.h Directory Properties: stable/7/sys/ (props changed) Modif

svn commit: r231285 - stable/8/sys/netinet6

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 16:12:12 2012 New Revision: 231285 URL: http://svn.freebsd.org/changeset/base/231285 Log: MFC r229127: Remove a declaration to a non-existent function. Modified: stable/8/sys/netinet6/scope6_var.h Directory Properties: stable/8/sys/ (props changed) Modif

svn commit: r231284 - stable/9/sys/netinet6

2012-02-09 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 16:11:57 2012 New Revision: 231284 URL: http://svn.freebsd.org/changeset/base/231284 Log: MFC r229127: Remove a declaration to a non-existent function. Modified: stable/9/sys/netinet6/scope6_var.h Directory Properties: stable/9/sys/ (props changed) Modif

svn commit: r231283 - svnadmin/conf

2012-02-09 Thread Olivier Houchard
Author: cognet Date: Thu Feb 9 15:36:54 2012 New Revision: 231283 URL: http://svn.freebsd.org/changeset/base/231283 Log: Please welcome Damjan Marion to the zoo. Damjan has been working on omap and tegra support, as well as various bits in the cpu-independant arm stuff, for too long, and ce

svn commit: r231282 - stable/9/include

2012-02-09 Thread Ed Schouten
Author: ed Date: Thu Feb 9 15:28:28 2012 New Revision: 231282 URL: http://svn.freebsd.org/changeset/base/231282 Log: MFC r229590 manually: It turns out our GCC has quite an interesting bug: typeof(1.0fi) != float _Complex typeof((float _Complex)1.0fi) != float _Com

svn commit: r231281 - stable/9/usr.sbin/bsnmpd/tools/libbsnmptools

2012-02-09 Thread Ed Schouten
Author: ed Date: Thu Feb 9 15:26:47 2012 New Revision: 231281 URL: http://svn.freebsd.org/changeset/base/231281 Log: MFC r229385 Fix subtle typo: compare against idx -- not index. In this context, index refers to the index(3) function. In this case it doesn't really harm, as t

svn commit: r231280 - stable/9/usr.bin/systat

2012-02-09 Thread Ed Schouten
Author: ed Date: Thu Feb 9 15:23:39 2012 New Revision: 231280 URL: http://svn.freebsd.org/changeset/base/231280 Log: MFC r226424: Use integer to store the result of getch(). We need to use an integer to make the comparison against ERR work. Modified: stable/9/usr.bin/systat/key

svn commit: r231279 - stable/9/usr.bin/systat

2012-02-09 Thread Ed Schouten
Author: ed Date: Thu Feb 9 15:21:54 2012 New Revision: 231279 URL: http://svn.freebsd.org/changeset/base/231279 Log: MFC r226396: Fix whitespace inconsistencies in systat(1). According to md5(1), the resulting binary is the same. Modified: stable/9/usr.bin/systat/cmds.c stabl

svn commit: r231278 - in stable/8: etc/rc.d sbin/dhclient

2012-02-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 9 14:16:40 2012 New Revision: 231278 URL: http://svn.freebsd.org/changeset/base/231278 Log: MFH r226345, r226464, r226879: Make dhclient use a pid file. Modify the rc script accordingly, fix some bugs Approved by: des (mentor) Modified: stable/8/etc/rc.d/dh

  1   2   >