Author: ngie
Date: Sat Oct 25 06:33:00 2014
New Revision: 273632
URL: https://svnweb.freebsd.org/changeset/base/273632
Log:
Bail out of the script on FreeBSD due to deterministic panic issue
PR: 194587
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/zfs/zpoo
Author: ngie
Date: Sat Oct 25 06:28:48 2014
New Revision: 273631
URL: https://svnweb.freebsd.org/changeset/base/273631
Log:
Bail out of the script on FreeBSD due to deterministic panic issue
PR: 194586
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/zfs/zpoo
Author: ngie
Date: Sat Oct 25 06:10:01 2014
New Revision: 273630
URL: https://svnweb.freebsd.org/changeset/base/273630
Log:
Bail out of the script on FreeBSD due to deterministic panic issue
PR: 191573
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/zfs/zpoo
Author: mjg
Date: Sat Oct 25 05:56:21 2014
New Revision: 273629
URL: https://svnweb.freebsd.org/changeset/base/273629
Log:
rlimit: plug duplicate assertion
counter sanity is already checked by refcount_release.
Modified:
head/sys/kern/kern_resource.c
Modified: head/sys/kern/kern_resourc
Author: ngie
Date: Sat Oct 25 05:31:18 2014
New Revision: 273628
URL: https://svnweb.freebsd.org/changeset/base/273628
Log:
Move the redirection to stderr out of the cmd variable assignment
Putting 2>/dev/null in cmd= escapes the redirection operation, which causes
mdconfig to think it's
Author: ngie
Date: Sat Oct 25 04:52:48 2014
New Revision: 273627
URL: https://svnweb.freebsd.org/changeset/base/273627
Log:
- Print out "Bail out!" in die(..) so prove terminates immediately
- Handle the output from newer versions of openssl md5, similar to what
pjd@ did in r248304
MF
On 25.10.2014 6:21, Andrey Chernov wrote:
> On 24.10.2014 23:55, John Baldwin wrote:
>> Author: jhb
>> Date: Fri Oct 24 19:55:49 2014
>> New Revision: 273601
>> URL: https://svnweb.freebsd.org/changeset/base/273601
>>
>> Log:
>> Don't reference sem(4) from the POSIX semaphore pages. POSIX semaph
On 24.10.2014 23:55, John Baldwin wrote:
> Author: jhb
> Date: Fri Oct 24 19:55:49 2014
> New Revision: 273601
> URL: https://svnweb.freebsd.org/changeset/base/273601
>
> Log:
> Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores
> were reimplemented using umtx in FreeBSD
On Fri, Oct 24, 2014 at 6:35 PM, Bjoern A. Zeeb wrote:
...
> Has anyone fixed this:
>
> /scratch/tmp/bz/head.svn/sys/kern/kern_umtx.c:2898:21: error: passing
> 'volatile __uint32_t *' (aka 'volatile unsigned int *') to parameter of type
> 'const void *' discards qualifiers
> [-Werror,-Wincomp
On 24 Oct 2014, at 20:02 , John Baldwin wrote:
> Author: jhb
> Date: Fri Oct 24 20:02:44 2014
> New Revision: 273604
> URL: https://svnweb.freebsd.org/changeset/base/273604
>
> Log:
> The current POSIX semaphore implementation stores the _has_waiters flag
> in a separate word from the _count.
Author: delphij
Date: Sat Oct 25 00:37:35 2014
New Revision: 273619
URL: https://svnweb.freebsd.org/changeset/base/273619
Log:
MFV r273617: netcat from OpenBSD 5.6.
MFC after:2 weeks
Modified:
head/contrib/netcat/netcat.c
Directory Properties:
head/contrib/netcat/ (props changed)
Author: delphij
Date: Sat Oct 25 00:16:36 2014
New Revision: 273616
URL: https://svnweb.freebsd.org/changeset/base/273616
Log:
Fix build.
Modified:
head/sys/kern/kern_umtx.c
Modified: head/sys/kern/kern_umtx.c
==
---
Author: np
Date: Sat Oct 25 00:14:44 2014
New Revision: 273615
URL: https://svnweb.freebsd.org/changeset/base/273615
Log:
cxgbe(4): bump up PF4's share of some global resources.
This increases the size of the per-port RSS slice and also allows the
driver to use a larger number of tx and r
Author: brooks
Date: Fri Oct 24 23:25:44 2014
New Revision: 273614
URL: https://svnweb.freebsd.org/changeset/base/273614
Log:
Use the __DECONST macro rather than hand rolling the same thing.
Sponsored by: DARPA, AFRL
Modified:
head/lib/libc/stdlib/lsearch.c
Modified: head/lib/libc/stdli
Author: rpaulo
Date: Fri Oct 24 23:25:11 2014
New Revision: 273613
URL: https://svnweb.freebsd.org/changeset/base/273613
Log:
Fix the build by installing acpi_hpet.h correctly.
Submitted by: jase
MFC after:1 week
Modified:
head/include/Makefile
Modified: head/include/Makefile
Author: brooks
Date: Fri Oct 24 23:24:47 2014
New Revision: 273612
URL: https://svnweb.freebsd.org/changeset/base/273612
Log:
Remove an unused variable that would be better spelled __func__.
Sponsored by: DARPA, AFRL
Modified:
head/lib/libc/rpc/clnt_vc.c
Modified: head/lib/libc/rpc/clnt
Author: loos
Date: Fri Oct 24 22:06:21 2014
New Revision: 273610
URL: https://svnweb.freebsd.org/changeset/base/273610
Log:
Add an iicbus_reset() method to bcm2835_bsc. While it is generally not
used for kernel devices it is used by i2c(8).
This fix the 'error: Device not configured' whe
Author: rpaulo
Date: Fri Oct 24 21:08:36 2014
New Revision: 273607
URL: https://svnweb.freebsd.org/changeset/base/273607
Log:
Add a sysctl to control the HPET allow_write behaviour.
Requested by: kib
Modified:
head/sys/dev/acpica/acpi_hpet.c
Modified: head/sys/dev/acpica/acpi_hpet.c
===
Author: loos
Date: Fri Oct 24 21:08:02 2014
New Revision: 273606
URL: https://svnweb.freebsd.org/changeset/base/273606
Log:
Fix cpsw_detach() to not panic when called from cpsw_attach().
For an unkown reason (at moment), sometimes if_cpsw cannot read from PHY
and fails to attach calling c
Author: markj
Date: Fri Oct 24 20:29:14 2014
New Revision: 273605
URL: https://svnweb.freebsd.org/changeset/base/273605
Log:
Eliminate conf_lock and instead rely on the NSS write lock to protect
NSS configuration state.
As a side effect, this fixes a race condition which can occur if mult
Author: jhb
Date: Fri Oct 24 20:02:44 2014
New Revision: 273604
URL: https://svnweb.freebsd.org/changeset/base/273604
Log:
The current POSIX semaphore implementation stores the _has_waiters flag
in a separate word from the _count. This does not permit both items to
be updated atomically in
Author: jhb
Date: Fri Oct 24 19:58:24 2014
New Revision: 273603
URL: https://svnweb.freebsd.org/changeset/base/273603
Log:
Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code that
provides compatability for FreeBSD 9.x and 10.x binaries. Enable
these options in kernel configs that
Author: rpaulo
Date: Fri Oct 24 19:58:00 2014
New Revision: 273602
URL: https://svnweb.freebsd.org/changeset/base/273602
Log:
HPET: avoid handling the multiple file-descriptor case.
It had two bugs: one where mmap was still allowed and another where
D_TRACKCLOSE doesn't handle all cases.
Author: jhb
Date: Fri Oct 24 19:55:49 2014
New Revision: 273601
URL: https://svnweb.freebsd.org/changeset/base/273601
Log:
Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores
were reimplemented using umtx in FreeBSD 9 and no longer use sem(4).
Modified:
head/lib/libc/ge
On Oct 24, 2014, at 12:06 PM, Andriy Gapon wrote:
On 24/10/2014 21:39, Rui Paulo wrote:
Author: rpaulo
Date: Fri Oct 24 18:39:15 2014
New Revision: 273598
URL: https://svnweb.freebsd.org/changeset/base/273598
Log:
HPET: create /dev/hpetN as a way to access HPET from userland.
In some cases, T
On Fri, Oct 24, 2014 at 07:33:07PM +, Rui Paulo wrote:
> On Oct 24, 2014, at 12:20 PM, Konstantin Belousov wrote:
>
> On Fri, Oct 24, 2014 at 06:39:16PM +, Rui Paulo wrote:
> > Author: rpaulo
> > Date: Fri Oct 24 18:39:15 2014
> > New Revision: 273598
> > URL: https://svnweb.freebsd.org/c
On Oct 24, 2014, at 12:20 PM, Konstantin Belousov wrote:
On Fri, Oct 24, 2014 at 06:39:16PM +, Rui Paulo wrote:
Author: rpaulo
Date: Fri Oct 24 18:39:15 2014
New Revision: 273598
URL: https://svnweb.freebsd.org/changeset/base/273598
Log:
HPET: create /dev/hpetN as a way to access HPET from
On Fri, Oct 24, 2014 at 06:39:16PM +, Rui Paulo wrote:
> Author: rpaulo
> Date: Fri Oct 24 18:39:15 2014
> New Revision: 273598
> URL: https://svnweb.freebsd.org/changeset/base/273598
>
> Log:
> HPET: create /dev/hpetN as a way to access HPET from userland.
>
> In some cases, TSC is bro
Author: loos
Date: Fri Oct 24 19:18:39 2014
New Revision: 273599
URL: https://svnweb.freebsd.org/changeset/base/273599
Log:
Fix a bug where DMA maps created with bus_dmamap_create() won't increment
the map count and without being able to keep track of the current map
allocation, bus_dma_tag_
On 24/10/2014 21:39, Rui Paulo wrote:
> Author: rpaulo
> Date: Fri Oct 24 18:39:15 2014
> New Revision: 273598
> URL: https://svnweb.freebsd.org/changeset/base/273598
>
> Log:
> HPET: create /dev/hpetN as a way to access HPET from userland.
>
> In some cases, TSC is broken and special appli
On Friday, October 24, 2014 06:39:16 PM Rui Paulo wrote:
> Author: rpaulo
> Date: Fri Oct 24 18:39:15 2014
> New Revision: 273598
> URL: https://svnweb.freebsd.org/changeset/base/273598
>
> Log:
> HPET: create /dev/hpetN as a way to access HPET from userland.
>
> In some cases, TSC is broken
On Friday, October 24, 2014 05:39:32 AM Marcelo Araujo wrote:
> Author: araujo (ports committer)
> Date: Fri Oct 24 05:39:32 2014
> New Revision: 273576
> URL: https://svnweb.freebsd.org/changeset/base/273576
>
> Log:
> Fix a leaked Storage Variable.
>
> Phabric:D981
> Submitted by:
Author: rpaulo
Date: Fri Oct 24 18:39:15 2014
New Revision: 273598
URL: https://svnweb.freebsd.org/changeset/base/273598
Log:
HPET: create /dev/hpetN as a way to access HPET from userland.
In some cases, TSC is broken and special applications might benefit
from memory mapping HPET and rea
Author: melifaro
Date: Fri Oct 24 17:06:56 2014
New Revision: 273594
URL: https://svnweb.freebsd.org/changeset/base/273594
Log:
Fix documentation issue.
PR: 194581
Submitted by: madpilot
Modified:
head/sbin/ipfw/ipfw.8
Modified: head/sbin/ipfw/ipfw.8
Author: hselasky
Date: Fri Oct 24 16:39:01 2014
New Revision: 273593
URL: https://svnweb.freebsd.org/changeset/base/273593
Log:
Update the network interface baudrate integer according to the actual
line rate.
Submitted by: jhb @
MFC after:1 week
Modified:
head/sys/ofed/drivers/ne
Author: ngie
Date: Fri Oct 24 16:18:16 2014
New Revision: 273592
URL: https://svnweb.freebsd.org/changeset/base/273592
Log:
- Add sys/types.h for the APIs in sys/sysctl.h
- Poke at VM_MIN_ADDRESS in machine/vmparam.h because FreeBSD doesn't have a
vm.minaddress sysctl analog
- Expect ENO
Author: ngie
Date: Fri Oct 24 16:07:31 2014
New Revision: 273591
URL: https://svnweb.freebsd.org/changeset/base/273591
Log:
Correct my previous commit:
- getrusage_utime_back succeeds reliably on FreeBSD
- getrusage_utime_zero passes/fails in a seemingly non-deterministic manner.
Skip
Author: ian
Date: Fri Oct 24 15:44:29 2014
New Revision: 273590
URL: https://svnweb.freebsd.org/changeset/base/273590
Log:
Accept the documented FDT compatible string for the PL310 cache controller
as well as the non-standard string we've been using for a couple years.
Modified:
head/sys/ar
Author: kevlo
Date: Fri Oct 24 15:36:30 2014
New Revision: 273589
URL: https://svnweb.freebsd.org/changeset/base/273589
Log:
Add D-Link DWA-123 rev D1 and Elecom WDC-150SU2M.
Modified:
head/share/man/man4/urtwn.4
head/sys/dev/usb/usbdevs
head/sys/dev/usb/wlan/if_urtwn.c
Modified: head/sh
Author: melifaro
Date: Fri Oct 24 13:57:15 2014
New Revision: 273588
URL: https://svnweb.freebsd.org/changeset/base/273588
Log:
Bump default dynamic limit to 16k entries.
Print better log message when limit is hit.
PR: 193300
Submitted by: me at nileshgr.com
Modified:
head/
Author: ae
Date: Fri Oct 24 13:34:22 2014
New Revision: 273587
URL: https://svnweb.freebsd.org/changeset/base/273587
Log:
Remove redundant check and m_pullup() call.
Modified:
head/sys/net/if_gif.c
head/sys/netinet/in_gif.c
head/sys/netinet6/in6_gif.c
Modified: head/sys/net/if_gif.c
Author: melifaro
Date: Fri Oct 24 13:29:12 2014
New Revision: 273586
URL: https://svnweb.freebsd.org/changeset/base/273586
Log:
Fix displaying non-contiguous netmasks.
Found by: ae
Sponsored by: Yandex LLC
Modified:
head/sbin/ipfw/ipfw2.c
Modified: head/sbin/ipfw/ipfw2.c
=
Author: trasz
Date: Fri Oct 24 12:30:43 2014
New Revision: 273585
URL: https://svnweb.freebsd.org/changeset/base/273585
Log:
Improve ctld.conf example.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/ctl.conf.5
Modified: head/usr.sbin/ctld/ctl.c
Author: trasz
Date: Fri Oct 24 11:40:09 2014
New Revision: 273584
URL: https://svnweb.freebsd.org/changeset/base/273584
Log:
Make the initiator-name and initiator-portal checks a little nicer.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/ctld.
Author: trasz
Date: Fri Oct 24 11:34:55 2014
New Revision: 273583
URL: https://svnweb.freebsd.org/changeset/base/273583
Log:
Tidy up the login code; no functional changes.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/login.c
Modified: head/us
Author: royger
Date: Fri Oct 24 09:48:58 2014
New Revision: 273582
URL: https://svnweb.freebsd.org/changeset/base/273582
Log:
amd64: make uiomove_fromphys functional for pages not mapped by the DMAP
Place the code introduced in r268660 into a separate function that can be
called from uiom
2014-10-24 13:58 GMT+08:00 Mateusz Guzik :
> On Fri, Oct 24, 2014 at 05:39:32AM +, Marcelo Araujo wrote:
> > Author: araujo (ports committer)
> > Date: Fri Oct 24 05:39:32 2014
> > New Revision: 273576
> > URL: https://svnweb.freebsd.org/changeset/base/273576
> >
> > Log:
> > Fix a leaked St
47 matches
Mail list logo