Author: sephe
Date: Mon Mar 21 07:16:30 2016
New Revision: 297143
URL: https://svnweb.freebsd.org/changeset/base/297143
Log:
hyperv/vmbus: Implement bus_child_pnpinfo_str method
Submitted by: Jun Su
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews.freebsd.org/
Author: mav
Date: Mon Mar 21 07:36:02 2016
New Revision: 297144
URL: https://svnweb.freebsd.org/changeset/base/297144
Log:
MFC r277629 (by will):
When creating or updating a node, use vfs_timestamp() for "now" instead
of gethrestime(), to allow the administrator to decide the appropriate
t
Author: maxim
Date: Mon Mar 21 08:03:50 2016
New Revision: 297145
URL: https://svnweb.freebsd.org/changeset/base/297145
Log:
o "avaliable" -> "available".
PR: 208141
Submitted by: Tyler Littlefield
Modified:
head/sys/kern/uipc_socket.c
Modified: head/sys/kern/uipc_socket.c
=
Author: phk
Date: Mon Mar 21 08:30:58 2016
New Revision: 297146
URL: https://svnweb.freebsd.org/changeset/base/297146
Log:
Unquote NANO_PACKAGE_LIST so that it actually can be a list and so
that the default value of "*" works.
Modified:
head/tools/tools/nanobsd/defaults.sh
Modified: head/t
Author: ian
Date: Mon Mar 21 14:21:32 2016
New Revision: 297147
URL: https://svnweb.freebsd.org/changeset/base/297147
Log:
Garbage collect the bswap routines from libstand. The declaration was
wrapped in an i386 ifdef with a comment questioning their usefulness even
there. It turns out the
On 15 March 2016 at 02:16, Baptiste Daroussin wrote:
> On Sat, Mar 12, 2016 at 09:44:33PM +, Ed Maste wrote:
>> Author: emaste
>> Date: Sat Mar 12 21:44:33 2016
>> New Revision: 296769
>> URL: https://svnweb.freebsd.org/changeset/base/296769
>>
>> Log:
>> boot/efi: Prefer nm to objdump
>
> [
Author: ian
Date: Mon Mar 21 14:39:03 2016
New Revision: 297148
URL: https://svnweb.freebsd.org/changeset/base/297148
Log:
Actually garbage collect the unused code, as mentioned in r297147, which
this change should have been part of.
Deleted:
head/lib/libstand/bswap.c
__
Author: ian
Date: Mon Mar 21 14:51:51 2016
New Revision: 297149
URL: https://svnweb.freebsd.org/changeset/base/297149
Log:
If the dhcp server provides an interface-mtu option, parse the value and
set that mtu on the interface.
These changes are based on the patch submitted by Robert Blayz
Author: ian
Date: Mon Mar 21 14:58:12 2016
New Revision: 297150
URL: https://svnweb.freebsd.org/changeset/base/297150
Log:
If the dhcp server delivers an interface-mtu option, parse it and store
the value in a new global intf_mtu for use by the application.
These changes were inspired by
Author: ian
Date: Mon Mar 21 15:06:50 2016
New Revision: 297151
URL: https://svnweb.freebsd.org/changeset/base/297151
Log:
If the dhcp server provided an interface-mtu option, transcribe the value
to the boot.netif.mtu env var, which will be picked up by pre-existing code
in nfs_mountroot()
On Sunday, March 20, 2016 05:53:31 PM Adrian Chadd wrote:
> Author: adrian
> Date: Sun Mar 20 17:53:30 2016
> New Revision: 297069
> URL: https://svnweb.freebsd.org/changeset/base/297069
>
> Log:
> Now that urtwn is its own device, and it'll get hotplug loaded by
> devd/ifconfig/etc, don't bui
Author: bdrewery
Date: Mon Mar 21 17:51:15 2016
New Revision: 297152
URL: https://svnweb.freebsd.org/changeset/base/297152
Log:
MFC r296819:
Reword SX_NOADAPTIVE description to be clear that adaptive is default.
Modified:
stable/10/share/man/man9/sx.9
Directory Properties:
stable/10/
Author: bdrewery
Date: Mon Mar 21 17:53:37 2016
New Revision: 297153
URL: https://svnweb.freebsd.org/changeset/base/297153
Log:
MFC r296819:
Reword SX_NOADAPTIVE description to be clear that adaptive is default.
Modified:
stable/9/share/man/man9/sx.9
Directory Properties:
stable/9/sh
Author: bdrewery
Date: Mon Mar 21 18:02:26 2016
New Revision: 297154
URL: https://svnweb.freebsd.org/changeset/base/297154
Log:
DIRDEPS_BUILD: Update dependencies.
Sponsored by: EMC / Isilon Storage Division
Added:
head/sys/boot/geli/Makefile.depend (contents, props changed)
Modified:
On Saturday, March 19, 2016 05:22:16 AM Konstantin Belousov wrote:
> On Fri, Mar 18, 2016 at 07:48:49PM +, John Baldwin wrote:
> >
> > - for (x = 0; x < delay; x += 5) {
> > + for (x = 0; x < delay; x++) {
> > if ((lapic_read_icr_lo() & APIC_DELSTAT_MASK) ==
> >
Author: davidcs
Date: Mon Mar 21 18:48:20 2016
New Revision: 297155
URL: https://svnweb.freebsd.org/changeset/base/297155
Log:
Modifications to achieve a common source base from FreeBSD7.x thru 10.x
MFC after:5 days
Modified:
head/sys/dev/bxe/bxe.c
head/sys/dev/bxe/bxe.h
Modified: hea
Author: bdrewery
Date: Mon Mar 21 20:29:27 2016
New Revision: 297156
URL: https://svnweb.freebsd.org/changeset/base/297156
Log:
Track filemon usage via a proc.p_filemon pointer rather than its own lists.
- proc.p_filemon is added which is protected by PROC_LOCK. This improves
performan
Author: bdrewery
Date: Mon Mar 21 20:29:39 2016
New Revision: 297157
URL: https://svnweb.freebsd.org/changeset/base/297157
Log:
Stop tracking stat(2).
None of lstat(2), fstat(2), fstatat(2) were tracked either.
The other filemon implementations also do not track stat(2), nor
does bma
Author: bdrewery
Date: Mon Mar 21 20:29:46 2016
New Revision: 297159
URL: https://svnweb.freebsd.org/changeset/base/297159
Log:
Use curthread for vn_fullpath.
No functional change.
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/filemon/fil
Author: bdrewery
Date: Mon Mar 21 20:29:53 2016
New Revision: 297161
URL: https://svnweb.freebsd.org/changeset/base/297161
Log:
Attempt to use the namecache for openat(2) path resolution.
This finishes the work done in D2810.
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage D
On Mon, Mar 21, 2016 at 05:51:21AM +, Adrian Chadd wrote:
A> Author: adrian
A> Date: Mon Mar 21 05:51:21 2016
A> New Revision: 297136
A> URL: https://svnweb.freebsd.org/changeset/base/297136
A>
A> Log:
A> Remove from NOTES - it's built as a module now.
You are doing wrong. A driver must be
On 21 March 2016 at 13:35, Gleb Smirnoff wrote:
> On Mon, Mar 21, 2016 at 05:51:21AM +, Adrian Chadd wrote:
> A> Author: adrian
> A> Date: Mon Mar 21 05:51:21 2016
> A> New Revision: 297136
> A> URL: https://svnweb.freebsd.org/changeset/base/297136
> A>
> A> Log:
> A> Remove from NOTES - it'
Yeah, I'll recover this, and if_otus, once I finish cutting up urtwn a bit.
Thanks,
-adrian
On 20 March 2016 at 12:16, John Baldwin wrote:
> On Sunday, March 20, 2016 05:53:31 PM Adrian Chadd wrote:
>> Author: adrian
>> Date: Sun Mar 20 17:53:30 2016
>> New Revision: 297069
>> URL: https://sv
Author: emaste
Date: Mon Mar 21 20:51:35 2016
New Revision: 297163
URL: https://svnweb.freebsd.org/changeset/base/297163
Log:
Remove tools/vt/setfont
It is included in vidcontrol as of r266836.
Sponsored by: The FreeBSD Foundation
Deleted:
head/tools/tools/vt/setfont/
__
Author: avos
Date: Mon Mar 21 20:52:09 2016
New Revision: 297164
URL: https://svnweb.freebsd.org/changeset/base/297164
Log:
net80211: enable software beacon miss timer in SLEEP state
Tested with WUSB54GC, STA mode (w/ power saving enabled)
Reviewed by: adrian
Differential Revision:
> On Mar 21, 2016, at 2:35 PM, Gleb Smirnoff wrote:
>
> On Mon, Mar 21, 2016 at 05:51:21AM +, Adrian Chadd wrote:
> A> Author: adrian
> A> Date: Mon Mar 21 05:51:21 2016
> A> New Revision: 297136
> A> URL: https://svnweb.freebsd.org/changeset/base/297136
> A>
> A> Log:
> A> Remove from NOT
On 21 March 2016 at 13:52, Warner Losh wrote:
>
>> On Mar 21, 2016, at 2:35 PM, Gleb Smirnoff wrote:
>>
>> On Mon, Mar 21, 2016 at 05:51:21AM +, Adrian Chadd wrote:
>> A> Author: adrian
>> A> Date: Mon Mar 21 05:51:21 2016
>> A> New Revision: 297136
>> A> URL: https://svnweb.freebsd.org/chang
Author: avos
Date: Mon Mar 21 21:02:57 2016
New Revision: 297165
URL: https://svnweb.freebsd.org/changeset/base/297165
Log:
rum: separate some microcontroller vendor-specific requests into
rum_do_mcu_request()
This change should be no-op.
Reviewed by: adrian
Differential Revision:
Author: avos
Date: Mon Mar 21 21:33:30 2016
New Revision: 297166
URL: https://svnweb.freebsd.org/changeset/base/297166
Log:
rum: do not try to restore bssid/TSF synchronization when device
is not associated.
Tested with WUSB54GC, STA mode.
Reviewed by: adrian
Differential Revision
Author: jhb
Date: Mon Mar 21 21:38:35 2016
New Revision: 297168
URL: https://svnweb.freebsd.org/changeset/base/297168
Log:
Regen.
Modified:
head/sys/kern/init_sysent.c
head/sys/kern/syscalls.c
head/sys/kern/systrace_args.c
head/sys/sys/syscall.h
head/sys/sys/syscall.mk
head/sys/sys/
Author: avos
Date: Mon Mar 21 22:14:48 2016
New Revision: 297169
URL: https://svnweb.freebsd.org/changeset/base/297169
Log:
rum: simplify error handling in rum_newstate().
Tested with WUSB54GC, STA mode.
Reviewed by: adrian
Differential Revision:https://reviews.freebsd.org/D
Author: jhibbits
Date: Mon Mar 21 22:19:53 2016
New Revision: 297170
URL: https://svnweb.freebsd.org/changeset/base/297170
Log:
Fix some more long -> rman_res_t
Reported by: Michael Butler (siis breakage)
Modified:
head/sys/dev/mvs/mvs_pci.c
head/sys/dev/mvs/mvs_soc.c
head/sys/dev/s
Author: avos
Date: Mon Mar 21 22:29:24 2016
New Revision: 297171
URL: https://svnweb.freebsd.org/changeset/base/297171
Log:
rum: add legacy power saving support (STA mode).
Tested with WUSB54GC, STA mode + WRT54GC / RTL8188EU in HOSTAP mode.
Reviewed by: adrian
Differential Revision
On Monday, March 21, 2016 09:37:33 PM John Baldwin wrote:
> Author: jhb
> Date: Mon Mar 21 21:37:33 2016
> New Revision: 297167
> URL: https://svnweb.freebsd.org/changeset/base/297167
>
> Log:
> Fully handle size_t lengths in AIO requests.
>
> First, update the return types of aio_return()
Author: bdrewery
Date: Mon Mar 21 23:22:19 2016
New Revision: 297172
URL: https://svnweb.freebsd.org/changeset/base/297172
Log:
Consolidate common link(2) logic.
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/filemon/filemon_wrapper.c
Modified
Author: avos
Date: Mon Mar 21 23:25:41 2016
New Revision: 297173
URL: https://svnweb.freebsd.org/changeset/base/297173
Log:
wpi: remove internal taskqueue
- Replace sc_reinittask() by ieee80211_restart_all() (mostly the same).
- Revert r282377 (seems to be unneeded now).
Tested with
Author: adrian
Date: Tue Mar 22 01:09:15 2016
New Revision: 297175
URL: https://svnweb.freebsd.org/changeset/base/297175
Log:
[urtwn] welcome basic 11n support to urtwn.
This is a pretty good reference for teaching an almost-11n-capable
driver about 11n.
It enables HT20 operation, A-
Author: sephe
Date: Tue Mar 22 06:13:27 2016
New Revision: 297177
URL: https://svnweb.freebsd.org/changeset/base/297177
Log:
hyperv/vmbus: Use taskqueue_fast for non-performance critical messages
This gets rid of the per-cpu SWIs.
Submitted by: Jun Su
Reviewed by: Dexuan Cui , seph
Author: mav
Date: Tue Mar 22 06:24:52 2016
New Revision: 297179
URL: https://svnweb.freebsd.org/changeset/base/297179
Log:
Optimize IPMI watchdog patting.
Set watchdog timer parameters only when they really need to be changed.
In other cases just restart the timer with single Reset comman
Author: sephe
Date: Tue Mar 22 06:31:39 2016
New Revision: 297180
URL: https://svnweb.freebsd.org/changeset/base/297180
Log:
hyperv/hn: Reduce TCP segment aggregation limit for multiple RX rings
This mainly used to improve ACK timeliness when multiple RX rings
are enabled.
This value
Author: sephe
Date: Tue Mar 22 06:42:24 2016
New Revision: 297181
URL: https://svnweb.freebsd.org/changeset/base/297181
Log:
hyperv/hn: Factor out hn_set_lro_lenlim()
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews.freebsd.org/D5692
Modif
41 matches
Mail list logo