Re: svn commit: r230869 - head/usr.sbin/daemon

2012-02-08 Thread Mikolaj Golub
On Mon, 6 Feb 2012 23:17:43 +0100 Pawel Jakub Dawidek wrote: PJD> On Mon, Feb 06, 2012 at 11:46:24PM +0200, Mikolaj Golub wrote: >> Thanks. The updated version is attached. PJD> Looks good to me. Thanks. But I still think that adding some signal handling is a good idea. I agree that there m

svn commit: r231191 - head/share/man/man3

2012-02-08 Thread Kevin Lo
Author: kevlo Date: Wed Feb 8 08:42:17 2012 New Revision: 231191 URL: http://svn.freebsd.org/changeset/base/231191 Log: Add offsetof.3 man page Obtained from:OpenBSD Added: head/share/man/man3/offsetof.3 (contents, props changed) Modified: head/share/man/man3/Makefile Modif

svn commit: r231192 - head/lib/libutil

2012-02-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Feb 8 08:43:41 2012 New Revision: 231192 URL: http://svn.freebsd.org/changeset/base/231192 Log: Note that calling pidfile_write(3) multiple times is fine. MFC after:3 days Modified: head/lib/libutil/pidfile.3 Modified: head/lib/libutil/pidfile.3 ==

svn commit: r231193 - head/lib/libutil

2012-02-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Feb 8 08:49:30 2012 New Revision: 231193 URL: http://svn.freebsd.org/changeset/base/231193 Log: Add a comment to the example that pidfile_* functions can handle pfh being NULL. MFC after:3 days Modified: head/lib/libutil/pidfile.3 Modified: head/lib/libutil/p

svn commit: r231194 - in head: etc/defaults etc/rc.d share/man/man5

2012-02-08 Thread Doug Barton
Author: dougb Date: Wed Feb 8 08:52:40 2012 New Revision: 231194 URL: http://svn.freebsd.org/changeset/base/231194 Log: As it stands right now, the default devfs rulesets are only loaded as a side effect of something else using them. If they haven't been loaded already but you want to use t

Re: svn commit: r230869 - head/usr.sbin/daemon

2012-02-08 Thread Pawel Jakub Dawidek
On Wed, Feb 08, 2012 at 10:32:41AM +0200, Mikolaj Golub wrote: > > On Mon, 6 Feb 2012 23:17:43 +0100 Pawel Jakub Dawidek wrote: > > PJD> On Mon, Feb 06, 2012 at 11:46:24PM +0200, Mikolaj Golub wrote: > > >> Thanks. The updated version is attached. > > PJD> Looks good to me. > > Thanks. But

svn commit: r231195 - head/sys/kern

2012-02-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Feb 8 09:18:22 2012 New Revision: 231195 URL: http://svn.freebsd.org/changeset/base/231195 Log: Allow to set kern.ipc.shmmax from /boot/loader.conf. MFC after:1 week Modified: head/sys/kern/sysv_shm.c Modified: head/sys/kern/sysv_shm.c

svn commit: r231196 - head/lib/libc/net

2012-02-08 Thread Brooks Davis
Author: brooks Date: Wed Feb 8 11:30:13 2012 New Revision: 231196 URL: http://svn.freebsd.org/changeset/base/231196 Log: eui64_aton and eui64_ntoa are actually the equivalent of ether_aton_r and ether_nota_r and do not use static variables so remove the note copied from ethers.3 saying they

svn commit: r231197 - vendor/libarchive/2.8

2012-02-08 Thread Martin Matuska
Author: mm Date: Wed Feb 8 11:33:46 2012 New Revision: 231197 URL: http://svn.freebsd.org/changeset/base/231197 Log: Copy libarchive's dist to 2.8, vendor has moved to git Added: vendor/libarchive/2.8/ - copied from r231196, vendor/libarchive/dist/ __

svn commit: r231198 - in head: sys/dev/netmap sys/net tools/tools/netmap

2012-02-08 Thread Luigi Rizzo
Author: luigi Date: Wed Feb 8 11:43:29 2012 New Revision: 231198 URL: http://svn.freebsd.org/changeset/base/231198 Log: - change the buffer size from a constant to a TUNABLE variable (hw.netmap.buf_size) so we can experiment with values different from 2048 which may give better cache pe

svn commit: r231199 - svnadmin/conf

2012-02-08 Thread Martin Matuska
Author: mm Date: Wed Feb 8 12:52:01 2012 New Revision: 231199 URL: http://svn.freebsd.org/changeset/base/231199 Log: Libarchive 3.0.3 import Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r231201 - head/sys/netinet

2012-02-08 Thread Gleb Smirnoff
Author: glebius Date: Wed Feb 8 13:39:38 2012 New Revision: 231201 URL: http://svn.freebsd.org/changeset/base/231201 Log: Set vnet context in callouts and taskqueues. PR: 164696 Modified: head/sys/netinet/ip_carp.c Modified: head/sys/netinet/ip_carp.c

svn commit: r231202 - stable/9/sys/kern

2012-02-08 Thread Konstantin Belousov
Author: kib Date: Wed Feb 8 14:09:08 2012 New Revision: 231202 URL: http://svn.freebsd.org/changeset/base/231202 Log: MFC r230553: When doing vflush(WRITECLOSE), clean vnode pages. Unmounts do vfs_msync() before calling VFS_UNMOUNT(), but there is still a race allowing a process to dir

svn commit: r231203 - stable/9/sys/kern

2012-02-08 Thread Konstantin Belousov
Author: kib Date: Wed Feb 8 14:21:20 2012 New Revision: 231203 URL: http://svn.freebsd.org/changeset/base/231203 Log: MFC r230866: Add kqueue support to /dev/klog. PR: kern/156423 Modified: stable/9/sys/kern/subr_log.c Directory Properties: stable/9/sys/ (props changed) Modifie

svn commit: r231204 - head/sys/kern

2012-02-08 Thread Konstantin Belousov
Author: kib Date: Wed Feb 8 15:07:19 2012 New Revision: 231204 URL: http://svn.freebsd.org/changeset/base/231204 Log: Unbreak detection of the async mode for clustered writes after r231075. Submitted by: bde MFC after:12 days Modified: head/sys/kern/vfs_cluster.c Modified: head/s

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

2012-02-08 Thread Konstantin Belousov
Author: kib Date: Wed Feb 8 15:19:49 2012 New Revision: 231205 URL: http://svn.freebsd.org/changeset/base/231205 Log: MFC r230553: When doing vflush(WRITECLOSE), clean vnode pages. Unmounts do vfs_msync() before calling VFS_UNMOUNT(), but there is still a race allowing a process to dir

svn commit: r231206 - stable/8/sys/netinet/ipfw

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 15:37:34 2012 New Revision: 231206 URL: http://svn.freebsd.org/changeset/base/231206 Log: MFC r225030: While not explicitly allowed by RFC 2460, in case there is no translation technology involved (and that section is suggested to be removed by Errata 2843

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

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 15:38:36 2012 New Revision: 231207 URL: http://svn.freebsd.org/changeset/base/231207 Log: MFC r225030: While not explicitly allowed by RFC 2460, in case there is no translation technology involved (and that section is suggested to be removed by Errata 2843

svn commit: r231208 - stable/8/sys/netinet/ipfw

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 16:03:05 2012 New Revision: 231208 URL: http://svn.freebsd.org/changeset/base/231208 Log: MFC r225032,225034: ipfw internally checks for offset == 0 to determine whether the packet is a/the first fragment or not. For IPv6 we have added the "more fragments

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

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 16:07:07 2012 New Revision: 231209 URL: http://svn.freebsd.org/changeset/base/231209 Log: MFC r225032,225034: ipfw internally checks for offset == 0 to determine whether the packet is a/the first fragment or not. For IPv6 we have added the "more fragments

svn commit: r231210 - stable/8/sys/netinet/ipfw

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 16:24:56 2012 New Revision: 231210 URL: http://svn.freebsd.org/changeset/base/231210 Log: MFC r225033: If we detect an IPv6 fragment header and it is not the first fragment, then terminate the loop as we will not find any further headers and for short frag

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

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 16:26:01 2012 New Revision: 231211 URL: http://svn.freebsd.org/changeset/base/231211 Log: MFC r225033: If we detect an IPv6 fragment header and it is not the first fragment, then terminate the loop as we will not find any further headers and for short frag

svn commit: r231212 - stable/8/sys/netinet/ipfw

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 16:44:54 2012 New Revision: 231212 URL: http://svn.freebsd.org/changeset/base/231212 Log: MFC r225036: Hide IPv6 next header parsing warnings under the verbose sysctl so people can possibly disable it when their consoles are flooded, or enabled it for debu

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

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 16:45:20 2012 New Revision: 231213 URL: http://svn.freebsd.org/changeset/base/231213 Log: MFC r225036: Hide IPv6 next header parsing warnings under the verbose sysctl so people can possibly disable it when their consoles are flooded, or enabled it for debu

svn commit: r231214 - stable/8/sys/dev/mfi

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 17:03:12 2012 New Revision: 231214 URL: http://svn.freebsd.org/changeset/base/231214 Log: MFC r225428: Shorten a variable access some using a cached value rather than casting the input argument again, making the code more readable. Reviewed by: jhb Mod

svn commit: r231215 - stable/7/sys/dev/mfi

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 17:03:30 2012 New Revision: 231215 URL: http://svn.freebsd.org/changeset/base/231215 Log: MFC r225428: Shorten a variable access some using a cached value rather than casting the input argument again, making the code more readable. Reviewed by: jhb Mod

Re: svn commit: r231057 - in head: contrib/llvm/tools/bugpoint contrib/llvm/tools/llc contrib/llvm/tools/lli contrib/llvm/tools/llvm-ar contrib/llvm/tools/llvm-as contrib/llvm/tools/llvm-bcanalyzer co

2012-02-08 Thread Marcel Moolenaar
On Feb 5, 2012, at 3:56 PM, Dimitry Andric wrote: > Author: dim > Date: Sun Feb 5 23:56:22 2012 > New Revision: 231057 > URL: http://svn.freebsd.org/changeset/base/231057 > > Log: > Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default, > that builds the following additional llv

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

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 17:54:02 2012 New Revision: 231216 URL: http://svn.freebsd.org/changeset/base/231216 Log: MFC r222845: Correct comments and debug logging in ipsec to better match reality. Modified: stable/8/sys/netinet/ip_input.c stable/8/sys/netinet/ip_ipsec.c stable/8/

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

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 17:54:11 2012 New Revision: 231217 URL: http://svn.freebsd.org/changeset/base/231217 Log: MFC r222845: Correct comments and debug logging in ipsec to better match reality. Modified: stable/7/sys/netinet/ip_input.c stable/7/sys/netinet/ip_ipsec.c stable/7/

svn commit: r231218 - stable/8

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 18:21:48 2012 New Revision: 231218 URL: http://svn.freebsd.org/changeset/base/231218 Log: Remove sun4v from universe targets. Approved by: re Modified: stable/8/Makefile Modified: stable/8/Makefile

svn commit: r231219 - stable/7

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 18:22:10 2012 New Revision: 231219 URL: http://svn.freebsd.org/changeset/base/231219 Log: Remove sun4v from universe targets. Approved by: re Modified: stable/7/Makefile Modified: stable/7/Makefile

svn commit: r231220 - head/sys/sys

2012-02-08 Thread Konstantin Belousov
Author: kib Date: Wed Feb 8 18:36:07 2012 New Revision: 231220 URL: http://svn.freebsd.org/changeset/base/231220 Log: Trim 8 unused bytes from struct vnode on 64-bit architectures. Reviewed by: alc Modified: head/sys/sys/vnode.h Modified: head/sys/sys/vnode.h =

svn commit: r231221 - stable/9/sbin/ifconfig

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 18:51:10 2012 New Revision: 231221 URL: http://svn.freebsd.org/changeset/base/231221 Log: MFC r228641: Allow toggling of IFCAP_VLAN_HWCSUM for hardware that supports checksum offloading on vlans and document the new option. Modified: stable/9/sbin/ifconfig

svn commit: r231222 - stable/8/sbin/ifconfig

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 18:51:20 2012 New Revision: 231222 URL: http://svn.freebsd.org/changeset/base/231222 Log: MFC r228641: Allow toggling of IFCAP_VLAN_HWCSUM for hardware that supports checksum offloading on vlans and document the new option. Modified: stable/8/sbin/ifconfig

svn commit: r231223 - stable/7/sbin/ifconfig

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 18:51:25 2012 New Revision: 231223 URL: http://svn.freebsd.org/changeset/base/231223 Log: MFC r228641: Allow toggling of IFCAP_VLAN_HWCSUM for hardware that supports checksum offloading on vlans and document the new option. Modified: stable/7/sbin/ifconfig

svn commit: r231224 - stable/7/sys/net

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 19:20:11 2012 New Revision: 231224 URL: http://svn.freebsd.org/changeset/base/231224 Log: MFC r223359: Garbage collect never used global, sysctl, externs. Modified: stable/7/sys/net/route.c stable/7/sys/net/route.h Directory Properties: stable/7/sys/ (p

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

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 8 19:31:32 2012 New Revision: 231225 URL: http://svn.freebsd.org/changeset/base/231225 Log: MFC r223359: Garbage collect never used global, sysctl, externs. Modified: stable/8/sys/net/route.c stable/8/sys/net/route.h Directory Properties: stable/8/sys/ (p

svn commit: r231226 - in head: etc sys/dev/acpica

2012-02-08 Thread Jung-uk Kim
Author: jkim Date: Wed Feb 8 20:31:42 2012 New Revision: 231226 URL: http://svn.freebsd.org/changeset/base/231226 Log: Revert r211288 and move the logic to the acpi_timer itself. Modified: head/etc/rc.resume head/etc/rc.suspend head/sys/dev/acpica/acpi_timer.c Modified: head/etc/rc.resu

svn commit: r231227 - in head/sys: amd64/acpica dev/acpica

2012-02-08 Thread Jung-uk Kim
Author: jkim Date: Wed Feb 8 21:23:20 2012 New Revision: 231227 URL: http://svn.freebsd.org/changeset/base/231227 Log: Reset clock after atrtc(4) is properly resumed. Modified: head/sys/amd64/acpica/acpi_wakeup.c head/sys/dev/acpica/acpi.c head/sys/dev/acpica/acpivar.h Modified: head/sy

svn commit: r231228 - head/sys/dev/mpt

2012-02-08 Thread Marius Strobl
Author: marius Date: Wed Feb 8 21:40:54 2012 New Revision: 231228 URL: http://svn.freebsd.org/changeset/base/231228 Log: Remove extra newlines from panic messages. Modified: head/sys/dev/mpt/mpt.c head/sys/dev/mpt/mpt.h head/sys/dev/mpt/mpt_cam.c Modified: head/sys/dev/mpt/mpt.c ===

svn commit: r231229 - head/sys/net

2012-02-08 Thread Sergey Kandaurov
Author: pluknet Date: Wed Feb 8 22:05:26 2012 New Revision: 231229 URL: http://svn.freebsd.org/changeset/base/231229 Log: g/c last bit of old ipv6 prefix management. Reviewed by: bz Obtained from:NetBSD, net/if.h, rev 1.80 Modified: head/sys/net/if.c head/sys/net/if_var.h

svn commit: r231230 - stable/8/sys/dev/usb/controller

2012-02-08 Thread Hans Petter Selasky
Author: hselasky Date: Wed Feb 8 22:27:07 2012 New Revision: 231230 URL: http://svn.freebsd.org/changeset/base/231230 Log: MFC r229317: Fix support for suspend and resume. Modified: stable/8/sys/dev/usb/controller/usb_controller.c Directory Properties: stable/8/sys/ (props changed) s

svn commit: r231231 - stable/8/sys/dev/usb/serial

2012-02-08 Thread Hans Petter Selasky
Author: hselasky Date: Wed Feb 8 22:29:41 2012 New Revision: 231231 URL: http://svn.freebsd.org/changeset/base/231231 Log: MFC r227285: Add support for new USB modem protocol. PR: usb/159919 Modified: stable/8/sys/dev/usb/serial/umodem.c Directory Properties: stable/8/sys/

svn commit: r231233 - stable/7/usr.sbin/cron/crontab

2012-02-08 Thread Sean Farley
Author: scf Date: Wed Feb 8 23:12:05 2012 New Revision: 231233 URL: http://svn.freebsd.org/changeset/base/231233 Log: Merge from head to stable/7: r230655: Since April 2, 2006, Indiana has observed DST. Modified: stable/7/usr.sbin/cron/crontab/crontab.5 Directory Properties: stable/

svn commit: r231234 - stable/8/usr.sbin/cron/crontab

2012-02-08 Thread Sean Farley
Author: scf Date: Wed Feb 8 23:13:21 2012 New Revision: 231234 URL: http://svn.freebsd.org/changeset/base/231234 Log: Merge from head to stable/8: r230655: Since April 2, 2006, Indiana has observed DST. Modified: stable/8/usr.sbin/cron/crontab/crontab.5 Directory Properties: stable/

svn commit: r231235 - stable/9/usr.sbin/cron/crontab

2012-02-08 Thread Sean Farley
Author: scf Date: Wed Feb 8 23:14:26 2012 New Revision: 231235 URL: http://svn.freebsd.org/changeset/base/231235 Log: Merge from head to stable/9: r230655: Since April 2, 2006, Indiana has observed DST. Modified: stable/9/usr.sbin/cron/crontab/crontab.5 Directory Properties: stable/

svn commit: r231236 - head/lib/libc/sys

2012-02-08 Thread Jamie Gritton
Author: jamie Date: Wed Feb 8 23:34:47 2012 New Revision: 231236 URL: http://svn.freebsd.org/changeset/base/231236 Log: Acknowledge that jail_attach and jail_remove can return EPERM. MFC after:1 week Modified: head/lib/libc/sys/jail.2 Modified: head/lib/libc/sys/jail.2

svn commit: r231237 - stable/8/sys/sun4v/include

2012-02-08 Thread Marius Strobl
Author: marius Date: Wed Feb 8 23:47:22 2012 New Revision: 231237 URL: http://svn.freebsd.org/changeset/base/231237 Log: Merge from r230889: Mark cpu_{halt,reset}() and hv_mach_{exit,sir}() as __dead2 as appropriate. This is a direct commit to stable/8. Modified: stable/8/sys/sun4v

svn commit: r231239 - stable/8/sys/sun4v/include

2012-02-08 Thread Marius Strobl
Author: marius Date: Wed Feb 8 23:57:03 2012 New Revision: 231239 URL: http://svn.freebsd.org/changeset/base/231239 Log: Given that sun4u uses sparc64/sparc64/ofw_machdep.c, use the sparc64 here also. This isn't exactly a clean approach though as ofw_machdep.h also includes some prototypes

svn commit: r231240 - head/sys/dev/mps

2012-02-08 Thread Kenneth D. Merry
Author: ken Date: Thu Feb 9 00:16:12 2012 New Revision: 231240 URL: http://svn.freebsd.org/changeset/base/231240 Log: Bring in a number of mps(4) driver fixes from LSI: 1. Fixed timeout specification for the msleep in mps_wait_command(). Added 30 second timeout for mps_wait_command(

svn commit: r231241 - stable/7/share/man/man4

2012-02-08 Thread Sean Farley
Author: scf Date: Thu Feb 9 01:18:09 2012 New Revision: 231241 URL: http://svn.freebsd.org/changeset/base/231241 Log: Merge from head to stable/7: r230656: msdos was renamed to msdosfs in 2001 by r77577. Modified: stable/7/share/man/man4/umass.4 Directory Properties: stable/7/share/

svn commit: r231242 - stable/8/share/man/man4

2012-02-08 Thread Sean Farley
Author: scf Date: Thu Feb 9 01:18:23 2012 New Revision: 231242 URL: http://svn.freebsd.org/changeset/base/231242 Log: Merge from head to stable/8: r230656: msdos was renamed to msdosfs in 2001 by r77577. Modified: stable/8/share/man/man4/umass.4 Directory Properties: stable/8/share/

svn commit: r231243 - stable/9/share/man/man4

2012-02-08 Thread Sean Farley
Author: scf Date: Thu Feb 9 01:18:35 2012 New Revision: 231243 URL: http://svn.freebsd.org/changeset/base/231243 Log: Merge from head to stable/9: r230656: msdos was renamed to msdosfs in 2001 by r77577. Modified: stable/9/share/man/man4/umass.4 Directory Properties: stable/9/share/

Re: svn commit: r231220 - head/sys/sys

2012-02-08 Thread mdf
On Wed, Feb 8, 2012 at 10:36 AM, Konstantin Belousov wrote: > Author: kib > Date: Wed Feb  8 18:36:07 2012 > New Revision: 231220 > URL: http://svn.freebsd.org/changeset/base/231220 > > Log: >  Trim 8 unused bytes from struct vnode on 64-bit architectures. Doesn't this change the KBI? So should

svn commit: r231244 - in head/share/man: man4 man5 man7 man9

2012-02-08 Thread Glen Barber
Author: gjb (doc committer) Date: Thu Feb 9 04:37:30 2012 New Revision: 231244 URL: http://svn.freebsd.org/changeset/base/231244 Log: Fix some Xr references: - ada(4): ad(4) - removed, ada(4) would be a self-referencing entry - cd(4): ad(4) -> ada(4) - da(4): ad(4) -> ada(4) - DEVICE

svn commit: r231247 - in stable/9: lib/libfetch usr.bin/fetch

2012-02-08 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 9 06:48:04 2012 New Revision: 231247 URL: http://svn.freebsd.org/changeset/base/231247 Log: MFH r230307: fix SIGINFO-related data corruption bug Approved by: des (mentor) Modified: stable/9/lib/libfetch/common.c stable/9/lib/libfetch/common.h stable/9/lib

svn commit: r231248 - in stable/8: lib/libfetch usr.bin/fetch

2012-02-08 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 9 06:50:43 2012 New Revision: 231248 URL: http://svn.freebsd.org/changeset/base/231248 Log: MFH r230307: fix SIGINFO-related data corruption bug Approved by: des (mentor) Modified: stable/8/lib/libfetch/common.c stable/8/lib/libfetch/common.h stable/8/lib

svn commit: r231249 - stable/8/contrib/ntp/ntpd

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 07:27:59 2012 New Revision: 231249 URL: http://svn.freebsd.org/changeset/base/231249 Log: MRC r223626: Compare port numbers correctly. They are stored by SRCPORT() in host byte order, so we need to compare them as such. Properly compare IPv6 addresses as

svn commit: r231250 - stable/7/contrib/ntp/ntpd

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 07:28:17 2012 New Revision: 231250 URL: http://svn.freebsd.org/changeset/base/231250 Log: MFC r223626: Compare port numbers correctly. They are stored by SRCPORT() in host byte order, so we need to compare them as such. Properly compare IPv6 addresses as

svn commit: r231251 - stable/9/sys/cam/ata

2012-02-08 Thread Alexander Motin
Author: mav Date: Thu Feb 9 07:38:56 2012 New Revision: 231251 URL: http://svn.freebsd.org/changeset/base/231251 Log: MFC r230912: Make CAM ATA honor old hw.ata.ata_dma and hw.ata.atapi_dma tunables. Even having more specific hint.ata.X.mode controls, global ones are still could be use

svn commit: r231252 - stable/8/sys/cam/ata

2012-02-08 Thread Alexander Motin
Author: mav Date: Thu Feb 9 07:40:13 2012 New Revision: 231252 URL: http://svn.freebsd.org/changeset/base/231252 Log: MFC r230912: Make CAM ATA honor old hw.ata.ata_dma and hw.ata.atapi_dma tunables. Even having more specific hint.ata.X.mode controls, global ones are still could be use

svn commit: r231253 - in stable/9/sys/cam: ata scsi

2012-02-08 Thread Alexander Motin
Author: mav Date: Thu Feb 9 07:43:38 2012 New Revision: 231253 URL: http://svn.freebsd.org/changeset/base/231253 Log: MFC r230921: Insert ordered command every 1/4 of the current command timeout, not 1/4 of the default one. Without this change setting kern.cam.ada.default_timeout to 1

svn commit: r231254 - in stable/8/sys/cam: ata scsi

2012-02-08 Thread Alexander Motin
Author: mav Date: Thu Feb 9 07:45:02 2012 New Revision: 231254 URL: http://svn.freebsd.org/changeset/base/231254 Log: MFC r230921: Insert ordered command every 1/4 of the current command timeout, not 1/4 of the default one. Without this change setting kern.cam.ada.default_timeout to 1

svn commit: r231255 - stable/7/contrib/ntp/ntpd

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 07:52:44 2012 New Revision: 231255 URL: http://svn.freebsd.org/changeset/base/231255 Log: MFC r223667: In case ntp cannot resolve a hostname on startup it will queue the entry for resolving by a child process that, upon success, will add the entry to the c

svn commit: r231256 - stable/8/contrib/ntp/ntpd

2012-02-08 Thread Bjoern A. Zeeb
Author: bz Date: Thu Feb 9 07:52:45 2012 New Revision: 231256 URL: http://svn.freebsd.org/changeset/base/231256 Log: MFC r223667: In case ntp cannot resolve a hostname on startup it will queue the entry for resolving by a child process that, upon success, will add the entry to the c