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

2018-05-17 Thread O. Hartmann
fs.h:455:51: note: expanded from macro '__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(t

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 > > No function

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: > > > > > Author: jilles > > > Date: Mon May 21 21:52:48 2018 >

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

2018-06-05 Thread O. Hartmann
stem-headers - -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable - -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

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

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

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
-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: 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: r335159 - head/sys/dev/flash

2018-06-14 Thread O. Hartmann
ro (all) - --- all_subdir_spi --- *** [mx25l.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). -BEGI

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

2018-06-17 Thread O. Hartmann
t/gptboot -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 fre

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

2018-06-19 Thread O. Hartmann
t;type = dsk->drive & DRV_HARD ? TYPE_AD : TYPE_FD; > ___ > svn-src-head@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&qu

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

2018-06-20 Thread O. Hartmann
r confusion, > is not 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: r326458 - head/lib/libefivar

2017-12-02 Thread O. Hartmann
for clearly bogus things > + */ > + if (path == NULL || dp == NULL) > + return (EDOOFUS); > + > + /* > + * We'll need the goem mesh to grovel through it to find the > + * efimedia attribute for any devices we find. Grab it here > + *

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

2017-12-02 Thread O. Hartmann
rc-head@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 Nutzung oder Übermittlung meine

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

2017-12-25 Thread O. Hartmann
*dev, void *arg) > +{ > + struct devinfo_dev *parent; > + char *bus, *p; > + > + do { > + if (!all_flag && dev->dd_name[0] != '\0') > + break; > + if (!(dev->dd_flags & DF_ENABLED)) > +

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 mocked headers first i

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 schrieb: > On 01/09/2018 04:47, O. Hartmann wrote: > > On Mon, 8 Jan 2018 20:14:16 + (UTC) > > Conrad Meyer wrote: > > > >> Author: cem > >> Date: Mon Jan 8 20:14:16 2018 > >> New Revis

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

2018-01-13 Thread O. Hartmann
#endif > > #ifdef __cplusplus > ___ > svn-src-head@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" You ref

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 function cgget. > No functio

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

2018-01-19 Thread O. Hartmann
___ > svn-src-head@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" It seems, this broke buildkernel for me (and probably others): [...] ===> bhnd/cores/bhnd_

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). pgpro4VI9OBfk.pgp Description: OpenPGP digital signature

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

2018-01-27 Thread O. Hartmann
ecursive. 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 *** Er

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

2018-03-24 Thread O. Hartmann
gt; 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 the target of the operation. > +Specifies a NUMA domain id as the target of the operation. This can only > +be used to query the cpus visible in each numberd domain. > .It Fl g > Causes > .Nm > @@ -130,6 +145,13 @@ numbers separated by '-' for ranges and commas separat > A special list of > .Dq all > may be specified in which case the list includes all CPUs from the root set. > +.It Fl n Ar domain-list:policy > +Specifies a list of domains and allocation policy to apply to a target. > Ranges > +may be specified as in > +.Fl l . > +Valid policies include first-touch, ft, round-robin, rr, and prefer. The > prefer > +policy accepts only a single domain in the set. The parent of the set is > +consulted if the preferred domain is unavailable. > .It Fl p Ar pid > Specifies a pid as the target of the operation. > .It Fl s Ar setid > ___ > svn-src-head@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" A buildkernel fails with: [...] --- all_subdir_lib/libc --- make[4]: make[4]: don't know how to make cpuset_getdomain.2. Stop make[4]: stopped in /usr/src/lib/libc -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgpI_c9V667Hk.pgp Description: OpenPGP digital signature

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

2018-03-26 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 > assignment. Device driv

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

2018-03-26 Thread O. Hartmann
On Tue, 27 Mar 2018 08:15:35 +0200 "O. Hartmann" wrote: > 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/ba

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 supplanted by the

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
> Cy Schubert > or > 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 > Cc: src-committ...@freebsd.org; svn-src-...@freebsd.org; > svn-src-head@freebsd.org S

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

2018-04-07 Thread O. Hartmann
27: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); ^ -

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

2018-04-08 Thread O. Hartmann
nsubscribe, 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 widerspreche der Nutzung oder Übermittlung

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

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

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

2018-05-03 Thread O. Hartmann
p) > + CURVNET_SET(ifp->if_vnet); > inm_purge(inm); > - > free(inm, M_IPMADDR); > > if_delmulti_ifma(ifma); > + if (ifp) > + CURVNET_RESTORE(); > } > > /* > @@ -592,7 +658,7 @@ inm_clear_recorded(struct in_

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

2018-05-03 Thread O. Hartmann
50 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, 2

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" 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 #2 r333269: Sat May 5 08:

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

2018-05-05 Thread O. Hartmann
r, I'll test. Thanks. > > On Sat, May 5, 2018 at 2:01 AM, O. Hartmann wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA512 > > > > Am Thu, 3 May 2018 22:23:52 +0200 > > "O. Hartmann" schrieb: > > > > > > I&#

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

2018-05-05 Thread O. Hartmann
der with a read lock > held with the former version of the patch. > Well, I'd appreciate a patch file, if possible, please. > > On Sat, May 5, 2018 at 1:31 PM, O. Hartmann wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA512 > > > > Am Sat, 5 M

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

2018-05-06 Thread O. Hartmann
t, May 5, 2018 at 1:54 PM, O. Hartmann wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA512 > > > > Am Sat, 5 May 2018 13:45:13 -0700 > > Matthew Macy schrieb: > > > >> actually can you try the updated patch please, it turns out I need to &

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. > SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL

Re: svn commit: r318750 - in head/contrib: binutils/bfd binutils/ld binutils/ld/emulparams gcc gcc/config/s390

2017-05-23 Thread O. Hartmann
BLE_MANGLING > > +/* Override the default comment-starter of "/APP" from unix.h. */ > +#undef ASM_APP_ON > +#define ASM_APP_ON "#APP\n" > +#undef ASM_APP_OFF > +#define ASM_APP_OFF "#NO_APP\n" > + > #endif > ___ > svn-src-head@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 on r318751 with a "Segmentation fault" error as shown below: Building /usr/obj/usr/src/lib/libkiconv/_libinstall --- lib/libmd__L --- --- skein_block_asm.o --- Segmentation fault *** [skein_block_asm.o] Error code 139 make[4]: stopped in /usr/src/lib/libmd .ERROR_TARGET='skein_block_asm.o' .ERROR_META_FILE='/usr/obj/usr/src/lib/libmd/skein_block_asm.o.meta' .MAKE.LEVEL='4' MAKEFILE='' Host is running recent CURRENT: FreeBSD 12.0-CURRENT #124 r318748: Tue May 23 18:52:59 CEST 2017 amd64 -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgp6YPyI7JcXG.pgp Description: OpenPGP digital signature

Re: svn commit: r318750 - in head/contrib: binutils/bfd binutils/ld binutils/ld/emulparams gcc gcc/config/s390

2017-05-23 Thread O. Hartmann
Am Tue, 23 May 2017 12:52:35 -0500 Pedro Giffuni schrieb: > On 23/05/2017 12:12, O. Hartmann wrote: > > Am Tue, 23 May 2017 16:38:10 + (UTC) > > "Pedro F. Giffuni" schrieb: > > > >> Author: pfg > >> Date: Tue May 23 16:38:

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
uild, but almost every p5* port bails out with that error shown above. Rebuilding p5-* ports is impossible. Running FreeBSD 12.0-CURRENT #3 r318789: Wed May 24 18:03:48 CEST 2017 amd64 with WITH_LLD_IS_LD=yes. -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Wer

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
t belong to? Rebuilding autotools (which I suspected first) also fails ... -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgpaE3P6zP__F.pgp Description: OpenPGP digital signature

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
Am Wed, 24 May 2017 19:40:46 +0200 "O. Hartmann" schrieb: > Am Wed, 24 May 2017 12:28:51 -0500 > Larry Rosenman schrieb: > > > I fixed my issues by force-rebuilding perl and all installed p5-* ports. > > > > > > > This isn't possible in

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
Am Wed, 24 May 2017 13:04:30 -0500 Larry Rosenman schrieb: > On 5/24/17, 1:01 PM, "O. Hartmann" wrote: > > Am Wed, 24 May 2017 19:40:46 +0200 > "O. Hartmann" schrieb: > > > Am Wed, 24 May 2017 12:28:51 -0500 > > Larry Ros

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
Am Wed, 24 May 2017 12:11:06 -0700 "Ngie Cooper (yaneurabeya)" schrieb: > > On May 24, 2017, at 11:10, O. Hartmann wrote: > > > > Am Wed, 24 May 2017 13:04:30 -0500 > > Larry Rosenman schrieb: > > … > > > I use the traditional "m

Re: svn commit: r319971 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/stdlib/jemal

2017-06-15 Thread O. Hartmann
On Thu, 15 Jun 2017 07:15:06 + (UTC) Jason Evans wrote: > Author: jasone > Date: Thu Jun 15 07:15:05 2017 > New Revision: 319971 > URL: https://svnweb.freebsd.org/changeset/base/319971 > > Log: > Update jemalloc to 5.0.0. > > Added: > head/contrib/jemalloc/include/jemalloc/internal/aren

Re: svn commit: r319971 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/stdlib/jemal

2017-06-17 Thread O. Hartmann
Am Thu, 15 Jun 2017 13:11:52 -0700 Jason Evans schrieb: > On Thu, 15 Jun 2017 08:04:57 -0700 > Jason Evans wrote: > > > On Thu, 15 Jun 2017 10:31:57 +0200 > > "O. Hartmann" wrote: > > > > > On Thu, 15 Jun 2017 07:15:06 + (UTC) > > &

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

2017-06-20 Thread O. Hartmann
mail to "svn-src-head-unsubscr...@freebsd.org" Running r320138, which is stable for me, My systems crash immediately when booting with r320158. Since I use ZFS compiled into the kernel and it seems to be the only change so far of importance involving the kernel, I suspect the ZFS changes to be the source of the crash. At the moment, I have no debugging kernel running, so this guess is more out of the blue. Kind regards, Oliver -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgp2jhMeHvDBo.pgp Description: OpenPGP digital signature

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

2017-06-20 Thread O. Hartmann
Am Tue, 20 Jun 2017 20:55:02 +0200 "O. Hartmann" schrieb: > Am Tue, 20 Jun 2017 16:55:30 + (UTC) > Andriy Gapon schrieb: > > > Author: avg > > Date: Tue Jun 20 16:55:30 2017 > > New Revision: 320153 > > URL: https://svnweb.freebsd.org/chang

Re: svn commit: r320156 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contr

2017-06-21 Thread O. Hartmann
rm->rm_col[c].rc_size); 278 } > 279 > 280 size = 0; > 281 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) { > 282 abd_put(rm->rm_col[c].rc_abd); > 283 size += rm->rm_col[c].rc_size; > 284 } > 285 > (kgdb) list *(zio_vdev_io_assess+0x116) > 0xda646 is in zio_vdev_io_assess > (/usr/home/kenm/perforce4/kenm/FreeBSD-test/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c:3315). > 3310if (vd == NULL && !(zio->io_flags & ZIO_FLAG_CONFIG_WRITER)) > 3311spa_config_exit(zio->io_spa, SCL_ZIO, zio); 3312 > 3313if (zio->io_vsd != NULL) { > 3314zio->io_vsd_ops->vsd_free(zio); > 3315zio->io_vsd = NULL; > 3316} > 3317 > 3318if (zio_injection_enabled && zio->io_error == 0) > 3319zio->io_error = zio_handle_fault_injection(zio, EIO); > (kgdb) > > So, I disabled trim by setting vfs.zfs.trim.enabled=0 in the loader, and I > can boot now. > > Ken -- O. Hartmann Ich widerspreche der Nutzung oder Übermittlung meiner Daten für Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). pgpwJlOOTrqIp.pgp Description: OpenPGP digital signature

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

2017-06-22 Thread O. Hartmann
rc/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/legacy/usr/bin:/usr/obj/usr/

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
1); > + } else if (v == 1) { > + m = mmc_get_bits(raw_csd, 128, 115, 4); > + e = mmc_get_bits(raw_csd, 128, 112, 3); > + csd->tacc = (exp[e] * mant[m] + 9) / 10; > + csd->nsac = mmc_get_bits(raw_csd, 128, 104, 8) * 100; > +

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
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 happened here? I run a

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 schrieb: > On Mon, Jul 10, 2017 at 10:21 AM, O. Hartmann > wrote: > > > Am Sun, 9 Jul 2017 20:42:21 +0200 > > Marius Strobl schrieb: > > > > > On Sun, Jul 09, 2017 at 04:57:24PM +, Warner Losh wrote: &

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 15:09:36 + (UTC) Andriy Gapon schrieb: > Author: avg > Date: Tue Oct 15 15:09:36 2019 > New Revision: 353565 > URL: https://svnweb.freebsd.org/changeset/base/353565 > > Log: > MFV r353561: 10343 ZoL: Prefix all refcount f

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: r353658 - head/sys/dev/ixl

2019-10-16 Thread O. Hartmann
> https://lists.freebsd.org/mailman/listinfo/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 identifie

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 have

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

2019-09-03 Thread O. Hartmann
_VERSION' gopt.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

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: r346316 - in head: contrib/elftoolchain/strings sbin/savecore usr.bin/brandelf usr.bin/head usr.bin/wc

2019-09-03 Thread O. Hartmann
vn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" This commit seems to break buildworld on my installations: [...] Building /usr/obj/usr/src/amd64.amd64/tmp/obj-tools/usr.bin/strings/strings.o - --- strings.o --- /usr/src/contrib/elf

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

2019-09-03 Thread O. Hartmann
4.amd64/tmp/usr/include/sys/systm.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

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
er second */ > +static uint64_t bbr_lt_bw_ratio = 8; /* For 1/8th */ > +static uint32_t bbr_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'

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

2019-08-13 Thread O. Hartmann
.80: icmp_seq=127 ttl=244 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=

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 pa

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
-License-Identifier: BSD-2-Clause > +# > +# Copyright (c) 2018-2020 Gavin D. Howard and contributors. > +# > +# Redistribution and use in source and binary forms, with or without > +# modification, are permitted provided that the following conditions are met: > +# > +# * Redistributions o

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: r355379 - head/usr.sbin/mergemaster

2019-12-03 Thread O. Hartmann
h this? [Use the existing /var/tmp/temproot] d *** 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 po

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: > head/lib/libprocstat/libpro

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

2020-04-25 Thread O. Hartmann
/src/sys/modules/tcp/rack/../../../netinet/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_s

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

2017-10-26 Thread O. Hartmann
sd.org/mailman/listinfo/svn-src-head > 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/tes

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

2017-11-04 Thread O. Hartmann
t > 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 (all) make[7]: "/u

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

2017-11-04 Thread O. Hartmann
Am Sat, 4 Nov 2017 22:31:33 +0100 "O. Hartmann" schrieb: > Am Sat, 4 Nov 2017 21:02:27 + (UTC) > "Simon J. Gerraty" schrieb: > > > Author: sjg > > Date: Sat Nov 4 21:02:26 2017 > > New Revision: 325404 > > URL: https://svnweb.freebsd

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

2017-11-05 Thread O. Hartmann
Am Sat, 4 Nov 2017 22:31:33 +0100 "O. Hartmann" schrieb: > Am Sat, 4 Nov 2017 21:02:27 + (UTC) > "Simon J. Gerraty" schrieb: > > > Author: sjg > > Date: Sat Nov 4 21:02:26 2017 > > New Revision: 325404 > > URL: https://svnweb.freebsd

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

2017-11-12 Thread O. Hartmann
mk /usr/src/share/mk/src.libnames.mk /usr/src/share/mk/bsd.nls.mk /usr/src/share/mk/bsd.confs.mk /usr/src/share/mk/bsd.files.mk /usr/src/share/mk/bsd.incs.mk /usr/src/share/mk/bsd.links.mk /usr/src/share/mk/bsd.man.mk /usr/src/share/mk/bsd.dep.mk /usr/src/share/mk/bsd.clang-analyze

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

2017-11-18 Thread O. Hartmann
}: ${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-head@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). pgp7Vyh9ocbZD.pgp Description: OpenPGP digital signature

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

2017-11-18 Thread O. Hartmann
To 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

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 userspace. > > This comm

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

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

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: r357771 - in head/sys: kern sys

2020-02-11 Thread O. Hartmann
clude - -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -MD -MF.depend.nvidia-modeset-freebsd.o - -MTnvidia-modeset-freebsd.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float - -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall - -Wredundant-decls -Wnest

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

2020-02-11 Thread O. Hartmann
,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 */ > -

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-08 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 ver

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: 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 b

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: 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
/gplv2/include/linux/device.h:4: In 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: in

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

2018-07-05 Thread O. Hartmann
ontinue; > - fprintf(ofp, "\"%s\\0\"\n", result); > - } > + while (fgets(line, BUFSIZ, ifp) != NULL) > + process_into_nvlist(line, nvl); > + dump_nvlist(nvl, ofp); > fclos

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: 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: r336789 - head/stand/efi/loader

2018-07-27 Thread O. Hartmann
; To unsubscribe, send any mail to "svn-src-head-unsubscr...@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

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

2018-07-27 Thread O. Hartmann
return (0); > } > @@ -798,6 +832,8 @@ main(int argc, CHAR16 *argv[]) > } > } > } > + printf("howto %#x console set to %s\n", howto, getenv("console&qu

Re: svn commit: r336940 - in head/sys: netinet netinet6 [This broke ci.freebsd.org 's FreeBSD-head-mips*-build 's]

2018-07-30 Thread O. Hartmann
On Mon, 30 Jul 2018 18:44:24 -0700 Mark Millard via svn-src-head wrote: > https://ci.freebsd.org/job/FreeBSD-head-mips-build/3577/consoleText shows: > > --- tcp_usrreq.o --- > cc1: warnings being treated as errors > /usr/src/sys/netinet/tcp_usrreq.c: In function 'tcp_usr_send': > /usr/src/sys/ne

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: r346012 - head/sys/sys

2019-04-07 Thread O. Hartmann
_VERSION' gopt.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

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: r346316 - in head: contrib/elftoolchain/strings sbin/savecore usr.bin/brandelf usr.bin/head usr.bin/wc

2019-04-17 Thread O. Hartmann
vn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" This commit seems to break buildworld on my installations: [...] Building /usr/obj/usr/src/amd64.amd64/tmp/obj-tools/usr.bin/strings/strings.o - --- strings.o --- /usr/src/contrib/elf

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

2019-04-19 Thread O. Hartmann
4.amd64/tmp/usr/include/sys/systm.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

Re: svn commit: r315733 - in head: include lib/libc/gen libexec/getty

2017-03-22 Thread O. Hartmann
_______ > svn-src-head@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" Breaks buildworld: [...] /usr/src/lib/libc/gen/getttyent.c:114:6: warning: implicit declaration of function 'stat' is invalid in C99 [-Wimplicit-function-declaration] if (stat(dev, &sb) == 0) ^ 1 warning and 1 error generated. *** [getttyent.pico] Error code 1 make[4]: stopped in /usr/src/lib/libc 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). pgpQ5fRuN3e83.pgp Description: OpenPGP digital signature

Re: svn commit: r315948 - in head: bin/csh contrib/tcsh contrib/tcsh/config contrib/tcsh/nls contrib/tcsh/nls/C contrib/tcsh/nls/et contrib/tcsh/nls/finnish contrib/tcsh/nls/french contrib/tcsh/nls/ge

2017-03-26 Thread O. Hartmann
On Sun, 26 Mar 2017 16:07:57 -0700 Ngie Cooper wrote: > > On Mar 25, 2017, at 13:19, Chagin Dmitry wrote: > > > >> On Sat, Mar 25, 2017 at 10:45:30AM -0700, Ngie Cooper wrote: > >> > >>> On Mar 25, 2017, at 06:32, Dmitry Chagin wrote: > >>> > >>> Author: dchagin > >>> Date: Sat Mar 25 13

  1   2   >