created | 2019-05-08T04:44:54Z |
---|---|
begin | 2018-01-18T00:00:00Z |
end | 2018-01-19T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-01-18T08:17:39Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/sys/exec_elf.h | log | diff | annotate |
message |
Unlike other archs, mips64 needs ld.so to know about symbol visibility and skip symbol lookup on protected symbols. Add visibility #defines to ok kettenis@ visa@ |
date | 2018-01-18T11:43:20Z | |||
---|---|---|---|---|
author | mikeb | |||
files | src/sys/dev/pv/pvbus.c | log | diff | annotate |
message |
Fix an off-by-one uncovered by the recent free(9) change From canacar@, thanks! |
date | 2018-01-18T14:02:54Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/include/cpu.h | log | diff | annotate |
src/sys/arch/octeon/octeon/machdep.c | log | diff | annotate | |
message |
Fix the computation of `ncpusfound' on !MULTIPROCESSOR kernels so that the value matches with the number of cores that GENERIC.MP uses. OK deraadt@, krw@, pirofti@ |
date | 2018-01-18T18:08:51Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/kern_malloc.c | log | diff | annotate |
src/sys/kern/subr_pool.c | log | diff | annotate | |
src/sys/uvm/uvm_pdaemon.c | log | diff | annotate | |
message |
While booting it does not make sense to wait for memory, there is no other process which could free it. Better panic in malloc(9) or pool_get(9) instead of sleeping forever. tested by visa@ patrick@ Jan Klemkow suggested by kettenis@; OK deraadt@ |
date | 2018-01-18T18:09:38Z | |||
---|---|---|---|---|
author | ratchov | |||
files | src/sys/dev/usb/umidi_quirks.c | log | diff | annotate |
message |
Remove quirk matching all Yamaha devices, as this prevents non-MIDI devices from attaching (ex uaudio devices). ok mpi |