Module Name:src
Committed By: skrll
Date: Wed Apr 12 06:57:28 UTC 2023
Modified Files:
src/sys/arch/aarch64/aarch64: pmap_machdep.c
Log Message:
Use CACHE_LINE_SIZE instead of magic number 128.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/aarc
Module Name:src
Committed By: skrll
Date: Wed Apr 12 06:57:28 UTC 2023
Modified Files:
src/sys/arch/aarch64/aarch64: pmap_machdep.c
Log Message:
Use CACHE_LINE_SIZE instead of magic number 128.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/aarc
Module Name:src
Committed By: riastradh
Date: Wed Apr 12 06:49:17 UTC 2023
Modified Files:
src/sys/sys: param.h
Log Message:
Welcome to 10.99.3!
Courtesy of:
- deleted ttycheckoutq parameter
- deleted mutex_owner symbol
- tco(4) at ichsmb(4)
- new m_get_n, m_gethdr_n symb
Module Name:src
Committed By: riastradh
Date: Wed Apr 12 06:49:17 UTC 2023
Modified Files:
src/sys/sys: param.h
Log Message:
Welcome to 10.99.3!
Courtesy of:
- deleted ttycheckoutq parameter
- deleted mutex_owner symbol
- tco(4) at ichsmb(4)
- new m_get_n, m_gethdr_n symb
Module Name:src
Committed By: riastradh
Date: Wed Apr 12 06:48:08 UTC 2023
Modified Files:
src/sys/kern: uipc_mbuf.c
src/sys/sys: mbuf.h
Log Message:
mbuf(9): New m_get_n, m_gethdr_n.
m_get_n(how, type, alignbytes, nbytes) returns an mbuf with no packet
header hav
Module Name:src
Committed By: riastradh
Date: Wed Apr 12 06:48:08 UTC 2023
Modified Files:
src/sys/kern: uipc_mbuf.c
src/sys/sys: mbuf.h
Log Message:
mbuf(9): New m_get_n, m_gethdr_n.
m_get_n(how, type, alignbytes, nbytes) returns an mbuf with no packet
header hav
Module Name:src
Committed By: riastradh
Date: Wed Apr 12 06:39:16 UTC 2023
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/x86/pci: files.pci ichlpcib.c tco.c tco.h
src/sys/dev/ic: i82801lpcreg.h
src/sys/dev/pci: files.pci ichsmb.c
Log
Module Name:src
Committed By: riastradh
Date: Wed Apr 12 06:39:16 UTC 2023
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/x86/pci: files.pci ichlpcib.c tco.c tco.h
src/sys/dev/ic: i82801lpcreg.h
src/sys/dev/pci: files.pci ichsmb.c
Log
Module Name:src
Committed By: riastradh
Date: Wed Apr 12 06:35:41 UTC 2023
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: spa.c
src/sys/kern: kern_mutex.c
src/sys/rump/librump/rumpkern: locks.c locks_up.c
src/sys/sys: mutex.h
Log Me
Module Name:src
Committed By: riastradh
Date: Wed Apr 12 06:35:41 UTC 2023
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: spa.c
src/sys/kern: kern_mutex.c
src/sys/rump/librump/rumpkern: locks.c locks_up.c
src/sys/sys: mutex.h
Log Me
Module Name:src
Committed By: riastradh
Date: Wed Apr 12 06:35:26 UTC 2023
Modified Files:
src/sys/kern: subr_prf.c tty.c
src/sys/sys: tty.h
Log Message:
ttycheckoutq(9): wait=0 always, parameter no longer useful, nix it.
XXX kernel revbump
To generate a diff of
Module Name:src
Committed By: riastradh
Date: Wed Apr 12 06:35:26 UTC 2023
Modified Files:
src/sys/kern: subr_prf.c tty.c
src/sys/sys: tty.h
Log Message:
ttycheckoutq(9): wait=0 always, parameter no longer useful, nix it.
XXX kernel revbump
To generate a diff of
Module Name:src
Committed By: msaitoh
Date: Wed Apr 12 02:15:51 UTC 2023
Modified Files:
src/usr.sbin/tprof/arch: tprof_x86.c
Log Message:
KNF. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/tprof/arch/tprof_x86.c
Please
Module Name:src
Committed By: msaitoh
Date: Wed Apr 12 02:15:51 UTC 2023
Modified Files:
src/usr.sbin/tprof/arch: tprof_x86.c
Log Message:
KNF. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/tprof/arch/tprof_x86.c
Please
On Wed, Apr 12, 2023 at 01:10:40AM +0700, Robert Elz wrote:
>
> | In that state then decrementing dk_rawopens beyond zero will make
> | dklastclose do the right thing: nothing.
>
> Except that if that happens, dk_rawopens will be left == ~0 and the next
> open attempt will then increment it,
Module Name:src
Committed By: rillig
Date: Tue Apr 11 19:40:05 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix converting a complex floating-point constant
The complex '+' in msg_142 line 27 led to an invalid floating point
value when conve
Module Name:src
Committed By: rillig
Date: Tue Apr 11 19:40:05 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix converting a complex floating-point constant
The complex '+' in msg_142 line 27 led to an invalid floating point
value when conve
Module Name:src
Committed By: rillig
Date: Tue Apr 11 19:07:08 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix wrong warning about overflow in floating constant expressions
To generate a diff of this commit:
cvs rdiff -u -r1.509 -r1.510 sr
Module Name:src
Committed By: rillig
Date: Tue Apr 11 19:07:08 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix wrong warning about overflow in floating constant expressions
To generate a diff of this commit:
cvs rdiff -u -r1.509 -r1.510 sr
Module Name:src
Committed By: rillig
Date: Tue Apr 11 19:02:19 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: mem1.c tree.c
Log Message:
lint: condense code
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/usr.bin/xlint/lint1/me
Module Name:src
Committed By: rillig
Date: Tue Apr 11 19:02:19 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: mem1.c tree.c
Log Message:
lint: condense code
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/usr.bin/xlint/lint1/me
Module Name:src
Committed By: kre
Date: Tue Apr 11 18:23:42 UTC 2023
Modified Files:
src/tests/rump/rumpkern: t_vm.c
Log Message:
PR misc/57343 (Jim Spath) - fixed a typo in atf_tc_skip message.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/rump/r
Module Name:src
Committed By: kre
Date: Tue Apr 11 18:23:42 UTC 2023
Modified Files:
src/tests/rump/rumpkern: t_vm.c
Log Message:
PR misc/57343 (Jim Spath) - fixed a typo in atf_tc_skip message.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/rump/r
Date:Tue, 11 Apr 2023 17:21:17 +0200
From:Michael van Elst
Message-ID:
| In that state then decrementing dk_rawopens beyond zero will make
| dklastclose do the right thing: nothing.
Except that if that happens, dk_rawopens will be left == ~0 and the next
open at
Module Name:src
Committed By: rillig
Date: Tue Apr 11 17:52:11 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: debug.c externs1.h
Log Message:
lint: in debug mode, use different names for macro and function
No functional change.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rillig
Date: Tue Apr 11 17:52:11 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: debug.c externs1.h
Log Message:
lint: in debug mode, use different names for macro and function
No functional change.
To generate a diff of this commit:
cvs
On Tue, Apr 11, 2023 at 09:07:49AM +, Taylor R Campbell wrote:
>
> (a) how we can legitimately enter a state where the assertions are
> violated, and
dklastclose is called when the close operation ends in no more openers.
There is nothing that guarantees that any open was successful befor
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 14:50:47 UTC 2023
Modified Files:
src/sys/ufs/lfs: lfs_pages.c
Log Message:
lfs: Assert page identity doesn't change.
Forgot what I was debugging when I inserted a relookup in my local
tree months or years ago, but
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 14:50:47 UTC 2023
Modified Files:
src/sys/ufs/lfs: lfs_pages.c
Log Message:
lfs: Assert page identity doesn't change.
Forgot what I was debugging when I inserted a relookup in my local
tree months or years ago, but
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 14:22:10 UTC 2023
Modified Files:
src/share/misc: style
Log Message:
style(5): Omit redundant proscription against .c externs in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/share/mis
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 14:22:10 UTC 2023
Modified Files:
src/share/misc: style
Log Message:
style(5): Omit redundant proscription against .c externs in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/share/mis
Module Name:src
Committed By: jakllsch
Date: Tue Apr 11 14:03:46 UTC 2023
Modified Files:
src/sys/net: if_wg.c
Log Message:
Give scope and additional details to wg(4) diagnostic messages.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/net/if_wg.c
Module Name:src
Committed By: jakllsch
Date: Tue Apr 11 14:03:46 UTC 2023
Modified Files:
src/sys/net: if_wg.c
Log Message:
Give scope and additional details to wg(4) diagnostic messages.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/net/if_wg.c
Module Name:src
Committed By: tsutsui
Date: Tue Apr 11 13:26:19 UTC 2023
Modified Files:
src/sys/arch/luna68k/conf: Makefile.luna68k
Log Message:
Fix missing locore.d dependency output on make depend.
Reported from isaki@. Looks missed in rev 1.13 (22 years ago):
http:
Module Name:src
Committed By: tsutsui
Date: Tue Apr 11 13:26:19 UTC 2023
Modified Files:
src/sys/arch/luna68k/conf: Makefile.luna68k
Log Message:
Fix missing locore.d dependency output on make depend.
Reported from isaki@. Looks missed in rev 1.13 (22 years ago):
http:
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 13:17:32 UTC 2023
Modified Files:
src/sbin/rndctl: rndctl.c
Log Message:
rndctl(8): Take omitted name/type as empty device name.
This can now be used to change flags for all sources at once.
XXX pullup-10
To gene
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 13:17:32 UTC 2023
Modified Files:
src/sbin/rndctl: rndctl.c
Log Message:
rndctl(8): Take omitted name/type as empty device name.
This can now be used to change flags for all sources at once.
XXX pullup-10
To gene
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 13:11:01 UTC 2023
Modified Files:
src/sys/arch/x86/x86: intr.c
Log Message:
x86: Omit needless membar_sync in intr_disestablish_xcall.
Details in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.164 -
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 13:06:21 UTC 2023
Modified Files:
src/sys/kern: subr_thmap.c
Log Message:
thmap(9): kmem_zalloc(KM_SLEEP) never fails. Prune dead branch.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/kern/
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 13:06:21 UTC 2023
Modified Files:
src/sys/kern: subr_thmap.c
Log Message:
thmap(9): kmem_zalloc(KM_SLEEP) never fails. Prune dead branch.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/kern/
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 13:01:42 UTC 2023
Modified Files:
src/sys/dev/ic: com.c
Log Message:
com(4): Note ttylock in comment, not tty_lock.
To generate a diff of this commit:
cvs rdiff -u -r1.383 -r1.384 src/sys/dev/ic/com.c
Please note
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 13:01:42 UTC 2023
Modified Files:
src/sys/dev/ic: com.c
Log Message:
com(4): Note ttylock in comment, not tty_lock.
To generate a diff of this commit:
cvs rdiff -u -r1.383 -r1.384 src/sys/dev/ic/com.c
Please note
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 12:58:03 UTC 2023
Modified Files:
src/sys/arch/evbarm/dev: plcom.c
Log Message:
evbarm/plcom(4): Note ttylock in comment, not tty_lock.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/evb
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 12:58:03 UTC 2023
Modified Files:
src/sys/arch/evbarm/dev: plcom.c
Log Message:
evbarm/plcom(4): Note ttylock in comment, not tty_lock.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/evb
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 12:56:08 UTC 2023
Modified Files:
src/sys/arch/evbarm/dev: plcom.c plcomreg.h plcomvar.h
Log Message:
evbarm/plcom(4): Sync some recent changes from com(4).
- Nix quirky `integrate' macro.
- Omit needless spltty in
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 12:56:08 UTC 2023
Modified Files:
src/sys/arch/evbarm/dev: plcom.c plcomreg.h plcomvar.h
Log Message:
evbarm/plcom(4): Sync some recent changes from com(4).
- Nix quirky `integrate' macro.
- Omit needless spltty in
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 12:55:59 UTC 2023
Modified Files:
src/sys/dev/ic: com.c
Log Message:
com(4): Note timecounter_lock in lock order comments.
To generate a diff of this commit:
cvs rdiff -u -r1.382 -r1.383 src/sys/dev/ic/com.c
Pleas
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 12:55:59 UTC 2023
Modified Files:
src/sys/dev/ic: com.c
Log Message:
com(4): Note timecounter_lock in lock order comments.
To generate a diff of this commit:
cvs rdiff -u -r1.382 -r1.383 src/sys/dev/ic/com.c
Pleas
Module Name:src
Committed By: hauke
Date: Tue Apr 11 10:34:52 UTC 2023
Modified Files:
src/usr.bin/vacation: vacation.1 vacation.c
Log Message:
Make vacation(1) check 'Auto-Submitted:' (RFC 3834) in addition to
'Precedence:' (RFC 2076), and set 'Precedence:' in addition to
Module Name:src
Committed By: hauke
Date: Tue Apr 11 10:34:52 UTC 2023
Modified Files:
src/usr.bin/vacation: vacation.1 vacation.c
Log Message:
Make vacation(1) check 'Auto-Submitted:' (RFC 3834) in addition to
'Precedence:' (RFC 2076), and set 'Precedence:' in addition to
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 10:30:41 UTC 2023
Modified Files:
src/distrib/sets/lists/debug: module.ad.aarch64
src/distrib/sets/lists/modules: ad.aarch64
src/sys/modules: Makefile
Log Message:
aarch64: Build drm modules.
To gen
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 10:30:41 UTC 2023
Modified Files:
src/distrib/sets/lists/debug: module.ad.aarch64
src/distrib/sets/lists/modules: ad.aarch64
src/sys/modules: Makefile
Log Message:
aarch64: Build drm modules.
To gen
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 10:23:47 UTC 2023
Modified Files:
src/sys/kern: tty.c
Log Message:
ttwrite(9): Assert we mangle uio_resid only if we also return error.
To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 src/sys/kern/t
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 10:23:47 UTC 2023
Modified Files:
src/sys/kern: tty.c
Log Message:
ttwrite(9): Assert we mangle uio_resid only if we also return error.
To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 src/sys/kern/t
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 10:22:04 UTC 2023
Modified Files:
src/sys/kern: subr_copy.c
Log Message:
uiomove(9): Stronger assertions about iov array.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/kern/subr_copy.c
Plea
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 10:22:04 UTC 2023
Modified Files:
src/sys/kern: subr_copy.c
Log Message:
uiomove(9): Stronger assertions about iov array.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/kern/subr_copy.c
Plea
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 10:19:56 UTC 2023
Modified Files:
src/sys/kern: subr_msan.c
Log Message:
kmsan: Format exact instruction addresses relative to symbols.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/kern/sub
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 10:19:56 UTC 2023
Modified Files:
src/sys/kern: subr_msan.c
Log Message:
kmsan: Format exact instruction addresses relative to symbols.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/kern/sub
Module Name:src
Committed By: msaitoh
Date: Tue Apr 11 10:07:12 UTC 2023
Modified Files:
src/sys/dev/tprof: tprof.c tprof_armv7.c tprof_armv8.c tprof_types.h
tprof_x86_amd.c tprof_x86_intel.c
Log Message:
KNF. No functional change.
To generate a diff of this
Module Name:src
Committed By: msaitoh
Date: Tue Apr 11 10:07:12 UTC 2023
Modified Files:
src/sys/dev/tprof: tprof.c tprof_armv7.c tprof_armv8.c tprof_types.h
tprof_x86_amd.c tprof_x86_intel.c
Log Message:
KNF. No functional change.
To generate a diff of this
Module Name:src
Committed By: msaitoh
Date: Tue Apr 11 09:53:28 UTC 2023
Modified Files:
src/sys/dev/tprof: tprof_x86_intel.c
Log Message:
Test cpuid_level in tprof_intel_ncounters().
This function is called before tprof_intel_ident().
To generate a diff of this commit:
Module Name:src
Committed By: msaitoh
Date: Tue Apr 11 09:53:28 UTC 2023
Modified Files:
src/sys/dev/tprof: tprof_x86_intel.c
Log Message:
Test cpuid_level in tprof_intel_ncounters().
This function is called before tprof_intel_ident().
To generate a diff of this commit:
> Module Name:src
> Committed By: mlelstv
> Date: Tue Sep 27 17:04:52 UTC 2022
>
> Modified Files:
> src/sys/dev/dkwedge: dk.c
>
> Log Message:
> Remove bogus assertions.
>
> @@ -1221,8 +1221,6 @@ dklastclose(struct dkwedge_softc *sc)
>
> KASSERT(mutex_owned(&sc
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 08:50:07 UTC 2023
Modified Files:
src/sys/dev/usb: usb_subr.c
Log Message:
usb(9): Assert ud_ifaces is null before we clobber it.
To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 src/sys/dev/usb/usb_
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 08:50:07 UTC 2023
Modified Files:
src/sys/dev/usb: usb_subr.c
Log Message:
usb(9): Assert ud_ifaces is null before we clobber it.
To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 src/sys/dev/usb/usb_
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 08:40:20 UTC 2023
Modified Files:
src/sys/arch/arm/rockchip: rk_dwhdmi.c
Log Message:
arm/rockchip: Omit needless functions.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/rockchip/rk_
Module Name:src
Committed By: riastradh
Date: Tue Apr 11 08:40:20 UTC 2023
Modified Files:
src/sys/arch/arm/rockchip: rk_dwhdmi.c
Log Message:
arm/rockchip: Omit needless functions.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/rockchip/rk_
67 matches
Mail list logo