On 2019-Jun-22 17:17:03 +1000, Peter Jeremy wrote:
>On 2019-Jun-17 19:49:09 +, Xin LI wrote:
>>Author: delphij
>>Date: Mon Jun 17 19:49:08 2019
>>New Revision: 349151
>>URL: https://svnweb.freebsd.org/changeset/base/349151
>>
>>Log:
>> Separate kernel crc32() implementation to its own header
Author: cy
Date: Mon Jun 24 02:58:02 2019
New Revision: 349331
URL: https://svnweb.freebsd.org/changeset/base/349331
Log:
Clean out duplicate definitions of TCP macros also found in netinet/tcp.h.
MFC after:1 week
Modified:
head/sys/contrib/ipfilter/netinet/ip_compat.h
Modified: hea
Author: ian
Date: Mon Jun 24 02:39:56 2019
New Revision: 349330
URL: https://svnweb.freebsd.org/changeset/base/349330
Log:
Add pwm devices to NOTES.
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
==
---
Author: ian
Date: Mon Jun 24 02:30:05 2019
New Revision: 349329
URL: https://svnweb.freebsd.org/changeset/base/349329
Log:
Add gpio(4) and related drivers to NOTES.
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
===
Author: ian
Date: Mon Jun 24 02:27:17 2019
New Revision: 349328
URL: https://svnweb.freebsd.org/changeset/base/349328
Log:
The gpiopps(4) driver currently has probe and attach code only for FDT based
systems, so conditionalize it accordingly in conf/files.
Modified:
head/sys/conf/files
Mod
Author: ian
Date: Mon Jun 24 01:42:09 2019
New Revision: 349327
URL: https://svnweb.freebsd.org/changeset/base/349327
Log:
Build an armv7 LINT kernel in addition to armv5 LINT. You might think this
had been done years ago. I did. All this time we've only compiled a LINT
kernel for TARGET_
Author: kib
Date: Sun Jun 23 21:21:11 2019
New Revision: 349326
URL: https://svnweb.freebsd.org/changeset/base/349326
Log:
amd64 pmap: block on turnstile for lock-less DI.
Port the code to block on turnstile instead of yielding, to lock-less
delayed invalidation. The yield might cause tig
Author: ian
Date: Sun Jun 23 21:17:41 2019
New Revision: 349325
URL: https://svnweb.freebsd.org/changeset/base/349325
Log:
Allow compiling ukbdmap.h on arm, since it appears to work fine.
Modified:
head/sys/conf/files.arm
Modified: head/sys/conf/files.arm
Author: kib
Date: Sun Jun 23 21:15:31 2019
New Revision: 349324
URL: https://svnweb.freebsd.org/changeset/base/349324
Log:
Switch to check for effective user id in r349320, and disable dumping
into existing files for sugid processes.
Despite using real user id pronounces the intent, it ac
Author: alc
Date: Sun Jun 23 21:06:56 2019
New Revision: 349323
URL: https://svnweb.freebsd.org/changeset/base/349323
Log:
pmap_enter_quick_locked() never replaces a valid mapping, so it need not
perform a TLB invalidation. A barrier suffices. (See r343876.)
Add a comment to pmap_enter_
Author: lwhsu
Date: Sun Jun 23 19:37:12 2019
New Revision: 349322
URL: https://svnweb.freebsd.org/changeset/base/349322
Log:
Skip sys.netinet.socket_afinet.socket_afinet_bind_zero temporarily because it
doesn't work when mac_portacl(4) loaded
PR: 238781
Sponsored by: The FreeB
Author: mav
Date: Sun Jun 23 19:05:01 2019
New Revision: 349321
URL: https://svnweb.freebsd.org/changeset/base/349321
Log:
Improve AHCI Enclosure Management and SES interoperation.
Since SES specs do not define mechanism to map enclosure slots to SATA
disks, AHCI EM code I written many ye
Author: kib
Date: Sun Jun 23 18:35:11 2019
New Revision: 349320
URL: https://svnweb.freebsd.org/changeset/base/349320
Log:
coredump: avoid writing to core files not owned by the real user.
Reported by: blake frantz
PR: 68905
admbugs: 358
Sponsored by: The FreeBSD Foundation
Author: ian
Date: Sun Jun 23 17:39:13 2019
New Revision: 349319
URL: https://svnweb.freebsd.org/changeset/base/349319
Log:
Add some i2c slave-device drivers that were missing from NOTES.
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
=
Author: ian
Date: Sun Jun 23 17:38:30 2019
New Revision: 349318
URL: https://svnweb.freebsd.org/changeset/base/349318
Log:
The sy8106a and syr827 drviers require FDT and the ext_resources subsystem.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
=
Author: ian
Date: Sun Jun 23 17:23:56 2019
New Revision: 349317
URL: https://svnweb.freebsd.org/changeset/base/349317
Log:
Add the rtc8583 driver to conf/files. Also, move sy8106a from
file.allwinner to conf/files... it's not allwinner-specific, some day
other platforms could use the same r
Author: ian
Date: Sun Jun 23 17:20:39 2019
New Revision: 349316
URL: https://svnweb.freebsd.org/changeset/base/349316
Log:
Remove some unused header files from the ad7418 driver.
Modified:
head/sys/dev/iicbus/ad7418.c
Modified: head/sys/dev/iicbus/ad7418.c
===
On Sat, Jun 22, 2019 at 09:13:05PM -0700, Xin Li wrote:
> On 6/22/19 17:15, Conrad Meyer wrote:
> > Hi Xin Li,
> >
> > On Mon, Jun 17, 2019 at 12:49 PM Xin LI wrote:
> >>
> >> Author: delphij
> >> Date: Mon Jun 17 19:49:08 2019
> >> New Revision: 349151
> >> URL: https://svnweb.freebsd.org/change
Author: kib
Date: Sun Jun 23 10:50:26 2019
New Revision: 349299
URL: https://svnweb.freebsd.org/changeset/base/349299
Log:
Add libc stub for pthread_getthreadid_np(3).
Requested by: jbeich
PR: 238650
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/lib/lib
Author: arichardson
Date: Sun Jun 23 10:47:07 2019
New Revision: 349298
URL: https://svnweb.freebsd.org/changeset/base/349298
Log:
Fix two WARNS=6 warnings in opendir.c and telldir.c
This is in preparation for compiling these files as part of rtld (which is
built with WARNS=6). See https:
Author: kib
Date: Sun Jun 23 10:45:50 2019
New Revision: 349297
URL: https://svnweb.freebsd.org/changeset/base/349297
Log:
Remove redundand 'else' and 'return'.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/lib/libc/gen/libc_dlopen.c
Modified: head/lib/libc/
21 matches
Mail list logo