Dear Customer,
Courier was unable to deliver the parcel to you.
Please, download Delivery Label attached to this email.
Warm regards,
Daniel Blanchard,
FedEx Delivery Manager.
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/
Author: emaste
Date: Tue Jul 26 13:36:28 2016
New Revision: 303335
URL: https://svnweb.freebsd.org/changeset/base/303335
Log:
apply some style(9) to kbd: make function name start in column 1
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/kbd/kbd.c
Modified: head/sys/dev/kbd
Author: emaste
Date: Tue Jul 26 15:34:26 2016
New Revision: 303338
URL: https://svnweb.freebsd.org/changeset/base/303338
Log:
vt: lock Giant around kbd calls in CONS_GETINFO
Note that keyboards are stored in an array and are not freed (just
"unregistered" by clearing some fields) so a rac
Hi Ed,
2016-07-26 17:34 GMT+02:00 Ed Maste :
> if (vw == vd->vd_curwindow) {
> + mtx_lock(&Giant);
> kbd = kbd_get_keyboard(vd->vd_keyboard);
> if (kbd != NULL)
> vt_save_kbd_state
Author: adrian
Date: Tue Jul 26 16:40:03 2016
New Revision: 303339
URL: https://svnweb.freebsd.org/changeset/base/303339
Log:
Update my TODO items.
Modified:
head/sys/dev/etherswitch/arswitch/arswitch_7240.c
head/sys/dev/etherswitch/arswitch/arswitch_8316.c
Modified: head/sys/dev/etherswit
On 26 July 2016 at 12:27, Ed Schouten wrote:
> Hi Ed,
>
> 2016-07-26 17:34 GMT+02:00 Ed Maste :
>> if (vw == vd->vd_curwindow) {
>> + mtx_lock(&Giant);
>> kbd = kbd_get_keyboard(vd->vd_keyboard);
>> if (kbd != NU
Author: ed
Date: Tue Jul 26 17:23:49 2016
New Revision: 303340
URL: https://svnweb.freebsd.org/changeset/base/303340
Log:
Add shmatt_t.
It looks like our "struct shmid_ds::shm_nattch" deviates from the
standard in the sense that it is a signed integer, whereas POSIX
requires that it is
Author: phil
Date: Tue Jul 26 18:27:48 2016
New Revision: 303341
URL: https://svnweb.freebsd.org/changeset/base/303341
Log:
Fix start date to not be in the future.
Submitted by: phil
Reviewed by: sjg (mentor)
Approved by: sjg
Modified:
head/share/misc/committers-src.dot
Modified:
Author: ed
Date: Tue Jul 26 20:11:29 2016
New Revision: 303342
URL: https://svnweb.freebsd.org/changeset/base/303342
Log:
Fix typing of srandom() and initstate().
POSIX requires that these functions have an unsigned int for their first
argument; not an unsigned long.
My reasoning is
On Tue, Jul 26, 2016 at 3:11 PM, Ed Schouten wrote:
> Author: ed
> Date: Tue Jul 26 20:11:29 2016
> New Revision: 303342
> URL: https://svnweb.freebsd.org/changeset/base/303342
>
> Log:
> Fix typing of srandom() and initstate().
>
> POSIX requires that these functions have an unsigned int for
Author: brd (doc,ports committer)
Date: Tue Jul 26 20:20:09 2016
New Revision: 303343
URL: https://svnweb.freebsd.org/changeset/base/303343
Log:
Fix the case for some sysctl descriptions.
Reviewed by: gnn
Modified:
head/sys/netinet/cc/cc.c
Modified: head/sys/netinet/cc/cc.c
===
On 07/26/16 15:14, Benjamin Kaduk wrote:
On Tue, Jul 26, 2016 at 3:11 PM, Ed Schouten mailto:e...@freebsd.org>> wrote:
Author: ed
Date: Tue Jul 26 20:11:29 2016
New Revision: 303342
URL: https://svnweb.freebsd.org/changeset/base/303342
Log:
Fix typing of srandom() an
Author: ivadasz
Date: Tue Jul 26 21:27:02 2016
New Revision: 303345
URL: https://svnweb.freebsd.org/changeset/base/303345
Log:
Mention AC3165 and AC8260 chipsets in iwm(4) and mention AC3165 in iwmfw(4)
- Support for the AC3165 and AC8260 chipsets was added by r303322 and r303327.
Appr
Hi Pedro, Benjamin,
2016-07-26 22:35 GMT+02:00 Pedro Giffuni :
> On 07/26/16 15:14, Benjamin Kaduk wrote:
>> Is a __FreeBSD_version bump planned? (Third-party software might want
>> to be warning-clean.)
>
> Third party software should already follow standards ;).
Not only that. This change only
Author: ian
Date: Tue Jul 26 22:26:49 2016
New Revision: 303346
URL: https://svnweb.freebsd.org/changeset/base/303346
Log:
Actually return line status register values from umoscom_cfg_get_status().
The hardware delivers ns16550-compatible status bits, which is what the
usb_serial code exp
Author: ian
Date: Tue Jul 26 23:27:28 2016
New Revision: 303347
URL: https://svnweb.freebsd.org/changeset/base/303347
Log:
Translate modem status reg bits from ns16550 to SER_* values used by the
tty layer. Also, the line status reg bits are already ns16550 as expected
by the ucom layer, so
Author: np
Date: Tue Jul 26 23:29:37 2016
New Revision: 303348
URL: https://svnweb.freebsd.org/changeset/base/303348
Log:
cxgbe(4): Initialize the adapter queues (fwq and mgmtq) instead of
returning EAGAIN if they aren't available when the user tries to program
a filter. Do this after valid
Author: grehan
Date: Tue Jul 26 23:40:25 2016
New Revision: 303349
URL: https://svnweb.freebsd.org/changeset/base/303349
Log:
Catch another case where an XHCI interrupt was being
injected without state being set up.
This fixes a core dump when dropping to the UEFI prompt
with graphics e
Author: ian
Date: Tue Jul 26 23:42:42 2016
New Revision: 303350
URL: https://svnweb.freebsd.org/changeset/base/303350
Log:
Translate modem status reg bits from ns16550 to SER_* values used by the
tty layer.
Also annotate a switch case fall-through per style(9).
Modified:
head/sys/dev/u
Author: grehan
Date: Wed Jul 27 00:03:29 2016
New Revision: 303352
URL: https://svnweb.freebsd.org/changeset/base/303352
Log:
- Change the fbuf "vga" parameter to "vga=on|io|off".
"io" is the default, and allows VGA i/o registers to be
accessed. This is required by Win7/2k8 graphics gu
Author: ian
Date: Wed Jul 27 00:03:18 2016
New Revision: 303351
URL: https://svnweb.freebsd.org/changeset/base/303351
Log:
Translate modem status reg bits from ns16550 to SER_* values used by the
tty layer.
Also annotate a switch case fall-through per style(9).
Modified:
head/sys/dev/u
Author: ian
Date: Wed Jul 27 00:08:01 2016
New Revision: 303353
URL: https://svnweb.freebsd.org/changeset/base/303353
Log:
Annotate the usb-serial drivers which always return 0 for line status,
so that it'll be easier to find and fix them in the future.
Modified:
head/sys/dev/usb/serial/u3g
Author: kevlo
Date: Wed Jul 27 00:46:48 2016
New Revision: 303354
URL: https://svnweb.freebsd.org/changeset/base/303354
Log:
Add weekday to the date format.
Modified:
head/share/timedef/zh_TW.UTF-8.src
Modified: head/share/timedef/zh_TW.UTF-8.src
=
On 27.07.2016 3:46, Kevin Lo wrote:
> Author: kevlo
> Date: Wed Jul 27 00:46:48 2016
> New Revision: 303354
> URL: https://svnweb.freebsd.org/changeset/base/303354
>
> Log:
> Add weekday to the date format.
This file is generated, so this change will be lost after next
generation. It will be be
On Tue, 26 Jul 2016, Ed Schouten wrote:
Log:
Fix typing of srandom() and initstate().
POSIX requires that these functions have an unsigned int for their first
argument; not an unsigned long.
My reasoning is that we can safely change these functions without
breaking the ABI. As far as I kn
> On Jul 19, 2016, at 15:56, Pedro F. Giffuni wrote:
>
> Author: pfg
> Date: Tue Jul 19 22:56:40 2016
> New Revision: 303047
> URL: https://svnweb.freebsd.org/changeset/base/303047
>
> Log:
> sed(1): Assorted cleanups and simplifications.
>
> Const-ify several variables, make it build c
Author: stevek
Date: Wed Jul 27 03:21:02 2016
New Revision: 303355
URL: https://svnweb.freebsd.org/changeset/base/303355
Log:
Add the NUM_CORE_FILES kernel config option which specifies the limit for the
number of core files allowed by a particular process when using the %I core
file name pa
Author: alc
Date: Wed Jul 27 03:49:00 2016
New Revision: 303356
URL: https://svnweb.freebsd.org/changeset/base/303356
Log:
Update a comment to reflect r284376.
MFC after:3 days
Modified:
head/sys/vm/vm_pageout.c
Modified: head/sys/vm/vm_pageout.c
On 07/26/16 22:19, Ngie Cooper (yaneurabeya) wrote:
On Jul 19, 2016, at 15:56, Pedro F. Giffuni wrote:
Author: pfg
Date: Tue Jul 19 22:56:40 2016
New Revision: 303047
URL: https://svnweb.freebsd.org/changeset/base/303047
Log:
sed(1):Assorted cleanups and simplifications.
Const-i
Author: sephe
Date: Wed Jul 27 05:47:32 2016
New Revision: 303361
URL: https://svnweb.freebsd.org/changeset/base/303361
Log:
hyperv/vmbus: Initialize RX/TX bufring mutex at channel creation time
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://revi
> On Jul 26, 2016, at 21:33, Pedro Giffuni wrote:
>
>
>
> On 07/26/16 22:19, Ngie Cooper (yaneurabeya) wrote:
>>
>>> On Jul 19, 2016, at 15:56, Pedro F. Giffuni wrote:
>>>
>>> Author: pfg
>>> Date: Tue Jul 19 22:56:40 2016
>>> New Revision: 303047
>>> URL: https://svnweb.freebsd.org/changes
Author: sephe
Date: Wed Jul 27 06:17:20 2016
New Revision: 303362
URL: https://svnweb.freebsd.org/changeset/base/303362
Log:
hyperv/vmbus: Use different struct for RX/TX bufring.
So that they can use suitable MP synchronization mechanism.
While I'm here change the bufring init/read/wri
Author: sephe
Date: Wed Jul 27 06:36:57 2016
New Revision: 303366
URL: https://svnweb.freebsd.org/changeset/base/303366
Log:
hyperv/vmbus: Update comment for bufring
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7314
Modified:
Author: ngie
Date: Wed Jul 27 06:49:16 2016
New Revision: 303367
URL: https://svnweb.freebsd.org/changeset/base/303367
Log:
Testcase 7.8 no longer needs to be marked TODO
It passes out of the box today
MFC after: 2 months
Sponsored by: EMC / Isilon Storage Division
Modified:
head/
Author: sephe
Date: Wed Jul 27 06:52:43 2016
New Revision: 303368
URL: https://svnweb.freebsd.org/changeset/base/303368
Log:
hyperv/vmbus: Cleanup TX bufring write process.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7315
Modi
35 matches
Mail list logo