Author: delphij
Date: Wed Aug 20 06:34:24 2014
New Revision: 270198
URL: http://svnweb.freebsd.org/changeset/base/270198
Log:
5095 panic when adding a duplicate dbuf to dn_dbufs
Reviewed by: Adam Leventhal
Reviewed by: George Wilson
Reviewed by: Mattew Ahrens
Reviewed by: Dan Kimmel
Author: delphij
Date: Wed Aug 20 06:29:42 2014
New Revision: 270197
URL: http://svnweb.freebsd.org/changeset/base/270197
Log:
5066 remove support for non-ANSI compilation
5068 Remove SCCSID() macro from
Reviewed by: Keith Wesolowski
Reviewed by: Josef 'Jeff' Sipek
Approved by: Robert
Author: delphij
Date: Wed Aug 20 06:29:42 2014
New Revision: 270197
URL: http://svnweb.freebsd.org/changeset/base/270197
Log:
5066 remove support for non-ANSI compilation
5068 Remove SCCSID() macro from
Reviewed by: Keith Wesolowski
Reviewed by: Josef 'Jeff' Sipek
Approved by: Robert
Author: delphij
Date: Wed Aug 20 06:25:43 2014
New Revision: 270196
URL: http://svnweb.freebsd.org/changeset/base/270196
Log:
5047 don't use atomic_*_nv if you discard the return value
Reviewed by: Garrett D'Amore
Reviewed by: Jason King
Reviewed by: Matthew Ahrens
Approved by: Robert
Author: delphij
Date: Wed Aug 20 06:22:59 2014
New Revision: 270195
URL: http://svnweb.freebsd.org/changeset/base/270195
Log:
5045 use atomic_{inc,dec}_* instead of atomic_add_*
Reviewed by: Matthew Ahrens
Reviewed by: Garrett D'Amore
Approved by: Robert Mustacchi
Author: Josef 'Jeff'
Author: delphij
Date: Wed Aug 20 06:20:06 2014
New Revision: 270194
URL: http://svnweb.freebsd.org/changeset/base/270194
Log:
5043 remove deprecated atomic functions' prototypes
Reviewed by: Garrett D'Amore
Approved by: Robert Mustacchi
Author: Josef 'Jeff' Sipek
illumos/illumos-ga
Author: delphij
Date: Wed Aug 20 06:15:53 2014
New Revision: 270193
URL: http://svnweb.freebsd.org/changeset/base/270193
Log:
5042 stop using deprecated atomic functions
Reviewed by: Dan McDonald
Approved by: Robert Mustacchi
Author: Josef 'Jeff' Sipek
illumos/illumos-gate@75
Author: kevlo
Date: Wed Aug 20 01:32:04 2014
New Revision: 270192
URL: http://svnweb.freebsd.org/changeset/base/270192
Log:
If eapol packets are sent at the lowest rate, key negotiation will
become more reliable.
Submitted by: Akinori Furukoshi
Modified:
head/sys/dev/usb/wlan/if_run.c
Author: kevlo
Date: Wed Aug 20 01:26:27 2014
New Revision: 270191
URL: http://svnweb.freebsd.org/changeset/base/270191
Log:
Add the D-Link DWA-125 rev D1.
Tested by myself.
Modified:
head/share/man/man4/urtwn.4
head/sys/dev/usb/usbdevs
head/sys/dev/usb/wlan/if_urtwn.c
Modified: head
Author: ian
Date: Wed Aug 20 00:33:37 2014
New Revision: 270190
URL: http://svnweb.freebsd.org/changeset/base/270190
Log:
Don't stop other legs of a parallel build due to a failure in make_check.
The whole point is to see if there's any failure, which is handled by
building a newer version o
On Tue, Aug 19, 2014 at 4:33 PM, Ian Lepore wrote:
> Author: ian
> Date: Tue Aug 19 23:33:51 2014
> New Revision: 270187
> URL: http://svnweb.freebsd.org/changeset/base/270187
>
> Log:
> MFC r266473,267331,267511:
...
> Modified: stable/10/etc/Makefile
> ===
Author: delphij
Date: Wed Aug 20 00:14:41 2014
New Revision: 270189
URL: http://svnweb.freebsd.org/changeset/base/270189
Log:
Add zdb into rescue environment.
On amd64, this would increase the binary size by 1.1MiB and
make it possible to examine zpool status offline, useful for
recover
Author: ian
Date: Wed Aug 20 00:06:54 2014
New Revision: 270188
URL: http://svnweb.freebsd.org/changeset/base/270188
Log:
MFC r255286: don't stop the whole universe build if one kernel fails.
Modified:
stable/8/Makefile (contents, props changed)
Modified: stable/8/Makefile
Author: ian
Date: Tue Aug 19 23:33:51 2014
New Revision: 270187
URL: http://svnweb.freebsd.org/changeset/base/270187
Log:
MFC r266473,267331,267511:
Use an intermediate target to associate with _SUBDIR which is marked .MAKE
this allows make -n to do tree walks as expected without
Author: grehan
Date: Tue Aug 19 23:15:47 2014
New Revision: 270186
URL: http://svnweb.freebsd.org/changeset/base/270186
Log:
MFC r266103
Update dis_tables.c to the latest Illumos version.
This includes decodes of recent Intel instructions, in particular
VT-x and related instructions.
Author: grehan
Date: Tue Aug 19 23:08:47 2014
New Revision: 270185
URL: http://svnweb.freebsd.org/changeset/base/270185
Log:
MFC r265098
Bump WITNESS_PENDLIST by MAXCPU to account for the
pmap pvlist locks which are scaled by MAXCPU.
Modified:
stable/10/sys/kern/subr_witness.c
Director
Author: dumbbell
Date: Tue Aug 19 21:31:32 2014
New Revision: 270184
URL: http://svnweb.freebsd.org/changeset/base/270184
Log:
vt(4): Add vtbuf_dirty*_locked() to lock vtbuf once, not twice
In several functions, vtbuf_putchar() in particular, the lock on vtbuf
is acquired twice:
1.
On 8/19/2014 4:04 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Tue Aug 19 21:04:31 2014
> New Revision: 270183
> URL: http://svnweb.freebsd.org/changeset/base/270183
>
> Log:
> Avoid showing stale errors when nmount(2) fails.
>
> Sometimes nmount(2) will fail without setting errmsg.
On Tue, Aug 19, 2014 at 2:04 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Tue Aug 19 21:04:31 2014
> New Revision: 270183
> URL: http://svnweb.freebsd.org/changeset/base/270183
>
> Log:
> Avoid showing stale errors when nmount(2) fails.
>
> Sometimes nmount(2) will fail without setting
Author: bdrewery
Date: Tue Aug 19 21:04:31 2014
New Revision: 270183
URL: http://svnweb.freebsd.org/changeset/base/270183
Log:
Avoid showing stale errors when nmount(2) fails.
Sometimes nmount(2) will fail without setting errmsg. The previous (ignored)
error would then be shown as the rea
Author: dumbbell
Date: Tue Aug 19 20:53:28 2014
New Revision: 270182
URL: http://svnweb.freebsd.org/changeset/base/270182
Log:
vt(4): Add vtbuf_dirty*_locked() to lock vtbuf once, not twice
In several functions, vtbuf_putchar() in particular, the lock on vtbuf
is acquired twice:
1.
Author: bdrewery
Date: Tue Aug 19 20:35:09 2014
New Revision: 270181
URL: http://svnweb.freebsd.org/changeset/base/270181
Log:
Add recent DragonFly releases.
Submitted by: Zach Crownover
MFC after:1 week
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-fami
On Mon, Aug 18, 2014 at 12:50:09AM +, Garrett Cooper wrote:
Hi Garrett,
> Log:
> Add -ll to LDADD to fix "make checkdpadd"
> Modified: head/sbin/hastd/Makefile
> ==
> --- head/sbin/hastd/Makefile Sun Aug 17 23:30:
On 11.08.2014 22:29, Jeremie Le Hen wrote:
>> sed(1): Don't force a newline on last line, if input stream doesn't have
>> one
>
> Any plan to MFC this?
Sorry Jérémie, I missed your mail...
I'm not sure what to think because the out-of-the-box behavior differs
from previous version. This could
Author: ngie
Date: Tue Aug 19 18:47:47 2014
New Revision: 270180
URL: http://svnweb.freebsd.org/changeset/base/270180
Log:
Add LIBMD and LIBUTIL to DPADD to fix "make checkdpadd"
Approved by: jmmv (mentor)
MFC after: 5 days
Phabric: D633
PR: 192763
Modified:
head/usr.sbin/nmtree/Ma
Author: ngie
Date: Tue Aug 19 18:31:20 2014
New Revision: 270179
URL: http://svnweb.freebsd.org/changeset/base/270179
Log:
Add missing libraries to DPADD; sort DPADD so DPADD and LDADD match up
This fixes "make checkdpadd"
Approved by: jmmv (mentor)
MFC after: 2 weeks
Phabric: D630
Author: ngie
Date: Tue Aug 19 18:27:43 2014
New Revision: 270178
URL: http://svnweb.freebsd.org/changeset/base/270178
Log:
Fix typo (LIBLDNSADD -> LIBLDNS) to fix "make checkdpadd"
X-MFC with: r269648
Phabric: D634
Approved by: jmmv (mentor)
Modified:
head/secure/usr.bin/ssh/Makefile
Author: jhb
Date: Tue Aug 19 17:54:15 2014
New Revision: 270177
URL: http://svnweb.freebsd.org/changeset/base/270177
Log:
MFC 238423,238426,238428,258063,258064,258066,258097,258185,259134:
The etcupdate utility is a tool for managing updates to files that are
not updated as part of `make in
Author: mav
Date: Tue Aug 19 17:04:18 2014
New Revision: 270176
URL: http://svnweb.freebsd.org/changeset/base/270176
Log:
Fix lock recursion on LUN shutdown, introduced on r269497.
MFC after:3 days
Modified:
head/sys/cam/ctl/ctl_tpc.c
Modified: head/sys/cam/ctl/ctl_tpc.c
===
Author: bdrewery
Date: Tue Aug 19 15:51:43 2014
New Revision: 270175
URL: http://svnweb.freebsd.org/changeset/base/270175
Log:
Bump __FreeBSD_version after r269789 so ports can use it.
Modified:
stable/9/sys/sys/param.h
Modified: stable/9/sys/sys/param.h
=
Author: bdrewery
Date: Tue Aug 19 15:49:38 2014
New Revision: 270174
URL: http://svnweb.freebsd.org/changeset/base/270174
Log:
Bump __FreeBSD_version after r269490 so ports can use it.
Modified:
stable/10/sys/sys/param.h
Modified: stable/10/sys/sys/param.h
===
Author: bdrewery
Date: Tue Aug 19 15:47:51 2014
New Revision: 270173
URL: http://svnweb.freebsd.org/changeset/base/270173
Log:
Bump __FreeBSD_version after r269489 so ports can use it.
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
=
On 8/19/2014 10:41 AM, Hans Petter Selasky wrote:
> Hi,
>
>> You forgot to define a tools/build/options/WITHOUT_CUSE so it is added
>> to src.conf(5).
>>
>> ~/svn/base/tools/build/options # ./makeman >
>> ../../../share/man/man5/src.conf.5
>> no description found for WITHOUT_CUSE, skipping
>>
>>
>
Author: bdrewery
Date: Tue Aug 19 15:46:40 2014
New Revision: 270172
URL: http://svnweb.freebsd.org/changeset/base/270172
Log:
Regen after r270171
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Hi,
You forgot to define a tools/build/options/WITHOUT_CUSE so it is added
to src.conf(5).
~/svn/base/tools/build/options # ./makeman >
../../../share/man/man5/src.conf.5
no description found for WITHOUT_CUSE, skipping
See:
http://svnweb.freebsd.org/changeset/base/270171
Thank you!
--HPS
Author: hselasky
Date: Tue Aug 19 15:40:26 2014
New Revision: 270171
URL: http://svnweb.freebsd.org/changeset/base/270171
Log:
Add missing WITHOUT_CUSE file.
Added:
head/tools/build/options/WITHOUT_CUSE (contents, props changed)
Added: head/tools/build/options/WITHOUT_CUSE
Author: bdrewery
Date: Tue Aug 19 15:30:56 2014
New Revision: 270170
URL: http://svnweb.freebsd.org/changeset/base/270170
Log:
Use bsd.lib.mk here as all other csu Makefiles do.
This effectively reverts r124752.
There's no reason this should be different. It resulted in needing NO_PIE
On Tue, Aug 19, 2014 at 03:04:33PM +, Bryan Drewery wrote:
> Author: bdrewery
> Date: Tue Aug 19 15:04:32 2014
> New Revision: 270168
> URL: http://svnweb.freebsd.org/changeset/base/270168
>
> Log:
> Revert r267233 for now. PIE support needs to be reworked.
Thank you.
pgpVSF3uWC5bB.pgp
Des
On 6/13/2014 3:53 AM, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Fri Jun 13 08:53:49 2014
> New Revision: 267440
> URL: http://svnweb.freebsd.org/changeset/base/267440
>
> Log:
> Attach the CUSE library and kernel module to the default FreeBSD
> builds. Bump the FreeBSD version numb
Author: bdrewery
Date: Tue Aug 19 15:09:24 2014
New Revision: 270169
URL: http://svnweb.freebsd.org/changeset/base/270169
Log:
Regen after r270168
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: bdrewery
Date: Tue Aug 19 15:04:32 2014
New Revision: 270168
URL: http://svnweb.freebsd.org/changeset/base/270168
Log:
Revert r267233 for now. PIE support needs to be reworked.
1. 50+% of NO_PIE use is fixed by adding -fPIC to INTERNALLIB and other
build-only utility libraries.
Author: hselasky
Date: Tue Aug 19 11:06:21 2014
New Revision: 270167
URL: http://svnweb.freebsd.org/changeset/base/270167
Log:
MFC r269859:
Fix for memory leak.
Sponsored by: Mellanox Technologies
Modified:
stable/9/sys/ofed/include/linux/linux_radix.c
Directory Properties:
stable/9/
Author: hselasky
Date: Tue Aug 19 11:04:24 2014
New Revision: 270166
URL: http://svnweb.freebsd.org/changeset/base/270166
Log:
MFC r269859:
Fix for memory leak.
Sponsored by: Mellanox Technologies
Modified:
stable/10/sys/ofed/include/linux/linux_radix.c
Directory Properties:
stable/1
Author: kevlo
Date: Tue Aug 19 09:02:58 2014
New Revision: 270165
URL: http://svnweb.freebsd.org/changeset/base/270165
Log:
Sort ASUS section and add USB device ID of ASUS USB-AC51.
Modified:
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/usbdevs
44 matches
Mail list logo