Re: CVS commit: src/usr.sbin/pwd_mkdb

2009-06-19 Thread Matthias Scheler
/etc/pwd.db has no version info nbpwd_mkdb: Cannot open database /etc/spwd.db: Permission denied *** [install-etc-files] Error code 1 1 error Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/external/ibm-public

2009-06-25 Thread Matthias Scheler
On Tue, Jun 23, 2009 at 06:02:04PM -0400, Perry E. Metzger wrote: Matthias Scheler t...@netbsd.org writes: Log Message: Add makefile framework to build Postfix 2.6.2. Don't turn it on yet as the Postfix 2.6.2 binary doesn't work yet because it cannot find /usr/libexec/postfix/postfix

Re: CVS commit: src/external/ibm-public

2009-06-25 Thread Matthias Scheler
On Tue, Jun 23, 2009 at 03:07:05PM +, Christos Zoulas wrote: Shouldn't all the programs go to bin/program instead at the top level? Indeed. I'll fix that later. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/external/ibm-public

2009-06-25 Thread Matthias Scheler
already done that. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/lib/libiscsi

2009-06-25 Thread Matthias Scheler
/ from dist/iscsi/. I think this change is unnecessary. libiscsi is now built via the makefile in src/external/bsd/iscsi/lib. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/sys/sys

2009-08-10 Thread Matthias Scheler
) \ ((uint64_t) \ [...] #ifdef __cplusplus } #endif That should allows us to keep the old-casts and avoid warnings. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/sys/sys

2009-08-10 Thread Matthias Scheler
to be backwards compatible without forcing you to use extern C. -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/distrib/utils/sysinst

2009-08-23 Thread Matthias Scheler
? The progress bar? Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src

2009-09-14 Thread Matthias Scheler
On Mon, Sep 14, 2009 at 11:17:25AM +, Michael Shalayeff wrote: pfsync never collided w/ anything. it used unassigned proto number. Does it still do that? Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/bin/sh

2009-10-07 Thread Matthias Scheler
:-/etc/rc.d}; do test -d ${rcd} echo ${rcd}/*; done) With the new /bin/sh the scripts variable is empty afterwards. Kind regards -- Matthias Scheler http://zhadum.org.uk/

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

2009-10-11 Thread Matthias Scheler
On Sun, Oct 11, 2009 at 01:17:04PM +0200, Christoph Badura wrote: Uh. Why is it in there anyway? Because NetBSD/amd64 and NetBSD/sparc64 provide 32 bit libraries for COMPAT_NETBSD32. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/lib/libc/stdio

2009-10-26 Thread Matthias Scheler
for i386. Making this code 'pass lint' does absolutely nothing for its readability (etc). we need a new lint. Is Sun's lint (the one they use for OSnet builds) open source these days? I remember from my days at Sun that it was very good. Kind regards -- Matthias Scheler

Re: CVS commit: src/sys/dev

2009-11-10 Thread Matthias Scheler
-- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/sys/dev

2009-11-10 Thread Matthias Scheler
which will result in a total of 384 bytes of buffers allocated on the stack. There is therefore no risk of stack overflows. 2.) I have backed out my changes to fix the LOCKDEBUG kernel panics. Thanks a lot for pointing out the problem. Kind regards -- Matthias Scheler

Re: CVS commit: src/sys/dev

2009-11-10 Thread Matthias Scheler
the maximum. The change isn't completely correct. The code will later use sizeof(sink) and sizeof(blkno_buf) which is no the maximum and not the actual buffer size. You probably need to replace all those occurrences of sizeof by blocksize. Kind regards -- Matthias Scheler

Re: Subject: CVS commit: src/share/mk

2009-11-11 Thread Matthias Scheler
exploit into a DoS which will at least keep your data safe. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: Subject: CVS commit: src/share/mk

2009-11-12 Thread Matthias Scheler
, but the question is whether the attack can panic the kernel (bad) or gain root access to your system (very, very bad). Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/usr.sbin/rpc.lockd

2009-11-27 Thread Matthias Scheler
-- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/share/mk

2009-12-03 Thread Matthias Scheler
yes Yes, indeed. But this will only work if sets.subr actually checks for this variable, won't it? Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/distrib/sets

2009-12-08 Thread Matthias Scheler
On Tue, Dec 08, 2009 at 09:12:26AM +0900, Masao Uebayashi wrote: I wonder why we don't have ${TOOL_SH}. Because making our shell portable will probably be much harder than occasionally fixing some shell scripts. Kind regards -- Matthias Scheler http

Re: CVS commit: src/share/mk

2009-12-11 Thread Matthias Scheler
pseudo-device raid. Kind regards -- Matthias Scheler http://zhadum.org.uk/

CVS commit: xsrc/external/mit/expat/dist/lib

2010-01-27 Thread Matthias Scheler
Module Name:xsrc Committed By: tron Date: Wed Jan 27 13:17:47 UTC 2010 Modified Files: xsrc/external/mit/expat/dist/lib: xmlparse.c Log Message: Add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to crash on bad input). To generate a diff of this commit:

CVS commit: xsrc/xfree/xc/extras/expat/lib

2010-01-27 Thread Matthias Scheler
Module Name:xsrc Committed By: tron Date: Wed Jan 27 13:47:28 UTC 2010 Modified Files: xsrc/xfree/xc/extras/expat/lib: xmlparse.c Log Message: Add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to crash on bad input). To generate a diff of this commit:

CVS commit: xsrc/xfree/xc/config/pswrap

2010-01-27 Thread Matthias Scheler
Module Name:xsrc Committed By: tron Date: Wed Jan 27 13:46:39 UTC 2010 Modified Files: xsrc/xfree/xc/config/pswrap: lexer.l Log Message: Remove EMX compatibility hack which breaks NetBSD/alpha cross-builds, at least under Mac OS X. To generate a diff of this commit: cvs

CVS commit: src/sys/ddb

2010-02-01 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Feb 1 09:56:58 UTC 2010 Modified Files: src/sys/ddb: db_write_cmd.c Log Message: Include ctype.h if we are not building a kernel to fix the build of crash(8). To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/ddb

2010-02-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Tue Feb 2 09:04:14 UTC 2010 Modified Files: src/sys/ddb: db_user.h db_write_cmd.c Log Message: Include ctype.h in the central place which deals with building the kernel debugger as a userland program. To generate a diff of this

CVS commit: src/external/mit/xorg/bin/xterm

2010-02-04 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Thu Feb 4 13:22:34 UTC 2010 Modified Files: src/external/mit/xorg/bin/xterm: Makefile Log Message: Define HAVE_TERMCAP_H to fix build with the new terminfo library. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/wc

2010-02-19 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Feb 19 11:15:23 UTC 2010 Modified Files: src/usr.bin/wc: wc.c Log Message: Report the number of characters, not the number of bytes in the longest line. Problem pointed out by YAMAMOTO Takashi on tech-userlevel mailing list.

CVS commit: src/external/cddl/osnet/usr.sbin/dtrace

2010-02-22 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Feb 22 12:21:27 UTC 2010 Modified Files: src/external/cddl/osnet/usr.sbin/dtrace: Makefile Log Message: Disable stack protection warnings for dtrace.c which uses alloca(3). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/sys

2010-02-24 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Feb 24 10:18:19 UTC 2010 Modified Files: src/sys/sys: dtrace_bsd.h Log Message: Fix build of the dtrace kernel module. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/sys/dtrace_bsd.h Please note that

CVS commit: src/external/cddl/osnet/usr.sbin/zdb

2010-02-24 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Feb 24 11:56:35 UTC 2010 Modified Files: src/external/cddl/osnet/usr.sbin/zdb: Makefile Log Message: Disable stack protection warnings for zdb_il.c which uses a dynamically sized array on the stack. To generate a diff of this

CVS commit: src/external/cddl/osnet/lib/libdtrace

2010-02-24 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Feb 24 12:51:06 UTC 2010 Modified Files: src/external/cddl/osnet/lib/libdtrace: Makefile Log Message: Disable stack protection warnings for sources which use dynamically sized stack buffers. To generate a diff of this commit:

CVS commit: src/external/cddl/osnet/lib/libdtrace

2010-02-24 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Feb 24 15:40:54 UTC 2010 Modified Files: src/external/cddl/osnet/lib/libdtrace: Makefile Log Message: Disable stack protection warnings for more sources which use dynamically sized stack buffers. To generate a diff of this

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

2010-03-03 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Mar 3 14:32:29 UTC 2010 Modified Files: src/distrib/sets/lists/modules: mi Log Message: The solaris kernel module also gets build if ZFS is enabled. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2010-03-03 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Mar 3 14:43:41 UTC 2010 Modified Files: src/distrib/sets/lists/modules: mi Log Message: The directory modules/solaris depends on ZFS as well. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/distrib/sets

2010-03-03 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Mar 3 16:13:42 UTC 2010 Modified Files: src/distrib/sets: mkvars.mk sets.subr src/distrib/sets/lists/modules: mi Log Message: dtrace,zfs means MKDTRACE=yes *and* MKZFS=yes which is not what we want. Invent a flag

CVS commit: src/distrib/sets

2010-03-03 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Mar 3 16:13:42 UTC 2010 Modified Files: src/distrib/sets: mkvars.mk sets.subr src/distrib/sets/lists/modules: mi Log Message: dtrace,zfs means MKDTRACE=yes *and* MKZFS=yes which is not what we want. Invent a flag

Re: CVS commit: src/external/cddl/osnet/dev/dtrace/i386

2010-03-18 Thread Matthias Scheler
the prototype of cpu_frequency. Probably this should be rewritten to use MI timecounter(9)? Well, it seems to be an architecture specific file anyway. But I don't know the details, I just mechanically fixed the build. Kind regards -- Matthias Scheler

Re: CVS commit: src/lib/libc/stdio

2010-05-06 Thread Matthias Scheler
that in such cases the NetBSD implementation does not set errno to EBADF, hence diverging from the standard in this small detail. Is there any reason not to make in compliant? It seems like a reasonable change. Kind regards -- Matthias Scheler http://zhadum.org.uk/

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

2010-05-18 Thread Matthias Scheler
entry it calls particular sync routine which propagates DIOCCACHESYNC to real disk. What happens if a logical volume consists of two slice of one physical device? Will the physical device get flushed twice? Kind regards -- Matthias Scheler http

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

2010-09-01 Thread Matthias Scheler
Thing(TM) happens. Kind regards -- Matthias Scheler http://zhadum.org.uk/

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

2010-09-01 Thread Matthias Scheler
reason. And I'm less concerned about the destdir anyway. I'm concerned about obsolete manual pages remaining on a system. Kind regards -- Matthias Scheler http://zhadum.org.uk/

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

2010-09-11 Thread Matthias Scheler
On 6 Sep 2010, at 23:35, Christos Zoulas wrote: Should we make perror() produce a warning so people will stop using it? No, as it is not a NetBSD specific API. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/lib/libc/stdlib

2010-09-30 Thread Matthias Scheler
in between (just like malloc()/free() behaviour). Is there any standard which backs this statement? Otherwise, if i understand things correctly, it's more putenv that shoud work that way. Our putenv(3) is implemented via setenv(3). Kind regards -- Matthias Scheler

Re: CVS commit: src/lib/libc/stdlib

2010-09-30 Thread Matthias Scheler
that it gets back from getenv(3) exactly what it passed into putenv(3). Well, it seesm our putenv(3) needs a rewrite. I think that setenv(3) and unsetenv(3) are correct as they are. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: putenv/setenv changes

2010-10-03 Thread Matthias Scheler
not sure whether it is good idea to document that we tolerate it. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: putenv/setenv changes

2010-10-03 Thread Matthias Scheler
that use both putenv and setenv (hopefully none). It shouldn't. I've tried to take care of that with the second half of the change. setenv(3) will not try to write to an environment string that it didn't allocate itself. Kind regards -- Matthias Scheler

Re: putenv/setenv changes

2010-10-03 Thread Matthias Scheler
is the case for our libc after my change. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/lib/libc/stdio

2010-10-23 Thread Matthias Scheler
that the compiler is clever anough to optimize the code away on 64bit platforms. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/lib/libc/stdio

2010-10-24 Thread Matthias Scheler
On Mon, Oct 25, 2010 at 12:24:14AM +0700, Robert Elz wrote: Date:Sun, 24 Oct 2010 16:00:46 +0100 From:Matthias Scheler t...@netbsd.org Message-ID: 20101024150046.ga...@colwyn.zhadum.org.uk | It doesn't have to be a macro anyway as it used only ones. Yes, I

Re: CVS commit: src/bin/cp

2010-10-25 Thread Matthias Scheler
on some ports. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/bin/cp

2010-10-25 Thread Matthias Scheler
On Mon, Oct 25, 2010 at 08:52:43AM +0100, Matthias Scheler wrote: On Sun, Oct 24, 2010 at 10:56:40PM +, David Holland wrote: Anyway, ISTM that writing from the mmap buffer in say 64K chunks would retain nearly all the advantages and get rid of the latency problem. The way the code

Re: CVS commit: src/bin/cp

2010-10-25 Thread Matthias Scheler
On Tue, Oct 26, 2010 at 05:05:28AM +1100, matthew green wrote: On Mon, Oct 25, 2010 at 08:52:43AM +0100, Matthias Scheler wrote: On Sun, Oct 24, 2010 at 10:56:40PM +, David Holland wrote: Anyway, ISTM that writing from the mmap buffer in say 64K chunks would retain nearly all

Re: CVS commit: src/bin/dd

2010-11-23 Thread Matthias Scheler
space. /usr over NFS is useful for a system with a shortage of local disk space. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/etc/rc.d

2011-01-08 Thread Matthias Scheler
rc.d scripts depend on /rescue. Me neither. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/etc/rc.d

2011-01-09 Thread Matthias Scheler
On Sun, Jan 09, 2011 at 02:47:27AM +, David Holland wrote: On Sat, Jan 08, 2011 at 11:49:54PM +, Matthias Scheler wrote: This is no longer true, for lvm and other things, so let's take a deep breath and move chown. Yes, but we should probably provide a symlink from /usr

Re: CVS commit: src/lib/libm

2011-01-09 Thread Matthias Scheler
Message: Imlementations of fmax, fmaxf, fmin and fminf libm functions for VAX. Thank you. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src

2011-01-13 Thread Matthias Scheler
, test anita cycle with this patch. This will break installation on systems which use a separate /usr file-system because you create symlinks between /sbin and /usr/sbin respectively /bin and /usr/bin. Please consider using SYMLINKS for the compatibility links. Kind regards -- Matthias

Re: CVS commit: src/external/ibm-public/postfix

2011-02-13 Thread Matthias Scheler
to saslc or cyrus Do we really want to support USE_LIB_SASL=cyrus? Linking stuff in base again libraries from pkgsrc sounds like a big hack to me and will e.g. break cross compiling. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/external/ibm-public/postfix

2011-02-13 Thread Matthias Scheler
aggregate dynamic array CPPFLAGS+= -DCANT_USE_SEND_RECV_MSG And yes there is less reason to use cyrus right now, which is what the libsaslc project is all about. I agree. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/sys/fs/msdosfs

2011-03-03 Thread Matthias Scheler
-- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/sys/fs/msdosfs

2011-03-03 Thread Matthias Scheler
regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/share/mk

2011-04-17 Thread Matthias Scheler
distribution sets under NetBSD/i386 5.99.49 are you sure it was a completely clean build? Yes, tool and object directory were empty. we should fix nbhost-mkdep if it is broken, and revert this change. Please go ahead. Kind regards -- Matthias Scheler

Re: CVS commit: src/share/mk

2011-04-17 Thread Matthias Scheler
please fix that? Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/share/mk

2011-04-17 Thread Matthias Scheler
On Sun, Apr 17, 2011 at 07:04:05PM +0100, Matthias Scheler wrote: You have now broken the tools build again: === build.sh command:./build.sh -O /export/scratch/tron/obj -u -U -x tools [...] Some testing revealed that this only happens if you MKDTRACE is set to yes. So please try

Re: CVS commit: src/tests/syscall

2011-05-28 Thread Matthias Scheler
): 2 test cases pselect_signal_mask_with_signal: Failed: pselect() did not receive signal pselect_signal_mask_with_timeout: Failed: pselect() did not receive signal Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src

2011-05-29 Thread Matthias Scheler
-- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/tests/syscall

2011-05-29 Thread Matthias Scheler
On Sun, May 29, 2011 at 02:57:14PM +0100, Julio M. Merino Vidal wrote: On 5/29/11 1:57 PM, Matthias Scheler wrote: Modified Files: src/tests/syscall: t_pollts.c Log Message: [...] Also use ATF_REQUIRE_EQ_MSG() instead of ATF_REQUIRE_MSG() to avoid crashes if one of the required

Re: CVS commit: src

2011-05-29 Thread Matthias Scheler
/2011.05.29.12.57.14/test.html#syscall_t_pselect_pselect_signal_mask_with_signal Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src

2011-05-29 Thread Matthias Scheler
for me on a virtual machine with four (virtual) cores as well. And yes, that VM can really use four cores. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src

2011-07-07 Thread Matthias Scheler
. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src

2011-07-07 Thread Matthias Scheler
with and without real locking, with and without libpthread present. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/sbin/newfs_v7fs

2011-07-19 Thread Matthias Scheler
we? Indeed, we can and we should. Thanks a lot -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/sys/modules

2011-07-20 Thread Matthias Scheler
, that was the intention. Sorry about the mistake. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/sys

2011-07-30 Thread Matthias Scheler
: subr_pserialize.c src/sys/sys: pserialize.h Log Message: Add an implementation of passive serialization as described in expired US patent 4809168. This is a reader / writer synchronization mechanism, designed for lock-less read operations. Thanks a lot. Kind regards -- Matthias

Re: src/sys/modules/spdmem

2011-08-20 Thread Matthias Scheler
is the better choice anyway as it saves 4 or 8 bytes of static data. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/share/man/man4

2011-08-30 Thread Matthias Scheler
should be converted (or even bluntly removed, given the lack of general third-party software support). It is supported by pkgsrc/multimedia/fxtv which the last time I had an analog TV feed worked well enough to watch TV. Kind regards -- Matthias Scheler

Re: CVS commit: src/share/man/man4

2011-08-30 Thread Matthias Scheler
On Tue, Aug 30, 2011 at 03:42:18PM +0200, Martin Husemann wrote: On Tue, Aug 30, 2011 at 01:31:50PM +0100, Matthias Scheler wrote: It is supported by pkgsrc/multimedia/fxtv which the last time I had an analog TV feed worked well enough to watch TV. Just curious: are there analog TV feeds

Re: CVS commit: src/share/man/man4

2011-08-30 Thread Matthias Scheler
. But that might be a lot of work for hardware which might become obsolete in the near future. Kind regards -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/share/man/man5

2011-11-07 Thread Matthias Scheler
On Mon, Nov 07, 2011 at 06:51:58AM +0200, Jukka Ruohonen wrote: On Sun, Nov 06, 2011 at 10:34:48PM +, Matthias Scheler wrote: Module Name:src Committed By: tron Date: Sun Nov 6 22:34:48 UTC 2011 Modified Files: src/share/man/man5: mk.conf.5

Re: CVS commit: src/sys

2011-11-25 Thread Matthias Scheler
debug.c debug.h ebh.c ebh.h ebh_media.h ebh_misc.h media.h Log Message: Import CHFS, which was formerly known as ChewieFS. Thanks a lot. But why was this imported into src/sys/ufs and not into src/sys? It is not a UFS derivative, is it? Kind regards -- Matthias Scheler

Re: CVS commit: src/external/mit/expat/dist

2012-02-11 Thread Matthias Scheler
On Sat, Feb 11, 2012 at 10:40:03PM +0200, Alan Barrett wrote: On Sat, 11 Feb 2012, Matthias Scheler wrote: Log Message: Initial import of expat 2.0.1 into base: This is James Clark's expat XML parser library in C. It is a stream oriented parser that requires setting handlers to deal

Re: CVS commit: src

2012-03-04 Thread Matthias Scheler
On Sun, Mar 04, 2012 at 04:12:25PM +, Matthias Scheler wrote: Module Name: src Committed By: tron Date: Sun Mar 4 16:12:25 UTC 2012 Modified Files: src/distrib/sets/lists/man: mi src/external/ibm-public/postfix: Makefile.inc src/external/ibm-public/postfix

Re: CVS commit: src/tools

2012-12-17 Thread Matthias Scheler
for me. Thanks a lot -- Matthias Scheler http://zhadum.org.uk/

Re: CVS commit: src/gnu/usr.bin/texinfo/makeinfo

2014-03-25 Thread Matthias Scheler
On Mon, Mar 24, 2014 at 11:20:04PM +, Christos Zoulas wrote: In article 20140324230302.1ad1...@cvs.netbsd.org, Matthias Scheler source-changes-d@NetBSD.org wrote: Module Name: src Committed By:tron Date:Mon Mar 24 23:03:02 UTC 2014 Modified Files: src/gnu

Re: CVS commit: src/gnu/usr.bin/texinfo/makeinfo

2014-03-25 Thread Matthias Scheler
enforcing of fortification. But I couldn't find it yesterday and I really wanted to have emacs on my NetBSD-current machine. Kind regards -- Matthias Scheler https://zhadum.org.uk/

Re: CVS commit: src/external/gpl3/gcc

2014-05-28 Thread Matthias Scheler
/destdir.amd64/lib -L=/lib /export/scratch/tron/obj/gnu/usr.bin/groff/src/libs/libdriver/libdriver.a /export/scratch/tron/obj/gnu/usr.bin/groff/src/libs/libgroff/libgroff.a -lm *** Error code 1 Stop. Kind regards -- Matthias Scheler https://zhadum.org.uk/

Re: CVS commit: src/external/gpl3/gcc

2014-05-28 Thread Matthias Scheler
On Wed, May 28, 2014 at 02:12:40PM +0100, Matthias Scheler wrote: On Wed, May 28, 2014 at 09:09:40AM +, Matthew Green wrote: Module Name:src Committed By: mrg Date: Wed May 28 09:09:39 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3

Re: CVS commit: src/lib/libc/rpc

2014-05-29 Thread Matthias Scheler
) will of course fail. Kind regards -- Matthias Scheler http://zhadum.org.uk/

CVS commit: src/etc

2023-07-30 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 30 09:09:38 UTC 2023 Modified Files: src/etc: services Log Message: Resolve the port 2049 conflict by commenting out the entries for "shilp". Now "netstat" will produce sensible output for NFS connections again. To

CVS commit: src/etc

2023-07-30 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 30 09:09:38 UTC 2023 Modified Files: src/etc: services Log Message: Resolve the port 2049 conflict by commenting out the entries for "shilp". Now "netstat" will produce sensible output for NFS connections again. To