created | 2018-11-30T00:23:58Z |
---|---|
begin | 2018-07-27T00:00:00Z |
end | 2018-07-28T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-07-27T01:44:19Z | |||
---|---|---|---|---|
author | beck | |||
files | src/sys/kern/vfs_syscalls.c | log | diff | annotate |
message | Don't double vput and panic after looking up "." |
date | 2018-07-27T04:57:45Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/scsi/mpath_hds.c | log | diff | annotate |
message |
hds arrays can have more ports now, apparently; this lets theo use 4 paths to his array rather than just 2. ok dlg@ |
date | 2018-07-27T05:48:59Z | |||
---|---|---|---|---|
author | ratchov | |||
files | src/sys/dev/usb/uaudio.c | log | diff | annotate |
message |
No need to test if pointer is NULL to call free(9). From Michael W. Bombardieri. Thanks! |
date | 2018-07-27T06:15:10Z | |||
---|---|---|---|---|
author | bket | |||
files | src/sys/kern/kern_pledge.c | log | diff | annotate |
message |
Add SIOCSIFMTU to the wroute pledge. This is required by, for example, slaacd(8) (which has been pledged) to set MTU on an interface. OK florian@, deraadt@ |
date | 2018-07-27T21:11:31Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/amd64/amd64/amd64_mem.c | log | diff | annotate |
src/sys/arch/amd64/amd64/cpu.c | log | diff | annotate | |
src/sys/arch/amd64/amd64/hibernate_machdep.c | log | diff | annotate | |
src/sys/arch/amd64/amd64/i8259.c | log | diff | annotate | |
src/sys/arch/amd64/amd64/ipifuncs.c | log | diff | annotate | |
src/sys/arch/amd64/amd64/lapic.c | log | diff | annotate | |
src/sys/arch/amd64/amd64/machdep.c | log | diff | annotate | |
src/sys/arch/amd64/amd64/tsc.c | log | diff | annotate | |
src/sys/arch/amd64/amd64/vmm.c | log | diff | annotate | |
src/sys/arch/amd64/include/cpufunc.h | log | diff | annotate | |
src/sys/arch/amd64/isa/clock.c | log | diff | annotate | |
src/sys/dev/pci/drm/drm_linux.h | log | diff | annotate | |
message |
Use the MI interrupt enable/distable API instead of the MD one on amd64 and remove the MD API. ok guenther@, deraadt@, mpi@ |