svn commit: r368091 - head/sys/dev/isp

2020-11-26 Thread Alexander Motin
Author: mav Date: Fri Nov 27 05:13:52 2020 New Revision: 368091 URL: https://svnweb.freebsd.org/changeset/base/368091 Log: Restore break statement lost in r367857. Modified: head/sys/dev/isp/isp_target.c Modified: head/sys/dev/isp/isp_target.c

svn commit: r368086 - stable/12/tools/regression/fsx

2020-11-26 Thread Alan Somers
Author: asomers Date: Thu Nov 26 23:35:13 2020 New Revision: 368086 URL: https://svnweb.freebsd.org/changeset/base/368086 Log: MFC r365956: fsx: fix build with WARNS=6 * signed/unsigned comparisons * use standard warn(3) * Suppress warnings about local vars and funcs not declared

svn commit: r368087 - stable/12/sys/kern

2020-11-26 Thread Alan Somers
Author: asomers Date: Thu Nov 26 23:44:57 2020 New Revision: 368087 URL: https://svnweb.freebsd.org/changeset/base/368087 Log: MFC r366118: Fix some signed/unsigned comparison warnings in NFS Reviewed by: rmacklem Differential Revision:https://reviews.freebsd.org/D26533

svn commit: r368089 - in stable: 11/sys/kern 12/sys/kern

2020-11-26 Thread Cy Schubert
Author: cy Date: Fri Nov 27 03:17:21 2020 New Revision: 368089 URL: https://svnweb.freebsd.org/changeset/base/368089 Log: MFC r367980: Fix a typo in a comment. Modified: stable/11/sys/kern/kern_ntptime.c Directory Properties: stable/11/ (props changed) Changes in other areas also

svn commit: r368089 - in stable: 11/sys/kern 12/sys/kern

2020-11-26 Thread Cy Schubert
Author: cy Date: Fri Nov 27 03:17:21 2020 New Revision: 368089 URL: https://svnweb.freebsd.org/changeset/base/368089 Log: MFC r367980: Fix a typo in a comment. Modified: stable/12/sys/kern/kern_ntptime.c Directory Properties: stable/12/ (props changed) Changes in other areas also

svn commit: r368088 - stable/12/lib/libc/tests/sys

2020-11-26 Thread Alan Somers
Author: asomers Date: Thu Nov 26 23:54:13 2020 New Revision: 368088 URL: https://svnweb.freebsd.org/changeset/base/368088 Log: MFC r366131: lib/libc/tests/sys: raise WARNS to 6 Modified: stable/12/lib/libc/tests/sys/Makefile Directory Properties: stable/12/ (props changed)

Re: svn commit: r368072 - in head/contrib/bc: . gen include manuals manuals/bc manuals/dc src src/bc src/dc src/history src/rand tests

2020-11-26 Thread Cy Schubert
Just came in from outside to check my buildworld. Removing the gh-bc subdir in obj fixed it. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org The need of the many outweighs the greed of the few. In message

svn commit: r368084 - head/lib/libprocstat

2020-11-26 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Thu Nov 26 22:49:05 2020 New Revision: 368084 URL: https://svnweb.freebsd.org/changeset/base/368084 Log: libprocstat.3: Correct two occurrences of kvm_getprocs to procstat_getprocs Submitted by: otis_sk.freebsd.org Reviewed by: markj MFC after:

svn commit: r368090 - stable/12/lib/libc/tests/iconv

2020-11-26 Thread Alan Somers
Author: asomers Date: Fri Nov 27 04:45:10 2020 New Revision: 368090 URL: https://svnweb.freebsd.org/changeset/base/368090 Log: MFC r366132: lib/libc/tests/iconv: raise WARNS to 6 Modified: stable/12/lib/libc/tests/iconv/Makefile stable/12/lib/libc/tests/iconv/iconvctl_test.c Directory

Re: svn commit: r368072 - in head/contrib/bc: . gen include manuals manuals/bc manuals/dc src src/bc src/dc src/history src/rand tests

2020-11-26 Thread Cy Schubert
In message , Stefan Esser wri tes: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --maOtBJEdTLpVHYJ8ME4Ow5t7gyU1h0CIy > Content-Type: multipart/mixed; boundary="m8M7hYutSXzrBuT8orVd2JNQQPKxzBZwZ"; > protected-headers="v1" > From: Stefan Esser > To: Cy Schubert > Cc: "O.

svn commit: r368085 - stable/12/lib/libc/gen

2020-11-26 Thread Alan Somers
Author: asomers Date: Thu Nov 26 23:34:02 2020 New Revision: 368085 URL: https://svnweb.freebsd.org/changeset/base/368085 Log: MFC r365910: fix integer underflow in getgrnam_r and getpwnam_r Sometimes nscd(8) will return a 1-byte buffer for a nonexistent entry. This triggered an

svn commit: r368092 - head/usr.sbin/bhyve

2020-11-26 Thread Rebecca Cran
Author: bcran Date: Fri Nov 27 07:53:15 2020 New Revision: 368092 URL: https://svnweb.freebsd.org/changeset/base/368092 Log: bhyve: fix smbiostbl.c style issues and add comment about date format Fix a couple of style issues introduced in my previous commit. Add a comment explaining that

Re: svn commit: r368045 - in head: . etc/mtree rescue/rescue sbin sbin/ping sbin/ping/tests sbin/ping6 sbin/ping6/tests tools/build/mk

2020-11-26 Thread Emmanuel Vadot
Hi Alan, On Thu, 26 Nov 2020 04:29:31 + (UTC) Alan Somers wrote: > Author: asomers > Date: Thu Nov 26 04:29:30 2020 > New Revision: 368045 > URL: https://svnweb.freebsd.org/changeset/base/368045 > > Log: > Merge ping6 to ping > > There is now a single ping binary, which chooses

Re: svn commit: r368045 - in head: . etc/mtree rescue/rescue sbin sbin/ping sbin/ping/tests sbin/ping6 sbin/ping6/tests tools/build/mk

2020-11-26 Thread Bjoern A. Zeeb
On 26 Nov 2020, at 4:29, Alan Somers wrote: Author: asomers Date: Thu Nov 26 04:29:30 2020 New Revision: 368045 URL: https://svnweb.freebsd.org/changeset/base/368045 Log: Merge ping6 to ping There is now a single ping binary, which chooses to use ICMP or ICMPv4 based on the -4 and -6

svn commit: r368053 - head/lib/libsysdecode

2020-11-26 Thread Pawel Biernacki
Author: kaktus Date: Thu Nov 26 09:07:45 2020 New Revision: 368053 URL: https://svnweb.freebsd.org/changeset/base/368053 Log: libsysdecode: account for invalid protection flags Reported by: jhb MFC with: r368022 Modified: head/lib/libsysdecode/flags.c Modified:

Câbles et bornes de recharge pour véhicules électrique ou hybride

2020-11-26 Thread Florian BARRIERE via svn-src-all
-30% sur certains articles [https://up.m2xmail.com/lnk/385792097/2b1f4008f03656e01132dab1f79578e13ab4f3a3/aHR0cDovL3d3dy5ib3V0aXF1ZS5iYXRpcmVsLnNob3A]  Voir la version en ligne [https://live.m2xmail.com/preview-html?id=14109906=287863d42e82ff0d171ab74e329c698c=svn-src-all%40freebsd.org]  

svn commit: r368054 - stable/12/sys/net

2020-11-26 Thread Kristof Provost
Author: kp Date: Thu Nov 26 10:17:56 2020 New Revision: 368054 URL: https://svnweb.freebsd.org/changeset/base/368054 Log: Add missing NET_EPOCH_EXIT() to if_bridge In r367706 one return in bridge_input() did not NET_EPOCH_EXIT(), which caused seemingly random panics on the next use of

svn commit: r368055 - head/contrib/netbsd-tests/lib/libpthread

2020-11-26 Thread Alex Richardson
Author: arichardson Date: Thu Nov 26 13:31:57 2020 New Revision: 368055 URL: https://svnweb.freebsd.org/changeset/base/368055 Log: Significantly speed up libthr/mutex_test and make more reliable Instead of using a simple global++ as the data race, with this change we perform the

Re: svn commit: r368045 - in head: . etc/mtree rescue/rescue sbin sbin/ping sbin/ping/tests sbin/ping6 sbin/ping6/tests tools/build/mk

2020-11-26 Thread Alan Somers
On Thu, Nov 26, 2020 at 1:27 AM Emmanuel Vadot wrote: > > Hi Alan, > > On Thu, 26 Nov 2020 04:29:31 + (UTC) > Alan Somers wrote: > > > Author: asomers > > Date: Thu Nov 26 04:29:30 2020 > > New Revision: 368045 > > URL: https://svnweb.freebsd.org/changeset/base/368045 > > > > Log: > >

svn commit: r368056 - in head: .github/workflows tools/build

2020-11-26 Thread Ulrich Spörlein
Author: uqs Date: Thu Nov 26 14:42:16 2020 New Revision: 368056 URL: https://svnweb.freebsd.org/changeset/base/368056 Log: GH Actions: Use pre-installed clang packages Also fix the run by setting up the environment in non-deprecated way. Always run with --debug to understand better

svn commit: r368060 - head/sys/dev/sdhci

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 16:40:20 2020 New Revision: 368060 URL: https://svnweb.freebsd.org/changeset/base/368060 Log: sdhci: Only print mmccam debug code if hw.sdhci.debug is > 1 Modified: head/sys/dev/sdhci/sdhci.c Modified: head/sys/dev/sdhci/sdhci.c

svn commit: r368061 - head/sys/dev/sdhci

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 16:40:39 2020 New Revision: 368061 URL: https://svnweb.freebsd.org/changeset/base/368061 Log: sdhci: mmccam: Update vccq in the driver ios Otherwise we always report that the card is running at 1.2V. Modified: head/sys/dev/sdhci/sdhci.c Modified:

svn commit: r368058 - head/sbin/ifconfig

2020-11-26 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 26 16:36:50 2020 New Revision: 368058 URL: https://svnweb.freebsd.org/changeset/base/368058 Log: Ensure consistent error messages from ifconfig(8). If multiple threads are invoking "ifconfig XXX create" a race may occur which can lead to two different error

svn commit: r368063 - in vendor/bc/dist: . gen include manuals manuals/bc manuals/dc src

2020-11-26 Thread Stefan Eßer
Author: se Date: Thu Nov 26 17:18:18 2020 New Revision: 368063 URL: https://svnweb.freebsd.org/changeset/base/368063 Log: Revert incomplete import of version 3.2.0 Modified: vendor/bc/dist/.gitignore vendor/bc/dist/Makefile.in vendor/bc/dist/NEWS.md vendor/bc/dist/README.md

svn commit: r368067 - head/sys/arm/allwinner

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 17:19:47 2020 New Revision: 368067 URL: https://svnweb.freebsd.org/changeset/base/368067 Log: arm: allwinner: a23 timer functions are only used for arm64 Modified: head/sys/arm/allwinner/a10_timer.c Modified: head/sys/arm/allwinner/a10_timer.c

svn commit: r368069 - vendor/bc/3.2.0

2020-11-26 Thread Stefan Eßer
Author: se Date: Thu Nov 26 17:29:16 2020 New Revision: 368069 URL: https://svnweb.freebsd.org/changeset/base/368069 Log: Tag version 3.2.0 Added: vendor/bc/3.2.0/ - copied from r368068, vendor/bc/dist/ ___ svn-src-all@freebsd.org mailing list

svn commit: r368072 - in head/contrib/bc: . gen include manuals manuals/bc manuals/dc src src/bc src/dc src/history src/rand tests

2020-11-26 Thread Stefan Eßer
Author: se Date: Thu Nov 26 17:39:51 2020 New Revision: 368072 URL: https://svnweb.freebsd.org/changeset/base/368072 Log: Update to version 3.2.0 Added: head/contrib/bc/exec-install.sh - copied unchanged from r368069, vendor/bc/dist/exec-install.sh head/contrib/bc/include/bcl.h -

svn commit: r368073 - in head/sys: kern sys

2020-11-26 Thread Konstantin Belousov
Author: kib Date: Thu Nov 26 18:00:26 2020 New Revision: 368073 URL: https://svnweb.freebsd.org/changeset/base/368073 Log: Make max ticks for pause in vn_lock_pair() adjustable at runtime. Reduce default value from hz / 10 to hz / 100. Reviewed by: markj Tested by:pho

svn commit: r368059 - head/sys/cam/mmc

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 16:39:56 2020 New Revision: 368059 URL: https://svnweb.freebsd.org/changeset/base/368059 Log: mmccam: We can't sleep during sdda_add_part so use M_NOWAIT Reviewed by: kibab Differential Revision:https://reviews.freebsd.org/D25947 Modified:

svn commit: r368062 - in vendor/bc/dist: . gen include manuals manuals/bc manuals/dc src

2020-11-26 Thread Stefan Eßer
Author: se Date: Thu Nov 26 16:52:17 2020 New Revision: 368062 URL: https://svnweb.freebsd.org/changeset/base/368062 Log: Update to version 3.2.0 Modified: vendor/bc/dist/.gitignore vendor/bc/dist/Makefile.in vendor/bc/dist/NEWS.md vendor/bc/dist/README.md vendor/bc/dist/configure.sh

svn commit: r368066 - head/sys/arm/nvidia/tegra124

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 17:19:30 2020 New Revision: 368066 URL: https://svnweb.freebsd.org/changeset/base/368066 Log: arm: tegra: Remove unused variable Modified: head/sys/arm/nvidia/tegra124/tegra124_machdep.c Modified: head/sys/arm/nvidia/tegra124/tegra124_machdep.c

svn commit: r368065 - head/sys/arm/mv

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 17:19:13 2020 New Revision: 368065 URL: https://svnweb.freebsd.org/changeset/base/368065 Log: arm: mv: Remove unused code Modified: head/sys/arm/mv/mv_common.c Modified: head/sys/arm/mv/mv_common.c

svn commit: r368064 - head/sys/arm/ti

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 17:18:54 2020 New Revision: 368064 URL: https://svnweb.freebsd.org/changeset/base/368064 Log: arm: ti: Remove unused function ti_first_gpio_bank Modified: head/sys/arm/ti/ti_gpio.c Modified: head/sys/arm/ti/ti_gpio.c

svn commit: r368068 - in vendor/bc/dist: . gen include manuals manuals/bc manuals/dc src src/bc src/dc src/history src/rand tests

2020-11-26 Thread Stefan Eßer
Author: se Date: Thu Nov 26 17:27:07 2020 New Revision: 368068 URL: https://svnweb.freebsd.org/changeset/base/368068 Log: Import version 3.2.0 Added: vendor/bc/dist/exec-install.sh - copied unchanged from r368067, vendor/bc/dist/install.sh vendor/bc/dist/include/bcl.h (contents,

svn commit: r368071 - head/share/mk

2020-11-26 Thread Alex Richardson
Author: arichardson Date: Thu Nov 26 17:37:27 2020 New Revision: 368071 URL: https://svnweb.freebsd.org/changeset/base/368071 Log: bsd.lib.mk: Work around build system raciness We are seeing regular build failures due to libc.so being installed again and another parallel make job tries

svn commit: r368070 - head/sys/riscv/include

2020-11-26 Thread Alex Richardson
Author: arichardson Date: Thu Nov 26 17:37:22 2020 New Revision: 368070 URL: https://svnweb.freebsd.org/changeset/base/368070 Log: Add .cfi_{start,end}proc for RISC-V assembly functions This allows GDB to print more useful backtraces when setting a breakpoint on an assembly function.

Re: svn commit: r368072 - in head/contrib/bc: . gen include manuals manuals/bc manuals/dc src src/bc src/dc src/history src/rand tests

2020-11-26 Thread Stefan Esser
Am 26.11.20 um 21:03 schrieb Cy Schubert:> But this is still a problem: ld: error: undefined symbol: bc_lib_name referenced by vm.c:752 (/opt/src/svn-current/contrib/bc/src/vm.c:752) lto.tmp:(bc_vm_boot) ld: error: undefined symbol: bc_lib referenced by lex.c:225

Re: svn commit: r368072 - in head/contrib/bc: . gen include manuals manuals/bc manuals/dc src src/bc src/dc src/history src/rand tests

2020-11-26 Thread Stefan Esser
FYI: Another "make buildworld" has succeeded on my system. I cannot reproduce the issue your report and need more information from your system, e.g. a TAR file with the contents of usr.bin/gh-bc, contrib/bc and your object directory ${.OBJDIR}. Regards, STefan Am 26.11.20 um 22:23 schrieb

svn commit: r368057 - stable/12/sys/kern

2020-11-26 Thread Mark Johnston
Author: markj Date: Thu Nov 26 14:57:30 2020 New Revision: 368057 URL: https://svnweb.freebsd.org/changeset/base/368057 Log: MFC r367849: callout(9): Fix a race between CPU migration and callout_drain() Modified: stable/12/sys/kern/kern_timeout.c Directory Properties: stable/12/ (props

Re: svn commit: r368045 - in head: . etc/mtree rescue/rescue sbin sbin/ping sbin/ping/tests sbin/ping6 sbin/ping6/tests tools/build/mk

2020-11-26 Thread Warner Losh
On Thu, Nov 26, 2020, 8:37 AM Alan Somers wrote: > > > > > > >> > > I think you should add a LINKS=... here so people script which uses >> > > ping6 won't break (and of course adding support in the code to do ipv6 >> > > ping if progname is ping6 if this isn't the case). >> > > >> > > Cheers,

Re: svn commit: r368045 - in head: . etc/mtree rescue/rescue sbin sbin/ping sbin/ping/tests sbin/ping6 sbin/ping6/tests tools/build/mk

2020-11-26 Thread Alan Somers
> > > > > I think you should add a LINKS=... here so people script which uses > > > ping6 won't break (and of course adding support in the code to do ipv6 > > > ping if progname is ping6 if this isn't the case). > > > > > > Cheers, > > > > > > -- > > > Emmanuel Vadot > > > > > > > Yes, that

Re: svn commit: r368045 - in head: . etc/mtree rescue/rescue sbin sbin/ping sbin/ping/tests sbin/ping6 sbin/ping6/tests tools/build/mk

2020-11-26 Thread Emmanuel Vadot
On Thu, 26 Nov 2020 08:37:13 -0700 Alan Somers wrote: > > > > > > > I think you should add a LINKS=... here so people script which uses > > > > ping6 won't break (and of course adding support in the code to do ipv6 > > > > ping if progname is ping6 if this isn't the case). > > > > > > > >

Re: svn commit: r368045 - in head: . etc/mtree rescue/rescue sbin sbin/ping sbin/ping/tests sbin/ping6 sbin/ping6/tests tools/build/mk

2020-11-26 Thread Emmanuel Vadot
On Thu, 26 Nov 2020 07:36:37 -0700 Alan Somers wrote: > On Thu, Nov 26, 2020 at 1:27 AM Emmanuel Vadot > wrote: > > > > > Hi Alan, > > > > On Thu, 26 Nov 2020 04:29:31 + (UTC) > > Alan Somers wrote: > > > > > Author: asomers > > > Date: Thu Nov 26 04:29:30 2020 > > > New Revision: 368045

Re: svn commit: r368072 - in head/contrib/bc: . gen include manuals manuals/bc manuals/dc src src/bc src/dc src/history src/rand tests

2020-11-26 Thread Cy Schubert
In message <95c3e226-6050-2f91-debf-317d6d114...@freebsd.org>, Stefan Esser wri tes: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --2G5HCRtxQxuyxUK7KLlZTL2fMyBuBvAg7 > Content-Type: multipart/mixed; boundary="FsAoxbmUuUe0Y5w6qCnYUtYCPXSqZLgCr"; > protected-headers="v1" > From:

svn commit: r368081 - head/sys/arm64/arm64

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 20:22:34 2020 New Revision: 368081 URL: https://svnweb.freebsd.org/changeset/base/368081 Log: arm64: Do not rely on SPCR table to detect acpi Since EDK2 commit d8e36289cef7bde628b023219cd65fa8e8d4562a, the Graphical console may completely hide SPCR, causing

svn commit: r368082 - head/lib/libthr/thread

2020-11-26 Thread Konstantin Belousov
Author: kib Date: Thu Nov 26 20:23:17 2020 New Revision: 368082 URL: https://svnweb.freebsd.org/changeset/base/368082 Log: Style. Sponsored by: The FreeBSD Foundation MFC after: 3 days Modified: head/lib/libthr/thread/thr_attr.c Modified: head/lib/libthr/thread/thr_attr.c

svn commit: r368083 - head/lib/libc/gen

2020-11-26 Thread Konstantin Belousov
Author: kib Date: Thu Nov 26 20:27:23 2020 New Revision: 368083 URL: https://svnweb.freebsd.org/changeset/base/368083 Log: Remove stray column. Sponsored by: The FreeBSD Foundation MFC after: 3 days Modified: head/lib/libc/gen/_pthread_stubs.c Modified:

svn commit: r368074 - head/sys/ufs/ffs

2020-11-26 Thread Konstantin Belousov
Author: kib Date: Thu Nov 26 18:03:24 2020 New Revision: 368074 URL: https://svnweb.freebsd.org/changeset/base/368074 Log: clear_inodedeps: handle ERELOOKUP from ffs_syncvnode(). Reported and tested by: pho Sponsored by: The FreeBSD Foundation Modified:

svn commit: r368076 - head/sys/kern

2020-11-26 Thread Konstantin Belousov
Author: kib Date: Thu Nov 26 18:13:33 2020 New Revision: 368076 URL: https://svnweb.freebsd.org/changeset/base/368076 Log: vn_read_from_obj(): fix handling of doomed vnodes. There is no reason why vp->v_object cannot be NULL. If it is, it's fine, handle it by delegating to VOP_READ().

svn commit: r368077 - head/sys/fs/nullfs

2020-11-26 Thread Konstantin Belousov
Author: kib Date: Thu Nov 26 18:16:32 2020 New Revision: 368077 URL: https://svnweb.freebsd.org/changeset/base/368077 Log: nullfs: provide custom bypass for VOP_READ_PGCACHE(). Normal bypass expects locked vnode, which is not true for VOP_READ_PGCACHE(). Ensure liveness of the lower

Re: svn commit: r368072 - in head/contrib/bc: . gen include manuals manuals/bc manuals/dc src src/bc src/dc src/history src/rand tests

2020-11-26 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am Thu, 26 Nov 2020 17:39:51 + (UTC) Stefan Eßer schrieb: > Author: se > Date: Thu Nov 26 17:39:51 2020 > New Revision: 368072 > URL: https://svnweb.freebsd.org/changeset/base/368072 > > Log: > Update to version 3.2.0 > > Added: >

svn commit: r368078 - in head: . rescue/rescue sbin/ping sbin/ping/tests tools/build/mk

2020-11-26 Thread Alan Somers
Author: asomers Date: Thu Nov 26 18:33:04 2020 New Revision: 368078 URL: https://svnweb.freebsd.org/changeset/base/368078 Log: ping: add a ping6 hard link for backwards compatibility When invoked as "ping6", ping will now attempt to use ICMPv6 for hostnames that resolve both IPv4 and

svn commit: r368075 - head/sys/kern

2020-11-26 Thread Konstantin Belousov
Author: kib Date: Thu Nov 26 18:08:42 2020 New Revision: 368075 URL: https://svnweb.freebsd.org/changeset/base/368075 Log: More careful handling of the mount failure. - VFS_UNMOUNT() requires vn_start_write() around it [*]. - call VFS_PURGE() before unmount. - do not destroy mp if

Re: svn commit: r368045 - in head: . etc/mtree rescue/rescue sbin sbin/ping sbin/ping/tests sbin/ping6 sbin/ping6/tests tools/build/mk

2020-11-26 Thread Alan Somers
On Thu, Nov 26, 2020 at 2:16 AM Bjoern A. Zeeb < bzeeb-li...@lists.zabbadoz.net> wrote: > On 26 Nov 2020, at 4:29, Alan Somers wrote: > > > Author: asomers > > Date: Thu Nov 26 04:29:30 2020 > > New Revision: 368045 > > URL: https://svnweb.freebsd.org/changeset/base/368045 > > > > Log: > >

svn commit: r368080 - head/usr.bin/gh-bc

2020-11-26 Thread Stefan Eßer
Author: se Date: Thu Nov 26 19:38:02 2020 New Revision: 368080 URL: https://svnweb.freebsd.org/changeset/base/368080 Log: Update Makefile for new version 3.2.0 Modified: head/usr.bin/gh-bc/Makefile Modified: head/usr.bin/gh-bc/Makefile

svn commit: r368079 - head/sys/dev/isp

2020-11-26 Thread Alexander Motin
Author: mav Date: Thu Nov 26 18:47:23 2020 New Revision: 368079 URL: https://svnweb.freebsd.org/changeset/base/368079 Log: More cleanup in response queue and reset code. Modified: head/sys/dev/isp/isp.c head/sys/dev/isp/isp_freebsd.c head/sys/dev/isp/isp_freebsd.h

Re: svn commit: r368072 - in head/contrib/bc: . gen include manuals manuals/bc manuals/dc src src/bc src/dc src/history src/rand tests

2020-11-26 Thread Stefan Esser
Am 26.11.20 um 19:19 schrieb O. Hartmann: svn-src-h...@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" Buildworld fails with "don't know how to make bc/bc.c": ===> usr.sbin/ndp (all) - ---