Module Name:src
Committed By: kre
Date: Thu Dec 3 08:25:57 UTC 2020
Modified Files:
src/sbin/dump: dump.h main.c
Log Message:
PR bin/55834
count blocks written in unsigned 64 bit counter
rather than signed int which overflows after 2^31-1
blocks (2TiB) after which neithe
Module Name:src
Committed By: skrll
Date: Thu Dec 3 08:48:06 UTC 2020
Modified Files:
src/sys/arch/mips/adm5120/dev: wdc_extio.c
Log Message:
Fix build
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/mips/adm5120/dev/wdc_extio.c
Please note t
Module Name:src
Committed By: rin
Date: Thu Dec 3 10:23:45 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: db_machdep.c
Log Message:
tlb_print_*() are used only if _ARM_ARCH_7; caught by clang -Wunused-function.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r
Module Name:src
Committed By: rillig
Date: Thu Dec 3 18:43:02 UTC 2020
Modified Files:
src/usr.bin/make: Makefile
Log Message:
make(1): format coverage summary as a table
This is only used interactively, not in the official builds, therefore
the additional dependency on
Module Name:src
Committed By: nia
Date: Thu Dec 3 22:10:21 UTC 2020
Modified Files:
src/lib/libossaudio: soundcard.h
Log Message:
Add some missing channel order related ioctl defines.
These are no-ops (unimplemented) on both FreeBSD and Solaris
and the one piece of code
Module Name:src
Committed By: thorpej
Date: Fri Dec 4 00:26:16 UTC 2020
Modified Files:
src/sys/compat/linux/common: linux_misc_notalpha.c
Log Message:
Rewrite linux_sys_alarm() to use dogetitimer() / dosetitimer(), rather
than fiddling with process timers directly.
To
Module Name:src
Committed By: thorpej
Date: Fri Dec 4 00:38:08 UTC 2020
Modified Files:
src/sys/dev/ic: ibm561.c
Log Message:
- malloc(9) -> kmem(9)
- In ibm561_set_cmap(), allocating 3K on the stack is not polite; allocate
a temporary buffer for the cmap data using kme
Module Name:src
Committed By: thorpej
Date: Fri Dec 4 00:41:10 UTC 2020
Modified Files:
src/sys/dist/pf/net: pf_table.c
Log Message:
In pfr_fix_anchor(), change an overlapping bcopy() call to a memmove()
call.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.1
Module Name:src
Committed By: thorpej
Date: Fri Dec 4 00:43:00 UTC 2020
Modified Files:
src/sys/lib/libx86emu: files.x86emu
Log Message:
Build x86emu.c with -fno-inline, otherwise all of the auto-inlining
the compiler does causes stack usage to exceed the limits we've set
Module Name:src
Committed By: thorpej
Date: Fri Dec 4 00:44:39 UTC 2020
Modified Files:
src/sys/netinet: files.ipfilter
Log Message:
Build ip_sync.c with -Wno-error to avoid failing due to excessive stack
usage.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1
Module Name:src
Committed By: skrll
Date: Fri Dec 4 07:11:35 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
Log Message:
Update stats in the coherent case. Reported by jmcneill.
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/sys/arch/ar
Module Name:src
Committed By: skrll
Date: Fri Dec 4 07:12:57 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
Log Message:
Use __func__ in panic calls (and misc style changes)
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/arch/arm/arm
12 matches
Mail list logo