CVS commit: src/sys/arch/powerpc/booke

2021-01-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jan 6 07:56:20 UTC 2021 Modified Files: src/sys/arch/powerpc/booke: booke_pmap.c Log Message: Fix pmap_procwr() for powerpc/booke: - Use PAGE_MASK, not PAGE_SIZE, to calculate page offset. - Do not drop page offset of target ad

CVS commit: src/usr.bin/ftp

2021-01-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed Jan 6 04:43:14 UTC 2021 Modified Files: src/usr.bin/ftp: ftp.c progressbar.c progressbar.h ssl.c version.h Log Message: ftp: don't use restartable signals Refactor to not rely upon restartable signals (SA_RESTART), possibly f

CVS commit: src/usr.bin/xlint/lint1

2021-01-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 5 23:50:29 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: Makefile op.h ops.def Added Files: src/usr.bin/xlint/lint1: ops.c Removed Files: src/usr.bin/xlint/lint1: Makefile.ops-c Makefile.ops-h mkops Lo

CVS commit: src

2021-01-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 5 23:20:54 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_324.c src/usr.bin/xlint/lint1: print.c Log Message: lint: remove redundant symbolic operator names These symbolic names for INCBEF, INCAFT, D

CVS commit: src

2021-01-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 5 23:07:49 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: d_long_double_int.exp msg_124.exp msg_230.exp src/usr.bin/xlint/lint1: ops.def Log Message: lint: clean up symbolic operator names tha

CVS commit: src/tests/usr.bin/xlint/lint1

2021-01-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 5 22:38:51 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_324.c msg_324.exp Log Message: lint: add test for "suggest cast" [324] This warning is the only one that calls print_tnode, which in turn uses the re

CVS commit: src/share/man/man4

2021-01-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Jan 5 22:17:40 UTC 2021 Modified Files: src/share/man/man4: dk.4 Log Message: Explain wedge auto discovery. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/dk.4 Please note that diffs are no

CVS commit: src/usr.bin/xlint/lint1

2021-01-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 5 21:40:42 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: mkops ops.def Log Message: lint: swap columns 1 and 2 in ops.def List the ID of a record first, followed by the describing fields. To generate a diff of this

CVS commit: src/usr.bin/xlint/lint1

2021-01-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 5 21:32:47 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: mkops ops.def Log Message: lint: make generating the operators table simpler The generated files are exactly the same as before. To generate a diff of this c

CVS commit: src/sys/dev/usb

2021-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 5 18:00:21 UTC 2021 Modified Files: src/sys/dev/usb: ehci.c ohci.c uhci.c usb_mem.c usb_mem.h xhci.c Log Message: More converstion from usbd_status to int for function error reporting. This time it's the turn of usb_allocm

CVS commit: src/usr.bin/xlint/lint1

2021-01-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 5 17:37:57 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: make check_precedence_confusion simpler In C, only binary operators have possibly confusing precedence. All binary operators have lo

CVS commit: src/usr.bin/xlint/lint1

2021-01-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 5 17:13:44 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: scan.l Log Message: lint: in debug mode, log every newline This helps to quickly see where in the source file the parser currently is. Previously, the parsing

CVS commit: src/usr.bin/xlint/lint1

2021-01-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jan 5 16:34:37 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: ops.def Log Message: lint: fix inconsistent whitespace in ops.def To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/xlint/lint1/ops.def

CVS commit: src/sys/arch/mips/adm5120/dev

2021-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 5 16:30:37 UTC 2021 Modified Files: src/sys/arch/mips/adm5120/dev: ahci.c Log Message: Misc KNF. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/mips/adm5120/dev/ahci.c Please note that

CVS commit: src/sys/dev/usb

2021-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 5 16:15:09 UTC 2021 Modified Files: src/sys/dev/usb: usb_mem.c Log Message: Replace home grown #ifdef DIAGNOSTIC check with ASSERT_SLEEPABLE To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/dev/usb/u

CVS commit: src

2021-01-05 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Jan 5 11:08:00 UTC 2021 Modified Files: src/compat: exec.mk src/external/bsd/ipf: Makefile.inc Log Message: Use the compat machinery to build "native" IPF binaries as ipfilter doesn't use compat32 64-bit alignment/siz