Author: ache
Date: Wed Jul 13 07:56:01 2016
New Revision: 302711
URL: https://svnweb.freebsd.org/changeset/base/302711
Log:
Fully back out r302594 case 2) since overflow may happens.
Modified:
head/usr.bin/tr/tr.c
Modified: head/usr.bin/tr/tr.c
===
Author: ache
Date: Wed Jul 13 08:13:09 2016
New Revision: 302712
URL: https://svnweb.freebsd.org/changeset/base/302712
Log:
After removing collation for [a-z] ranges in r302512, do it here too.
Approved by:jilles
Modified:
head/bin/sh/expand.c
head/bin/sh/tests/builtins/case7.0
Mo
Author: sephe
Date: Wed Jul 13 08:30:14 2016
New Revision: 302713
URL: https://svnweb.freebsd.org/changeset/base/302713
Log:
hyperv/vmbus: Install different task function for batch/non-batch channels
This avoids bunch of unnecessary checks on hot path and simplifies the
channel processing
On Tue, Jul 05, 2016 at 06:47:18PM +, Gleb Smirnoff wrote:
> Author: glebius
> Date: Tue Jul 5 18:47:17 2016
> New Revision: 302350
> URL: https://svnweb.freebsd.org/changeset/base/302350
>
> Log:
> The paradigm of a callout is that it has three consequent states:
> not scheduled -> sched
[The below does note that TARGET=powerpc has a mix of signed wchar_t and
unsigned char types and most architectures have both being signed types.]
On 2016-Jul-11, at 8:57 PM, Andrey Chernov wrote:
> On 12.07.2016 5:44, Mark Millard wrote:
>> My understanding of the criteria for __WCHAR_MIN and
Author: sephe
Date: Wed Jul 13 09:11:03 2016
New Revision: 302723
URL: https://svnweb.freebsd.org/changeset/base/302723
Log:
hyperv: All Hypercall parameters have same alignment requirement.
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews.
Author: sephe
Date: Wed Jul 13 09:19:33 2016
New Revision: 302726
URL: https://svnweb.freebsd.org/changeset/base/302726
Log:
hyperv: Signal event input parameter is shared w/ MNF
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews.freebsd.org/
Author: sephe
Date: Wed Jul 13 09:28:46 2016
New Revision: 302731
URL: https://svnweb.freebsd.org/changeset/base/302731
Log:
hyperv/vmbus: Reorganize MNF event sending.
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews.freebsd.org/D7088
Mod
Author: sephe
Date: Wed Jul 13 09:36:46 2016
New Revision: 302733
URL: https://svnweb.freebsd.org/changeset/base/302733
Log:
hyperv/vmbus: Remove unused code
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews.freebsd.org/D7089
Modified:
he
Author: sephe
Date: Wed Jul 13 09:44:24 2016
New Revision: 302737
URL: https://svnweb.freebsd.org/changeset/base/302737
Log:
hyperv/vmbus: Cleanup channel rescind
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews.freebsd.org/D7090
Modified:
On 07/13/16 10:49, Roger Pau Monné wrote:
On Tue, Jul 05, 2016 at 06:47:18PM +, Gleb Smirnoff wrote:
Author: glebius
Date: Tue Jul 5 18:47:17 2016
New Revision: 302350
URL: https://svnweb.freebsd.org/changeset/base/302350
Log:
The paradigm of a callout is that it has three consequent sta
Author: ache
Date: Wed Jul 13 10:01:31 2016
New Revision: 302742
URL: https://svnweb.freebsd.org/changeset/base/302742
Log:
After removing collation for [a-z] ranges in r302512, do it here too.
I'll try to keep the change very minimal to not touch contribed code much.
I'll send it upstrea
Hi,
Can we agree on the following return values for callout_stop() and
callout_reset() and their variants:
If the callout was scheduled regardless of being serviced or not,
.Dv CALLOUT_RET_CANCELLED
is returned.
If the callout was stopped and is still being serviced
.Dv CALLOUT_RET_DRAINING
is
On Mon, 11 Jul 2016, Garrett Cooper wrote:
Add missing default case to capable(..) function definition
By definition (enum __drm_capabilities), cases other than CAP_SYS_ADMIN
aren't possible. Add in a KASSERT safety belt and return false in
!INVARIANTS case if an invalid value is passed in,
Author: kib
Date: Wed Jul 13 14:37:58 2016
New Revision: 302770
URL: https://svnweb.freebsd.org/changeset/base/302770
Log:
Trace timeval parameters to the getitimer(2) and setitimer(2) syscalls.
Reviewed by: jhb
Tested by:pho
Sponsored by: The FreeBSD Foundation
MFC after:1 w
Author: pfg
Date: Wed Jul 13 14:59:17 2016
New Revision: 302771
URL: https://svnweb.freebsd.org/changeset/base/302771
Log:
mail(1): check for out of memory conditions when calling calloc(3).
Suggested by: oshogbo
MFC after:3 days
Modified:
head/usr.bin/mail/cmd3.c
Modified: head/u
Author: avg
Date: Wed Jul 13 15:16:51 2016
New Revision: 302772
URL: https://svnweb.freebsd.org/changeset/base/302772
Log:
re-apply r299908: zfsctl_snapdir_lookup: clear VV_ROOT of snapshot's root
The change has been undone in r301275 on the assumption that it was no
longer required. But
On 07/12/16 19:20, Ngie Cooper (yaneurabeya) wrote:
On Jul 12, 2016, at 19:07, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Wed Jul 13 02:07:36 2016
New Revision: 302691
URL: https://svnweb.freebsd.org/changeset/base/302691
Log:
Reduce the set of things on the disc1 image to those on t
... does dynamically linking the toolchain reduce its size?
-a
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
On Wed, Jul 13, 2016 at 09:03:52AM -0700, Nathan Whitehorn wrote:
> >There’s a lot more that could be done to be honest.
> >
> >Here are some other knobs that might help, depending on how
> >people configure their custom installers.
>
> Yep, this is just a first pass to fix the low-hanging fruit:
On 09.09.14 08:18, Adrian Chadd wrote:
> Author: adrian
> Date: Tue Sep 9 04:18:20 2014
> New Revision: 271300
> URL: http://svnweb.freebsd.org/changeset/base/271300
>
> Log:
> Update the IPv4 input path to handle reassembled frames and incoming frames
> with no RSS hash.
>
> When doing
Author: pfg
Date: Wed Jul 13 16:45:26 2016
New Revision: 302776
URL: https://svnweb.freebsd.org/changeset/base/302776
Log:
mail(1): Bring some fixes from other BSDs.
- Use varargs properly
- Use pid_t
- Better handling of error conditions on forked jobs.
- Some prototype and warning c
Author: ache
Date: Wed Jul 13 16:49:48 2016
New Revision: 302777
URL: https://svnweb.freebsd.org/changeset/base/302777
Log:
After removing collation for [a-z] ranges in r302512, mimic system
glob() here too.
I try to keep the change minimal to not touch contribed code much.
I'll send it
Author: asomers
Date: Wed Jul 13 17:09:20 2016
New Revision: 302778
URL: https://svnweb.freebsd.org/changeset/base/302778
Log:
pw should sanitize the argument of -w.
Otherwise, it will silently disable the login for the selected account if
the argument is unrecognizable.
usr.sbin/pw/
Author: des
Date: Wed Jul 13 18:26:05 2016
New Revision: 302779
URL: https://svnweb.freebsd.org/changeset/base/302779
Log:
merge upstream hg 06347b1f76fe (fix IXFR)
PR: 209177
MFC after:3 days
Modified:
head/contrib/ldns-host/ldns-host.c
Directory Properties:
head/contr
ugh, hm. Wonder how I missed that. I'll go see about fixing it.
-adrian
On 13 July 2016 at 09:18, Andrey V. Elsukov wrote:
> On 09.09.14 08:18, Adrian Chadd wrote:
>> Author: adrian
>> Date: Tue Sep 9 04:18:20 2014
>> New Revision: 271300
>> URL: http://svnweb.freebsd.org/changeset/base/27130
Author: ache
Date: Wed Jul 13 18:51:19 2016
New Revision: 302780
URL: https://svnweb.freebsd.org/changeset/base/302780
Log:
After removing collation for [a-z] ranges in r302512, do it here too.
Instead of trying to expand whole range at regcomp() stage as we do,
GNU regex allocates separa
Author: ache
Date: Wed Jul 13 19:02:59 2016
New Revision: 302781
URL: https://svnweb.freebsd.org/changeset/base/302781
Log:
After removing collation for [a-z] ranges in r302512, do it here too.
Instead of trying to expand whole range at regcomp() stage as we do,
GNU regex allocates separa
Author: jkim
Date: Wed Jul 13 19:16:32 2016
New Revision: 302782
URL: https://svnweb.freebsd.org/changeset/base/302782
Log:
Remove a tunable and always reset system clock while resuming with ACPI.
Requested by: bde (long ago)
Modified:
head/sys/dev/acpica/acpi.c
head/sys/i386/isa/pmtim
Author: badger
Date: Wed Jul 13 19:19:18 2016
New Revision: 302783
URL: https://svnweb.freebsd.org/changeset/base/302783
Log:
Add explicit detection of KVM hypervisor
Set vm_guest to a new enum value (VM_GUEST_KVM) when kvm is detected and use
vm_guest in conditionals testing for KVM.
Author: dim
Date: Wed Jul 13 19:41:19 2016
New Revision: 302784
URL: https://svnweb.freebsd.org/changeset/base/302784
Log:
Fix a page fault in ip6_setpktopt(), occurring when the pflog module is
loaded, and syncthing is started, which uses setsockopt(IPV6_PKGINFO).
This is because pflog i
Author: jmcneill
Date: Wed Jul 13 20:44:02 2016
New Revision: 302785
URL: https://svnweb.freebsd.org/changeset/base/302785
Log:
H3/A83T: Use PLL_PERIPH/2 for AHB2 parent clock.
Reviewed by: manu
Modified:
head/sys/arm/allwinner/clk/aw_ahbclk.c
Modified: head/sys/arm/allwinner/clk/aw_ah
Author: jmcneill
Date: Wed Jul 13 20:46:54 2016
New Revision: 302786
URL: https://svnweb.freebsd.org/changeset/base/302786
Log:
Allwinner Gigabit EMAC performance improvements.
- Support DEVICE_POLLING
- Increase TX descriptors to 1024
- Add support for passing a chain of mbufs to if
Author: vangyzen
Date: Wed Jul 13 21:27:10 2016
New Revision: 302787
URL: https://svnweb.freebsd.org/changeset/base/302787
Log:
zpool(8): update Hot Spares section to mention zfsd(8)
Reviewed and reworded by: asomers
MFC after:3 days
Sponsored by: Dell Inc.
Modified:
head/cdd
On Wed, Jul 13, 2016 at 2:27 PM, Eric van Gyzen wrote:
> Author: vangyzen
> Date: Wed Jul 13 21:27:10 2016
> New Revision: 302787
> URL: https://svnweb.freebsd.org/changeset/base/302787
>
> Log:
> zpool(8): update Hot Spares section to mention zfsd(8)
I know it's childish, but it reminds me of
Author: andrew
Date: Wed Jul 13 22:53:30 2016
New Revision: 302788
URL: https://svnweb.freebsd.org/changeset/base/302788
Log:
Fix the type used to hold the value returned from getopt. On arm64 char is
unsigned so will never be -1.
Obtained from:ABT Systems Ltd
MFC after:1 we
Author: andrew
Date: Wed Jul 13 23:03:34 2016
New Revision: 302789
URL: https://svnweb.freebsd.org/changeset/base/302789
Log:
Add memmmap on arm64 so we can mmap /dev/mem and /dev/kmem.
Obtained from:ABT Systems Ltd
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modi
Author: allanjude
Date: Wed Jul 13 23:49:45 2016
New Revision: 302790
URL: https://svnweb.freebsd.org/changeset/base/302790
Log:
bsdinstall: Prompt user to set the date and time after selecting timezone
Not having the correct date and time makes many PKI based things not work
In 10 and
On Wed, Jul 13, 2016 at 4:54 AM, Robert Watson wrote:
> On Mon, 11 Jul 2016, Garrett Cooper wrote:
>
>> Add missing default case to capable(..) function definition
>>
>> By definition (enum __drm_capabilities), cases other than CAP_SYS_ADMIN
>> aren't possible. Add in a KASSERT safety belt and
On Wed, Jul 13, 2016 at 11:26 AM, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Wed Jul 13 18:26:05 2016
> New Revision: 302779
> URL: https://svnweb.freebsd.org/changeset/base/302779
>
> Log:
> merge upstream hg 06347b1f76fe (fix IXFR)
>
> PR: 209177
> MFC after:3 days
>
>
Can you please make this dialog default to "skip" for people with
systems where the time is set correctly? I realize "OK" is usually a
no-op, so the "just press enter" is maintained, but "skip" is even more
of a no-op.
-Nathan
On 07/13/16 16:49, Allan Jude wrote:
Author: allanjude
Date: Wed J
Author: markj
Date: Thu Jul 14 00:32:27 2016
New Revision: 302792
URL: https://svnweb.freebsd.org/changeset/base/302792
Log:
Remove gcore's -s option.
It has no effect and is always implicitly set since ptrace(2) stops the
target process.
Modified:
head/usr.bin/gcore/extern.h
head/us
Author: markj
Date: Thu Jul 14 00:38:04 2016
New Revision: 302793
URL: https://svnweb.freebsd.org/changeset/base/302793
Log:
Allow ACPI wakeup code and page tables to be stored in non-contiguous pages.
Since these pages are allocated from a narrow range of memory, this makes
the allocatio
Author: markj
Date: Thu Jul 14 00:40:24 2016
New Revision: 302794
URL: https://svnweb.freebsd.org/changeset/base/302794
Log:
Move some gmirror metadata update messages to a higher debug level.
These can be printed quite frequently from a mostly-idle mirror, cluttering
the console.
MF
Author: allanjude
Date: Thu Jul 14 00:41:19 2016
New Revision: 302795
URL: https://svnweb.freebsd.org/changeset/base/302795
Log:
Make the new 'set date and time' dialog default to skip
X-MFC-With: 302790
Requested by: nwhitehorn
Modified:
head/usr.sbin/bsdinstall/scripts/time
Modifi
On 2016-07-13 20:18, Nathan Whitehorn wrote:
> Can you please make this dialog default to "skip" for people with
> systems where the time is set correctly? I realize "OK" is usually a
> no-op, so the "just press enter" is maintained, but "skip" is even more
> of a no-op.
> -Nathan
>
> On 07/13/16
Author: markj
Date: Thu Jul 14 00:41:37 2016
New Revision: 302796
URL: https://svnweb.freebsd.org/changeset/base/302796
Log:
Remove more references to mroute6d, which was removed in r298512.
Modified:
head/etc/defaults/rc.conf
head/share/man/man5/rc.conf.5
Modified: head/etc/defaults/rc.co
Author: markj
Date: Thu Jul 14 00:42:27 2016
New Revision: 302797
URL: https://svnweb.freebsd.org/changeset/base/302797
Log:
Document DDB's "alltrace" and "show all trace" commands.
MFC after:3 days
Modified:
head/share/man/man4/ddb.4
Modified: head/share/man/man4/ddb.4
On 07/13/16 17:41, Allan Jude wrote:
On 2016-07-13 20:18, Nathan Whitehorn wrote:
Can you please make this dialog default to "skip" for people with
systems where the time is set correctly? I realize "OK" is usually a
no-op, so the "just press enter" is maintained, but "skip" is even more
of a
On 13.07.2016 11:53, Mark Millard wrote:
> [The below does note that TARGET=powerpc has a mix of signed wchar_t and
> unsigned char types and most architectures have both being signed types.]
POSIX says nothing about wchar_t and char should be the same (un)signed.
It is arm ABI docs may say so on
Author: cy
Date: Thu Jul 14 01:16:07 2016
New Revision: 302798
URL: https://svnweb.freebsd.org/changeset/base/302798
Log:
Restore lost comment from r301295.
PR: 211027
Reported by: trond.endres...@ximalas.info
Pointy hat to:cy@ (me)
MFC after:3 days
Modified:
Author: pfg
Date: Thu Jul 14 02:25:29 2016
New Revision: 302799
URL: https://svnweb.freebsd.org/changeset/base/302799
Log:
mail(1): Bring some fixes from other BSDs.
Fix missing forked job changes from r302776 in wait_child().
Obtained from:NetBSD
Modified:
head/usr.bin/mail
Author: sephe
Date: Thu Jul 14 05:14:12 2016
New Revision: 302801
URL: https://svnweb.freebsd.org/changeset/base/302801
Log:
hyperv/vmbus: Remove unused bits
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews.freebsd.org/D7091
Modified:
he
Author: sephe
Date: Thu Jul 14 05:25:31 2016
New Revision: 302802
URL: https://svnweb.freebsd.org/changeset/base/302802
Log:
hyperv: hv_guid -> struct hyperv_guid.
This paves way for the further cleanup/disentangle.
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Rev
Author: sephe
Date: Thu Jul 14 05:33:33 2016
New Revision: 302803
URL: https://svnweb.freebsd.org/changeset/base/302803
Log:
hyperv/vmbus: Move channel offer message definition to vmbus_reg.h
- Avoid bit fields.
- Avoid unnecessary indirection.
MFC after:1 week
Sponsored by: Mi
Author: sephe
Date: Thu Jul 14 05:49:14 2016
New Revision: 302804
URL: https://svnweb.freebsd.org/changeset/base/302804
Log:
hyperv/vmbus: Switch to vmbus channel message macros
Prepare for more cleanup.
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:
Author: sephe
Date: Thu Jul 14 06:00:40 2016
New Revision: 302805
URL: https://svnweb.freebsd.org/changeset/base/302805
Log:
hyperv/vmbus: Remove unused bits
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews.freebsd.org/D7095
Modified:
he
Author: ngie
Date: Thu Jul 14 06:10:16 2016
New Revision: 302807
URL: https://svnweb.freebsd.org/changeset/base/302807
Log:
Initialize first_serial to 0 in dozonetransfer(..) to fix -Wuninitialized
warning
MFC after: 3 days
X-MFC with: r302779
Pointyhat to: des
PR: 209177
Reported
Author: sephe
Date: Thu Jul 14 06:10:00 2016
New Revision: 302806
URL: https://svnweb.freebsd.org/changeset/base/302806
Log:
hyperv/vmbus: Get rid of rel{_id,id}, use channel id consistently.
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews
Author: sephe
Date: Thu Jul 14 06:18:11 2016
New Revision: 302808
URL: https://svnweb.freebsd.org/changeset/base/302808
Log:
hyperv/vmbus: Alloc/Free monitor param in vmbus channel alloc/free.
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://review
Author: sephe
Date: Thu Jul 14 06:29:12 2016
New Revision: 302809
URL: https://svnweb.freebsd.org/changeset/base/302809
Log:
hyperv/vmbus: Move device register and channel free to the caller.
This paves the way for more cleanup/disentangle.
MFC after:1 week
Sponsored by: Microsof
Author: sephe
Date: Thu Jul 14 06:40:42 2016
New Revision: 302810
URL: https://svnweb.freebsd.org/changeset/base/302810
Log:
hyperv/vmbus: Move new channel scan notification to device register
And nuke now unnecessary function indirection.
MFC after:1 week
Sponsored by: Microsoft
Author: sephe
Date: Thu Jul 14 06:48:24 2016
New Revision: 302811
URL: https://svnweb.freebsd.org/changeset/base/302811
Log:
hyperv/vmbus: Cleanup vmbus_chan_msgproc_choffer
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews.freebsd.org/D7104
On 2016-Jul-13, at 6:00 PM, Andrey Chernov wrote:
> On 13.07.2016 11:53, Mark Millard wrote:
>> [The below does note that TARGET=powerpc has a mix of signed wchar_t and
>> unsigned char types and most architectures have both being signed types.]
>
> POSIX says nothing about wchar_t and char sho
Author: sephe
Date: Thu Jul 14 06:59:04 2016
New Revision: 302812
URL: https://svnweb.freebsd.org/changeset/base/302812
Log:
hyperv/vmbus: Nuke the channel open state.
Channel is either opened or not-opened.
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:
65 matches
Mail list logo