CVS commit: src/sys/dev/onewire

2023-10-10 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Oct 10 19:21:39 UTC 2023 Modified Files: src/sys/dev/onewire: owtemp.c Log Message: PR kern/57088: add missing "onewire" link dependency Thanks Lloyd for pointing me to this PR as I independently fixed the missing module

CVS commit: src/sys/dev/onewire

2023-10-10 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Oct 10 19:21:39 UTC 2023 Modified Files: src/sys/dev/onewire: owtemp.c Log Message: PR kern/57088: add missing "onewire" link dependency Thanks Lloyd for pointing me to this PR as I independently fixed the missing module

CVS commit: src

2023-08-27 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Aug 27 13:20:10 UTC 2023 Modified Files: src/distrib/sets/lists/debug: module.mi src/distrib/sets/lists/modules: mi src/sys/dev/onewire: owtemp.c src/sys/modules: Makefile Added Files:

CVS commit: src

2023-08-27 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Aug 27 13:20:10 UTC 2023 Modified Files: src/distrib/sets/lists/debug: module.mi src/distrib/sets/lists/modules: mi src/sys/dev/onewire: owtemp.c src/sys/modules: Makefile Added Files:

CVS commit: src/sys/net/npf

2023-08-08 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Aug 8 16:10:42 UTC 2023 Modified Files: src/sys/net/npf: npf_ruleset.c Log Message: The analysis documented in PR misc/56990 is correct. Fix by not returning when encountering a ruleset rule. The code up to now would stop

CVS commit: src/sys/net/npf

2023-08-08 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Aug 8 16:10:42 UTC 2023 Modified Files: src/sys/net/npf: npf_ruleset.c Log Message: The analysis documented in PR misc/56990 is correct. Fix by not returning when encountering a ruleset rule. The code up to now would stop

CVS commit: src/sys/netinet6

2023-03-29 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Wed Mar 29 13:01:44 UTC 2023 Modified Files: src/sys/netinet6: nd6_nbr.c Log Message: use carp mac address when replying to neighbor solicitations referring to carp interface addresses. unconfuses commercial routers To generate

CVS commit: src/sys/netinet6

2023-03-29 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Wed Mar 29 13:01:44 UTC 2023 Modified Files: src/sys/netinet6: nd6_nbr.c Log Message: use carp mac address when replying to neighbor solicitations referring to carp interface addresses. unconfuses commercial routers To generate

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2023-02-27 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Mon Feb 27 13:39:09 UTC 2023 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c Log Message: cast to the correct message structure (rt_msghdr instead of if_msghdr) To generate a diff of this commit: cvs rdiff

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2023-02-27 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Mon Feb 27 13:39:09 UTC 2023 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: grabmyaddr.c Log Message: cast to the correct message structure (rt_msghdr instead of if_msghdr) To generate a diff of this commit: cvs rdiff

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2023-02-17 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Fri Feb 17 21:50:14 UTC 2023 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ctldir.c Log Message: provide pathconf for .zfs control directory. avoids errors on ls -l ../.zfs. To generate a diff of this

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2023-02-17 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Fri Feb 17 21:50:14 UTC 2023 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ctldir.c Log Message: provide pathconf for .zfs control directory. avoids errors on ls -l ../.zfs. To generate a diff of this

CVS commit: src/sys/net/npf

2023-02-12 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Feb 12 13:38:37 UTC 2023 Modified Files: src/sys/net/npf: npf.h npf_mbuf.c npf_sendpkt.c Log Message: PR kern/56052: allow block-return packets passed through without rule matching. Included up-stream as

CVS commit: src/sys/net/npf

2023-02-12 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Feb 12 13:38:37 UTC 2023 Modified Files: src/sys/net/npf: npf.h npf_mbuf.c npf_sendpkt.c Log Message: PR kern/56052: allow block-return packets passed through without rule matching. Included up-stream as

CVS commit: src

2023-02-12 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Feb 12 13:21:28 UTC 2023 Modified Files: src/sys/net/npf: npf_params.c src/usr.sbin/npf: npf-params.7 Log Message: PR kern/55654: Switch default for parameter npf ip4.reassembly to 1. This makes the NPF default

CVS commit: src

2023-02-12 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Feb 12 13:21:28 UTC 2023 Modified Files: src/sys/net/npf: npf_params.c src/usr.sbin/npf: npf-params.7 Log Message: PR kern/55654: Switch default for parameter npf ip4.reassembly to 1. This makes the NPF default

CVS commit: src/sys/dev/hdaudio

2023-01-05 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Thu Jan 5 09:57:39 UTC 2023 Modified Files: src/sys/dev/hdaudio: hdafg.c Log Message: ignore NULL for hdaudio_audiodev in hdafg_freem also guard against NULL in ad_{capture,playback} observed during shutdown on Lenovo W510 To

CVS commit: src/sys/dev/hdaudio

2023-01-05 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Thu Jan 5 09:57:39 UTC 2023 Modified Files: src/sys/dev/hdaudio: hdafg.c Log Message: ignore NULL for hdaudio_audiodev in hdafg_freem also guard against NULL in ad_{capture,playback} observed during shutdown on Lenovo W510 To

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2022-10-03 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Mon Oct 3 16:04:19 UTC 2022 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: Revert. Spotted by hannken@ - fix needs to be in zfs_ctldir.c it is missing VOP_PATHCONF. To generate a diff

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2022-10-03 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Mon Oct 3 16:04:19 UTC 2022 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: Revert. Spotted by hannken@ - fix needs to be in zfs_ctldir.c it is missing VOP_PATHCONF. To generate a diff

Re: CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2022-10-03 Thread Frank Kardel
> >> On 3. Oct 2022, at 11:26, Frank Kardel wrote: >> >> Well, I am am happy to do that. But ls got eopnotsupp for fpathconf of ACL >> names and barked at them when listing the .zfs snapshot directory. Ls is >> only ignoring einval at that place. So something mu

Re: CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2022-10-03 Thread Frank Kardel
p 2022, at 12:33, Frank Kardel wrote: >> >> Module Name:    src >> Committed By:   kardel >> Date:   Tue Sep 27 10:33:21 UTC 2022 >> >> Modified Files: >>     src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c >> >> Log Message

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2022-09-27 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Sep 27 10:33:21 UTC 2022 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: for unsupported names return EINVAL as per TOG

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2022-09-27 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Sep 27 10:33:21 UTC 2022 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: for unsupported names return EINVAL as per TOG

Re: CVS commit: src

2022-05-29 Thread Frank Kardel
ment list too long ls: No such file or directory Registered comp-c-man-9.99.97.0.0 also some descriptions seem to be missing and other issues like missing (or mis-configured) packages. Frank On 05/29/22 18:39, nia wrote: On Sun, May 29, 2022 at 09:34:16AM +0200, Frank Kardel wrote: Hi

Re: CVS commit: src

2022-05-29 Thread Frank Kardel
Hi *! I see we are building knobs to not build and install parts of the system. Somehow I missed the discussion on this. Could someone point me to that thread, so that I can understand the overall rationale? As for NTP: sysinst is configuring for ntp and ntpdate. How is sysinst supposed to

Re: CVS commit: src

2021-07-16 Thread Frank Kardel
Hi ! This triggered an unexpected side effect. I have my ZFS vdev on gpt partitions as wedges. I configured the vdevs via the /dev/wedges/* symlinks via the wedge names. data 1.28T 424G 888G - 4% 32% 1.31x ONLINE - raidz2 1.28T 424G

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-03 Thread Frank Kardel
/21 12:03, Roy Marples wrote: On 02/01/2021 23:33, Frank Kardel wrote: Hi Roy ! This may look like a better solution from the interface tracking side. People have requested being able to disable dynamic interface updates completely. This was implemented via the -U 0. ... This patch seems

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-02 Thread Frank Kardel
Hi Roy ! This may look like a better solution from the interface tracking side. People have requested being able to disable dynamic interface updates completely. This was implemented via the -U 0. See man ntpd: ... −U number, −−updateinterval=number interval in

Re: CVS commit: src/external/bsd/ntp/dist/ntpd

2021-01-02 Thread Frank Kardel
Hi Roy ! I doubt that the explicit draining is helpful here as it already happens in the outer loop processing any routing socket input. All that is happening in the routing messages processing path is to call timer_interfacetimeout(current_time + UPDATE_GRACE) and this is robust for

Re: CVS commit: src/sys/dev/mii (PR/kern 55538)

2020-08-27 Thread Frank Kardel
Husemann wrote: On Mon, Aug 24, 2020 at 12:46:04PM +, Frank Kardel wrote: Module Name:src Committed By: kardel Date: Mon Aug 24 12:46:04 UTC 2020 Modified Files: src/sys/dev/mii: mii_physubr.c Log Message: Keep the change check invariant intact. The previous code could

Re: CVS commit: src/usr.bin/make

2020-07-19 Thread Frank Kardel
nbmake currently fails to build the tree. config.status: creating buildmake.sh compile arch.c compile buf.c compile compat.c compile cond.c compile dir.c compile for.c compile hash.c compile job.c compile main.c compile make.c compile

Re: CVS commit: src/sys/arch/xen/xen

2020-04-09 Thread Frank Kardel
HI, I am not sur whether it is the commit below, but 2 out 4 times my xen-DOMU from today (20200409/9.99.55) panics with following locking botch: [ 29.9301379] panic: kernel diagnostic assertion "IFNET_LOCKED(ifp)" failed: file "/usr/src/sys/arch/xen/xen/if_xennet_xenbus.c", line 1120 [

Re: CVS commit: src/sys/uvm

2020-01-10 Thread Frank Kardel
Hi ! With this state of January 2nd we ran some tests for robustness and timing with our database setup: Machine: Mainboard: S2600WFT CPU: 2 x Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz machdep.spectre_v1.mitigated = 0 machdep.spectre_v2.hwmitigated = 1 machdep.spectre_v2.swmitigated = 1

Re: CVS commit: src/sys

2020-01-03 Thread Frank Kardel
Great. works again. Frank On 01/03/20 20:14, Jason Thorpe wrote: On Jan 3, 2020, at 10:11 AM, Frank Kardel wrote: Hi Jason ! Could you please check that kmem using tools can cope with the missing _boottime symbol. Hey Frank... this should fix it: $NetBSD: vmstat.c,v 1.231 2020

Re: CVS commit: src/sys

2020-01-03 Thread Frank Kardel
Hi Jason ! Could you please check that kmem using tools can cope with the missing _boottime symbol. E.g.: # vmstat -s vmstat: undefined symbols: _boottime # This renders vmstat currently broken. Best regards Frank On 01/02/20 16:42, Jason R Thorpe wrote: Module Name:src Committed

CVS commit: src/sys/dev/i2c

2019-10-08 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Oct 8 21:16:11 UTC 2019 Modified Files: src/sys/dev/i2c: hytp14.c Log Message: enable FDT direct configuration. remove address test as the i2c address can be changed on this device. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/i2c

2019-10-08 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Oct 8 21:16:11 UTC 2019 Modified Files: src/sys/dev/i2c: hytp14.c Log Message: enable FDT direct configuration. remove address test as the i2c address can be changed on this device. To generate a diff of this commit: cvs

CVS commit: src/sbin/ifconfig

2019-10-01 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Oct 1 10:52:53 UTC 2019 Modified Files: src/sbin/ifconfig: util.c Log Message: PR/54513 ifconfig exits on newly created carp interfaces downgrade from err(EXIT_FAILURE, ... ) to warn() if ioctl(SIOCGLIFADDR) fails. ifconfig

CVS commit: src/sbin/ifconfig

2019-10-01 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Oct 1 10:52:53 UTC 2019 Modified Files: src/sbin/ifconfig: util.c Log Message: PR/54513 ifconfig exits on newly created carp interfaces downgrade from err(EXIT_FAILURE, ... ) to warn() if ioctl(SIOCGLIFADDR) fails. ifconfig

CVS commit: src/sys/dev/scsipi

2019-05-19 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun May 19 19:06:53 UTC 2019 Modified Files: src/sys/dev/scsipi: st.c Log Message: Add simple position recovery when positioning to EOM by reading the position with READ_POSITION. this allows for mt eom mt st to

Re: CVS commit: src/sys/dev/pci

2019-01-27 Thread Frank Kardel
Specific Information: Len=08 Capabilities: [50] Power Management version 3 Capabilities: [64] Express Endpoint, MSI 00 On 01/28/19 05:11, Masanobu SAITOH wrote: Hi. On 2019/01/28 4:05, Frank Kardel wrote: Hi, that made all devices being recognized during boot with UEFI - good. We seem

Re: CVS commit: src/sys/dev/pci

2019-01-27 Thread Frank Kardel
Hi, that made all devices being recognized during boot with UEFI - good. We seem closer, but not there yet (for my main board at least). There is still an issue with interrupts (or dma - see missing bus master in pci differences). It seems device interrupts via ioapic don't get

Re: CVS commit: src/sys/dev/i2c

2018-06-30 Thread Frank Kardel
Hi Jason ! It is not so odd as your comment suggests. The I2C address is stored in the device EEPROM and perfectly survives a power off. All we need to be able to is to explicitly configure the device at a different address. I hope this capability was not disabled with this check-in as that

Re: CVS commit: src/sys/dev/pci/ixgbe

2018-05-03 Thread Frank Kardel
Hi, I am now seeing that packet reception stops. tcpdump will only show outgoing packets and no incoming packets. ifconfig ixgX down ifconfig ixgX up gets things going again. Code from 2018-02-24 was fine and I think even code shortly before this commit was fine, but there was the mbuf

Re: CVS commit: src/sys/dev/pci/ixgbe

2018-05-03 Thread Frank Kardel
Hi, I am now seeing that packet reception stops. tcpdump will only show outgoing packets and no incoming packets. ifconfig ixgX down ifconfig ixgX up gets things going again. Code from 2018-02-24 was fine and I think even code shortly before this commit was fine, but there was the mbuf

Re: CVS commit: src/sys/netinet

2018-02-13 Thread Frank Kardel
This must be revisited - IKE/racoon breaks with 1.240. racoon listens on port 500. packets for port 500 arrive at the interface (tcpdump sees them), but racoon NEVER receives any packets for port 500 (debug/ktuss sees nothing). Frank On 02/10/18 09:17, Maxime Villard wrote: Module Name:

Re: CVS commit: src/sys/netinet6

2017-05-13 Thread Frank Kardel
comment fixed (CVS lines removed). Sorry for the noise Frank On 05/13/17 22:13, Frank Kardel wrote: Module Name:src Committed By: kardel Date: Sat May 13 20:13:27 UTC 2017 Modified Files: src/sys/netinet6: mld6.c Log Message: avoid a double ifa_release() and thus

Re: CVS commit: src/sbin/ping

2017-03-22 Thread Frank Kardel
The bug seems to also exist in NetBSD-7.1 - maybe a pull-up would be helpful. Best regards, Frank Kardel On 03/17/17 07:52, Ryo Shimizu wrote: Module Name:src Committed By: ryo Date: Fri Mar 17 06:52:59 UTC 2017 Modified Files: src/sbin/ping: ping.c Log Message: Fix

Re: CVS commit: src/sys

2017-01-04 Thread Frank Kardel
On 01/04/17 09:37, Paul Goyette wrote: On Wed, 4 Jan 2017, Frank Kardel wrote: I would also suggest a 64 bit fraction like in struct bintime, which we already have and use internally for timekeeping anyway along with the timespec, timeval conversion functions. Thus collecting can be faster

Re: CVS commit: src/sys

2017-01-04 Thread Frank Kardel
are already being split by 4 with 4+GHz cycle counters - so something better than timespec should already be in scope). Frank On 01/04/17 22:55, Robert Elz wrote: Date:Wed, 04 Jan 2017 22:06:35 +0100 From:Frank Kardel <kar...@netbsd.org> Message-ID: <586d

Re: CVS commit: src/sys

2017-01-04 Thread Frank Kardel
: Wed, 04 Jan 2017 10:58:47 +0100 From: Frank Kardel <kar...@kardel.name> I agree, the decision is whether we want bintime in the export format. Sounds good to me. We should use bintime more often. I have been meaning to add some high-resolution timer-related APIs that use i

Re: CVS commit: src/sys

2017-01-04 Thread Frank Kardel
, Frank Kardel wrote: On 01/04/17 09:37, Paul Goyette wrote: On Wed, 4 Jan 2017, Frank Kardel wrote: I would also suggest a 64 bit fraction like in struct bintime, which we already have and use internally for timekeeping anyway along with the timespec, timeval conversion functions. Thus

Re: CVS commit: src/sys

2017-01-04 Thread Frank Kardel
I would also suggest a 64 bit fraction like in struct bintime, which we already have and use internally for timekeeping anyway along with the timespec, timeval conversion functions. Thus collecting can be faster as we don't need to make the conversions when collectiing. I deem converting at

Re: CVS commit: src

2015-03-29 Thread Frank Kardel
Seems to be a bit incomplete. I see failure in nilfs and fsck_lfs during a release build (i386). FRank On 03/28/15 20:24, Maxime Villard wrote: Module Name:src Committed By: maxv Date: Sat Mar 28 19:24:06 UTC 2015 Modified Files: src/share/man/man9: buffercache.9

Re: CVS commit: src/sys/dev/usb

2014-06-13 Thread Frank Kardel
Thanks Michael ! It really does improves the speed, great :-). Unfortunately, I am seeing about once a day a panic (uvm_fault) and the RPI thus is much less stable than before. The stack trace I could hand copy is: Trap in m_xhalf+0x9c bt gave: bpf_filter_ext+0xc _bpf_mtap+0x278

Re: CVS commit: src/distrib/sets/lists/modules

2014-05-18 Thread Frank Kardel
Thanks ! - I have it in my tree, but missed to commit it - sorry. Frank On 05/18/14 20:28, Jonathan A. Kollasch wrote: Module Name:src Committed By: jakllsch Date: Sun May 18 18:28:49 UTC 2014 Modified Files: src/distrib/sets/lists/modules: md.evbppc.powerpc mi Log

Re: CVS commit: src/sys/arch/x68k/stand/boot_ustar

2014-04-17 Thread Frank Kardel
Dennis, while the MC68020 did not have an MMU onboard there where Motorola PMMUs out there (MC68851). In the beginning there was an FPGA solution that emulated a subset of the MC68851 PMMU via the Coprocessor interface. Later when the PMMU became available it was also used in designs. E. g.

Re: CVS commit: src/sys/dev/scsipi

2013-08-10 Thread Frank Kardel
(commands) for interactive usage. Maybe a warning about possible long operation times in the chio man page could help. Frank On 08/10/13 00:06, Erik Fair wrote: On Aug 9, 2013, at 12:58 , Frank Kardel kar...@netbsd.org wrote: Module Name:src Committed By: kardel Date: Fri Aug 9 19

Re: CVS commit: src/sys/dev/scsipi

2013-08-10 Thread Frank Kardel
for the changers. Like dev.ch0.scsi_timeout=300 (s) How about that? Frank On 08/10/13 00:14, Erik Fair wrote: On Aug 9, 2013, at 12:58 , Frank Kardel kar...@netbsd.org wrote: Module Name:src Committed By: kardel Date: Fri Aug 9 19:58:44 UTC 2013 Modified Files: src/sys/dev

Re: CVS commit: src/lib/libperfuse

2011-09-10 Thread Frank Kardel
Hi Christos, I think that didn't quite work the tree from this morning gives me this: lcc1: warnings being treated as errors /fs/raid1a/src/NetBSD/cur/src/lib/libperfuse/ops.c: In function 'perfuse_node_read': /fs/raid1a/src/NetBSD/cur/src/lib/libperfuse/ops.c:2838:22: error: comparison

Re: CVS commit: src/usr.bin/xlint/lint1

2011-02-05 Thread Frank Kardel
Are we missing a commit ? /bin/sh: Can't open /fs/raid1a/src/NetBSD/tc-merge/src/usr.bin/xlint/lint1/mkops *** Failed target: ops.h *** Failed command: AWK=/usr/btools/bin/nbawk /bin/sh /fs/raid1a/src/NetBSD/tc-merge/src/usr.bin/xlint/lint1/mkops -h

Re: CVS commit: src

2011-02-05 Thread Frank Kardel
Hello, is there a chance that the subdirectory needs yet to be committed? building release: [...] cleandir === sys/modules/tprof_pmi cleandir === sys/modules/tprof_amdpmi cd: can't cd to /fs/raid1a/src/NetBSD/tc-merge/src/sys/modules/tprof_amdpmi *** Failed target: cleandir-tprof_amdpmi and

Re: CVS commit: src/sys/dev/usb

2011-01-23 Thread Frank Kardel
Just a note. Today I tried out a -current (44 - 20110123) kernel and infortunately my modem (used for fax service) failed to be detected. The port is being disabled. -current as of 200910 (20) is working. Any ideas or is it time to start the kernel breakage binary hunt ? Frank PCI

Re: CVS commit: src/sys/dev/usb

2010-06-20 Thread Frank Kardel
: On 20 Jun 2010, at 00:41, Frank Kardel wrote: src/sys/dev/usb: u3g.c usbdevs usbdevs.h usbdevs_data.h Log Message: add Huawei E1750 Mobile Broadband HSPA USB Stick That annoying virtual CD is easily disabled: http://forum.electroniq.net/index.php?topic=86.0

Re: CVS commit: src/dist/ntp

2009-12-08 Thread Frank Kardel
there. Frank Christoph Egger wrote: Frank Kardel wrote: Module Name:src Committed By: kardel Date: Tue Dec 8 20:45:46 UTC 2009 Update of /cvsroot/src/dist/ntp In directory ivanova.netbsd.org:/tmp/cvs-serv4230 Log Message: Import ntp 4.2.4p8 Is there anything that speak

panic? - Re: CVS commit: src

2009-10-17 Thread Frank Kardel
Hi Jason ! I now get a KASSERT() assertion failure during boot in subr_xcall.c:199: KASSERT(xc_tailp xc_headp); Hand copied call stack: subr_xcall pool_cache_invalidate pmap_grow_kernel uvm_map_prepare uvm_map uvm_km_alloc vga_post_init ... more into autoconfig/device/bus scanning Frank

Re: CVS commit: src/usr.sbin/sup/source

2009-10-16 Thread Frank Kardel
Hi Christos ! This seems to break build.sh release: cc1: warnings being treated as errors /usr/src/usr.sbin/sup/sup/../source/supcmain.c: In function 'init': /usr/src/usr.sbin/sup/sup/../source/supcmain.c:676: warning: assignment from incompatible pointer type

Re: CVS commit: src/usr.bin/xlint/lint1

2009-10-03 Thread Frank Kardel
Hello Christos ! On 20091003 build release fails with: dependall === lib/libwrap compile libwrap/fix_options.ln /src/NetBSD/tc-merge/BUILD.i386/usr/include/netinet/ip.h(153): syntax error '__packed' [249] /src/NetBSD/tc-merge/BUILD.i386/usr/include/netinet/ip.h(154): syntax error

Re: CVS commit: src/sys

2009-06-14 Thread Frank Kardel
follow the strategy that new stuff uses uint* ? In that case the change would be minor. Best regards, Frank Christoph Egger wrote: Frank Kardel wrote: Module Name:src Committed By: kardel Date: Sun Jun 14 13:16:32 UTC 2009 Modified Files: src/sys/kern: kern_tc.c

Re: CVS commit: src/dist/ntp

2009-06-13 Thread Frank Kardel
if they are deemed useful) and some config rules in the PPS area also change. So that would be the time to make the switch and worth the effort. Frank Adam Hamsik wrote: On Jun,Saturday 13 2009, at 11:18 AM, Frank Kardel wrote: Module Name:src Committed By:kardel Date:Sat Jun 13 09:18:53

Re: CVS commit: src/sys

2009-05-31 Thread Frank Kardel
Hi ! As I already observed in another reply to a doc change referring to these changes. I have narrowed down the time frame where fdesc handling broke (at least for cups and its filter pipes). A kernel before 2009-05-23 22:00:00 works - a kernel after 2009-05-24 22:00:00 kills cups filter

Re: CVS commit: src/doc

2009-05-30 Thread Frank Kardel
Hi ! I tried a kernel from today (20090530). Strangely cups/foomatic fails with EBADF when attempting to read from STDIN in the foomatic perl script. A kernel from 20090516 works. Userland is from 20090516. Have there been library changes or is a bug hiding the in descriptor changes ? The