Author: manu
Date: Sun Aug 5 06:16:36 2018
New Revision: 337347
URL: https://svnweb.freebsd.org/changeset/base/337347
Log:
allwinner: a64: Add THS clock support
The clock for the thermal sensor controller was missing when this driver
was made.
Modified:
head/sys/arm/allwinner/clkng/cc
Author: manu
Date: Sun Aug 5 06:15:35 2018
New Revision: 337346
URL: https://svnweb.freebsd.org/changeset/base/337346
Log:
extres: clkdiv: Fix div_with_table
We didn't allowed a divider register value of 0 which can exists and
also didn't wrote the value but the divider, which result of
Author: manu
Date: Sun Aug 5 06:10:13 2018
New Revision: 337345
URL: https://svnweb.freebsd.org/changeset/base/337345
Log:
arm: allwinner: Disconnect A10/A20 HDMI driver
It doesn't work since 2 years when we stopped patching DTS.
The DTS now have the correct bindings but they are a lot d
Author: manu
Date: Sun Aug 5 06:08:23 2018
New Revision: 337344
URL: https://svnweb.freebsd.org/changeset/base/337344
Log:
arm: allwinner: Remove old unused clocks
Remove the old clocks for allwinner as now all the SoCs have been converted
to clkng.
The only old clock now is the gmac c
On Sat, Aug 4, 2018, at 9:48 PM, Brad Davis wrote:
> On Sat, Aug 4, 2018, at 7:43 PM, Mark Millard wrote:
> > > Author: brd
> > > Date: Sat Aug 4 22:41:17 2018
> > > New Revision: 337340
> > > URL:
> > > https://svnweb.freebsd.org/changeset/base/337340
> > >
> > >
> > > Log:
> > > Move autofs
Author: brd
Date: Sun Aug 5 04:20:52 2018
New Revision: 337342
URL: https://svnweb.freebsd.org/changeset/base/337342
Log:
Fix build after r337340.
Approved by: will (mentor)
Modified:
head/etc/Makefile
Modified: head/etc/Makefile
===
On Sat, Aug 4, 2018, at 7:43 PM, Mark Millard wrote:
> > Author: brd
> > Date: Sat Aug 4 22:41:17 2018
> > New Revision: 337340
> > URL:
> > https://svnweb.freebsd.org/changeset/base/337340
> >
> >
> > Log:
> > Move autofs related configs to usr.sbin/autofs/
> >
> > This is prep for pkgb
On Sat, Aug 04, 2018 at 08:26:55PM +, Mark Johnston wrote:
> Author: markj
> Date: Sat Aug 4 20:26:54 2018
> New Revision: 337328
> URL: https://svnweb.freebsd.org/changeset/base/337328
>
> Log:
> Don't check rcv sockbuf limits when sending on a unix stream socket.
>
> sosend_generic()
On Sat, Aug 4, 2018 at 5:01 PM, Warner Losh wrote:
>
>
> On Sat, Aug 4, 2018, 11:48 PM Conrad Meyer wrote:
>
>> If not stale, it was inaccurate as-is. It seems to be used by a bunch
>> of different clock-related drivers and routines, e.g.,
>>
>> $ rg '(tz_minuteswest|tz_dst|utc_offset)' | wc -l
Kristof Provost wrote this message on Sat, Aug 04, 2018 at 12:49 +0200:
> On 4 Aug 2018, at 1:04, Gleb Smirnoff wrote:
> > On Thu, Jul 12, 2018 at 04:35:35PM +, Kristof Provost wrote:
> > K> Author: kp
> > K> Date: Thu Jul 12 16:35:35 2018
> > K> New Revision: 336221
> > K> URL: https://svnweb.
> Author: brd
> Date: Sat Aug 4 22:41:17 2018
> New Revision: 337340
> URL:
> https://svnweb.freebsd.org/changeset/base/337340
>
>
> Log:
> Move autofs related configs to usr.sbin/autofs/
>
> This is prep for pkgbase to have config files tagged as such.
>
> Approved by:will
On 18-08-04 19:36:11, Warner Losh wrote:
>
>
> On Sat, Aug 4, 2018, 7:11 PM Eitan Adler wrote:
>
> On Sat, 4 Aug 2018 at 10:16, Warner Losh wrote:
> >
> >
> >
> > On Sat, Aug 4, 2018, 6:08 PM Eitan Adler wrote:
> >>
> >> On Thu, 2 Aug 2018 at 11:28, Ben Widawsky w
On Sat, Aug 4, 2018, 11:56 PM Conrad Meyer wrote:
> On Sat, Aug 4, 2018 at 3:54 PM, Conrad Meyer wrote:
> > It was chosen arbitrarily. Either is a big improvement over 4k.
> >
> > According to the bug reporter, 64k is a common choice in other
> > implementations. But I have no objection to MAX
Alan Somers asomers at freebsd.org wrote on
Mon Jul 30 21:08:18 UTC 2018 :
> On Mon, Jul 23, 2018 at 10:11 AM, Brad Davis > wrote:
> > Author: brd
> > Date: Mon Jul 23 16:11:03 2018
> > New Revision: 336640
> > URL: https://svnweb.freebsd.org/changeset/base/336640
> >
> > Log:
> > Add the initi
On Sat, Aug 4, 2018 at 3:54 PM, Conrad Meyer wrote:
> It was chosen arbitrarily. Either is a big improvement over 4k.
>
> According to the bug reporter, 64k is a common choice in other
> implementations. But I have no objection to MAXPHYS.
(It should probably be globally tunable/sysctlable, at
On Sat, Aug 4, 2018, 11:48 PM Conrad Meyer wrote:
> If not stale, it was inaccurate as-is. It seems to be used by a bunch
> of different clock-related drivers and routines, e.g.,
>
> $ rg '(tz_minuteswest|tz_dst|utc_offset)' | wc -l
> 36
>
Right. Nothings sets it any more though and hasn'
On Sat, Aug 4, 2018 at 3:46 PM, Warner Losh wrote:
> On Thu, Aug 2, 2018 at 1:25 PM, Conrad Meyer wrote:
>>
>> Author: cem
>> Date: Thu Aug 2 19:25:43 2018
>> New Revision: 337165
>> URL: https://svnweb.freebsd.org/changeset/base/337165
>>
>> Log:
>> FUSE: Bump maximum IO size to enable more p
If not stale, it was inaccurate as-is. It seems to be used by a bunch
of different clock-related drivers and routines, e.g.,
$ rg '(tz_minuteswest|tz_dst|utc_offset)' | wc -l
36
To me there is a disconnect between that use and "timezone is no
longer used; this information is kept outside t
On Thu, Aug 2, 2018 at 1:25 PM, Conrad Meyer wrote:
> Author: cem
> Date: Thu Aug 2 19:25:43 2018
> New Revision: 337165
> URL: https://svnweb.freebsd.org/changeset/base/337165
>
> Log:
> FUSE: Bump maximum IO size to enable more performant operation
>
> Various components restrict size of I
Author: brd
Date: Sat Aug 4 22:41:17 2018
New Revision: 337340
URL: https://svnweb.freebsd.org/changeset/base/337340
Log:
Move autofs related configs to usr.sbin/autofs/
This is prep for pkgbase to have config files tagged as such.
Approved by: will (mentor)
Differential Revision:
On Sat, Aug 4, 2018 at 4:24 PM, Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> > Author: cem
> > Date: Sat Aug 4 22:08:24 2018
> > New Revision: 337334
> > URL: https://svnweb.freebsd.org/changeset/base/337334
> >
> > Log:
> > settimeofday(2): Remove stale note about timezone
> >
>
Author: brd
Date: Sat Aug 4 22:31:29 2018
New Revision: 337339
URL: https://svnweb.freebsd.org/changeset/base/337339
Log:
Move portsnap.conf to head/usr.sbin/portsnap/portsnap/
This is prep for pkgbase to have config files tagged as such.
Approved by: will (mentor)
Differential Rev
Author: brd
Date: Sat Aug 4 22:25:41 2018
New Revision: 337338
URL: https://svnweb.freebsd.org/changeset/base/337338
Log:
Move freebsd-update.conf to usr.sbin/freebsd-update.
This is prep for pkgbase so that config files are tagged as such.
Approved by: will (mentor)
Differential R
> Author: cem
> Date: Sat Aug 4 22:08:24 2018
> New Revision: 337334
> URL: https://svnweb.freebsd.org/changeset/base/337334
>
> Log:
> settimeofday(2): Remove stale note about timezone
>
> Contrary to the removed comment, the kernel does appear to use the timezone
> argument of settimeo
Author: brd
Date: Sat Aug 4 22:15:59 2018
New Revision: 337337
URL: https://svnweb.freebsd.org/changeset/base/337337
Log:
Move etc/minfree to sbin/savecore/.
This is prep for pkgbase to have config files tagged as such.
Approved by: will (mentor)
Differential Revision:https
How is this stale? It said it unused, and now it doesn't say this are is
completely ignored.
Warner
On Sat, Aug 4, 2018, 11:08 PM Conrad Meyer wrote:
> Author: cem
> Date: Sat Aug 4 22:08:24 2018
> New Revision: 337334
> URL: https://svnweb.freebsd.org/changeset/base/337334
>
> Log:
> settim
Author: cem
Date: Sat Aug 4 22:08:24 2018
New Revision: 337334
URL: https://svnweb.freebsd.org/changeset/base/337334
Log:
settimeofday(2): Remove stale note about timezone
Contrary to the removed comment, the kernel does appear to use the timezone
argument of settimeofday. The comment d
Author: cem
Date: Sat Aug 4 21:54:30 2018
New Revision: 337332
URL: https://svnweb.freebsd.org/changeset/base/337332
Log:
date(1): Add ISO 8601 formatting option
The new flag is named '-I'. It is documented in the manual page and covered
by basic unit tests.
Modified:
head/bin/date/d
Author: kevans
Date: Sat Aug 4 21:41:10 2018
New Revision: 337331
URL: https://svnweb.freebsd.org/changeset/base/337331
Log:
efirt: Don't enter EFI context early, convert addrs to KVA instead
efi_enter here was needed because efi_runtime dereference causes a fault
outside of EFI context,
Author: kib
Date: Sat Aug 4 20:45:43 2018
New Revision: 337330
URL: https://svnweb.freebsd.org/changeset/base/337330
Log:
Swap in WKILLED processes.
Swapped-out process that is WKILLED must be swapped in as soon as
possible. The reason is that such process can be killed by OOM and
its
On Sat, Aug 4, 2018 at 1:57 PM, Kristof Provost wrote:
> On 13 Jul 2018, at 19:50, Ian Lepore wrote:
>
> Author: ian
> Date: Fri Jul 13 17:50:25 2018
> New Revision: 336252
> URL: https://svnweb.freebsd.org/changeset/base/336252
>
> Log:
> Extend loader(8) geli support to all architectures and al
Author: markj
Date: Sat Aug 4 20:29:58 2018
New Revision: 337329
URL: https://svnweb.freebsd.org/changeset/base/337329
Log:
Fix the regression test for PR 181741.
With r337328, the test hangs becase the sendmsg() call will block until
the receive buffer is at least partially drained. Fi
Author: markj
Date: Sat Aug 4 20:26:54 2018
New Revision: 337328
URL: https://svnweb.freebsd.org/changeset/base/337328
Log:
Don't check rcv sockbuf limits when sending on a unix stream socket.
sosend_generic() performs an initial comparison of the amount of data
(including control messag
Author: markj
Date: Sat Aug 4 20:16:36 2018
New Revision: 337327
URL: https://svnweb.freebsd.org/changeset/base/337327
Log:
Style.
Modified:
head/sys/kern/uipc_usrreq.c
Modified: head/sys/kern/uipc_usrreq.c
==
--- h
Author: tsoome
Date: Sat Aug 4 20:04:40 2018
New Revision: 337326
URL: https://svnweb.freebsd.org/changeset/base/337326
Log:
loader: biosdisk.c has leftover geli header.
A small cleanup, remove unneeded #include.
Modified:
head/stand/i386/libi386/biosdisk.c
Modified: head/stand/i386/li
On 13 Jul 2018, at 19:50, Ian Lepore wrote:
Author: ian
Date: Fri Jul 13 17:50:25 2018
New Revision: 336252
URL: https://svnweb.freebsd.org/changeset/base/336252
Log:
Extend loader(8) geli support to all architectures and all disk-like
devices.
This moves the bulk of the geli support from
On Sat, Aug 4, 2018, 7:11 PM Eitan Adler wrote:
> On Sat, 4 Aug 2018 at 10:16, Warner Losh wrote:
> >
> >
> >
> > On Sat, Aug 4, 2018, 6:08 PM Eitan Adler wrote:
> >>
> >> On Thu, 2 Aug 2018 at 11:28, Ben Widawsky wrote:
> >> > +git_checkout()
> >> > +{
> >> > + # Delete master
> >> > +
On Sat, 4 Aug 2018 at 10:16, Warner Losh wrote:
>
>
>
> On Sat, Aug 4, 2018, 6:08 PM Eitan Adler wrote:
>>
>> On Thu, 2 Aug 2018 at 11:28, Ben Widawsky wrote:
>> > +git_checkout()
>> > +{
>> > + # Delete master
>> > + ${GIT} branch -D master
>> > +
>> > + # Make master really b
On Sat, Aug 4, 2018, 6:08 PM Eitan Adler wrote:
> On Thu, 2 Aug 2018 at 11:28, Ben Widawsky wrote:
> > +git_checkout()
> > +{
> > + # Delete master
> > + ${GIT} branch -D master
> > +
> > + # Make master really be trunk
> > + ${GIT} checkout -b master trunk
>
> Can't this
On Thu, 2 Aug 2018 at 11:28, Ben Widawsky wrote:
> +git_checkout()
> +{
> + # Delete master
> + ${GIT} branch -D master
> +
> + # Make master really be trunk
> + ${GIT} checkout -b master trunk
Can't this be git branch --force master trunk ?
--
Eitan Adler
__
On Sat, Aug 04, 2018 at 09:00:18AM -0700, Jim Harris wrote:
> On Sat, Aug 4, 2018 at 7:47 AM Konstantin Belousov
> wrote:
>
>
>
> > > Yes, if something special is needed, it should happen in
> > platform-specific
> > > > busdma code.
> > > >
> > > > Also, if wmb() is needed, then it is not a su
On Sat, Aug 4, 2018 at 7:47 AM Konstantin Belousov
wrote:
> > Yes, if something special is needed, it should happen in
> platform-specific
> > > busdma code.
> > >
> > > Also, if wmb() is needed, then it is not a supposed semantic or
> > > wmb(), but a specific side-effects of one of the instru
Author: markj
Date: Sat Aug 4 15:30:56 2018
New Revision: 337323
URL: https://svnweb.freebsd.org/changeset/base/337323
Log:
Fix a flag collision introduced in r327451.
PR: 230350
MFC after:3 days
Modified:
head/usr.sbin/newsyslog/newsyslog.c
Modified: head/usr.sbin/news
On Sat, Aug 4, 2018, 10:11 Ian Lepore wrote:
> On Sat, 2018-08-04 at 08:29 -0500, Justin Hibbits wrote:
> > On Sat, Aug 4, 2018, 08:03 Konstantin Belousov
> wrote:
> >
> > >
> > > On Sat, Aug 04, 2018 at 05:14:31AM -0700, John Baldwin wrote:
> > > >
> > > > On 8/4/18 1:08 AM, Konstantin Belousov
On Sat, 2018-08-04 at 08:29 -0500, Justin Hibbits wrote:
> On Sat, Aug 4, 2018, 08:03 Konstantin Belousov wrote:
>
> >
> > On Sat, Aug 04, 2018 at 05:14:31AM -0700, John Baldwin wrote:
> > >
> > > On 8/4/18 1:08 AM, Konstantin Belousov wrote:
> > > >
> > > > On Fri, Aug 03, 2018 at 08:04:06PM
Author: dim
Date: Sat Aug 4 14:57:23 2018
New Revision: 337322
URL: https://svnweb.freebsd.org/changeset/base/337322
Log:
Fix build of hyperv with base gcc on i386
Summary:
Base gcc fails to compile `sys/dev/hyperv/pcib/vmbus_pcib.c` for i386,
with the following -Werror warnings:
Author: trasz
Date: Sat Aug 4 14:52:32 2018
New Revision: 337321
URL: https://svnweb.freebsd.org/changeset/base/337321
Log:
Make it possible for init to execute any executable, not just sh(1)
scripts. This means one should be able to eg rewrite their /etc/rc
in Python.
Reviewed by: ki
On Sat, Aug 04, 2018 at 08:29:47AM -0500, Justin Hibbits wrote:
> On Sat, Aug 4, 2018, 08:03 Konstantin Belousov wrote:
>
> > On Sat, Aug 04, 2018 at 05:14:31AM -0700, John Baldwin wrote:
> > > On 8/4/18 1:08 AM, Konstantin Belousov wrote:
> > > > On Fri, Aug 03, 2018 at 08:04:06PM +, Justin
In message
, Warner Losh writes:
> --17c64d05729a1cbf
> Content-Type: text/plain; charset="UTF-8"
> Content-Transfer-Encoding: quoted-printable
>
> On Sat, Aug 4, 2018, 11:58 AM Toomas Soome wrote:
>
> >
> >
> > > On 4 Aug 2018, at 11:54, Xin Li wrote:
> > >
> > > Hi, Cy,
> > >
> > >
On 8/4/18 07:13, Xin LI wrote:
> Author: delphij
> Date: Sat Aug 4 14:13:09 2018
> New Revision: 337317
> URL: https://svnweb.freebsd.org/changeset/base/337317
>
> Log:
> In r337271, we limited the sector number to the lower of calculated
> number and CHS based number. However, on some syste
Author: delphij
Date: Sat Aug 4 14:13:09 2018
New Revision: 337317
URL: https://svnweb.freebsd.org/changeset/base/337317
Log:
In r337271, we limited the sector number to the lower of calculated
number and CHS based number. However, on some systems, BIOS would
report 0 in CHS fields, making
Author: kib
Date: Sat Aug 4 13:57:50 2018
New Revision: 337316
URL: https://svnweb.freebsd.org/changeset/base/337316
Log:
Add END()s for amd64 linux futex support routines.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/amd64/linux/linux_support.s
head/
On Sat, Aug 4, 2018, 08:03 Konstantin Belousov wrote:
> On Sat, Aug 04, 2018 at 05:14:31AM -0700, John Baldwin wrote:
> > On 8/4/18 1:08 AM, Konstantin Belousov wrote:
> > > On Fri, Aug 03, 2018 at 08:04:06PM +, Justin Hibbits wrote:
> > >> Author: jhibbits
> > >> Date: Fri Aug 3 20:04:06 20
On Sat, Aug 04, 2018 at 05:14:31AM -0700, John Baldwin wrote:
> On 8/4/18 1:08 AM, Konstantin Belousov wrote:
> > On Fri, Aug 03, 2018 at 08:04:06PM +, Justin Hibbits wrote:
> >> Author: jhibbits
> >> Date: Fri Aug 3 20:04:06 2018
> >> New Revision: 337273
> >> URL: https://svnweb.freebsd.org/
Author: wulf
Date: Sat Aug 4 12:31:19 2018
New Revision: 337289
URL: https://svnweb.freebsd.org/changeset/base/337289
Log:
wmt(4): Use internal function to calculate input report size
Usbhid's hid_report_size() calculates integral size of all reports of given
kind found in the HID descri
Author: wulf
Date: Sat Aug 4 12:29:08 2018
New Revision: 337288
URL: https://svnweb.freebsd.org/changeset/base/337288
Log:
wmt(4): Read Microsoft's "Touch Hardware Quality Assurance" certificate blob
if present to enable some devices like WaveShare touchscreens. Unlike
Windows we discard
Author: wulf
Date: Sat Aug 4 12:24:37 2018
New Revision: 337287
URL: https://svnweb.freebsd.org/changeset/base/337287
Log:
wmt(4): Read 'Contact count maximum' usage value from feature report
rather than from HID descriptor to match Microsoft documentation.
Fall back to HID descriptor pr
On 8/4/18 1:08 AM, Konstantin Belousov wrote:
> On Fri, Aug 03, 2018 at 08:04:06PM +, Justin Hibbits wrote:
>> Author: jhibbits
>> Date: Fri Aug 3 20:04:06 2018
>> New Revision: 337273
>> URL: https://svnweb.freebsd.org/changeset/base/337273
>>
>> Log:
>> nvme(4): Add bus_dmamap_sync() at th
On Sat, Aug 4, 2018, 11:58 AM Toomas Soome wrote:
>
>
> > On 4 Aug 2018, at 11:54, Xin Li wrote:
> >
> > Hi, Cy,
> >
> > On 8/3/18 12:11, Cy Schubert wrote:
> >> Author: cy
> >> Date: Fri Aug 3 19:11:00 2018
> >> New Revision: 337271
> >> URL: https://svnweb.freebsd.org/changeset/base/337271
>
> On 4 Aug 2018, at 11:54, Xin Li wrote:
>
> Hi, Cy,
>
> On 8/3/18 12:11, Cy Schubert wrote:
>> Author: cy
>> Date: Fri Aug 3 19:11:00 2018
>> New Revision: 337271
>> URL: https://svnweb.freebsd.org/changeset/base/337271
>>
>> Log:
>> Some drives report a geometry that is inconsisetent with
On 4 Aug 2018, at 1:04, Gleb Smirnoff wrote:
On Thu, Jul 12, 2018 at 04:35:35PM +, Kristof Provost wrote:
K> Author: kp
K> Date: Thu Jul 12 16:35:35 2018
K> New Revision: 336221
K> URL: https://svnweb.freebsd.org/changeset/base/336221
K>
K> Log:
K> pf: Increate default state table size
K>
K
Hi, Cy,
On 8/3/18 12:11, Cy Schubert wrote:
> Author: cy
> Date: Fri Aug 3 19:11:00 2018
> New Revision: 337271
> URL: https://svnweb.freebsd.org/changeset/base/337271
>
> Log:
> Some drives report a geometry that is inconsisetent with the total
> number of sectors reported through the BIOS.
On Fri, Aug 03, 2018 at 08:04:06PM +, Justin Hibbits wrote:
> Author: jhibbits
> Date: Fri Aug 3 20:04:06 2018
> New Revision: 337273
> URL: https://svnweb.freebsd.org/changeset/base/337273
>
> Log:
> nvme(4): Add bus_dmamap_sync() at the end of the request path
>
> Summary:
> Some a
On Fri, Aug 03, 2018 at 03:27:39PM -0700, Gleb Smirnoff wrote:
> Hi Konstantin,
>
> On Fri, Jul 06, 2018 at 07:50:44PM +, Konstantin Belousov wrote:
> K> Author: kib
> K> Date: Fri Jul 6 19:50:44 2018
> K> New Revision: 336047
> K> URL: https://svnweb.freebsd.org/changeset/base/336047
> K>
64 matches
Mail list logo