Author: oshogbo
Date: Tue Jul 16 04:17:25 2019
New Revision: 350024
URL: https://svnweb.freebsd.org/changeset/base/350024
Log:
strings: extends rights
The libelf is using mmap if it can, if not it was fall backing to read.
Reported by: markj
Modified:
head/contrib/elftoolchain/stri
Author: jhibbits
Date: Tue Jul 16 03:55:27 2019
New Revision: 350023
URL: https://svnweb.freebsd.org/changeset/base/350023
Log:
powerpc: Fix casueword(9) post-r349951
'=' asm constraint marks a variable as write-only. Because of this, gcc
throws away the initialization of 'res', causing
Author: oshogbo
Date: Tue Jul 16 03:32:21 2019
New Revision: 350022
URL: https://svnweb.freebsd.org/changeset/base/350022
Log:
strings: fix entering to the capability mode
Reported by: markj
Modified:
head/contrib/elftoolchain/strings/strings.c
Modified: head/contrib/elftoolchain/strin
Author: alc
Date: Tue Jul 16 03:09:03 2019
New Revision: 350021
URL: https://svnweb.freebsd.org/changeset/base/350021
Log:
Revert r349973. Upon further reflection, I realized that the comment
deleted by r349973 is still valid on i386. Restore it.
Discussed with: markj
Modified
Author: imp
Date: Mon Jul 15 23:43:38 2019
New Revision: 350020
URL: https://svnweb.freebsd.org/changeset/base/350020
Log:
Use a different approach to range check.
gcc hates dt < CC_DT_NONE since it can never be true when dt is an unsigned
type. Since that's a compiler choice and may be a
Author: olivier (ports committer)
Date: Mon Jul 15 23:41:00 2019
New Revision: 350019
URL: https://svnweb.freebsd.org/changeset/base/350019
Log:
Fix filename to avoid skipping lib/libc/net/servent test.
PR: 239177
Approved by: ngie
MFC after:1 month
Sponsored by: Netfli
> On 16. Jul 2019, at 00:55, Oliver Pinter
> wrote:
>
>
>
> On Monday, July 15, 2019, Michael Tuexen wrote:
> Author: tuexen
> Date: Mon Jul 15 14:54:04 2019
> New Revision: 34
> URL: https://svnweb.freebsd.org/changeset/base/34
>
> Log:
> Add support for MSG_EOR and MSG_EOF in sen
On Monday, July 15, 2019, Michael Tuexen wrote:
> Author: tuexen
> Date: Mon Jul 15 14:54:04 2019
> New Revision: 34
> URL: https://svnweb.freebsd.org/changeset/base/34
>
> Log:
> Add support for MSG_EOR and MSG_EOF in sendmsg() for SCTP.
>
> This is an FreeBSD extension, not covered
Author: imp
Date: Mon Jul 15 22:33:37 2019
New Revision: 350018
URL: https://svnweb.freebsd.org/changeset/base/350018
Log:
Implement a devtype command.
List the device's protocol. The returned value is one of the following:
ata direct attach ATA or SATA device
satla
On 7/14/19 12:08 PM, Conrad Meyer wrote:
> Hi Alan,
>
> This change restores the possible overflow beyond IO_SEQMAX that the
> removed conditional prevented.
>
> On Tue, Jun 25, 2019 at 12:44 PM Alan Somers wrote:
>>
>> Author: asomers
>> Date: Tue Jun 25 19:44:22 2019
>> New Revision: 349391
>>
Author: jhb
Date: Mon Jul 15 21:48:02 2019
New Revision: 350017
URL: https://svnweb.freebsd.org/changeset/base/350017
Log:
Add ptrace op PT_GET_SC_RET.
This ptrace operation returns a structure containing the error and
return values from the current system call. It is only valid when a
Author: ian
Date: Mon Jul 15 21:47:40 2019
New Revision: 350016
URL: https://svnweb.freebsd.org/changeset/base/350016
Log:
In nxprtc(4), use the countdown timer for better timekeeping resolution
on PCx2129 chips too.
The datasheet for the PCx2129 chips says that there is only a watchdog
Author: ian
Date: Mon Jul 15 21:40:58 2019
New Revision: 350015
URL: https://svnweb.freebsd.org/changeset/base/350015
Log:
Fix nxprtc(4) on systems that support i2c repeat-start correctly.
An obscure footnote in the datasheets for the PCx2127, PCx2129, and
PCF8523 rtc chips states that th
On 7/15/19 2:25 PM, John Baldwin wrote:
> Author: jhb
> Date: Mon Jul 15 21:25:16 2019
> New Revision: 350013
> URL: https://svnweb.freebsd.org/changeset/base/350013
>
> Log:
> Don't pass error from syscallenter() to syscallret().
>
> syscallret() doesn't use error anymore. Fix a few other
Author: jhb
Date: Mon Jul 15 21:26:55 2019
New Revision: 350014
URL: https://svnweb.freebsd.org/changeset/base/350014
Log:
Add a test for PT_GET_SC_ARGS.
Reviewed by: kib
MFC after:1 month
Sponsored by: DARPA
Differential Revision:https://reviews.freebsd.org/D20899
Modif
Author: jhb
Date: Mon Jul 15 21:25:16 2019
New Revision: 350013
URL: https://svnweb.freebsd.org/changeset/base/350013
Log:
Don't pass error from syscallenter() to syscallret().
syscallret() doesn't use error anymore. Fix a few other places to permit
removing the return value from syscall
Author: jhb
Date: Mon Jul 15 21:16:01 2019
New Revision: 350012
URL: https://svnweb.freebsd.org/changeset/base/350012
Log:
Always set td_errno to the error value of a system call.
Early errors prior to a system call did not set td_errno. This commit
sets td_errno for all errors during sy
Author: tuexen
Date: Mon Jul 15 20:45:01 2019
New Revision: 350011
URL: https://svnweb.freebsd.org/changeset/base/350011
Log:
Don't free read control entries, which are still on the stream queue when
adding them the the read queue fails
MFC after:1 week
Modified:
head/sys/n
Author: imp
Date: Mon Jul 15 20:25:41 2019
New Revision: 350008
URL: https://svnweb.freebsd.org/changeset/base/350008
Log:
Use the more proper term of SATL instead of ATA_BEHIND_SCSI.
Most people know SAS attached SATA devices by the name SAT or SATL
(with the latter being a little more c
Author: kib
Date: Mon Jul 15 19:18:25 2019
New Revision: 350005
URL: https://svnweb.freebsd.org/changeset/base/350005
Log:
In do_sem2_wait(), balance umtx_key_get() with umtx_key_release() on retry.
Reported by: ler
Bisected and reviewed by: markj
Sponsored by: The FreeBSD Foundati
Author: markj
Date: Mon Jul 15 17:13:32 2019
New Revision: 350004
URL: https://svnweb.freebsd.org/changeset/base/350004
Log:
Implement software access and dirty bit management for arm64.
Previously the arm64 pmap did no reference or modification tracking;
all mappings were treated as refe
Author: markj
Date: Mon Jul 15 15:45:33 2019
New Revision: 350003
URL: https://svnweb.freebsd.org/changeset/base/350003
Log:
pmap_clear_modify() needs to clear PTE_W.
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/riscv/riscv/pmap.c
Modified: head/sys/ris
Author: markj
Date: Mon Jul 15 15:43:15 2019
New Revision: 350002
URL: https://svnweb.freebsd.org/changeset/base/350002
Log:
Fix reference counting in pmap_ts_referenced() on RISC-V.
pmap_ts_referenced() does not necessarily clear the access bit from
all accessed mappings of a given page.
> On Jul 15, 2019, at 07:19, Warner Losh wrote:
>
> Author: imp
> Date: Mon Jul 15 14:19:39 2019
> New Revision: 349996
> URL: https://svnweb.freebsd.org/changeset/base/349996
>
> Log:
> Remove all the RELEASE_CRUNCH instances that partially disable IPSEC
>
> We remove IPSEC only in parts of
Author: manu
Date: Mon Jul 15 15:07:55 2019
New Revision: 350001
URL: https://svnweb.freebsd.org/changeset/base/350001
Log:
Remove duplicated device firmware entry in generic arm kernel config added in
r333191
Submitted by: Daniel Engberg (daniel.engberg.li...@pyret.net)
MFC after:3
Author: imp
Date: Mon Jul 15 15:02:40 2019
New Revision: 35
URL: https://svnweb.freebsd.org/changeset/base/35
Log:
Remove RELEASE_CRUNCH here. It's obsolete.
Remove RELEASE_CRUNCH here. It's obsolete and hasn't worked in a while. The
build options need to be revisited, since many
Author: tuexen
Date: Mon Jul 15 14:54:04 2019
New Revision: 34
URL: https://svnweb.freebsd.org/changeset/base/34
Log:
Add support for MSG_EOR and MSG_EOF in sendmsg() for SCTP.
This is an FreeBSD extension, not covered by Posix.
This issue was found by running syzkaller.
M
Author: tuexen
Date: Mon Jul 15 14:52:52 2019
New Revision: 349998
URL: https://svnweb.freebsd.org/changeset/base/349998
Log:
Fix socket state handling when freeing an SCTP endpoint.
This issue was found by runing syzkaller.
MFC after:1 week
Modified:
head/sys/netinet/sc
Author: imp
Date: Mon Jul 15 14:23:51 2019
New Revision: 349997
URL: https://svnweb.freebsd.org/changeset/base/349997
Log:
Replace complicated expression to disable libedit when no libthr is being
built
with a simpler one.
Modified:
head/usr.sbin/ngctl/Makefile
Modified: head/usr.sbin/ngc
Author: imp
Date: Mon Jul 15 14:19:39 2019
New Revision: 349996
URL: https://svnweb.freebsd.org/changeset/base/349996
Log:
Remove all the RELEASE_CRUNCH instances that partially disable IPSEC
We remove IPSEC only in parts of the tree, and not others. RELEASE_CRUNCH to
disable it has not k
On Sun, 14 Jul 2019, Michael Tuexen wrote:
Log:
Improve the input validation for l_linger.
When using the SOL_SOCKET level socket option SO_LINGER, the structure
struct linger is used as the option value. The component l_linger is of
type int, but internally copied to the field so_linger of
Author: kib
Date: Mon Jul 15 08:39:52 2019
New Revision: 349995
URL: https://svnweb.freebsd.org/changeset/base/349995
Log:
In do_lock_pi(), do not return prematurely.
If umtxq_check_susp() indicates an exit, we should clean the resources
before returning. Do it by breaking out of the loo
Author: kib
Date: Mon Jul 15 08:38:01 2019
New Revision: 349994
URL: https://svnweb.freebsd.org/changeset/base/349994
Log:
Correctly check for casueword(9) success in do_set_ceiling().
After r349951, the return code must be checked instead of old == new
comparision.
Reviewed by: mar
Author: imp
Date: Mon Jul 15 07:39:28 2019
New Revision: 349991
URL: https://svnweb.freebsd.org/changeset/base/349991
Log:
MK_OPENSSL makes RELEASE_CRUNCH redundant here
Since these things are more completely controlled by the MK_OPENSSL knob,
remove
RELEASE_CRUNCH here. It's no longer n
Author: imp
Date: Mon Jul 15 07:35:46 2019
New Revision: 349990
URL: https://svnweb.freebsd.org/changeset/base/349990
Log:
Now that we have MK_LS_COLORS, we don't need RELEASE_CRUNCH check here.
The RELEASE_CRUNCH check is redundant here. We don't need it for releases
anymore, and picobsd
35 matches
Mail list logo