Re: svn commit: r265472 - head/bin/dd

2014-05-07 Thread Bruce Evans
On Wed, 7 May 2014, Alan Somers wrote: On Wed, May 7, 2014 at 2:26 PM, Jilles Tjoelker wrote: The floating point addition starts losing precision after 8388608 seconds (slightly more than 97 days, a plausible uptime for a server). It is better to subtract the timespecs to avoid this issue. Wi

svn commit: r265631 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2014-05-07 Thread Mark Johnston
Author: markj Date: Thu May 8 03:43:18 2014 New Revision: 265631 URL: http://svnweb.freebsd.org/changeset/base/265631 Log: Re-apply r248644. This fixes an annoying problem which caused dtrace -c to fail to attach to stripped binaries. With the _r_debug_postinit symbol, dtrace(1) can now set

Re: svn commit: r265472 - head/bin/dd

2014-05-07 Thread Bruce Evans
On Wed, 7 May 2014, Jilles Tjoelker wrote: On Wed, May 07, 2014 at 12:10:31PM -0600, Alan Somers wrote: On Tue, May 6, 2014 at 9:47 PM, Bruce Evans wrote: On Tue, 6 May 2014, Alan Somers wrote: ... The solution is to use clock_gettime(2) with CLOCK_MONOTONIC_PRECISE as the clock_id. That

svn commit: r265630 - head/lib/librtld_db

2014-05-07 Thread Mark Johnston
Author: markj Date: Thu May 8 03:33:54 2014 New Revision: 265630 URL: http://svnweb.freebsd.org/changeset/base/265630 Log: Fix the rd_event_addr prototype and slightly clarify the use of the "event" parameter. MFC after:3 days Modified: head/lib/librtld_db/librtld_db.3 Modified:

svn commit: r265629 - head/lib/librtld_db

2014-05-07 Thread Mark Johnston
Author: markj Date: Thu May 8 03:26:25 2014 New Revision: 265629 URL: http://svnweb.freebsd.org/changeset/base/265629 Log: Handle the different event types properly in rd_event_addr(). In particular, with r265456 _r_debug_postinit can be used for RD_POSTINIT events. rtld(1) uses r_debug_sta

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Glen Barber
On Wed, May 07, 2014 at 07:37:42PM -0700, Warner Losh wrote: > > To be clear, the symptoms, or the reason that I'm doing what I'm doing? > > Seems broken to me... > That's what I'm (still) unclear on. *What* seems broken? Glen pgpzfeyo4_Fnr.pgp Description: PGP signature

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Warner Losh
On May 8, 2014, at 3:36 PM, Glen Barber wrote: > On Wed, May 07, 2014 at 07:24:03PM -0700, Warner Losh wrote: >>> In this specific case, the build was done as an "upgrade" build, not >>> "clean" build (meaning, to seed the build chroot for a clean release >>> build). I tend to alternate if MAKE

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Glen Barber
On Wed, May 07, 2014 at 07:24:03PM -0700, Warner Losh wrote: > > In this specific case, the build was done as an "upgrade" build, not > > "clean" build (meaning, to seed the build chroot for a clean release > > build). I tend to alternate if MAKEOBJDIR is pristine every other week > > to try to ca

svn commit: r265628 - head/share/mk

2014-05-07 Thread Warner Losh
Author: imp Date: Thu May 8 02:24:30 2014 New Revision: 265628 URL: http://svnweb.freebsd.org/changeset/base/265628 Log: Put bsd.own.mk back in the list, and take src.opts.mk out. Fix a silly typo. Modified: head/share/mk/Makefile head/share/mk/bsd.mkopt.mk Modified: head/share/mk/Makef

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Warner Losh
On May 8, 2014, at 3:20 PM, Glen Barber wrote: > On Wed, May 07, 2014 at 07:09:05PM -0700, Warner Losh wrote: >> >> On May 8, 2014, at 3:04 PM, Glen Barber wrote: >> >>> On Thu, May 08, 2014 at 05:57:20PM -0400, Glen Barber wrote: On Wed, May 07, 2014 at 06:15:03PM +, Warner Losh wro

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Glen Barber
On Wed, May 07, 2014 at 07:09:05PM -0700, Warner Losh wrote: > > On May 8, 2014, at 3:04 PM, Glen Barber wrote: > > > On Thu, May 08, 2014 at 05:57:20PM -0400, Glen Barber wrote: > >> On Wed, May 07, 2014 at 06:15:03PM +, Warner Losh wrote: > >>> Author: imp > >>> Date: Wed May 7 18:15:02 2

svn commit: r265627 - head/share/mk

2014-05-07 Thread Warner Losh
Author: imp Date: Thu May 8 02:18:36 2014 New Revision: 265627 URL: http://svnweb.freebsd.org/changeset/base/265627 Log: Fix a typo make should have complained about. Submitted by: Mark Johnston Modified: head/share/mk/bsd.mkopt.mk Modified: head/share/mk/bsd.mkopt.mk =

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Warner Losh
On May 8, 2014, at 3:04 PM, Glen Barber wrote: > On Thu, May 08, 2014 at 05:57:20PM -0400, Glen Barber wrote: >> On Wed, May 07, 2014 at 06:15:03PM +, Warner Losh wrote: >>> Author: imp >>> Date: Wed May 7 18:15:02 2014 >>> New Revision: 265581 >>> URL: http://svnweb.freebsd.org/changeset/b

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Glen Barber
On Thu, May 08, 2014 at 05:57:20PM -0400, Glen Barber wrote: > On Wed, May 07, 2014 at 06:15:03PM +, Warner Losh wrote: > > Author: imp > > Date: Wed May 7 18:15:02 2014 > > New Revision: 265581 > > URL: http://svnweb.freebsd.org/changeset/base/265581 > > > > Log: > > bsd.compiler.mk was im

Re: svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Glen Barber
On Wed, May 07, 2014 at 06:15:03PM +, Warner Losh wrote: > Author: imp > Date: Wed May 7 18:15:02 2014 > New Revision: 265581 > URL: http://svnweb.freebsd.org/changeset/base/265581 > > Log: > bsd.compiler.mk was implicitly included by bsd.own.mk in historical > versions. With its movement

svn commit: r265624 - head/sys/boot/fdt/dts/arm

2014-05-07 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Thu May 8 00:26:21 2014 New Revision: 265624 URL: http://svnweb.freebsd.org/changeset/base/265624 Log: Silence no interrupt-parent found message during boot. Approved by: stas (mentor) Modified: head/sys/boot/fdt/dts/arm/rk3188.dtsi Modified: head/sys/boot/fdt/dt

svn commit: r265616 - head/bin/sh/tests/builtins

2014-05-07 Thread Jilles Tjoelker
Author: jilles Date: Wed May 7 21:45:25 2014 New Revision: 265616 URL: http://svnweb.freebsd.org/changeset/base/265616 Log: sh: Add some tests for normal use of getopts. Added: head/bin/sh/tests/builtins/getopts3.0 (contents, props changed) head/bin/sh/tests/builtins/getopts4.0 (conten

svn commit: r265613 - head/usr.bin/elfdump

2014-05-07 Thread Ed Maste
Author: emaste Date: Wed May 7 21:16:47 2014 New Revision: 265613 URL: http://svnweb.freebsd.org/changeset/base/265613 Log: Handle ELF files with 65280 or more sections If e_shnum or e_shstrndx are at least SHN_LORESERVE (0xff00) then an escape value is used to indicate that the actual v

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

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 21:00:09 2014 New Revision: 265611 URL: http://svnweb.freebsd.org/changeset/base/265611 Log: Document r26, addition of mrsas(4). Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/d

Re: svn commit: r265472 - head/bin/dd

2014-05-07 Thread Alan Somers
On Wed, May 7, 2014 at 2:26 PM, Jilles Tjoelker wrote: > On Wed, May 07, 2014 at 12:10:31PM -0600, Alan Somers wrote: >> On Tue, May 6, 2014 at 9:47 PM, Bruce Evans wrote: >> > On Tue, 6 May 2014, Alan Somers wrote: >> > >> >> Log: >> >> dd(1) uses gettimeofday(2) to compute the throughput stati

svn commit: r265607 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:31:44 2014 New Revision: 265607 URL: http://svnweb.freebsd.org/changeset/base/265607 Log: Separate &darpa; entity and create &darpa_afrl to avoid confusion. Suggested by: rwatson Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO

Re: svn commit: r265456 - head/libexec/rtld-elf

2014-05-07 Thread Bruce Simpson
On 07/05/2014 18:31, Mark Johnston wrote: The Linuxulator makes use of Linux's loader rather than rtld; this was the source of the problem fixed in r254018, for example. Static binaries are not invoked through rtld either, so I don't think this change would have helped anyway. I'm aware that

svn commit: r265605 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:27:57 2014 New Revision: 265605 URL: http://svnweb.freebsd.org/changeset/base/265605 Log: Correct attribution for casperd, co-sponsored by The FreeBSD Foundation and Google, Inc.[1] Since this was dual-sponsored, the sponsorurl needs to be empty. Add

Re: svn commit: r265472 - head/bin/dd

2014-05-07 Thread Jilles Tjoelker
On Wed, May 07, 2014 at 12:10:31PM -0600, Alan Somers wrote: > On Tue, May 6, 2014 at 9:47 PM, Bruce Evans wrote: > > On Tue, 6 May 2014, Alan Somers wrote: > > > >> Log: > >> dd(1) uses gettimeofday(2) to compute the throughput statistics. > >> However, > >> gettimeofday returns the system cloc

svn commit: r265603 - head/release/doc/share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:18:50 2014 New Revision: 265603 URL: http://svnweb.freebsd.org/changeset/base/265603 Log: Add a note to keep the entity lists sorted alphabetically. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/share/xml/sponsor.ent head/release/doc/sh

svn commit: r265602 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:15:36 2014 New Revision: 265602 URL: http://svnweb.freebsd.org/changeset/base/265602 Log: Add attribution for r265348. Add Netgate to sponsor.ent. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml head

svn commit: r265599 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:15:30 2014 New Revision: 265599 URL: http://svnweb.freebsd.org/changeset/base/265599 Log: Add attribution for r258884. Add DARPA, AFRL to sponsor.ent. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml

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

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:15:32 2014 New Revision: 265600 URL: http://svnweb.freebsd.org/changeset/base/265600 Log: Add attribution for r264601. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.IS

svn commit: r265601 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 20:15:34 2014 New Revision: 265601 URL: http://svnweb.freebsd.org/changeset/base/265601 Log: Add attribution for r265236. Add LSI and Spectra Logic to sponsor.ent. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/arti

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

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 19:53:51 2014 New Revision: 265596 URL: http://svnweb.freebsd.org/changeset/base/265596 Log: Add sponsorship attribution for r258838 (casperd(8)). Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r265595 - in head/release/doc: en_US.ISO8859-1/relnotes share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 19:44:44 2014 New Revision: 265595 URL: http://svnweb.freebsd.org/changeset/base/265595 Log: Add references to sponsor.ent and vendor.ent in relnotes/article.xml and share/xml/catalog.xml. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_U

svn commit: r265594 - head/release/doc/share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 19:43:23 2014 New Revision: 265594 URL: http://svnweb.freebsd.org/changeset/base/265594 Log: Add two new entity files in followup to r265590, sponsor.ent and vendor.ent, which will be used for sponsor/vendor names and URLs. Sponsored by: The FreeBSD Foundati

svn commit: r265593 - head/bin/dd

2014-05-07 Thread Thomas Quinot
Author: thomas Date: Wed May 7 19:33:29 2014 New Revision: 265593 URL: http://svnweb.freebsd.org/changeset/base/265593 Log: (dd_out): Fix handling of all-zeroes block at end of input with conv=sparse. This change fixes two separate issues observed when the last output block is all zero

svn commit: r265592 - head/usr.bin/printf

2014-05-07 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 7 19:30:28 2014 New Revision: 265592 URL: http://svnweb.freebsd.org/changeset/base/265592 Log: Add width and precision specifiers to printf(1) %n$. This actually completes r264743 so that width and precision specifiers work properly with %n$. These keeps consist

svn commit: r265591 - head/usr.bin/stat

2014-05-07 Thread Thomas Quinot
Author: thomas Date: Wed May 7 19:22:54 2014 New Revision: 265591 URL: http://svnweb.freebsd.org/changeset/base/265591 Log: Introduce a new command line switch '-H' for stat(1) causing arguments to be interpreted as NFS file handles. Reviewed by: -arch (jhb, eadler) MFC after:1 mo

svn commit: r265590 - head/release/doc/share/xml

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 19:20:54 2014 New Revision: 265590 URL: http://svnweb.freebsd.org/changeset/base/265590 Log: Modify release.xsl to allow proper attribution for sponsored and/or contributed works. This works similarly to how the subversion revision is suffixed in release not

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

2014-05-07 Thread Adrian Chadd
Author: adrian Date: Wed May 7 19:07:45 2014 New Revision: 265588 URL: http://svnweb.freebsd.org/changeset/base/265588 Log: Add casts to have it compile on amd64 without complaining about mismatched types. Tested: * AR9280, TDMA slave, amd64. Modified: head/sys/dev/ath/if_ath_tdm

svn commit: r265585 - head/release/doc/en_US.ISO8859-1/hardware

2014-05-07 Thread Christian Brueffer
Author: brueffer Date: Wed May 7 18:27:12 2014 New Revision: 265585 URL: http://svnweb.freebsd.org/changeset/base/265585 Log: Generate hardware notes for mrsas(4). Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml

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

2014-05-07 Thread Christian Brueffer
Author: brueffer Date: Wed May 7 18:21:38 2014 New Revision: 265583 URL: http://svnweb.freebsd.org/changeset/base/265583 Log: First cleanup pass: new sentence -> new line, mdoc, typos and style. Modified: head/share/man/man4/mrsas.4 Modified: head/share/man/man4/mrsas.4

svn commit: r265581 - in head: . share/mk

2014-05-07 Thread Warner Losh
Author: imp Date: Wed May 7 18:15:02 2014 New Revision: 265581 URL: http://svnweb.freebsd.org/changeset/base/265581 Log: bsd.compiler.mk was implicitly included by bsd.own.mk in historical versions. With its movement to src.opts.mk, bsd.prog.mk was testing COMPILER_TYPE without including th

svn commit: r265580 - head/share/mk

2014-05-07 Thread Warner Losh
Author: imp Date: Wed May 7 18:14:56 2014 New Revision: 265580 URL: http://svnweb.freebsd.org/changeset/base/265580 Log: All the NO_foo options processed in src.opts.mk are really bsd.opts.mk options, so move their processing there. This fixes issues with Makefiles that define NO_MAN=t and

Re: svn commit: r265472 - head/bin/dd

2014-05-07 Thread Alan Somers
On Tue, May 6, 2014 at 9:47 PM, Bruce Evans wrote: > On Tue, 6 May 2014, Alan Somers wrote: > >> Log: >> dd(1) uses gettimeofday(2) to compute the throughput statistics. >> However, >> gettimeofday returns the system clock, which may jump forward or back, >> especially if NTP is in use. If the

Re: svn commit: r265456 - head/libexec/rtld-elf

2014-05-07 Thread Mark Johnston
On Wed, May 7, 2014 at 8:14 AM, Bruce Simpson wrote: > Mark, > > > On 06/05/2014 19:07, Mark Johnston wrote: >> >> Log: >>Add a postinit debugger hook to rtld. This will be used by dtrace(1) to >> halt >>the victim process before its entry point is called, at which point >> probes >>an

svn commit: r265578 - head/libexec/rtld-elf

2014-05-07 Thread Mark Johnston
Author: markj Date: Wed May 7 17:21:22 2014 New Revision: 265578 URL: http://svnweb.freebsd.org/changeset/base/265578 Log: - Export the function added in r265456 rather than the non-existent _rtld_debug_postinit(). [1] - Use __compiler_membar() instead of inline asm in _r_debug_state() an

svn commit: r265555 - in head: share/man/man4 sys/conf sys/dev/mrsas sys/modules sys/modules/mrsas

2014-05-07 Thread Doug Ambrisko
Author: ambrisko Date: Wed May 7 16:16:49 2014 New Revision: 26 URL: http://svnweb.freebsd.org/changeset/base/26 Log: Add mrsas(4) driver from LSI official support of newer MegaRAID SAS cards. LSI has been maintaining this driver outside of the FreeBSD tree. It overlaps support of

Re: svn commit: r265442 - head/sys/dev/vt

2014-05-07 Thread Aleksandr Rybalko
On Wed, 7 May 2014 02:26:20 +1000 (EST) Bruce Evans wrote: > On Tue, 6 May 2014, Matthew Fleming wrote: > > > On Tue, May 6, 2014 at 6:52 AM, Aleksandr Rybalko wrote: > >> Log: > >> Implement KDMKTONE ioctl. > > Does it have to have to be even worse than syscons? > > >> Modified: head/sys/d

svn commit: r265546 - head/sys/dev/vt

2014-05-07 Thread Aleksandr Rybalko
Author: ray Date: Wed May 7 13:53:38 2014 New Revision: 265546 URL: http://svnweb.freebsd.org/changeset/base/265546 Log: Fix possible divide by zero. Spotted by: many Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_core.c ===

Re: svn commit: r265418 - head/sys/vm

2014-05-07 Thread Ian Lepore
On Tue, 2014-05-06 at 18:59 -0500, Alan Cox wrote: > On 05/06/2014 07:39, Ian Lepore wrote: > > On Tue, 2014-05-06 at 03:42 +, Alan Cox wrote: > >> Author: alc > >> Date: Tue May 6 03:42:04 2014 > >> New Revision: 265418 > >> URL: http://svnweb.freebsd.org/changeset/base/265418 > >> > >> Log:

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

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 12:45:31 2014 New Revision: 265543 URL: http://svnweb.freebsd.org/changeset/base/265543 Log: Sort entries by svn revision as oldest-newest to match entry order in other branches. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-

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

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 12:45:33 2014 New Revision: 265544 URL: http://svnweb.freebsd.org/changeset/base/265544 Log: Add svn revision number to sendmail entry and wrap line. Fix capitalization of Sendmail. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO

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

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 12:45:30 2014 New Revision: 265542 URL: http://svnweb.freebsd.org/changeset/base/265542 Log: Move r265348 to 'net-if' section. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_

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

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 12:45:28 2014 New Revision: 265541 URL: http://svnweb.freebsd.org/changeset/base/265541 Log: Document r265348, Atheros AR support. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release

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

2014-05-07 Thread Glen Barber
Author: gjb Date: Wed May 7 12:45:26 2014 New Revision: 265540 URL: http://svnweb.freebsd.org/changeset/base/265540 Log: Document r265236, addition of mpr(4). Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc

Re: svn commit: r265456 - head/libexec/rtld-elf

2014-05-07 Thread Bruce Simpson
Mark, On 06/05/2014 19:07, Mark Johnston wrote: Log: Add a postinit debugger hook to rtld. This will be used by dtrace(1) to halt the victim process before its entry point is called, at which point probes and DOF data are registered with the kernel. I recently had a situation where I

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

2014-05-07 Thread Andrey V. Elsukov
Author: ae Date: Wed May 7 11:18:27 2014 New Revision: 265539 URL: http://svnweb.freebsd.org/changeset/base/265539 Log: It is safe to allow shrinking, when aligned size is bigger than current. Tested by:jmg MFC after:1 week Modified: head/sys/geom/part/g_part_mbr.c head/sys/

svn commit: r265535 - head/sbin/gvinum

2014-05-07 Thread Marius Strobl
Author: marius Date: Wed May 7 09:15:46 2014 New Revision: 265535 URL: http://svnweb.freebsd.org/changeset/base/265535 Log: - Sprinkle const and static as appropriate. - Fix whitespace bugs. - Remove pointless returns in void functions. - Nuke pointless switch cases mirroring the default.

svn commit: r265534 - in head: lib/libc/sys sys/vm

2014-05-07 Thread Peter Holm
Author: pho Date: Wed May 7 08:38:02 2014 New Revision: 265534 URL: http://svnweb.freebsd.org/changeset/base/265534 Log: msync(2) must return ENOMEM and not EINVAL when the address is outside the allowed range or when one or more pages are not mapped. This according to The Open Group Base S

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

2014-05-07 Thread Adrian Chadd
Author: adrian Date: Wed May 7 07:57:50 2014 New Revision: 265527 URL: http://svnweb.freebsd.org/changeset/base/265527 Log: There's no need to be this paranoid - ni is deferenced before this point. Coverity ID: CID 1211937 Modified: head/sys/dev/ath/if_ath_rx.c Modified: head/sys/d