Re: svn commit: r368163 - in head: sbin/ifconfig sys/dev/if_wg sys/dev/if_wg/include sys/dev/if_wg/include/crypto sys/dev/if_wg/include/sys sys/dev/if_wg/include/zinc sys/dev/if_wg/module sys/dev/if_w

2020-12-01 Thread O. Hartmann
On Sun, 29 Nov 2020 19:38:04 + (UTC) Matt Macy wrote: > Author: mmacy > Date: Sun Nov 29 19:38:03 2020 > New Revision: 368163 > URL: https://svnweb.freebsd.org/changeset/base/368163 > > Log: > Import kernel WireGuard support > > Data path largely shared with the OpenBSD implementation by

Re: svn commit: r368163 - in head: sbin/ifconfig sys/dev/if_wg sys/dev/if_wg/include sys/dev/if_wg/include/crypto sys/dev/if_wg/include/sys sys/dev/if_wg/include/zinc sys/dev/if_wg/module sys/dev/if_w

2020-12-01 Thread O. Hartmann
On Sun, 29 Nov 2020 19:38:04 + (UTC) Matt Macy wrote: > Author: mmacy > Date: Sun Nov 29 19:38:03 2020 > New Revision: 368163 > URL: https://svnweb.freebsd.org/changeset/base/368163 > > Log: > Import kernel WireGuard support > > Data path largely shared with the OpenBSD implementation by

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
ILITY, WHETHER IN > +# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) > +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE > +# POSSIBILITY OF SUCH DAMAGE. > +# > + > +usage() { > + printf "usage: %s install_dir exec_suffix\n&qu

Re: svn commit: r360295 - head/sys/netinet/tcp_stacks

2020-04-25 Thread O. Hartmann
et/tcp_stacks/rack.c:9822:43: error: no member named 'ro_rt' in 'struct route' if (error == EMSGSIZE && inp->inp_route.ro_rt != NULL) ~~ ^ /usr/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:9823:25: error: no member named 'ro_rt' in 'st

Re: svn commit: r358858 - head/sbin/ipfw

2020-03-11 Thread O. Hartmann
On Wed, 11 Mar 2020 08:10:13 + Alexander V. Chernikov wrote: > 11.03.2020, 07:14, "O. Hartmann" : > > On Tue, 10 Mar 2020 20:30:21 + (UTC) > > "Alexander V. Chernikov" wrote: > > > >>  Author: melifaro > >>  Date: Tue Mar 1

Re: svn commit: r358858 - head/sbin/ipfw

2020-03-11 Thread O. Hartmann
On Tue, 10 Mar 2020 20:30:21 + (UTC) "Alexander V. Chernikov" wrote: > Author: melifaro > Date: Tue Mar 10 20:30:21 2020 > New Revision: 358858 > URL: https://svnweb.freebsd.org/changeset/base/358858 > > Log: > Don't assume !IPv6 is IPv4 in ipfw(8) add_src() and add_dst(). > > Submitted

Re: svn commit: r358744 - in head: lib/libsecureboot lib/libsecureboot/h lib/libsecureboot/tests share/mk stand stand/common stand/efi/loader stand/efi/loader/arch/i386 stand/ficl stand/i386/libi386 s

2020-03-09 Thread O. Hartmann
On Mon, 9 Mar 2020 07:05:46 +0100 "O. Hartmann" wrote: > On Sun, 8 Mar 2020 17:42:43 + (UTC) > "Simon J. Gerraty" wrote: > > > Author: sjg > > Date: Sun Mar 8 17:42:42 2020 > > New Revision: 358744 > > URL: https://svnweb.freebsd.org/

Re: svn commit: r358744 - in head: lib/libsecureboot lib/libsecureboot/h lib/libsecureboot/tests share/mk stand stand/common stand/efi/loader stand/efi/loader/arch/i386 stand/ficl stand/i386/libi386 s

2020-03-09 Thread O. Hartmann
On Sun, 8 Mar 2020 17:42:43 + (UTC) "Simon J. Gerraty" wrote: > Author: sjg > Date: Sun Mar 8 17:42:42 2020 > New Revision: 358744 > URL: https://svnweb.freebsd.org/changeset/base/358744 > > Log: > veloader use vectx API for kernel and modules > > The vectx API, computes the hash for

Re: svn commit: r357776 - head/sys/vm

2020-02-11 Thread O. Hartmann
,7 +324,8 @@ struct uma_domain { > struct slabhead ud_free_slab; /* completely unallocated slabs */ > struct slabhead ud_full_slab; /* fully allocated slabs */ > uint32_tud_pages; /* Total page count */ > - uint32_tud_free;/* Count of items free in slabs */ > + uint32_t

Re: svn commit: r357771 - in head/sys: kern sys

2020-02-11 Thread O. Hartmann
l -mno-red-zone -mno-mmx -mno-sse -msoft-float - -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freeb

Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am Sun, 9 Feb 2020 22:11:51 -0700 Scott Long schrieb: > > On Feb 9, 2020, at 10:01 PM, O. Hartmann wrote: > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Am Mon, 10 Feb 2020 00:23:20

Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

2020-02-09 Thread O. Hartmann
if (canspeedup) > + ump->um_flags |= UM_CANSPEEDUP; > } > > ump->um_mountp = mp; > _______ > svn-src-h...@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscr

Re: svn commit: r356437 - head/lib/libprocstat

2020-01-06 Thread O. Hartmann
On Tue, 7 Jan 2020 05:33:33 + (UTC) Mateusz Guzik wrote: > Author: mjg > Date: Tue Jan 7 05:33:33 2020 > New Revision: 356437 > URL: https://svnweb.freebsd.org/changeset/base/356437 > > Log: > procstat: read lo_name instead of now removed v_tag > > Modified: >

Re: svn commit: r355379 - head/usr.sbin/mergemaster

2019-12-03 Thread O. Hartmann
*** Deleting the old /var/tmp/temproot *** Creating the temporary root environment in /var/tmp/temproot *** /var/tmp/temproot ready for use *** Creating and populating directory structure in /var/tmp/temproot make: illegal argument to -j -- must be positive integer! *** FATAL ERROR: Cannot 'cd' to

Re: svn commit: r353658 - head/sys/dev/ixl

2019-10-16 Thread O. Hartmann
svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" This commit renders buildkernel to fail: [...] - --- ixl_pf_main.o --- /usr/src/sys/dev/ixl/ixl_pf_main.c:2686:3: error: use of undeclared identifier 'adapter' adapter-&

Re: svn commit: r353565 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2019-10-15 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am Tue, 15 Oct 2019 18:56:25 +0300 Andriy Gapon schrieb: > On 15/10/2019 18:53, O. Hartmann wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Am Tue, 15 Oct 2019 15:09:36 + (UTC) > > Andri

Re: svn commit: r353565 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2019-10-15 Thread O. Hartmann
estroy(_l2c_only->arcs_size); > + zfs_refcount_destroy(_anon->arcs_size); > + zfs_refcount_destroy(_mru->arcs_size); > + zfs_refcount_destroy(_mru_ghost->arcs_size); > + zfs_refcount_destroy(_mfu->arcs_size); > + zfs_refcount_destroy(_mfu_ghost->arcs

Re: svn commit: r352657 - in head/sys: conf kern modules/tcp modules/tcp/bbr netinet netinet/tcp_stacks sys

2019-09-24 Thread O. Hartmann
br_lt_bw_max_rtts = 48; /* How many rtt's do we use > + * the lt_bw for */ > +static uint32_t bbr_lt_intvl_min_rtts = 4; /* Min num of RTT's to measure > + * lt_bw */ > +static int32_t bbr_lt_

Re: svn commit: r346410 - in head: lib/libc/gen share/man/man9 sys/conf sys/libkern sys/sys

2019-09-03 Thread O. Hartmann
stm.h:285:6: warning: incompatible redeclaration of library function 'log' [-Wincompatible-library-redeclaration] void log(int, const char *, ...) __printflike(2, 3); ^ /usr/obj/usr/src/amd64.amd64/tmp/usr/include/sys/systm.h:285:6: note: 'log' is a builtin with type 'double (double)' /usr/obj/us

Re: svn commit: r346316 - in head: contrib/elftoolchain/strings sbin/savecore usr.bin/brandelf usr.bin/head usr.bin/wc

2019-09-03 Thread O. Hartmann
n my installations: [...] Building /usr/obj/usr/src/amd64.amd64/tmp/obj-tools/usr.bin/strings/strings.o - --- strings.o --- /usr/src/contrib/elftoolchain/strings/strings.c:198:55: error: use of undeclared identifier 'FA_OPEN' fa = fileargs_init(argc,

Re: svn commit: r346017 - in head: libexec/rc libexec/rc/rc.d share/man/man5

2019-09-03 Thread O. Hartmann
On Sun, 7 Apr 2019 18:31:45 + (UTC) Chris Rees wrote: > Author: crees (doc,ports committer) > Date: Sun Apr 7 18:31:45 2019 > New Revision: 346017 > URL: https://svnweb.freebsd.org/changeset/base/346017 > > Log: > Remove now unnecessary kldstat check before attempting to load modules. > >

Re: svn commit: r346012 - head/sys/sys

2019-09-03 Thread O. Hartmann
t.op_sys_ver = HOST_OS_VERSION; ^ /usr/src/contrib/amd/amd/amd.c:281:22: error: use of undeclared identifier 'HOST_OS' gopt.op_sys_full = HOST_OS; ^ 3 errors generated. [...] Regards, oh - -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung

Re: svn commit: r351244 - head/sys/dev/usb/net

2019-08-20 Thread O. Hartmann
On Tue, 20 Aug 2019 01:06:43 + (UTC) "Stephen J. Kiernan" wrote: > Author: stevek > Date: Tue Aug 20 01:06:43 2019 > New Revision: 351244 > URL: https://svnweb.freebsd.org/changeset/base/351244 > > Log: > usb_ethernet.h includes a number of mii headers, but only does so in > order to

Re: svn commit: r351055 - head/share/mk

2019-08-14 Thread O. Hartmann
On Wed, 14 Aug 2019 22:33:46 + (UTC) "Simon J. Gerraty" wrote: > Author: sjg > Date: Wed Aug 14 22:33:46 2019 > New Revision: 351055 > URL: https://svnweb.freebsd.org/changeset/base/351055 > > Log: > bsd.files.mk: fix targets to avoid directories > > Reintroduce :T when file is used as

Re: svn commit: r350998 - head/sbin/ping

2019-08-13 Thread O. Hartmann
44 time=1565750958328.540 ms 64 bytes from 193.99.144.80: icmp_seq=128 ttl=244 time=1565750958309.849 ms 64 bytes from 193.99.144.80: icmp_seq=129 ttl=244 time=1565750958308.893 ms 64 bytes from 193.99.144.80: icmp_seq=130 ttl=244 time=1565750958305.690 ms 64 bytes from 193.99.144.80: icmp_seq=131

Re: svn commit: r346410 - in head: lib/libc/gen share/man/man9 sys/conf sys/libkern sys/sys

2019-04-19 Thread O. Hartmann
stm.h:285:6: warning: incompatible redeclaration of library function 'log' [-Wincompatible-library-redeclaration] void log(int, const char *, ...) __printflike(2, 3); ^ /usr/obj/usr/src/amd64.amd64/tmp/usr/include/sys/systm.h:285:6: note: 'log' is a builtin with type 'double (double)' /usr/obj/us

Re: svn commit: r346316 - in head: contrib/elftoolchain/strings sbin/savecore usr.bin/brandelf usr.bin/head usr.bin/wc

2019-04-17 Thread O. Hartmann
n my installations: [...] Building /usr/obj/usr/src/amd64.amd64/tmp/obj-tools/usr.bin/strings/strings.o - --- strings.o --- /usr/src/contrib/elftoolchain/strings/strings.c:198:55: error: use of undeclared identifier 'FA_OPEN' fa = fileargs_init(argc,

Re: svn commit: r346017 - in head: libexec/rc libexec/rc/rc.d share/man/man5

2019-04-09 Thread O. Hartmann
On Sun, 7 Apr 2019 18:31:45 + (UTC) Chris Rees wrote: > Author: crees (doc,ports committer) > Date: Sun Apr 7 18:31:45 2019 > New Revision: 346017 > URL: https://svnweb.freebsd.org/changeset/base/346017 > > Log: > Remove now unnecessary kldstat check before attempting to load modules. > >

Re: svn commit: r346012 - head/sys/sys

2019-04-07 Thread O. Hartmann
t.op_sys_ver = HOST_OS_VERSION; ^ /usr/src/contrib/amd/amd/amd.c:281:22: error: use of undeclared identifier 'HOST_OS' gopt.op_sys_full = HOST_OS; ^ 3 errors generated. [...] Regards, oh - -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung

Re: svn commit: r344235 - head/sys/contrib/libnv

2019-02-17 Thread O. Hartmann
-- nvpair.o --- /usr/src/sys/contrib/libnv/nvpair.c:232:25: error: use of undeclared identifier 'nvl'; did you mean 'nvp'? nvlist_set_array_next(nvl, NULL); ^~~ - -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke ode

Re: svn commit: r339601 - head/sys/vm

2018-10-22 Thread 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" This commit breaks CURREN

Re: svn commit: r338374 - in head: bin/csh bin/sh etc etc/root

2018-08-30 Thread O. Hartmann
${DESTDIR}/.profile; \ > - ${INSTALL_LINK} ${DESTDIR}/root/.profile ${DESTDIR}/.profile > -.if ${MK_TCSH} != "no" > - cd ${.CURDIR}/root; \ > - ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ > - dot.cshrc ${DESTDIR}/root/.cshrc; \ >

Re: svn commit: r338096 - head/tools/build/mk

2018-08-20 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Mon, 20 Aug 2018 13:48:45 -0600 Warner Losh schrieb: > On Mon, Aug 20, 2018 at 1:45 PM, O. Hartmann wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA512 > > > > Am Mon, 20 Aug 2018 10:39:43 + (UTC

Re: svn commit: r338096 - head/tools/build/mk

2018-08-20 Thread O. Hartmann
UE CRUNCH_CFLAGS=-DRESCUE MK_AUTO_OBJ=no obj make[5]: "/pool/sources/CURRENT/src/tools/build/mk/Makefile.boot" line 18: Do not include ${SRCTOP}/sys when building bootstrap tools. Copy the header to ${WORLDTMP}/legacy in tools/build/Makefile instead. Error was caused by

Re: svn commit: r338018 - head/sys/vm

2018-08-20 Thread O. Hartmann
, size, flags); > if (addr != 0) > break; > } while (vm_domainset_iter_malloc(, , ) == 0); > _______ > svn-src-h...@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head

Re: svn commit: r337670 - in head/sys/cddl: compat/opensolaris/sys contrib/opensolaris/uts/common contrib/opensolaris/uts/common/fs/zfs contrib/opensolaris/uts/common/fs/zfs/sys

2018-08-11 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Sun, 12 Aug 2018 01:10:18 + (UTC) Matt Macy schrieb: > Author: mmacy > Date: Sun Aug 12 01:10:18 2018 > New Revision: 337670 > URL: https://svnweb.freebsd.org/changeset/base/337670 > > Log: > MFV/ZoL: add dbuf stats > > NB: disabled

Re: svn commit: r336789 - head/stand/efi/loader

2018-07-27 Thread O. Hartmann
} > @@ -798,6 +832,8 @@ main(int argc, CHAR16 *argv[]) > } > } > } > + printf("howto %#x console set to %s\n", howto, getenv("console")); > + > /* >* howto is set now how we want to ex

Re: svn commit: r336789 - head/stand/efi/loader

2018-07-27 Thread O. Hartmann
.@freebsd.org" It seems this patch broke buildworld for me: [...] /usr/src/stand/efi/loader/main.c:374:32: error: use of undeclared identifier 'path' if (efi_devpath_to_media_path(path) == NULL) { ^ - --- all_subdir_rescue --- `rm.o' is

Re: svn commit: r336628 - head/sys/net

2018-07-23 Thread O. Hartmann
case of reused if_index. > > PR: 229957 > Tested by: O. Hartmann > Approved by:avg (mentor) > > Modified: > head/sys/net/if_epair.c > > Modified: head/sys/net/if_epair.c > ==

Re: svn commit: r336525 - in head: contrib/ntp/ntpd etc etc/mtree share/man/man4 sys/conf sys/modules sys/modules/mac_ntpd sys/security/mac_ntpd usr.sbin/ntp

2018-07-22 Thread O. Hartmann
On Thu, 19 Jul 2018 23:55:29 + (UTC) Ian Lepore wrote: > Author: ian > Date: Thu Jul 19 23:55:29 2018 > New Revision: 336525 > URL: https://svnweb.freebsd.org/changeset/base/336525 > > Log: > Make it possible to run ntpd as a non-root user, add ntpd uid and gid. > > Code analysis and

Re: svn commit: r336011 - head/usr.sbin/config

2018-07-05 Thread O. Hartmann
process_into_nvlist(line, nvl); > + dump_nvlist(nvl, ofp); > fclose(ifp); > - } else { > - linep = envvar->env_str; > - sanitize_envline(result, linep); > - if (*r

Re: svn commit: r335873 - in head: . sys/amd64/amd64 sys/amd64/include sys/conf sys/i386/i386 sys/i386/include sys/sys sys/vm

2018-07-03 Thread O. Hartmann
n file included from /usr/src/sys/compat/linuxkpi/common/include/linux/device.h:35: In file included from /usr/src/sys/compat/linuxkpi/common/include/linux/types.h:37: In file included from /usr/src/sys/sys/systm.h:44: ./machine/atomic.h:450:29: error: invalid operand for instruction

Re: svn commit: r335276 - in head/stand/i386: gptboot zfsboot

2018-06-20 Thread O. Hartmann
worth the efforts. It still should be maintained for the foreseable > future. > > If the machines where you get the trouble is newer than say 5 years, > then they should boot with UEFI. If not, the problem in loader.efi > needs to be fixed. > __

Re: svn commit: r335276 - in head/stand/i386: gptboot zfsboot

2018-06-19 Thread O. Hartmann
ve & DRV_HARD ? TYPE_AD : TYPE_FD; > ___ > 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" This commit bre

Re: svn commit: r335254 - in head/stand/i386: libi386 zfsboot

2018-06-17 Thread O. Hartmann
boot -i 2 mmcsd0" with an older booted image of CURRENT has solved the problem. The layout of the SD card is as follows, just for the record: #: gpart show mmcsd0 => 40 60751792 mmcsd0 GPT (29G) 40 1024 2 freebsd-boot (512K) 1064 2205944 3 freebsd-

Re: svn commit: r335159 - head/sys/dev/flash

2018-06-14 Thread O. Hartmann
x25l.o] Error code 1 make[5]: stopped in /usr/src/sys/modules/spi/mx25l Kind regards, oh - -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). -BEGIN PGP SIGNATURE- iLUEARMKAB0WIQQZVZ

Re: svn commit: r334971 - head/sbin/dump

2018-06-11 Thread O. Hartmann
On Mon, 11 Jun 2018 19:32:45 + (UTC) Warner Losh wrote: > Author: imp > Date: Mon Jun 11 19:32:45 2018 > New Revision: 334971 > URL: https://svnweb.freebsd.org/changeset/base/334971 > > Log: > Document the newly enforced 524288 inode restriction. > > Modified: > head/sbin/dump/dump.8 >

Re: svn commit: r334883 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-06-09 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Sat, 9 Jun 2018 16:02:16 -0400 Mark Johnston schrieb: > On Sat, Jun 09, 2018 at 08:37:14PM +0200, O. Hartmann wrote: > > I started on one of the faster boxes with a make cleanworld and tried then > > to rebuild > > world a

Re: svn commit: r334883 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-06-09 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Sat, 9 Jun 2018 14:02:37 -0400 Mark Johnston schrieb: > On Sat, Jun 09, 2018 at 01:56:18PM -0400, Bryan Drewery wrote: > > On 6/9/18 1:39 PM, Mark Johnston wrote: > > > On Sat, Jun 09, 2018 at 07:35:00PM +0200,

Re: svn commit: r334883 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-06-09 Thread O. Hartmann
_plus_plus_03: ^ /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c:1983:8: error: use of undeclared identifier 'DW_LANG_C_plus_plus_11' case DW_LANG_C_plus_plus_11: ^ /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/dwarf.c:1984:8: error: use of un

Re: svn commit: r334656 - head/stand/libsa

2018-06-05 Thread O. Hartmann
ariable - -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality - -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef - -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter - -Wno-parentheses -Wno-format -Qunused-arguments -c /usr

Re: svn commit: r334008 - head/bin/sh

2018-05-22 Thread O. Hartmann
On Mon, 21 May 2018 21:45:53 -0700 Cy Schubert wrote: > In message <20180522061339.21497...@freyja.zeit4.iv.bundesimmobilien.de> > , "O. H > artmann" writes: > > On Mon, 21 May 2018 21:52:48 + (UTC) > > Jilles Tjoelker wrote: > > > > >

Re: svn commit: r334008 - head/bin/sh

2018-05-21 Thread O. Hartmann
On Mon, 21 May 2018 21:52:48 + (UTC) Jilles Tjoelker wrote: > Author: jilles > Date: Mon May 21 21:52:48 2018 > New Revision: 334008 > URL: https://svnweb.freebsd.org/changeset/base/334008 > > Log: > sh: Split CNL syntax category to avoid a check on state[level].syntax

Re: svn commit: r333755 - head/sys/kern

2018-05-17 Thread O. Hartmann
'__predict_false' #define __predict_false(exp)__builtin_expect((exp), 0) ^~~ /usr/src/sys/kern/subr_epoch.c:332:22: error: no member named 'td_pre_epoch_prio' in 'struct thread' sched_prio(td, td->td_pre_epoch_prio);

Re: svn commit: r333387 - head/usr.bin/svn

2018-05-08 Thread O. Hartmann
On Tue, 8 May 2018 21:01:05 + (UTC) Peter Wemm wrote: > Author: peter > Date: Tue May 8 21:01:04 2018 > New Revision: 87 > URL: https://svnweb.freebsd.org/changeset/base/87 > > Log: > Update svn_private_config.h - I misread an autoconf change. >

Re: svn commit: r333175 - in head/sys: kern net netinet netinet6 sys: TRAP 12

2018-05-05 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Thu, 3 May 2018 22:23:52 +0200 "O. Hartmann" <ohartm...@walstatt.org> schrieb: I'm not familiar with kernel debugging, so there are some struggles. After compiling a debugging kernel on Version String: FreeBSD 12.0-CURRENT

Re: svn commit: r333175 - in head/sys: kern net netinet netinet6 sys

2018-05-03 Thread O. Hartmann
ith the i350 NIC on which the problem occurs very quickly. > there is _an_ issue. It's difficult to proceed on this alone. I do > have a report from the FreeBSD CI infrastructure that we're looking in > to now. With luck that is the same issue. > > -M > > On Thu, May 3, 2018 at

Re: svn commit: r333175 - in head/sys: kern net netinet netinet6 sys

2018-05-03 Thread O. Hartmann
t; > - IN_MULTI_LOCK_ASSERT(); > + IN_MULTI_LIST_LOCK_ASSERT(); > > RB_FOREACH(ims, ip_msource_tree, >inm_srcs) { > if (ims->ims_stp) { > @@ -632,7 +698,7 @@ inm_record_source(struct in_multi *inm, const in_addr_ > struct ip_msource

Re: svn commit: r333064 - in head/sys: cddl/dev/systrace kern sys

2018-04-27 Thread O. Hartmann
nc_t systrace_probe_func; > > struct sysent { /* system call table */ > ___ > svn-src-h...@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "

Re: svn commit: r332272 - head/stand/forth

2018-04-08 Thread O. Hartmann
stinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" Recent CURRENT (332274) fails to boot on NanoBSD with : [...] efi-autoresizecons not found Error while including /boot/efi.4th, Got this tested anyway? - -- O. Hartmann Ich widersprec

Re: svn commit: r332258 - head/sys/dev/spibus

2018-04-07 Thread O. Hartmann
pibus/spigen.c:327:33: error: incompatible pointer types passing 'uintptr_t *' (aka 'unsigned long *') to parameter of type 'uint32_t *' (aka 'unsigned int *') [-Werror,-Wincompatible-pointer-types] error = spibus_get_clock(dev, (uintptr_t *)data); ^ - -- O. Hartmann Ich widersp

Re: svn commit: r331650 - in head/sys: amd64/amd64 amd64/ia32amd64/linux amd64/linux32 cddl/contrib/opensolaris/uts/intel/dtracecddl/dev/dtrace/amd64 cddl/dev/dtrace/i386 i386/i386 i386/linux x86/inc.

2018-03-27 Thread O. Hartmann
orts top post. Apologies. > > Cy Schubert > <cy.schub...@cschubert.com> or <c...@freebsd.org> > The need of the many outweighs the greed of the few. > --- > > -Original Message- > From: O. Hartmann > Sent: 27/03/2018 22:45 > To: John Baldwin >

Re: svn commit: r331650 - in head/sys: amd64/amd64 amd64/ia32 amd64/linux amd64/linux32 cddl/contrib/opensolaris/uts/intel/dtrace cddl/dev/dtrace/amd64 cddl/dev/dtrace/i386 i386/i386 i386/linux x86/in

2018-03-27 Thread O. Hartmann
On Tue, 27 Mar 2018 20:57:51 + (UTC) John Baldwin wrote: > Author: jhb > Date: Tue Mar 27 20:57:51 2018 > New Revision: 331650 > URL: https://svnweb.freebsd.org/changeset/base/331650 > > Log: > Remove very old and unused signal information codes. > > These have been

Re: svn commit: r331606 - in head/sys: amd64/include i386/include x86/x86 x86/xen

2018-03-27 Thread O. Hartmann
On Tue, 27 Mar 2018 08:15:35 +0200 "O. Hartmann" <ohartm...@walstatt.org> wrote: > On Tue, 27 Mar 2018 03:37:04 + (UTC) > Jeff Roberson <j...@freebsd.org> wrote: > > > Author: jeff > > Date: Tue Mar 27 03:37:04 2018 > > New Revision: 331606 &

Re: svn commit: r331606 - in head/sys: amd64/include i386/include x86/x86 x86/xen

2018-03-27 Thread O. Hartmann
On Tue, 27 Mar 2018 03:37:04 + (UTC) Jeff Roberson wrote: > Author: jeff > Date: Tue Mar 27 03:37:04 2018 > New Revision: 331606 > URL: https://svnweb.freebsd.org/changeset/base/331606 > > Log: > Only use CPUs in the domain the device is attached to for default >

Re: svn commit: r331508 - in head: lib/libc/sys share/man/man9 usr.bin/cpuset

2018-03-25 Thread O. Hartmann
specified with > .Fl s > otherwise a new set is created. > @@ -110,7 +124,8 @@ Create a new cpuset and assign the target process to t > The requested operation should reference the cpuset available via the > target specifier. > .It Fl d Ar domain > -Specifies a NUMA domain id as

Re: svn commit: r331238 - head/sys/cam/nvme

2018-03-19 Thread O. Hartmann
On Tue, 20 Mar 2018 03:37:09 + (UTC) Warner Losh wrote: > Author: imp > Date: Tue Mar 20 03:37:09 2018 > New Revision: 331238 > URL: https://svnweb.freebsd.org/changeset/base/331238 > > Log: > Make kern.cam.nda.num_trim tunable to limit the number of BIO_DELETE >

Re: svn commit: r331083 - in head: lib/libufs sbin/dump sbin/fsck_ffs sbin/fsdb sbin/newfs sbin/quotacheck sbin/restore sbin/tunefs stand/libsa sys/fs/ext2fs sys/fs/nandfs sys/ufs/ffs sys/ufs/ufs usr.

2018-03-17 Thread O. Hartmann
1082) > +++ head/sys/fs/ext2fs/ext2_lookup.c Sat Mar 17 01:48:27 2018 > (r331083) > @@ -591,7 +591,7 @@ found: >* may not delete it (unless she's root). This >* implements append-only directories. >*/ > - if ((dp-&g

Re: svn commit: r330884 - in head/sys: dev/cxgbe dev/cxgbe/firmware dev/cxgbe/tom modules/cxgbe/tom

2018-03-14 Thread O. Hartmann
On Wed, 14 Mar 2018 06:25:10 +0100 "O. Hartmann" <ohartm...@walstatt.org> wrote: > On Tue, 13 Mar 2018 23:05:51 + (UTC) > John Baldwin <j...@freebsd.org> wrote: > > > Author: jhb > > Date: Tue Mar 13 23:05:51 2018 > > New Revision: 330884 &

Re: svn commit: r330884 - in head/sys: dev/cxgbe dev/cxgbe/firmware dev/cxgbe/tom modules/cxgbe/tom

2018-03-13 Thread O. Hartmann
On Tue, 13 Mar 2018 23:05:51 + (UTC) John Baldwin wrote: > Author: jhb > Date: Tue Mar 13 23:05:51 2018 > New Revision: 330884 > URL: https://svnweb.freebsd.org/changeset/base/330884 > > Log: > Support for TLS offload of TOE connections on T6 adapters. > > The TOE

Re: svn commit: r330264 - in head: lib/libufs stand/libsa sys/geom sys/geom/journal sys/geom/label sys/ufs/ffs

2018-03-01 Thread O. Hartmann
On Fri, 2 Mar 2018 04:34:53 + (UTC) Kirk McKusick wrote: > Author: mckusick > Date: Fri Mar 2 04:34:53 2018 > New Revision: 330264 > URL: https://svnweb.freebsd.org/changeset/base/330264 > > Log: > This change is some refactoring of Mark Johnston's changes in

Re: svn commit: r329814 - head/sys/cam

2018-02-21 Thread O. Hartmann
On Thu, 22 Feb 2018 05:43:50 + (UTC) Warner Losh wrote: > Author: imp > Date: Thu Feb 22 05:43:50 2018 > New Revision: 329814 > URL: https://svnweb.freebsd.org/changeset/base/329814 > > Log: > Note when we tick. > > To help implement a policy of 'queue all trims

Re: svn commit: r328489 - head/sys/conf

2018-02-05 Thread O. Hartmann
Am Sun, 4 Feb 2018 10:22:31 -0800 Jason Harmening <jason.harmen...@gmail.com> schrieb: > On 02/04/18 04:33, O. Hartmann wrote: > > Am Mon, 29 Jan 2018 05:00:22 -0800 > > David Wolfskill <da...@catwhisker.org> schrieb: > > > >> On Mon, Jan 29, 2018

Re: svn commit: r328489 - head/sys/conf

2018-02-04 Thread O. Hartmann
/local/libdata/pkgconfig/x11.pc - found ===> nvidia-driver-387.34 depends on file: /usr/local/libdata/pkgconfig/xorg-server.pc - found ===> nvidia-driver-387.34 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> Generating temporary packing list ===> src (install) ==

Re: svn commit: r328489 - head/sys/conf

2018-01-27 Thread O. Hartmann
cursive. make[8]: stopped in /usr/obj/usr/src/amd64.amd64/sys/FY/usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86_64-387.34/src/nvidia *** Error code 2 Stop. make[7]: stopped in /usr/obj/usr/src/amd64.amd64/sys/THOR/usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86_64-387.34/src ***

Re: svn commit: r328202 - head/sys/amd64/amd64

2018-01-20 Thread O. Hartmann
^ 2 errors generated. --- modules-all --- --- all_subdir_ath_rate --- ===> ath_rate (all) --- all_subdir_ata --- --- all_subdir_ata/atapci/chipsets/atanational --- ===> ata/atapci/chipsets/atanational (all) --- trap.o --- *** [trap.o] Error code 1 -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgpB49k2kxNZ5.pgp Description: OpenPGP digital signature

Re: svn commit: r328165 - in head: sbin/camcontrol sys/cam sys/cam/mmc

2018-01-19 Thread O. Hartmann
sd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" It seems, this broke buildkernel for me (and probably others): [...] ===> bhnd/cores/bhnd_pci (all) --- mmc_xpt.o ---

Re: svn commit: r328075 - head/sbin/fsck_ffs

2018-01-17 Thread O. Hartmann
On Wed, 17 Jan 2018 06:31:21 + (UTC) Kirk McKusick wrote: > Author: mckusick > Date: Wed Jan 17 06:31:21 2018 > New Revision: 328075 > URL: https://svnweb.freebsd.org/changeset/base/328075 > > Log: > Rename cgget => cglookup to clear name space for new libufs

Re: svn commit: r327934 - head/sys/contrib/zstd/lib/freebsd

2018-01-13 Thread O. Hartmann
(mallocarray)((a), (b), M_ZSTD, M_WAITOK | M_ZERO) > #endif > > #ifdef __cplusplus > ___ > 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.or

Re: svn commit: r327706 - in head/sys: conf contrib/zstd/lib/freebsd

2018-01-09 Thread O. Hartmann
Am Tue, 9 Jan 2018 15:06:23 -0500 Jung-uk Kim <j...@freebsd.org> schrieb: > On 01/09/2018 04:47, O. Hartmann wrote: > > On Mon, 8 Jan 2018 20:14:16 + (UTC) > > Conrad Meyer <c...@freebsd.org> wrote: > > > >> Author: cem > >> Date: Mon Jan

Re: svn commit: r327706 - in head/sys: conf contrib/zstd/lib/freebsd

2018-01-09 Thread O. Hartmann
On Mon, 8 Jan 2018 20:14:16 + (UTC) Conrad Meyer wrote: > Author: cem > Date: Mon Jan 8 20:14:16 2018 > New Revision: 327706 > URL: https://svnweb.freebsd.org/changeset/base/327706 > > Log: > Integrate zstd into the kernel > > Mock userspace headers and include

Re: svn commit: r327177 - in head/usr.sbin: . devmatch

2017-12-25 Thread O. Hartmann
while (p >= bus && isdigit(*p)) > + p--; > + *++p = '\0'; > + if (verbose_flag) > + printf("Searching %s %s bus at %s for pnpinfo %s\n", > + dev->dd_name, bus, dev->dd_

Re: svn commit: r326472 - head/usr.sbin/efivar

2017-12-02 Thread 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" Thank you very much. Kind regards, oh -- O. Hartmann Ich widerspreche der Nut

Re: svn commit: r326458 - head/lib/libefivar

2017-12-02 Thread O. Hartmann
grovel through it to find the > + * efimedia attribute for any devices we find. Grab it here > + * and release it to simplify the error paths out of the > + * subordinate functions > + */ > + if (geom_gettree()) > + return (errno); > + > + /* >

Re: svn commit: r326169 - in head: . contrib/ofed lib/libc/locale share/mk sys/amd64/amd64 sys/amd64/conf sys/conf sys/contrib/rdma/krping sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/iw_cxgbe sys

2017-11-24 Thread O. Hartmann
Am Fri, 24 Nov 2017 14:50:28 + (UTC) Hans Petter Selasky schrieb: > Author: hselasky > Date: Fri Nov 24 14:50:28 2017 > New Revision: 326169 > URL: https://svnweb.freebsd.org/changeset/base/326169 > > Log: > RoCE/infiniband upgrade to Linux v4.9 for kernel and

Re: svn commit: r325974 - in head: . share/mk

2017-11-18 Thread O. Hartmann
unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" Seems to break buildworld: [...] Updated to revision 325974. root@walhall:/usr/src # make -j9 buildworld buildkernel make: "/usr/src/Makefile.sys.inc" line 11: Malformed conditional (${MK_DIRDEPS_BUILD}

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-18 Thread O. Hartmann
> @@ -153,7 +153,6 @@ ${FULLKERNEL}: ${SYSTEM_DEP} vers.o > >>>> > >>>> OBJS_DEPEND_GUESS+= assym.s vnode_if.h ${BEFORE_DEPEND:M*.h} \ > >>>> ${MFILES:T:S/.m$/.h/} > >>>> -LNFILES= ${CFILES:T:S/.c$/.ln/} > >>>> > >>>> .for mfile in ${MFILES} > >>>> # XXX the low quality .m.o rules gnerated by config are normally used > >>>> @@ -167,15 +166,11 @@ ${mfile:T:S/.m$/.h/}: ${mfile} > >>>> kernel-clean: > >>>> rm -f *.o *.so *.pico *.ko *.s eddep errs \ > >>>> ${FULLKERNEL} ${KERNEL_KO} ${KERNEL_KO}.debug \ > >>>> - linterrs tags vers.c \ > >>>> + tags vers.c \ > >>>> vnode_if.c vnode_if.h vnode_if_newproto.h vnode_if_typedef.h \ > >>>> ${MFILES:T:S/.m$/.c/} ${MFILES:T:S/.m$/.h/} \ > >>>> ${CLEAN} > >>>> > >>>> -lint: ${LNFILES} > >>>> - ${LINT} ${LINTKERNFLAGS} ${CFLAGS:M-[DILU]*} ${.ALLSRC} 2>&1 | \ > >>>> - tee -a linterrs > >>>> - > >>>> # This is a hack. BFD "optimizes" away dynamic mode if there are no > >>>> # dynamic references. We could probably do a '-Bforcedynamic' mode like > >>>> # in the a.out ld. For now, this works. > >>>> @@ -364,9 +359,6 @@ kernel-reinstall: > >>>> config.o env.o hints.o vers.o vnode_if.o: > >>>> ${NORMAL_C} > >>>> ${NORMAL_CTFCONVERT} > >>>> - > >>>> -config.ln env.ln hints.ln vers.ln vnode_if.ln: > >>>> - ${NORMAL_LINT} > >>>> > >>>> .if ${MK_REPRODUCIBLE_BUILD} != "no" > >>>> REPRO_FLAG="-r" > >>>> > >>>> Modified: head/sys/conf/kern.pre.mk > >>>> > >>> == > >>>> --- head/sys/conf/kern.pre.mk Fri Nov 17 18:00:52 2017(r325953) > >>>> +++ head/sys/conf/kern.pre.mk Fri Nov 17 18:16:46 2017(r325954) > >>>> @@ -46,7 +46,6 @@ M= ${MACHINE} > >>>> > >>>> AWK?=awk > >>>> CP?= cp > >>>> -LINT?= lint > >>>> NM?= nm > >>>> OBJCOPY?=objcopy > >>>> SIZE?= size > >>>> @@ -121,9 +120,6 @@ CFLAGS+= ${CONF_CFLAGS} > >>>> LDFLAGS+=-Wl,--build-id=sha1 > >>>> .endif > >>>> > >>>> -# Optional linting. This can be overridden in /etc/make.conf. > >>>> -LINTFLAGS= ${LINTOBJKERNFLAGS} > >>>> - > >>>> NORMAL_C= ${CC} -c ${CFLAGS} ${WERROR} ${PROF} ${.IMPSRC} > >>>> NORMAL_S= ${CC:N${CCACHE_BIN}} -c ${ASM_CFLAGS} ${WERROR} ${.IMPSRC} > >>>> PROFILE_C= ${CC} -c ${CFLAGS} ${WERROR} ${.IMPSRC} > >>>> @@ -175,8 +171,6 @@ NORMAL_CTFCONVERT= > >>>> .else > >>>> NORMAL_CTFCONVERT= @: > >>>> .endif > >>>> - > >>>> -NORMAL_LINT= ${LINT} ${LINTFLAGS} ${CFLAGS:M-[DIU]*} ${.IMPSRC} > >>>> > >>>> # Linux Kernel Programming Interface C-flags > >>>> LINUXKPI_INCLUDES= -I$S/compat/linuxkpi/common/include > >>>> > >>>> Modified: head/sys/conf/kmod.mk > >>>> > >>> == > >>>> --- head/sys/conf/kmod.mk Fri Nov 17 18:00:52 2017(r325953) > >>>> +++ head/sys/conf/kmod.mk Fri Nov 17 18:16:46 2017(r325954) > >>>> @@ -469,9 +469,6 @@ genassym.o: ${SRCS:Mopt_*.h} > >>>> ${SYSDIR}/${MACHINE}/${MACHINE}/genassym.c > >>>> .endif > >>>> > >>>> -lint: ${SRCS} > >>>> - ${LINT} ${LINTKERNFLAGS} ${CFLAGS:M-[DILU]*} ${.ALLSRC:M*.c} > >>>> - > >>>> .if defined(KERNBUILDDIR) > >>>> ${OBJS}: opt_global.h > >>>> .endif > >>>> > >>>> Modified: head/usr.sbin/config/mkmakefile.c > >>>> > >>> == > >>>> --- head/usr.sbin/config/mkmakefile.c Fri Nov 17 18:00:52 2017 > >>> (r325953) > >>>> +++ head/usr.sbin/config/mkmakefile.c Fri Nov 17 18:16:46 2017 > >>> (r325954) > >>>> @@ -690,18 +690,11 @@ do_rules(FILE *f) > >>>> continue; > >>>> } > >>>> if (ftp->f_depends) { > >>>> - fprintf(f, "%s%sln: $S/%s%c %s\n", > >>>> - ftp->f_objprefix, tail(np), np, > >>> och, > >>>> - ftp->f_depends); > >>>> - fprintf(f, "\t${NORMAL_LINT}\n\n"); > >>>> fprintf(f, "%s%so: $S/%s%c %s\n", > >>>> ftp->f_objprefix, tail(np), np, > >>> och, > >>>> ftp->f_depends); > >>>> } > >>>> else { > >>>> - fprintf(f, "%s%sln: $S/%s%c\n", > >>>> - ftp->f_objprefix, tail(np), np, > >>> och); > >>>> - fprintf(f, "\t${NORMAL_LINT}\n\n"); > >>>> fprintf(f, "%s%so: $S/%s%c\n", > >>>> ftp->f_objprefix, tail(np), np, > >>> och); > >>>> } > >>>> > >>>> > >>> > >>> -- > >>> Rod Grimes > >>> rgri...@freebsd.org > >>> > > > > -- > > Rod Grimes > > rgri...@freebsd.org > > > > ___ > 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" -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgpkI6Jrwo1DI.pgp Description: OpenPGP digital signature

Re: svn commit: r325738 - in head: . share/misc

2017-11-12 Thread O. Hartmann
usr/src/share/mk/bsd.man.mk /usr/src/share/mk/bsd.dep.mk /usr/src/share/mk/bsd.clang-analyze.mk /usr/src/share/mk/bsd.obj.mk /usr/src/share/mk/bsd.subdir.mk /usr/src/share/mk/bsd.sys.mk' .PATH='. /usr/src/share/misc /usr/src/share/misc/../../sys/dev/usb' *** [all_subdir_share/misc] Error code

Re: svn commit: r325404 - head/share/mk

2017-11-05 Thread O. Hartmann
Am Sat, 4 Nov 2017 22:31:33 +0100 "O. Hartmann" <ohartm...@walstatt.org> schrieb: > Am Sat, 4 Nov 2017 21:02:27 + (UTC) > "Simon J. Gerraty" <s...@freebsd.org> schrieb: > > > Author: sjg > > Date: Sat Nov 4 21:02:26 2017 > > New Rev

Re: svn commit: r325404 - head/share/mk

2017-11-04 Thread O. Hartmann
Am Sat, 4 Nov 2017 22:31:33 +0100 "O. Hartmann" <ohartm...@walstatt.org> schrieb: > Am Sat, 4 Nov 2017 21:02:27 + (UTC) > "Simon J. Gerraty" <s...@freebsd.org> schrieb: > > > Author: sjg > > Date: Sat Nov 4 21:02:26 2017 > > New Rev

Re: svn commit: r325404 - head/share/mk

2017-11-04 Thread O. Hartmann
@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" With the recent patches, nvidia driver x11/nvidia-driver fails tobuild with the error shown below: [...] ===> src/nvidia

Re: svn commit: r325011 - in head: cddl/usr.sbin/zfsd lib/libdevdctl

2017-10-26 Thread O. Hartmann
> To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" Building world and kernel on revision 325014 fails with [...] ===> gnu/usr.bin/binutils/ld (all) --- all_subdir_lib --- --- lrint_test --- (cd /usr/src/lib/msun/tests && DEPENDFILE=.depend.lrint_test NO_

Re: svn commit: r324178 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua

2017-10-01 Thread O. Hartmann
Am Mon, 2 Oct 2017 00:03:35 +0300 Andriy Gapon <a...@freebsd.org> schrieb: > On 01/10/2017 23:37, O. Hartmann wrote: > > The build of world fails for me with the error shown below: > > > > > > [...] > > Building /usr/obj/usr/src/cddl/lib/libzpool/lapi.o

Re: svn commit: r324178 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua

2017-10-01 Thread O. Hartmann
strlib.c:114:12: note: include the header or explicitly provide a declaration for 'tolower' /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/lstrlib.c:127:12: warning: implicitly declaring library function 'toupper' with type 'int (int)' [-Wimplicit-function-declaration] p[i]

Re: svn commit: r324011 - in head: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys sys/cddl/contrib/opensolaris/uts

2017-09-26 Thread O. Hartmann
On Tue, 26 Sep 2017 11:04:08 + (UTC) Andriy Gapon wrote: > Author: avg > Date: Tue Sep 26 11:04:08 2017 > New Revision: 324011 > URL: https://svnweb.freebsd.org/changeset/base/324011 > > Log: > MFV r323535: 8585 improve batching done in zil_commit() > > FreeBSD

Re: svn commit: r323365 - in head: cddl/lib/libzpool gnu/usr.bin/binutils/libbfd usr.bin/svn/lib/libsvn_client

2017-09-09 Thread O. Hartmann
ersion.c > > _______ > 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" -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgpOLcU6iEnP6.pgp Description: OpenPGP digital signature

Re: svn commit: r320844 - in head: etc/mtree include lib/libcam sys/amd64/conf sys/arm/broadcom/bcm2835 sys/arm/conf sys/arm/ti sys/cam sys/cam/mmc sys/cam/scsi sys/conf sys/dev/mmc sys/dev/sdhci sys/

2017-07-11 Thread O. Hartmann
Am Mon, 10 Jul 2017 14:05:58 -0600 Warner Losh <i...@bsdimp.com> schrieb: > On Mon, Jul 10, 2017 at 10:21 AM, O. Hartmann <ohartm...@walstatt.org> > wrote: > > > Am Sun, 9 Jul 2017 20:42:21 +0200 > > Marius Strobl <mar...@freebsd.org> schrieb: > > &

Re: svn commit: r320844 - in head: etc/mtree include lib/libcam sys/amd64/conf sys/arm/broadcom/bcm2835 sys/arm/conf sys/arm/ti sys/cam sys/cam/mmc sys/cam/scsi sys/conf sys/dev/mmc sys/dev/sdhci sys/

2017-07-10 Thread O. Hartmann
I updated just to r320873. My box is booting off a Samsung SSD 830/UFS2 (GPT) and worked fine with r320829 and hangs now again at: mountroot: Waiting for device /dev/gpt/root ... Mounting from ufs:/dev/gpt/root failed with error 19 mountroot >: ? List of GEOM managed disk devices mountroot >: What h

Re: svn commit: r320844 - in head: etc/mtree include lib/libcam sys/amd64/conf sys/arm/broadcom/bcm2835 sys/arm/conf sys/arm/ti sys/cam sys/cam/mmc sys/cam/scsi sys/conf sys/dev/mmc sys/dev/sdhci sys/

2017-07-09 Thread O. Hartmann
csd->nsac = mmc_get_bits(raw_csd, 128, 104, 8) * 100; > + m = mmc_get_bits(raw_csd, 128, 99, 4); > + e = mmc_get_bits(raw_csd, 128, 96, 3); > + csd->tran_speed = exp[e] * 1 * mant[m]; > + csd->ccc = mmc_get_bits(raw_csd, 128

Re: svn commit: r320248 - head/share/mk

2017-06-22 Thread O. Hartmann
wn-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin" AS="as" AR="ar" LD="ld" LLVM_LINK="" NM=nm OBJCOPY="objcopy" RANLIB=ranlib STRINGS= SIZE="size" PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legac

  1   2   >