CVS commit: src/sys/arch/arm/pic

2021-02-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 16 07:27:12 UTC 2021 Modified Files: src/sys/arch/arm/pic: picvar.h Log Message: Provide a pic_set_priority_psw in the case that __HAVE_PIC_SET_PRIORITY is not defined. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/mips

2021-02-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Feb 16 06:06:58 UTC 2021 Modified Files: src/sys/arch/mips/include: asm.h profile.h src/sys/arch/mips/mips: mipsX_subr.S mips_fixup.c Log Message: Working kernel profiling for n32/n64: - Different MCOUNT and

CVS commit: src/sys/netinet

2021-02-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 16 05:44:14 UTC 2021 Modified Files: src/sys/netinet: if_arp.c Log Message: Undo previous backout: alignment is needed here. The reason for the previous backout was a misunderstanding (POINTER_ALIGNED_P was broken, but

CVS commit: src/sys/arch/mips/include

2021-02-15 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Feb 16 05:11:27 UTC 2021 Modified Files: src/sys/arch/mips/include: intr.h Log Message: Add no-profiled attribute for splhigh_noprof() and splx_noprof(). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/distrib/sets

2021-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 15 23:46:46 UTC 2021 Modified Files: src/distrib/sets: fmt-list Log Message: distrib/sets/fmt-list: document how to sort by directory first In lists/base/mi, the directory ./libdata/firmware contains several

CVS commit: src/sys/dev/raidframe

2021-02-15 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Feb 15 23:27:03 UTC 2021 Modified Files: src/sys/dev/raidframe: rf_reconstruct.c Log Message: Fix a long long-standing off-by-one error in computing lastPSID. SUsPerPU is only really supported for a value of 1, and since the

CVS commit: src/distrib/sets

2021-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 15 23:00:03 UTC 2021 Modified Files: src/distrib/sets: fmt-list Log Message: distrib/sets/list-fmt: sort commented entries like regular entries Seen in lists/modules/ad.aarch64, among others. These lines are not

CVS commit: src/sys/arch/evbmips/mipssim

2021-02-15 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon Feb 15 22:39:46 UTC 2021 Modified Files: src/sys/arch/evbmips/mipssim: autoconf.h machdep.c mainbus.c mipssim_bus_io.c mipssim_intr.c mipssimreg.h mipssimvar.h Added Files: src/sys/arch/evbmips/mipssim:

CVS commit: src/sys/netinet

2021-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 19:49:17 UTC 2021 Modified Files: src/sys/netinet: if_arp.c Log Message: Undo previous; POINTER_ALIGNED_P was broken. To generate a diff of this commit: cvs rdiff -u -r1.303 -r1.304 src/sys/netinet/if_arp.c Please

CVS commit: src/sys/sys

2021-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 19:46:53 UTC 2021 Modified Files: src/sys/sys: param.h Log Message: the fourth time is the charm To generate a diff of this commit: cvs rdiff -u -r1.687 -r1.688 src/sys/sys/param.h Please note that diffs are not

CVS commit: src/sys/netinet

2021-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 19:19:30 UTC 2021 Modified Files: src/sys/netinet: if_arp.c Log Message: put back alignment (reported by martin@) To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303 src/sys/netinet/if_arp.c Please

CVS commit: src/sys/sys

2021-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 18:33:29 UTC 2021 Modified Files: src/sys/sys: param.h Log Message: Fix pointer aligned macro to match the original (thanks @mlelstv) To generate a diff of this commit: cvs rdiff -u -r1.686 -r1.687

CVS commit: src/usr.bin/make

2021-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 15 18:23:32 UTC 2021 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: directive-export-impl.exp directive-unexport-env.exp var-op-append.exp vardebug.exp

CVS commit: src/usr.bin/make

2021-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 15 18:21:14 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: rename ExprStatus to ExprDefined The type describes the definedness of an expression, not a general status, therefore the new name is more

CVS commit: src/usr.bin/make

2021-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 15 17:59:09 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: update comments for Expr, amending the previous commit To generate a diff of this commit: cvs rdiff -u -r1.823 -r1.824

CVS commit: src/sys/arch/aarch64/aarch64

2021-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 15 17:46:36 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: trap.c Log Message: interrupt: enable interrupts before running soft intr handlers. To avoid stack usage going out of control, only do this at

CVS commit: src/usr.bin/make

2021-02-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 15 17:44:09 UTC 2021 Modified Files: src/usr.bin/make: var.c Log Message: make: split parameters for evaluating variable expressions The details of how variable expressions are evaluated is controlled by several

CVS commit: src/sys/arch/arm/pic

2021-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 15 16:32:07 UTC 2021 Modified Files: src/sys/arch/arm/pic: pic.c pic_splfuncs.c picvar.h Log Message: splx: use pic_set_priority_psw in interrupts disabled case to skip a few more daif accesses. To generate a diff of

CVS commit: src/sys/arch/arm/pic

2021-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 15 16:04:01 UTC 2021 Modified Files: src/sys/arch/arm/pic: pic_splfuncs.c Log Message: splx: restore priority even if interrupts are disabled To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/tests/lib/libcurses/director

2021-02-15 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Feb 15 15:55:51 UTC 2021 Modified Files: src/tests/lib/libcurses/director: testlang_parse.y Log Message: Simplify to avoid copy based on the size of the source. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49

CVS commit: src/sys/sys

2021-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:53:49 UTC 2021 Modified Files: src/sys/sys: param.h Log Message: Fix reversed test (thanks mlelstv) To generate a diff of this commit: cvs rdiff -u -r1.685 -r1.686 src/sys/sys/param.h Please note that diffs are

CVS commit: src/sys/arch/arm/pic

2021-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 15 15:42:58 UTC 2021 Modified Files: src/sys/arch/arm/pic: pic_splfuncs.c Log Message: splx: only dispatch hard interrupts if interrupts are enabled To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/lib/libc/locale

2021-02-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 15 15:38:43 UTC 2021 Modified Files: src/lib/libc/locale: duplocale.3 freelocale.3 newlocale.3 Log Message: Remove reference to multibyte(3) and trailing commas. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/locale

2021-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 15:36:53 UTC 2021 Modified Files: src/lib/libc/locale: duplocale.3 freelocale.3 newlocale.3 Log Message: Remove FreeBSD portions that are not relevant to our implementation (pointed out by joerg@) To generate a

CVS commit: src/sys/arch/arm/pic

2021-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 15 15:07:48 UTC 2021 Modified Files: src/sys/arch/arm/pic: pic_splfuncs.c Log Message: splx: only dispatch softints if interrupts are enabled To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/distrib/sets/lists/comp

2021-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 14:38:06 UTC 2021 Modified Files: src/distrib/sets/lists/comp: mi Log Message: new locale pages, sort To generate a diff of this commit: cvs rdiff -u -r1.2373 -r1.2374 src/distrib/sets/lists/comp/mi Please note

CVS commit: src/lib/libc/locale

2021-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 15 14:35:04 UTC 2021 Modified Files: src/lib/libc/locale: Makefile.inc Added Files: src/lib/libc/locale: duplocale.3 freelocale.3 newlocale.3 Log Message: Add missing man pages (from FreeBSD) To generate a

CVS commit: src/sys/dev/usb

2021-02-15 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Mon Feb 15 13:39:18 UTC 2021 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Fix my copy-and-paste bug in rev1.160. This fixes recording sample dropout. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169

CVS commit: src/sys/arch/arm/pic

2021-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 15 13:03:52 UTC 2021 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: pic: reduce the number of daif accesses in pic_do_pending_ints The caller has already provided daif state. No need to keep updating daif via

CVS commit: src/sys/netinet6

2021-02-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 15 10:13:45 UTC 2021 Modified Files: src/sys/netinet6: icmp6.c Log Message: Fix the build. Maybe there should be a ICMP6_HDR_ALIGNMENT, but for now there is only IP6_HDR_ALIGNMENT. To generate a diff of this commit: cvs

CVS commit: src/sys/sys

2021-02-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Feb 15 09:29:57 UTC 2021 Modified Files: src/sys/sys: mbuf.h Log Message: Don't compare int against size_t .. since mbuf lengths should never be negative, cast it from int to size_t (rather than the other way around).