Module Name:src
Committed By: ryo
Date: Mon Jan 4 05:35:15 UTC 2021
Modified Files:
src/usr.sbin/cpuctl/arch: aarch64.c
Log Message:
sync cpuids[] of sys/arch/aarch64/aarch64/cpu.c r1.43
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/cpuctl/a
Module Name:src
Committed By: rillig
Date: Mon Jan 4 01:12:20 UTC 2021
Modified Files:
src/usr.bin/xlint/common: externs.h inittyp.c lint.h lp64.h
Log Message:
lint: revert previous commit, except for the typo
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.1
Module Name:src
Committed By: rillig
Date: Mon Jan 4 01:11:01 UTC 2021
Modified Files:
src/usr.bin/xlint/common: externs.h ilp32.h inittyp.c lint.h lp64.h
Log Message:
lint: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/xl
Module Name:src
Committed By: rillig
Date: Sun Jan 3 21:33:50 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: cgram.y
Log Message:
lint: use consistent indentation for C grammar
To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/usr.bin/xlint/lint1/cg
Module Name:src
Committed By: rillig
Date: Sun Jan 3 21:12:03 UTC 2021
Modified Files:
src/usr.bin/make: lst.h
Log Message:
make(1): remove anonymous union from struct ListNode
Anonymous structs and unions have been introduced in C11. The code of
make is supposed to be
Module Name:src
Committed By: rillig
Date: Sun Jan 3 20:44:55 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: Makefile.err-msgs-h
Log Message:
lint: fix code generation from err.c
That file does not need to be in the current directory.
To generate a diff of this comm
Module Name:src
Committed By: rillig
Date: Sun Jan 3 20:38:26 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: cgram.y externs1.h tree.c
Log Message:
lint: rename funcarg and funccall to longer names
>From the previous short names, it was no obvious that these functions
Module Name:src
Committed By: rillig
Date: Sun Jan 3 20:31:09 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: cgram.y externs1.h init.c tree.c
Log Message:
lint: rename functions that create nodes
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/usr
Module Name:src
Committed By: rillig
Date: Sun Jan 3 20:20:01 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_265.c msg_265.exp
Log Message:
lint: add test for 265 "c89 C does not support 'long long'"
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1
Module Name:src
Committed By: rillig
Date: Sun Jan 3 20:14:38 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: decl.c emit1.c externs1.h func.c
Log Message:
lint: rename prflstrg to printflike_argnum, likewise for scflstrg
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: rillig
Date: Sun Jan 3 20:04:09 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: func.c lint1.h
Log Message:
lint: rename cstk to cstmt
Most of the code that deals with control statements is only interested
in the innermost control statemen
Module Name:src
Committed By: rillig
Date: Sun Jan 3 19:15:36 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: decl.c lint1.h
Log Message:
lint: rename t_ispacked to t_packed and d_ispacked to d_packed
It's shorter, and the other flags of the type or declaration also do
Module Name:src
Committed By: rillig
Date: Sun Jan 3 19:10:47 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: decl.c init.c lint1.h tree.c
Log Message:
lint: rename type.t_isfield to t_bitfield
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/usr.bi
Module Name:src
Committed By: rillig
Date: Sun Jan 3 18:48:37 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: Makefile decl.c err.c lint1.h
Added Files:
src/usr.bin/xlint/lint1: Makefile.err-msgs-h
Log Message:
lint: in DEBUG mode, verify printf parameters for m
Module Name:src
Committed By: rillig
Date: Sun Jan 3 18:35:51 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: print.c tree.c
Log Message:
lint: remove redundant include of externs1.h
It is already included by lint1.h.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: rillig
Date: Sun Jan 3 17:42:45 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: decl.c err.c externs1.h init.c scan.l tree.c
Log Message:
lint: let gnuism and c99ism return void instead of int
The return value was only used in a single cas
Module Name:src
Committed By: thorpej
Date: Sun Jan 3 17:42:10 UTC 2021
Modified Files:
src/sys/arch/atari/atari: autoconf.c be_bus.c bus.c intr.c le_bus.c
machdep.c mainbus.c
src/sys/arch/atari/dev: hdfd.c ite.c md_root.c zs.c
src/sys/arch/atar
Module Name:src
Committed By: thorpej
Date: Sun Jan 3 17:28:33 UTC 2021
Modified Files:
src/sys/arch/shark/shark: opms.c
Log Message:
Use sel{record,remove}_knote().
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/shark/shark/opms.c
Please no
Module Name:src
Committed By: rillig
Date: Sun Jan 3 17:11:19 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: decl.c
Log Message:
lint: separate error and warning for 27 and 58
Even though this results in more lines of code, the benefit is that the
message text in the
Module Name:src
Committed By: rillig
Date: Sun Jan 3 16:59:59 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_004.exp msg_035.exp msg_308.exp
src/usr.bin/xlint/lint1: decl.c err.c
Log Message:
lint: fix spelling of message 308
All other messages are l
Module Name:src
Committed By: thorpej
Date: Sun Jan 3 16:49:32 UTC 2021
Modified Files:
src/distrib/sets/lists/base [thorpej-futex]: mi
src/distrib/sets/lists/comp [thorpej-futex]: mi
src/distrib/sets/lists/debug [thorpej-futex]: mi
src/distrib/sets
Module Name:src
Committed By: thorpej
Date: Sun Jan 3 16:35:05 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64 [thorpej-futex]: bus_space.c cpuswitch.S
locore.S locore_el2.S pmap.c
src/sys/arch/alpha/alpha [thorpej-futex]: pmap.c
src/sys/a
Module Name:src
Committed By: thorpej
Date: Sun Jan 3 16:14:04 UTC 2021
Modified Files:
src/sys/compat/linux32/common [thorpej-futex]: linux32_ioctl.c
Log Message:
Handle timerfd ioctls.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.8.1 src/sys/compat/li
Module Name:src
Committed By: thorpej
Date: Sun Jan 3 16:13:07 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/amd64 [thorpej-futex]: linux32_syscall.h
linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c
linux32_systrace_args.c
Log Messa
Module Name:src
Committed By: thorpej
Date: Sun Jan 3 16:12:44 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/amd64 [thorpej-futex]: syscalls.master
src/sys/compat/linux32/common [thorpej-futex]: linux32_misc.c
Log Message:
Add preadv(2) and pwritev(2).
To
Module Name:src
Committed By: rillig
Date: Sun Jan 3 15:55:18 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_124.exp
src/usr.bin/xlint/common: tyname.c
Log Message:
lint: add detailed type information for functions
To generate a diff of this commit:
Module Name:src
Committed By: rillig
Date: Sun Jan 3 15:51:16 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: d_long_double_int.exp msg_124.exp
src/usr.bin/xlint/lint1: err.c tree.c
Log Message:
lint: add type information to message 124 "illegal pointer co
Module Name:src
Committed By: rillig
Date: Sun Jan 3 15:44:36 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_124.c msg_124.exp
Log Message:
lint: add test for message 124 "illegal pointer combination"
The message may be correct, but it is not helpful in any
Module Name:src
Committed By: rillig
Date: Sun Jan 3 15:35:01 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_027.c msg_027.exp msg_029.c
msg_029.exp msg_031.c msg_031.exp msg_034.c msg_034.exp msg_036.c
msg_036.exp msg_037.c msg_037.exp
Module Name:src
Committed By: roy
Date: Sun Jan 3 15:33:05 UTC 2021
Modified Files:
src/external/bsd/ntp/dist/ntpd: cmd_args.c ntp_io.c ntp_timer.c
Log Message:
ntp: respect user's wishes to disable interface scanning
While here, disable periodic scanning by default on N
Module Name:src
Committed By: martin
Date: Sun Jan 3 12:52:54 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Ticket #1177
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-9.2
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Sun Jan 3 12:51:33 UTC 2021
Modified Files:
src/sys/kern [netbsd-9]: init_main.c
Log Message:
Apply patch, requested by khorben in ticket #1177 (issue solved differently
in -current):
sys/kern/init_main.c
Module Name:src
Committed By: skrll
Date: Sun Jan 3 10:31:37 UTC 2021
Modified Files:
src/sys/dev/pci: pciconf.c
Log Message:
Misc whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/pci/pciconf.c
Please note that diffs are not public d
33 matches
Mail list logo