On Sun, 11 Oct 2015 01:40:46 +0200
Dimitry Andric wrote:
> On 10 Oct 2015, at 23:32, Ivan Klymenko wrote:
> > On Mon, 25 May 2015 13:43:03 + (UTC)
> > Dimitry Andric wrote:
> >
> >> Author: dim
> >> Date: Mon May 25 13:43:03 2015
> >> New Revision: 283526
> >> URL: https://svnweb.freebsd.o
Author: mav
Date: Sun Oct 11 08:28:49 2015
New Revision: 289136
URL: https://svnweb.freebsd.org/changeset/base/289136
Log:
Remove lock upgrade attempt from ctl_be_block_open_file().
I am not sure what for it was done. Now open routine should automatically
fall back to read-only if open f
(r289137)
@@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20151011:
+ Compatibility shims for legacy ATA device names have been removed.
Author: mav
Date: Sun Oct 11 13:48:20 2015
New Revision: 289138
URL: https://svnweb.freebsd.org/changeset/base/289138
Log:
Remove legacy CHS geometry from dmesg and unify capacity outputs.
Modified:
head/sys/cam/ata/ata_da.c
head/sys/cam/scsi/scsi_cd.c
head/sys/cam/scsi/scsi_da.c
Modifie
> On Oct 11, 2015, at 06:01, Alexander Motin wrote:
>
> Author: mav
> Date: Sun Oct 11 13:01:51 2015
> New Revision: 289137
> URL: https://svnweb.freebsd.org/changeset/base/289137
>
> Log:
> Remove compatibility shims for legacy ATA device names.
>
> We got new ATA stack in FreeBSD 8.x, swit
Author: bapt
Date: Sun Oct 11 17:45:20 2015
New Revision: 289144
URL: https://svnweb.freebsd.org/changeset/base/289144
Log:
Fix build with gcc 4.2
Modified:
head/contrib/dma/conf.c
head/contrib/dma/dma.c
head/contrib/dma/mail.c
Modified: head/contrib/dma/conf.c
==
Author: mav
Date: Sun Oct 11 18:26:06 2015
New Revision: 289146
URL: https://svnweb.freebsd.org/changeset/base/289146
Log:
Make delete method set via kern.cam.da.X.delete_method persistent.
This allows to set delete method via tunable, before device capabilities
are known. Also allow ZER
Author: sbruno
Date: Sun Oct 11 18:37:29 2015
New Revision: 289147
URL: https://svnweb.freebsd.org/changeset/base/289147
Log:
Correct flash layout (this is a 4M flash unit).
Remove "rootfs" entry and assign the 800K or so to the kernel
partition as this unit boots from usb mass storage.
Baptiste Daroussin writes:
> Modified: head/share/mk/bsd.own.mk
> ==
> --- head/share/mk/bsd.own.mk Sat Oct 10 09:37:31 2015(r289113)
> +++ head/share/mk/bsd.own.mk Sat Oct 10 10:48:09 2015(r289114)
> @@
On Sun, Oct 11, 2015 at 09:17:57PM +0200, Jan Beich wrote:
> Baptiste Daroussin writes:
>
> > Modified: head/share/mk/bsd.own.mk
> > ==
> > --- head/share/mk/bsd.own.mkSat Oct 10 09:37:31 2015
> > (r289113
Author: bapt
Date: Sun Oct 11 19:25:39 2015
New Revision: 289148
URL: https://svnweb.freebsd.org/changeset/base/289148
Log:
Use existing CONFDIR instead of adding a new CONFIGDIR
Reported by: jbeich
Modified:
head/libexec/dma/dmagent/Makefile
head/share/mk/bsd.own.mk
head/usr.sbin/p
Author: pfg
Date: Sun Oct 11 19:58:57 2015
New Revision: 289150
URL: https://svnweb.freebsd.org/changeset/base/289150
Log:
Correct handling of enum attributes with g++
From OpenBSD's commit log:
This was responsible for memory corruption with recent versions
of Mesa where c and c++ c
Author: ngie
Date: Sun Oct 11 20:02:10 2015
New Revision: 289151
URL: https://svnweb.freebsd.org/changeset/base/289151
Log:
Simplify netbsd-tests.test.mk
- projects/bmake and subsequent commits provide SRCTOP; there's no need to
manually specify it now.
- Compute a sane default for OB
Baptiste Daroussin writes:
> +++ head/share/mk/bsd.confs.mkFri Oct 9 21:57:42 2015
> (r289085)
[...]
> +CONFGROUPS?= CONFS
[...]
> +.error bsd.conf.mk cannot be included directly.
> +.for group in ${CONFSGROUPS}
Typo: plural vs. singular
[...]
> +${group}OWN?=${SHAREOWN
Author: cem
Date: Sun Oct 11 20:58:00 2015
New Revision: 289153
URL: https://svnweb.freebsd.org/changeset/base/289153
Log:
NTB: MFV 113fc505: Handle 64bit BAR sizes
64bit BAR sizes are permissible with an NTB device. To support them
various modifications and clean-ups were required, most
Author: cem
Date: Sun Oct 11 20:57:09 2015
New Revision: 289152
URL: https://svnweb.freebsd.org/changeset/base/289152
Log:
NTB: MFV cc0f868d: fix pointer math issues
->remote_rx_info and ->rx_info are struct ntb_rx_info pointers. If we
add sizeof(struct ntb_rx_info) then it goes too far.
Author: cem
Date: Sun Oct 11 20:59:02 2015
New Revision: 289154
URL: https://svnweb.freebsd.org/changeset/base/289154
Log:
NTB: MFV b77b2637: Link toggle memory leak
Each link-up will allocate a new NTB receive buffer when the NTB
properties are negotiated with the remote system. These a
Author: cem
Date: Sun Oct 11 20:59:40 2015
New Revision: 289155
URL: https://svnweb.freebsd.org/changeset/base/289155
Log:
NTB: MFV 90f9e934: reset tx_index on link toggle
If the NTB link toggles, the driver could stop receiving due to the
tx_index not being set to 0 on the transmitting s
Author: cem
Date: Sun Oct 11 21:00:19 2015
New Revision: 289156
URL: https://svnweb.freebsd.org/changeset/base/289156
Log:
NTB: MFV c9d534c8: Correctly handle receive buffers of the minimal size
The ring logic of the NTB receive buffer/transmit memory window requires
there to be at least
Author: cem
Date: Sun Oct 11 21:01:14 2015
New Revision: 289157
URL: https://svnweb.freebsd.org/changeset/base/289157
Log:
NTB: MFV c336acd3: memcpy lockup workaround
The system will appear to lockup for long periods of time due to the NTB
driver spending too much time in memcpy. Avoid t
Author: ngie
Date: Sun Oct 11 21:29:24 2015
New Revision: 289158
URL: https://svnweb.freebsd.org/changeset/base/289158
Log:
Default TESTSDIR to /usr/tests/${RELDIR:H}
When run from bin/ls/tests, for example, the value of TESTSDIR would be
${TESTSBASE}/${RELDIR:H} -> /usr/tests/bin/ls/test
On Sun, Oct 11, 2015 at 2:01 PM, Conrad E. Meyer wrote:
> Author: cem
> Date: Sun Oct 11 21:01:14 2015
> New Revision: 289157
> URL: https://svnweb.freebsd.org/changeset/base/289157
>
> Log:
> NTB: MFV c336acd3: memcpy lockup workaround
This catches us up to the dual-licensed (BSD/GPL) Linux dr
On Sun, Oct 11, 2015 at 10:41:09PM +0200, Jan Beich wrote:
> Baptiste Daroussin writes:
>
> > +++ head/share/mk/bsd.confs.mk Fri Oct 9 21:57:42 2015
> > (r289085)
> [...]
> > +CONFGROUPS?= CONFS
> [...]
> > +.error bsd.conf.mk cannot be included directly.
> > +.for group in ${
Author: jilles
Date: Sun Oct 11 21:33:00 2015
New Revision: 289159
URL: https://svnweb.freebsd.org/changeset/base/289159
Log:
sh: Make struct arglist an array instead of a linked list.
This simplifies the code (e.g. allowing use of qsort(3) instead of a
hand-rolled mergesort) and should h
Heya!
How'd you test this? Sean is reporting (on irc) there's some weirdness
after this commit.
-a
On 11 October 2015 at 12:58, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Sun Oct 11 19:58:57 2015
> New Revision: 289150
> URL: https://svnweb.freebsd.org/changeset/base/289150
>
> Log:
> Co
On 11/10/2015 07:20 p.m., Adrian Chadd wrote:
Heya!
How'd you test this? Sean is reporting (on irc) there's some weirdness
after this commit.
Hmm... I only rebuilt it and ran minimal tests in my box.
It only looked imporant for mesa.
I will revert to investigate, thanks for the report.
Ped
Author: pfg
Date: Mon Oct 12 02:05:25 2015
New Revision: 289160
URL: https://svnweb.freebsd.org/changeset/base/289160
Log:
Revertr289150:
Correct handling of enum attributes with g++
It is causing issues on some platforms.
Reported by: sbruno (through adrian)
Modified:
he
Author: adrian
Date: Mon Oct 12 03:27:08 2015
New Revision: 289162
URL: https://svnweb.freebsd.org/changeset/base/289162
Log:
net80211: separate mbuf cleanup from ieee80211_fragment()
* Create ieee80211_free_mbuf() which frees a list of mbufs.
* Use it in the fragment transmit path and at
Author: adrian
Date: Mon Oct 12 04:05:12 2015
New Revision: 289163
URL: https://svnweb.freebsd.org/changeset/base/289163
Log:
wpi(4): add support for TX fragmentation.
Tested:
* Tested with Intel 3945BG, HOSTAP and STA modes
Differential Revision:https://reviews.freebsd.or
Author: adrian
Date: Mon Oct 12 04:30:38 2015
New Revision: 289164
URL: https://svnweb.freebsd.org/changeset/base/289164
Log:
net80211: free node reference in the ieee80211_parent_xmitpkt() when error
happened.
Move error handling into ieee80211_parent_xmitpkt() instead of spreading it
b
Author: adrian
Date: Mon Oct 12 04:55:20 2015
New Revision: 289165
URL: https://svnweb.freebsd.org/changeset/base/289165
Log:
net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to
ieee80211_raw_output().
This doesn't free the mbuf upon error; the driver ic_raw_xmit metho
Author: adrian
Date: Mon Oct 12 05:14:49 2015
New Revision: 289167
URL: https://svnweb.freebsd.org/changeset/base/289167
Log:
urtwn(4): split *reg and *var parts (no functional change).
Submitted by:
Differential Revision:https://reviews.freebsd.org/D3775
Added:
head/sys/dev/u
Author: adrian
Date: Mon Oct 12 05:21:51 2015
New Revision: 289168
URL: https://svnweb.freebsd.org/changeset/base/289168
Log:
net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len
(never used here)
Submitted by:
Differential Revision:https://reviews.freebsd.org
33 matches
Mail list logo