Module Name:src
Committed By: jdc
Date: Mon May 11 09:51:47 UTC 2020
Modified Files:
src/sys/dev/sdmmc: sdmmc_mem.c
Log Message:
If the controller doesn't support switch func (opcode 6) then skip
setting this but continue with other settings. This allows us to use
a card,
Module Name:src
Committed By: skrll
Date: Mon May 11 10:21:24 UTC 2020
Modified Files:
src/share/mk: bsd.kmodule.mk
Log Message:
Update the list of hppa options to build working kernel modules.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/share/mk/bs
Module Name:src
Committed By: skrll
Date: Mon May 11 10:23:37 UTC 2020
Modified Files:
src/sys/arch/hppa/conf: GENERIC
Log Message:
Enable modules
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/hppa/conf/GENERIC
Please note that diffs are not
Module Name:src
Committed By: skrll
Date: Mon May 11 10:34:37 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Note hppa modules default
To generate a diff of this commit:
cvs rdiff -u -r1.2685 -r1.2686 src/doc/CHANGES
Please note that diffs are not public domain;
Module Name:src
Committed By: kamil
Date: Mon May 11 11:03:15 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_ptrace_register_wait.h
Log Message:
Do not fail when trying to kill a dying process
A dying process can disappear for a while. Rather than aborting, retry
send
Module Name:src
Committed By: kamil
Date: Mon May 11 12:17:57 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_ptrace_register_wait.h
Log Message:
Simplify previous
Emit SIGKILL without a loop and without checking for exact process status
once it is collected.
To gene
Module Name:src
Committed By: pgoyette
Date: Mon May 11 12:42:58 UTC 2020
Modified Files:
src/usr.bin/calendar/calendars: calendar.birthday
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/usr.bin/calendar/calendars/calendar.birthda
Module Name:src
Committed By: riastradh
Date: Mon May 11 14:44:16 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: cpu.c
Log Message:
Add support for the ARMv8.5-RNG CPU random number generator.
We use the RNDRRS system register. I made the following two
wild-arse
Module Name:src
Committed By: kre
Date: Mon May 11 14:54:34 UTC 2020
Modified Files:
src/lib/libc/gen: posix_spawnp.c
Log Message:
Do as the manual says, and use _PATH_DEFPATH if PATH is not present in
the environment rather than simply turning into posix_spawn() in that c
Module Name:src
Committed By: jdc
Date: Mon May 11 14:55:20 UTC 2020
Modified Files:
src/sys/dev/ic: w83l518d.c w83l518d_sdmmc.c w83l518dvar.h
Log Message:
Make the driver endian-independent.
Add a quirk so that the bus front end can specify 1-bit only mode.
Remove unused
Module Name:src
Committed By: joerg
Date: Mon May 11 15:15:15 UTC 2020
Modified Files:
src/sys/arch/amd64/conf: Makefile.amd64
src/sys/arch/i386/conf: Makefile.i386
Log Message:
Fix GCC flags for Spectre mitigation to really only apply to GCC.
To generate a diff
Module Name:src
Committed By: martin
Date: Mon May 11 15:27:41 UTC 2020
Modified Files:
src/usr.sbin/sysinst: bsddisklabel.c
Log Message:
Redo the root-size-limit check again after we grew the root partition
for kernel dumps. Auto-enable the /usr partition if it overflows.
Module Name:src
Committed By: jdc
Date: Mon May 11 15:56:15 UTC 2020
Modified Files:
src/sys/arch/sparc64/conf: files.sparc64
Added Files:
src/sys/arch/sparc64/dev: wb_ebus.c
Log Message:
Add an ebus frontend for the Winbond W83l518D SD card reader as found on
Tadp
Module Name:src
Committed By: riastradh
Date: Mon May 11 17:27:48 UTC 2020
Modified Files:
src/sys/kern: subr_cprng.c
Log Message:
Work around early calls to cprng_strong.
The bottleneck here is getting percpu_create to work early enough.
We should really fix that, but fo
Module Name:src
Committed By: martin
Date: Mon May 11 17:40:50 UTC 2020
Modified Files:
src/usr.sbin/sysinst: bsddisklabel.c
Log Message:
When extending a partition (to fill the total disk size) do respect
size limits.
Do not suggest a size limited partition for extension
Module Name:src
Committed By: jdc
Date: Mon May 11 18:29:59 UTC 2020
Modified Files:
src/sys/arch/sparc64/conf: GENERIC
Log Message:
Add "wb at ebus" and sdmmc, ld for the SD card reader on SPARCle.
To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 src/sys/
Module Name:src
Committed By: kamil
Date: Mon May 11 18:38:27 UTC 2020
Modified Files:
src/sys/arch/sparc/sparc: process_machdep.c
Log Message:
Reject setting unaligned Program Counter
Patch taken from OpenBSD.
Tested in qemu.
Fixes PR port-sparc/54734 by Andreas Gustaf
Module Name:src
Committed By: jakllsch
Date: Mon May 11 18:49:05 UTC 2020
Modified Files:
src/sys/dev/pci: if_msk.c
Log Message:
msk(4): moderate no interrupts globally
The global interrupt moderator on mskc(4) is mostly redundant with the Status
Unit's tx and rx interru
Module Name:src
Committed By: jakllsch
Date: Mon May 11 19:17:46 UTC 2020
Modified Files:
src/sys/dev/pci: if_msk.c
Log Message:
msk(4): simplify interrupt return value creation
This also corrects a problem where we would not claim we handled an
interrupt that was ours.
Module Name:src
Committed By: alnsn
Date: Mon May 11 19:36:40 UTC 2020
Modified Files:
src/sys/secmodel/securelevel: secmodel_securelevel.c
src/sys/secmodel/suser: secmodel_suser.c
Log Message:
KAUTH_MACHDEP_SVS_DISABLE is deprecated.
sysctl machdep.svs.enabled ca
Module Name:src
Committed By: kamil
Date: Mon May 11 20:58:48 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_ptrace_fork_wait.h
Log Message:
Fix race in fork_singalmasked
ELF RTLD after rtld.c r. 1.204 introduced locking that wraps the fork
syscall. This locking chang
Module Name:src
Committed By: kamil
Date: Mon May 11 21:18:11 UTC 2020
Modified Files:
src/tests/lib/libc/sys: t_ptrace_clone_wait.h
Log Message:
Fix potential race in ptrace(2) clone(2) tests
Instead of comparing old and new signal mask, just after the cloning
operation,
Module Name:src
Committed By: riastradh
Date: Mon May 11 21:37:31 UTC 2020
Modified Files:
src/sys/kern: subr_percpu.c
Log Message:
Teach percpu to run constructors on CPU attach.
This should make percpu work reliably for things like cprng_strong
much earlier -- not just
Module Name:src
Committed By: riastradh
Date: Mon May 11 21:38:54 UTC 2020
Modified Files:
src/sys/kern: init_main.c subr_cprng.c
Log Message:
Move cprng_init before configure.
This makes it available to device drivers, e.g. to generate MAC
addresses at random, without in
Module Name:src
Committed By: riastradh
Date: Mon May 11 21:40:12 UTC 2020
Modified Files:
src/sys/kern: subr_cprng.c
Log Message:
Remove cprng initialization order hack.
cprng_init now runs early enough that the hack should no longer be
needed to address PR port-arm32/55
Module Name:src
Committed By: yhardy
Date: Mon May 11 21:51:25 UTC 2020
Modified Files:
src/distrib/sets/lists/debug: md.amd64
src/distrib/sets/lists/tests: md.amd64
src/tests/lib/libi386: Makefile
Log Message:
Fix the build for MKCOMPAT=no.
The t_user_ldt
Module Name:src
Committed By: jakllsch
Date: Mon May 11 23:47:45 UTC 2020
Modified Files:
src/sys/dev/pci: if_msk.c
Log Message:
msk(4): ack Status BMU IRQ only if we're (apparently) caught up with it
Possibility for acking an unprocessed Status BMU IRQ still exists, and
Module Name:src
Committed By: martin
Date: Tue May 12 06:23:07 UTC 2020
Modified Files:
src/usr.sbin/sysinst: bsddisklabel.c
Log Message:
Minor tweak to previous: when forcing a /usr partition just to have an
arbitrary extendable partition, still use its default size initi
Module Name:src
Committed By: msaitoh
Date: Tue May 12 06:32:05 UTC 2020
Modified Files:
src/sys/arch/x86/x86: cpu.c identcpu_subr.c
Log Message:
Don't use TSC freq value from CPUID if calibration works.
- When it's the first call of cpu_get_tsc_freq() the HPET is not in
29 matches
Mail list logo