Module Name:src
Committed By: isaki
Date: Sun Mar 28 07:42:06 UTC 2021
Modified Files:
src/share/man/man9: audio.9
Log Message:
Update documents.
- query_format has been mandatory (since at least Feb 2020).
- set_params has been replaced to set_format (since May 2019).
T
Module Name:src
Committed By: rillig
Date: Sun Mar 28 07:59:09 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: move debug primitives to the top of the code
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145
Module Name:src
Committed By: rillig
Date: Sun Mar 28 08:30:22 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: reorder code for handling initializations
First the primitives for debug logging, then the functions that do not
access any global va
Module Name:src
Committed By: martin
Date: Sun Mar 28 08:34:18 UTC 2021
Modified Files:
src/sys/arch/macppc/conf: POWERMAC_G5
Log Message:
Add siisata
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/macppc/conf/POWERMAC_G5
Please note that dif
Module Name:src
Committed By: martin
Date: Sun Mar 28 08:39:31 UTC 2021
Modified Files:
src/sys/arch/macppc/conf: POWERMAC_G5
Log Message:
Remove makeoptions DEBUG="-g" - we have better ways to achieve the same
(build.sh kernel.gdb= or MKKDEBUG=yes)
To generate a diff of
Module Name:src
Committed By: martin
Date: Sun Mar 28 08:43:05 UTC 2021
Modified Files:
src/sys/arch/macppc/conf: POWERMAC_G5
Log Message:
Enable a few more filesystems
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/macppc/conf/POWERMAC_G5
Pl
Module Name:src
Committed By: rillig
Date: Sun Mar 28 09:08:13 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: move more functions to the global-variables-free section
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: skrll
Date: Sun Mar 28 09:11:38 UTC 2021
Modified Files:
src/sys/arch/arm/cortex: gic.c
Log Message:
Only target the boot cpu for real with SPI interrupts. I tried to do
this back in 2014, but somehow I missed a spot.
This is a quick-and-dir
Module Name:src
Committed By: rillig
Date: Sun Mar 28 09:20:51 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: replace global variables with function parameters
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1
Module Name:src
Committed By: rillig
Date: Sun Mar 28 09:34:45 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: inline brace level in initialization
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/usr.
Module Name:src
Committed By: rillig
Date: Sun Mar 28 09:39:04 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: inline initerr in code for handling initializations
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.149 -
Module Name:src
Committed By: rillig
Date: Sun Mar 28 09:43:28 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: clean up debug logging for initialization
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src
Module Name:src
Committed By: rillig
Date: Sun Mar 28 09:46:55 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: move brace level functions further up
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/usr
Module Name:src
Committed By: rillig
Date: Sun Mar 28 09:51:16 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: omit unnecessary calls to current_init
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 src/us
Module Name:src
Committed By: rillig
Date: Sun Mar 28 09:57:31 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: clean up debug logging, use consistent variable names
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.153
Module Name:src
Committed By: rillig
Date: Sun Mar 28 10:03:03 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: replace initstack_push_array with brace_level_push_array
The designator is no longer logged at this point because it is
irrelevant.
Module Name:src
Committed By: rillig
Date: Sun Mar 28 10:05:19 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: inline initsym
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/usr.bin/xlint/lint1/init.c
Module Name:src
Committed By: rillig
Date: Sun Mar 28 10:09:34 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: cgram.y externs1.h init.c
Log Message:
lint: rename public designator functions
Their previous names were too similar to the actual implementation
functions, w
Module Name:src
Committed By: skrll
Date: Sun Mar 28 10:29:05 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: vm_machdep.c
src/sys/arch/arm/arm32: vm_machdep.c
src/sys/arch/x86/x86: vm_machdep.c
Log Message:
fix a comment that has been c&p'ed around
Module Name:src
Committed By: rillig
Date: Sun Mar 28 10:52:41 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: group functions according to their main object
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.15
Module Name:src
Committed By: rillig
Date: Sun Mar 28 10:58:18 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: move code for checking init expressions further up
It did not make sense to have this code between the code for the
designation and t
Module Name:src
Committed By: rillig
Date: Sun Mar 28 11:08:01 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: move code for extending an array of unknown size further up
No functional change.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: jmcneill
Date: Sun Mar 28 11:13:24 UTC 2021
Modified Files:
src/sys/arch/arm/cortex: gicv3.c
Log Message:
Disable 1ofN distribution of SPIs by default. This is a workaround for an
issue in the USB stack -- signaling transfer complete on multip
Module Name:src
Committed By: rillig
Date: Sun Mar 28 13:09:43 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: externs1.h init.c lex.c tree.c
Log Message:
lint: sprinkle const on function declarations
No functional change.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Sun Mar 28 13:33:54 UTC 2021
Modified Files:
src/lib/libedit: filecomplete.c
Log Message:
Pass the unescaped filename the the append function so it has to do less work
(for example it can call stat(2) directly (Piotr Stefaniak)
Module Name:src
Committed By: christos
Date: Sun Mar 28 13:38:10 UTC 2021
Modified Files:
src/lib/libedit: filecomplete.h
Log Message:
document the flag
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libedit/filecomplete.h
Please note that diffs a
Module Name:src
Committed By: christos
Date: Sun Mar 28 13:39:39 UTC 2021
Modified Files:
src/lib/libedit: filecomplete.c
Log Message:
Only unescape when we are quoting and don't add a space if we are quoting
(we already did) (Piotr Stefaniak)
To generate a diff of this
Module Name:src
Committed By: rillig
Date: Sun Mar 28 14:01:50 UTC 2021
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/usr.bin/xlint/lint1: Makefile d_c99_init.c d_c99_init.exp
msg_176.c t_integration.sh
src/usr.bin/xlint/lint1: err.c
Module Name:src
Committed By: rillig
Date: Sun Mar 28 14:13:18 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: clean up type handling in initialization
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/
Module Name:src
Committed By: christos
Date: Sun Mar 28 14:16:16 UTC 2021
Modified Files:
src/share/misc: style
Log Message:
- EXIT_FAILURE instead of 1
- %j instead of PRI for *intmax_t
- != -1 instead of < 0 for syscalls
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Sun Mar 28 14:28:56 UTC 2021
Modified Files:
src/share/misc: style
Log Message:
Clarify and explain the rationale for parentheses in sizeof and return as
discussed.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62
Module Name:src
Committed By: rillig
Date: Sun Mar 28 15:12:20 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_188.c msg_188.exp
Log Message:
tests/lint: add test for struct initialization in traditional C
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: rillig
Date: Sun Mar 28 15:36:37 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_050.exp msg_054.exp msg_081.exp
msg_082.exp msg_100.exp msg_186.exp msg_188.exp msg_189.c
msg_189.exp msg_219.exp
src/u
Module Name:src
Committed By: rillig
Date: Sun Mar 28 15:39:26 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: extract check_no_auto_aggregate
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/usr.bin/x
Module Name:src
Committed By: rillig
Date: Sun Mar 28 16:19:21 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: extract initialization_end_brace_level
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 src/us
Module Name:src
Committed By: rillig
Date: Sun Mar 28 16:28:15 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: extract brace_level_subtype
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/usr.bin/xlint
Module Name:src
Committed By: christos
Date: Sun Mar 28 16:35:37 UTC 2021
Modified Files:
src/external/bsd/atf/dist/tools: fs.cpp fs.hpp test-program.cpp
Log Message:
If we are running the test as an unprivileged user, hand ownership of the
test directory to that user.
T
Module Name:src
Committed By: christos
Date: Sun Mar 28 17:30:01 UTC 2021
Modified Files:
src/tests/lib/libc/sys: t_sendrecv.c
Log Message:
yield so we can lose packets
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/sys/t_sendrecv.c
Pleas
Module Name:src
Committed By: nia
Date: Sun Mar 28 17:52:09 UTC 2021
Modified Files:
src/share/misc: acronyms.comp
Log Message:
DRM
To generate a diff of this commit:
cvs rdiff -u -r1.321 -r1.322 src/share/misc/acronyms.comp
Please note that diffs are not public domain;
Module Name:src
Committed By: rillig
Date: Sun Mar 28 18:01:57 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: add is_struct_or_union
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/usr.bin/xlint/lint
Module Name:src
Committed By: rillig
Date: Sun Mar 28 18:18:22 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: extract duplicate code to is_string_array
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src
Module Name:src
Committed By: rillig
Date: Sun Mar 28 18:21:29 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: clean up initialization_expr
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 src/usr.bin/xlin
Module Name:src
Committed By: martin
Date: Sun Mar 28 18:21:52 UTC 2021
Modified Files:
src/crypto/external/bsd/openssl/include/openssl [netbsd-9]:
opensslconf.h
src/crypto/external/bsd/openssl/lib/libcrypto [netbsd-9]: crypto.inc
evp.inc
Module Name:src
Committed By: martin
Date: Sun Mar 28 18:23:56 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Amment ticket #1237 for additional pullups
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.61 -r1.1.2.62 src/doc/CHANGES-9.2
Plea
Module Name:src
Committed By: rillig
Date: Sun Mar 28 18:28:22 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: clean up initialization_init_array_using_string
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.1
Module Name:src
Committed By: rillig
Date: Sun Mar 28 18:33:27 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: inline variable in initialization_init_array_using_string
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: rillig
Date: Sun Mar 28 18:48:32 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: d_c99_init.c d_c99_init.exp
Log Message:
tests/lint: add tests for initialization
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/test
Module Name:src
Committed By: rillig
Date: Sun Mar 28 19:30:08 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: split complicated function for looking up struct members
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 19:42:59 UTC 2021
Modified Files:
src/sys/arch/x86/pci/imcsmb [thorpej-cfargs]: imc.c imcsmb.c
Log Message:
- The third argument passed to the rescan function is a locs array, not
a pointer to flags.
- imc and imcsmb
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 19:50:05 UTC 2021
Modified Files:
src/sys/dev [thorpej-cfargs]: spkr.c
Log Message:
"" is not a valid interface attribute, so don't pass it to spkr_rescan()
(luckily it wasn't used anyway).
To generate a diff of this
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 19:53:09 UTC 2021
Modified Files:
src/sys/dev/ata [thorpej-cfargs]: ata_raid.c
Log Message:
Correct names of arguments passed to rescan function.
To generate a diff of this commit:
cvs rdiff -u -r1.43.4.2 -r1.43.4.3
Module Name:src
Committed By: rillig
Date: Sun Mar 28 19:53:58 UTC 2021
Modified Files:
src/tests/usr.bin/xlint/lint1: d_c99_init.c
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: add test for assertion failure in initialization
The 'cnt = level->bl_type->t_tsp
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 19:55:37 UTC 2021
Modified Files:
src/sys/dev/audio [thorpej-cfargs]: audio.c
Log Message:
audio only has one interface attribute, so no need to be explcit about it.
audio also doesn't have locators, so don't pass any
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 19:57:51 UTC 2021
Modified Files:
src/sys/dev/eisa [thorpej-cfargs]: mlx_eisa.c
Log Message:
Correct names of arguments passed to rescan function.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.27.2.1 src
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:02:29 UTC 2021
Modified Files:
src/sys/dev/i2c [thorpej-cfargs]: i2c.c
Log Message:
"iic" only has a single interface attribute, so no need to be explicit.
To generate a diff of this commit:
cvs rdiff -u -r1.77.2.
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:25:44 UTC 2021
Modified Files:
src/sys/dev/ic [thorpej-cfargs]: apple_smc.c
Log Message:
This driver only has a single interface attribute, so no need to be expicit
about it. That interface attribute has no locator
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:30:14 UTC 2021
Modified Files:
src/sys/dev/ic [thorpej-cfargs]: cac.c
Log Message:
Correct the names of the arguments passed to cac_rescan(), and update
a local variable to avoid a name collision. Also, no need to
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:31:05 UTC 2021
Modified Files:
src/sys/dev/ic [thorpej-cfargs]: mfi.c
Log Message:
No need to pass interface or locators to config_found() in mfi_rescan().
To generate a diff of this commit:
cvs rdiff -u -r1.63.10
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:33:47 UTC 2021
Modified Files:
src/sys/dev/ic [thorpej-cfargs]: nvme.c
Log Message:
- In nvme_rescan(), pass the locators used for matching to config_found()
and use config_stdsubmatch().
- No need to be explicit
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:34:44 UTC 2021
Modified Files:
src/sys/dev/isa [thorpej-cfargs]: isa.c
Log Message:
- Use designated initializers for the wildcard[] array in isaattach().
- No need to be explicit about interface attribute.
To gen
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:35:57 UTC 2021
Modified Files:
src/sys/dev/isa [thorpej-cfargs]: pcppi.c
Log Message:
pcppi_scan(): No need to pass interface attribute or locators to
config_search().
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rillig
Date: Sun Mar 28 20:35:58 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: init.c
Log Message:
lint: add assertions for aggregate initialization
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 s
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:36:16 UTC 2021
Modified Files:
src/sys/dev/pci [thorpej-cfargs]: aac_pci.c
Log Message:
Correct the names of the arguments passed to the rescan function.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:36:40 UTC 2021
Modified Files:
src/sys/dev/pci [thorpej-cfargs]: amr.c
Log Message:
Correct the names of the arguments passed to the rescan function.
To generate a diff of this commit:
cvs rdiff -u -r1.65.10.2 -r1
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:38:04 UTC 2021
Modified Files:
src/sys/dev/pci [thorpej-cfargs]: mlx_pci.c twe.c
Log Message:
Correct the names of the arguments passed to the rescan function.
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:38:47 UTC 2021
Modified Files:
src/sys/dev/scsipi [thorpej-cfargs]: scsiconf.c
Log Message:
Unwrap a line.
To generate a diff of this commit:
cvs rdiff -u -r1.290.4.2 -r1.290.4.3 src/sys/dev/scsipi/scsiconf.c
Ple
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:39:10 UTC 2021
Modified Files:
src/sys/dev/pcmcia [thorpej-cfargs]: pcmcia.c
Log Message:
- Unwrap a line.
- No need to be explcit about interface attribute.
To generate a diff of this commit:
cvs rdiff -u -r1.94.
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:40:30 UTC 2021
Modified Files:
src/sys/dev/gpio [thorpej-cfargs]: gpio.c
Log Message:
No need to pass interface attribute or locators to config_search().
To generate a diff of this commit:
cvs rdiff -u -r1.64.10.4
Module Name:src
Committed By: thorpej
Date: Sun Mar 28 20:41:04 UTC 2021
Modified Files:
src/sys/dev/pci [thorpej-cfargs]: mfii.c mpii.c
Log Message:
No need to pass interface attribute or locators to config_found().
To generate a diff of this commit:
cvs rdiff -u -r1.7.
Module Name:src
Committed By: simonb
Date: Mon Mar 29 01:33:12 UTC 2021
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/mips: mips.c netbsd.h netbsd64.h
Log Message:
Don't override TARGET_ASM_OUTPUT_SOURCE_FILENAME on MIPS for NetBSD -
use the default which includes
Module Name:src
Committed By: simonb
Date: Mon Mar 29 01:43:18 UTC 2021
Modified Files:
src/external/cddl/osnet/sys/sys: mutex_impl.h
Log Message:
Don't define mtx_owner here. mtx_owner is always available, and not
all architecutres use the same structure for a kernel mut
Module Name:src
Committed By: simonb
Date: Mon Mar 29 01:46:26 UTC 2021
Modified Files:
src/sys/arch/mips/include: frame.h
Log Message:
Add an lwp_trapframe() interface to return an LWP's user trapframe.
Needed by dtrace.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: simonb
Date: Mon Mar 29 01:47:46 UTC 2021
Modified Files:
src/sys/arch/mips/include: cpu.h
Log Message:
Include #include to get lwp_trapframe() definition.
Needed for dtrace.
To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 s
Module Name:src
Committed By: simonb
Date: Mon Mar 29 01:48:29 UTC 2021
Modified Files:
src/distrib/sets/lists/comp: ad.mips
src/sys/arch/mips/include: Makefile
Log Message:
Install , now needed for dtrace.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -
Module Name:src
Committed By: simonb
Date: Mon Mar 29 01:57:09 UTC 2021
Modified Files:
src/distrib/sets/lists/comp: stl.mi
src/external/cddl/osnet/lib: Makefile
Log Message:
Don't build or install /usr/lib/dtrace/drti.o - currently not used, may
be one day...
To
Module Name:src
Committed By: simonb
Date: Mon Mar 29 02:07:43 UTC 2021
Modified Files:
src/sys/arch/mips/include: types.h
Log Message:
Provide vm_offset_t and vm_size_t typedefs - used by dtrace.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/arch
Module Name:src
Committed By: simonb
Date: Mon Mar 29 02:13:38 UTC 2021
Modified Files:
src/sys/fs/nfs/client: nfs_clbio.c
src/sys/fs/nfs/server: nfs_nfsdport.c
Log Message:
Don't use legacy VM types.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 sr
Module Name:src
Committed By: simonb
Date: Mon Mar 29 03:03:48 UTC 2021
Modified Files:
src/sys/arch/mips/include: db_machdep.h
Log Message:
Whitespace nits.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/mips/include/db_machdep.h
Please note
Module Name:src
Committed By: simonb
Date: Mon Mar 29 03:07:33 UTC 2021
Modified Files:
src/sys/arch/mips/include: db_machdep.h
Log Message:
Move the cpu_reset_address() declaration inside #ifdef _KERNEL, add a
comment.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: simonb
Date: Mon Mar 29 03:09:42 UTC 2021
Modified Files:
src/sys/arch/mips/include: db_machdep.h
src/sys/arch/mips/mips: mips_stacktrace.c
Log Message:
Expose kdbpeek() and kdbrpeek() for dtrace.
To generate a diff of this commit:
c
Module Name:src
Committed By: simonb
Date: Mon Mar 29 03:22:18 UTC 2021
Modified Files:
src/sys/arch/mips/mips: trap.c
Log Message:
(Very) minimal kernel support for dtrace on MIPS; enough to system call
tracing to work for example.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: simonb
Date: Mon Mar 29 03:27:38 UTC 2021
Added Files:
src/external/cddl/osnet/dev/cyclic/mips: cyclic_machdep.c
Log Message:
Add cyclic_machdep.c for MIPS
The code is identical to i386's one.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: simonb
Date: Mon Mar 29 05:17:09 UTC 2021
Added Files:
src/external/cddl/osnet/dev/dtrace/mips: dtrace_asm.S dtrace_isa.c
dtrace_subr.c regset.h
src/external/cddl/osnet/dev/fbt/mips: fbt_isa.c fbt_isa.h
Log Message:
Work in
Module Name:src
Committed By: simonb
Date: Mon Mar 29 05:18:02 UTC 2021
Modified Files:
src/external/cddl/osnet/lib/libdtrace: Makefile
Log Message:
Compile MIPS specific code.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/external/cddl/osnet/lib/libd
Module Name:src
Committed By: simonb
Date: Mon Mar 29 05:22:50 UTC 2021
Modified Files:
src/share/mk: bsd.kmodule.mk
Log Message:
On MIPS if we compile C files as N64, compile assembly with the same ABI.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/s
85 matches
Mail list logo