Re: Leak Sanitizer - how to suppress leaks

2019-09-15 Thread Marc Balmer
Doesn‘t exit clear all resources on posix systems? > Am 15.09.2019 um 21:42 schrieb David Holland : > >> On Fri, Sep 13, 2019 at 07:03:40PM +0700, Robert Elz wrote: >> It isn't so much that I think we need to save the cost of doing >> the free() (though for ps it turns out to be harder than you'd

Re: CVS import: external/mit/lua/dist

2017-04-23 Thread Marc Balmer
This went obviously to the wrong place, spz fixed it. Many thanks, Petra! Am 23.04.17 um 16:16 schrieb Marc Balmer: Module Name:external Committed By: mbalmer Date: Sun Apr 23 14:16:17 UTC 2017 Update of /cvsroot/external/mit/lua/dist In directory ivanova.netbsd.org:/tmp/cvs

Re: CVS commit: src/libexec/httpd

2016-01-04 Thread Marc Balmer
e will > work, but not for HTTPS. Oh, I was not suggesting you change the file again, I jsut wanted to note that a single line change would have been enough ;) > > On 03.01.2016 11:15, Marc Balmer wrote: >> Just a note: A better change would have been to just add >> >> p

Re: CVS commit: src/libexec/httpd

2016-01-03 Thread Marc Balmer
Just a note: A better change would have been to just add print = httpd.print at the start of the script. That way the script could still be used as a normal CGI script with minimal changes. > Am 07.12.2015 um 04:11 schrieb Kamil Rytarowski : > > Module Name: src > Committed By: kamil > Date

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

2015-12-09 Thread Marc Balmer
/gpioctl/gpioctl.cSun Dec 6 07:31:28 2015 > @@ -1,4 +1,4 @@ > -/* $NetBSD: gpioctl.c,v 1.21 2015/01/29 03:30:06 christos Exp $ */ > +/* $NetBSD: gpioctl.c,v 1.22 2015/12/06 07:31:28 mlelstv Exp $ */ > > /* > * Copyright (c) 2008, 2010, 2011, 2013 Marc Balmer > @@ -64,6

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

2015-10-06 Thread Marc Balmer
> Am 06.10.2015 um 19:36 schrieb Christos Zoulas : > > Module Name: src > Committed By: christos > Date: Tue Oct 6 17:36:25 UTC 2015 > > Modified Files: > src/usr.bin/make: var.c > > Log Message: > don't check for NULL before free() (Tilman Sauerbeck) > > > To generate a diff

Re: CVS commit: src/share/misc

2015-04-26 Thread Marc Balmer
Am 25.04.15 um 18:07 schrieb Alan Barrett: > On Sat, 25 Apr 2015, rod...@netbsd.org wrote: >> I'm responding to the recent posts ITT, because it seems there's some >> misunderstanding: > > I had no idea what ITT meant, until I looked it up. (ITT = "in this > thread", apparently). > >> 1) What ha

Re: CVS commit: src/share/misc

2015-04-26 Thread Marc Balmer
Am 25.04.15 um 11:24 schrieb David Holland: > On Fri, Apr 24, 2015 at 12:20:17AM +, Blue Rats wrote: > > Module Name: src > > Committed By: rodent > > Date: Fri Apr 24 00:20:17 UTC 2015 > > > > Modified Files: > >src/share/misc: acronyms > > > > Log Message

Re: CVS commit: src/share/misc

2015-04-16 Thread Marc Balmer
Am 16.04.15 um 14:37 schrieb Joerg Sonnenberger: > On Thu, Apr 16, 2015 at 01:07:24AM +, Blue Rats wrote: >> Module Name: src >> Committed By:rodent >> Date:Thu Apr 16 01:07:24 UTC 2015 >> >> Modified Files: >> src/share/misc: acronyms >> >> Log Message: >> Adding m

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

2015-03-03 Thread Marc Balmer
Am 03.03.15 um 17:49 schrieb Joerg Sonnenberger: > On Tue, Mar 03, 2015 at 03:58:56PM +, Christos Zoulas wrote: >> For actionable items: >> >> pwait: >>Should I remove pwait or leave it? Are there any features you want added? > > Bring it up on tech-userlevel. > >> In general: >>Shoul

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

2015-03-03 Thread Marc Balmer
Am 03.03.15 um 16:58 schrieb Christos Zoulas: > For actionable items: > > pwait: >Should I remove pwait or leave it? Are there any features you want added? no. > > In general: >Should we have more concrete commit rules, or do we prefer that current >status quo which is to leave thing

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

2015-03-03 Thread Marc Balmer
Am 03.03.15 um 21:22 schrieb Greg Troxel: > > Marc Balmer writes: > >> Am 03.03.15 um 14:35 schrieb Greg Troxel: >>> >>> chris...@astron.com (Christos Zoulas) writes: >>> >>>> If we want to make every single change to go through >>&

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

2015-03-03 Thread Marc Balmer
Am 03.03.15 um 22:03 schrieb Greg Troxel: > > Marc Balmer writes: > >> I think you contradict yourself, when you say a) new programs in >> base are pretty rare, and b) we have too much "commit first, >> argue about appropriate later". > > Both are

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

2015-03-03 Thread Marc Balmer
Am 03.03.15 um 21:32 schrieb Greg Troxel: > > Marc Balmer writes: > >>> I meant that adding to base was discuss-worthy because there's >>> a "bloat or necessary" question, not because of risk of >>> breakage. >> >> Sure. So how

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

2015-03-03 Thread Marc Balmer
Am 03.03.15 um 14:35 schrieb Greg Troxel: > > chris...@astron.com (Christos Zoulas) writes: > >> If we want to make every single change to go through >> tech-userlevel, we should institute a rule to do so. To my >> knowledge we don't have yet such a rule. We already have the rest >> of the p* pro

Re: CVS commit: src/lib/librumpuser

2014-10-07 Thread Marc Balmer
Am 29.09.2014 um 17:54 schrieb Justin Cormack : > Module Name: src > Committed By: justin > Date: Mon Sep 29 15:54:28 UTC 2014 > > Modified Files: > src/lib/librumpuser: rumpuser_port.h > > Log Message: > Minix also has getenv_r support > > > To generate a diff of this commit:

Re: CVS commit: src

2014-07-19 Thread Marc Balmer
Am 19.07.2014 um 21:54 schrieb Alexander Nasonov : > > That's not how we update 3rd-party code in the tree. We use cvs import > and resolve conflicts afterwards. Oh well.. Having recent Lua is more important than following a procedure that is difficult to follow.

Re: CVS commit: src/sys/sys

2014-07-17 Thread Marc Balmer
Am 17.07.2014 um 16:55 schrieb Taylor R Campbell : > Module Name: src > Committed By: riastradh > Date: Thu Jul 17 14:55:32 UTC 2014 > > Modified Files: > src/sys/sys: systm.h > > Log Message: > Expand null macros to `do {} while (0)', not to nothing. > > Not that I object, bu

Re: CVS commit: src/share/wscons/keymaps

2014-07-14 Thread Marc Balmer
Am 13.07.2014 um 17:12 schrieb Martin Husemann : > Module Name: src > Committed By: martin > Date: Sun Jul 13 15:12:27 UTC 2014 > > Modified Files: > src/share/wscons/keymaps: Makefile > > Log Message: > Add the new files to unbreak the build (hi marc!) > > > To generate a diff

Re: CVS commit: src

2013-12-04 Thread Marc Balmer
Am 04.12.13 00:26, schrieb Alexander Nasonov: > Lua is external software and we should keep our copy close to the > original. If this sense long long is the best choice. However, Lua > 5.3 isn't released yet and Lua team may change their minds. They will > have to go through similar problem with s

Re: CVS commit: src/sys/arch/i386/conf

2013-11-23 Thread Marc Balmer
Zitat von Jeff Rizzo : Module Name:src Committed By: riz Date: Fri Nov 22 18:58:01 UTC 2013 Modified Files: src/sys/arch/i386/conf: ALL Log Message: Comment out npf for now, as we can't have both NPF and PF in the same kernel - rmind has said he'll address this eventual

Re: CVS commit: src/lib/lua/syslog

2013-11-12 Thread Marc Balmer
Am 12.11.13 17:04, schrieb Christos Zoulas: > In article <20131112143203.8cd3...@cvs.netbsd.org>, > Marc Balmer wrote: >> -=-=-=-=-=- >> >> Module Name: src >> Committed By:mbalmer >> Date:Tue Nov 12 14:32:03 UTC 2013 >> >

Re: CVS commit: src/sys

2013-11-06 Thread Marc Balmer
Am 06.11.13 10:05, schrieb Martin Husemann: > On Wed, Nov 06, 2013 at 10:52:26AM +1100, matthew green wrote: >> http://www.netbsd.org/docs/kernel/elf-notes.html >> >> this or its predecessors have been around since the 90s. >> please update. > > Done (pending regen and push) - I tried to desc

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

2013-10-27 Thread Marc Balmer
Am 27.10.13 16:35, schrieb Hisashi T Fujinaka: > On Sun, 27 Oct 2013, Marc Balmer wrote: > >> Am 27.10.13 09:33, schrieb Marc Balmer: >>> Am 27.10.13 03:39, schrieb Hisashi T Fujinaka: >>>> Module Name:src >>>> Committed By:htodd &

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

2013-10-27 Thread Marc Balmer
Am 27.10.13 09:33, schrieb Marc Balmer: > Am 27.10.13 03:39, schrieb Hisashi T Fujinaka: >> Module Name: src >> Committed By:htodd >> Date:Sun Oct 27 02:39:21 UTC 2013 >> >> Modified Files: >> src/distrib/sets/lists/comp: mi >

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

2013-10-27 Thread Marc Balmer
Am 27.10.13 03:39, schrieb Hisashi T Fujinaka: > Module Name: src > Committed By: htodd > Date: Sun Oct 27 02:39:21 UTC 2013 > > Modified Files: > src/distrib/sets/lists/comp: mi > > Log Message: > Revert mi because the added line refers to an imaginary file. A better solution wou

Re: CVS commit: src/sys/modules/lua

2013-10-22 Thread Marc Balmer
Am 22.10.13 14:24, schrieb Christoph Badura: > On Tue, Oct 22, 2013 at 09:25:19AM +0100, Alexander Nasonov wrote: >> We just need to make sure that all entry points to Lua are protected and >> hope that the above panic will never trigger. > > Actually, I would prefer if that call to panic wasn't t

Re: CVS commit: src/sbin/gpt

2013-10-20 Thread Marc Balmer
Am 20.10.13 20:25, schrieb David Laight: > On Sat, Oct 19, 2013 at 01:19:03AM +, John Nemeth wrote: >> Module Name: src >> Committed By:jnemeth >> Date:Sat Oct 19 01:19:03 UTC 2013 >> >> Modified Files: >> src/sbin/gpt: gpt.8 >> >> Log Message: >> type fix: accommod

Re: CVS import: src/external/bsd/kyua-cli/dist

2013-10-19 Thread Marc Balmer
Am 19.10.13 01:40, schrieb Julio Merino: > Module Name: src > Committed By: jmmv > Date: Fri Oct 18 23:40:48 UTC 2013 > > Update of /cvsroot/src/external/bsd/kyua-cli/dist > In directory ivanova.netbsd.org:/tmp/cvs-serv22893 > > Log Message: > Update kyua-cli to 0.7: > > The major reaso

Re: CVS commit: src/sys/modules/lua

2013-10-18 Thread Marc Balmer
Am 18.10.13 19:13, schrieb Alexander Nasonov: > Marc Balmer wrote: >> This was not an import of Lua. The Lua sources already are in the tree. >> When we are ready to move from Lua 5.1 to Lua 5.2, Lua 5.2 will be >> imported to sys/external, as I already mentioned. >

Re: CVS commit: src/sys/modules/lua

2013-10-18 Thread Marc Balmer
Am 18.10.13 14:24, schrieb Taylor R Campbell: >From: "Marc Balmer" >Date: Wed, 16 Oct 2013 19:44:58 + > >welcome lua(4), a devide driver that can create and control Lua states > inside >the kernel > > Did you get core approval for thi

Re: CVS commit: src/sys/modules/lua

2013-10-18 Thread Marc Balmer
Am 18.10.13 09:16, schrieb Alexander Nasonov: > Marc Balmer wrote: >> Module Name: src >> Committed By:mbalmer >> Date:Wed Oct 16 19:44:58 UTC 2013 >> >> Added Files: >> src/sys/modules/lua: Makefile assert.h ctype.h errno.h infin

Re: CVS commit: src/sys/modules/lua

2013-10-16 Thread Marc Balmer
Am 17.10.13 00:26, schrieb Alexander Nasonov: > Two things attracted my eyes after a very quick look. > >> +#define exit(EXIT_FAILURE) return > > I can't believe this code in the tree! I thought we agreed that it will > be changed. > > What's the point of compiling unmodified Lua sources if

Re: CVS commit: src/libexec/httpd

2013-10-12 Thread Marc Balmer
Am 12.10.13 20:24, schrieb Alistair Crooks: > On Sat, Oct 12, 2013 at 05:24:07PM +0000, Marc Balmer wrote: >> +#ifndef NO_LUA_SUPPORT >> +#include >> +#endif > > Thanks for doing this, it's nice to get more lua support in-tree. > > I really dislike the doub

Re: CVS import: src/external/bsd/dhcpcd/dist

2013-07-21 Thread Marc Balmer
Am 20.07.13 18:44, schrieb Roy Marples: > David Holland writes: >> On Fri, Jul 19, 2013 at 07:15:52PM -0700, Erik Fair wrote: >> > > * dhcpcd will now assign a short hostname by default >> > > To use a FQDN hostname, set this in dhcpcd.conf(5) >> > > env hostname_fqdn=YES >> > >> > This is

Re: CVS commit: src/doc

2013-05-20 Thread Marc Balmer
Am 20.05.13 11:31, schrieb Thomas Klausner: > Module Name: src > Committed By: wiz > Date: Mon May 20 09:31:31 UTC 2013 > > Modified Files: > src/doc: 3RDPARTY > > Log Message: > lua-5.2.2 out (mbalmer!!) Actually I am working on that. For base and pkgsrc... So stay tuned ;)

Re: CVS commit: src/external/public-domain/sqlite/dist

2012-12-16 Thread Marc Balmer
from sqlite3 -help and .help is the part about the init file. > Seriously, in this form it is just a waste of space. > > The other issue is that imports of the next version of sqlite3 are going > to drop it again as this is the same directory... > > Joerg Freundliche Grüsse, micro sy

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

2012-12-14 Thread Marc Balmer
Am 14.12.2012 um 18:05 schrieb Joerg Sonnenberger : > On Fri, Dec 14, 2012 at 05:51:44PM +0100, Marc Balmer wrote: >> >> >> Am 14.12.2012 um 17:07 schrieb Joerg Sonnenberger : >> >>> On Fri, Dec 14, 2012 at 08:59:37AM +, David Laight wrote: >>

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

2012-12-14 Thread Marc Balmer
Am 14.12.2012 um 17:07 schrieb Joerg Sonnenberger : > On Fri, Dec 14, 2012 at 08:59:37AM +, David Laight wrote: >> Similarly it just isn't worth trying to free resources prior >> to program exit. Have you ever waited while a big C++ program >> runs all its destructors, paging in code and dat

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

2012-12-04 Thread Marc Balmer
t; > # PROVIDE: ppp > @@ -14,6 +14,7 @@ > $_rc_subr_loaded . /etc/rc.subr > > name="ppp" > +rcvar=$name > start_cmd="ppp_start" > stop_cmd="ppp_stop" > sig_stop="-INT" > @@ -40,6 +41,8 @@ ppp_start() > fi >

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

2012-11-29 Thread Marc Balmer
Comments inline... > Module Name: src > Committed By: reed > Date: Thu Nov 29 23:23:23 UTC 2012 > > Added Files: > src/usr.bin/mkubootimage: mkubootimage.1 > > Log Message: > Add a manual for mkubootimage(1). It was missing. > It had one review on netbsd-docs@. > I didn't add the

Re: CVS commit: othersrc/external/bsd/mat

2012-11-26 Thread Marc Balmer
See comments inline... > Module Name: othersrc > Committed By: agc > Date: Sun Nov 25 20:20:36 UTC 2012 > > Modified Files: > othersrc/external/bsd/mat/dist: mat.c mat.h > othersrc/external/bsd/mat/libmat: shlib_version > > Log Message: > Use mmap(2) to write files, where p

Re: CVS commit: othersrc/external/bsd/mat

2012-11-26 Thread Marc Balmer
See comments inline... > Module Name: othersrc > Committed By: agc > Date: Sun Nov 25 20:20:36 UTC 2012 > > Modified Files: > othersrc/external/bsd/mat/dist: mat.c mat.h > othersrc/external/bsd/mat/libmat: shlib_version > > Log Message: > Use mmap(2) to write files, where p

Re: CVS commit: [netbsd-5] src

2012-11-08 Thread Marc Balmer
> Rename wake(8) to wakeonlan(8). Approved by core@. it works over wlan, too, btw: wlan -> bridging ap -> lan -> target device

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

2012-03-01 Thread Marc Balmer
; src/distrib/utils/sysinst/msg.mi.fr > src/distrib/utils/sysinst/msg.mi.pl > src/distrib/utils/sysinst/arch/evbarm/msg.md.de > src/distrib/utils/sysinst/arch/i386/msg.md.en > > --- > Izumi Tsutsui -- \~.The NetBSD Foundation \~' Marc Balmer, Developer / Marketing NetBSD \ mbal...@netbsd.org http://www.NetBSD.org/

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

2012-02-23 Thread Marc Balmer
t; > /* > @@ -218,7 +218,7 @@ look(char *string, char *front, char *ba > * more trouble than it's worth. > */ > #define SKIP_PAST_NEWLINE(p, back) \ > - while (p < back && *p++ != '\n'); > + while (p < back && *p++ !=

Re: CVS commit: src/external/bsd/pkg_install/dist

2012-02-21 Thread Marc Balmer
Am 21.02.12 19:27, schrieb Thomas Klausner: > Module Name: src > Committed By: wiz > Date: Tue Feb 21 18:27:05 UTC 2012 > > Modified Files: > src/external/bsd/pkg_install/dist/add: perform.c > src/external/bsd/pkg_install/dist/lib: version.h > > Log Message: > melt snowflakes

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

2012-02-14 Thread Marc Balmer
51,7 @@ nopowermanagement: > > attach_i2c: > /* Attach I2C bus */ > - rw_init(&sc->sc_i2c_rwlock); > + mutex_init(&sc->sc_i2c_mutex, MUTEX_DEFAULT, IPL_NONE); > sc->sc_i2c_tag.ic_cookie = sc; > sc->sc_i2c_tag.ic_acquire_bus = piixpm_i2c_acqu

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

2011-11-25 Thread Marc Balmer
ze_t x) > +{ > + return (uint32_t)(x * 2654435761U) / > + (0x1ULL / (BLOOM_MASK + 1)); > +} > + > +static inline void > +wcsspn_bloom_init(size_t *bloom, const wchar_t *charset) > +{ > + size_t val; > + > + memset(bloom, 0, BLOOM_SIZE); >

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

2011-11-07 Thread Marc Balmer
Am 07.11.11 21:01, schrieb Joerg Sonnenberger: > On Mon, Nov 07, 2011 at 02:27:03PM +0200, Jukka Ruohonen wrote: >> On Mon, Nov 07, 2011 at 10:20:38AM +0100, Joerg Sonnenberger wrote: >>> The majority of interesting programs already have USE_FORT=yes. >> >> But USE_FORT is not the same thing as USE

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

2011-11-07 Thread Marc Balmer
Am 07.11.11 09:24, schrieb 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 >>> >>> M

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

2011-10-18 Thread Marc Balmer
Am 18.10.11 13:44, schrieb Iain Hibbert: > On Tue, 18 Oct 2011, Jukka Ruohonen wrote: > >> On Tue, Oct 18, 2011 at 06:39:49AM -0400, Jared McNeill wrote: >>> I would argue that any manually loaded module shouldn't be autounloaded. >>> What do you think about flagging modules as autoloaded and only

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

2011-10-18 Thread Marc Balmer
; On Tue, 18 Oct 2011, Jukka Ruohonen wrote: > >> On Tue, Oct 18, 2011 at 08:43:46AM +0200, Marc Balmer wrote: >>> Am 18.10.11 06:27, schrieb Jukka Ruohonen: >>>> On Tue, Oct 18, 2011 at 12:07:45AM +, Jared D. McNeill wrote: >>>>> Module Name:s

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

2011-10-17 Thread Marc Balmer
Am 18.10.11 06:27, schrieb Jukka Ruohonen: > On Tue, Oct 18, 2011 at 12:07:45AM +, Jared D. McNeill wrote: >> Module Name: src >> Committed By:jmcneill >> Date:Tue Oct 18 00:07:45 UTC 2011 >> >> Modified Files: >> src/sys/arch/x86/x86: vmt.c >> >> Log Message: >> do

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

2011-10-08 Thread Marc Balmer
Am 08.10.11 12:44, schrieb Takeshi Nakayama: >>>> "Marc Balmer" wrote > >> Module Name: src >> Committed By:mbalmer >> Date:Sat Oct 8 10:21:16 UTC 2011 >> >> Modified Files: >> src/sys/dev/pci: if

Re: CVS commit: src/usr.bin/audio/record

2011-09-22 Thread Marc Balmer
Am 22.09.2011 um 19:34 schrieb Christos Zoulas: > In article , > Marc Balmer wrote: >>> if (outfd == STDOUT_FILENO) >>> return; >>> >>> - if (lseek(outfd, SEEK_SET, 0) < 0) >>> + if (lseek(outfd, (off_t)0, SEEK_SET) =

Re: CVS commit: src/usr.bin/audio/record

2011-09-21 Thread Marc Balmer
f (lseek(outfd, SEEK_SET, 0) < 0) > + if (lseek(outfd, (off_t)0, SEEK_SET) == (off_t)-1) > err(1, "could not seek to start of file for header rewrite"); Fwiw, this never caused a problem since SEEK_SET is defined 0. But why is an explicit typecast to off_t ne

Re: CVS commit: src/tests/lib/libm

2011-09-12 Thread Marc Balmer
Am 12.09.11 18:28, schrieb Jukka Ruohonen: > Module Name: src > Committed By: jruoho > Date: Mon Sep 12 16:28:37 UTC 2011 > > Modified Files: > src/tests/lib/libm: t_ldexp.c t_scalbn.c t_tanh.c > > Log Message: > Happiness of VAX implies ugliness of the code. But does it make the

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

2011-08-30 Thread Marc Balmer
Am 30.08.11 18:44, schrieb Jukka Ruohonen: > On Tue, Aug 30, 2011 at 06:33:18PM +0200, Marc Balmer wrote: >> Am 30.08.11 18:22, schrieb Jukka Ruohonen: >> And why should GENERIC *not* support hardware that is available, works, >> and is of use to someone? If GENERIC is to sup

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

2011-08-30 Thread Marc Balmer
Am 30.08.11 18:22, schrieb Jukka Ruohonen: > On Tue, Aug 30, 2011 at 10:10:05AM -0500, David Young wrote: >> >> The driver should be converted, however, I don't think that there is >> a case for "bluntly removing" bktr(4), > > Yes, I was corrected already (the conversion should go towards video(4

Re: CVS commit: src/sys/arch

2011-08-30 Thread Marc Balmer
Am 30.08.11 12:33, schrieb Jukka Ruohonen: > On Tue, Aug 30, 2011 at 06:28:20AM -0400, Jared McNeill wrote: >> Uh? The bktr driver works fine and the cards are still useful and they >> drivers are not modularized. > > But in my opinion, like many things, it is not something to be enabled by > def

Re: CVS commit: src/sys/arch/i386/conf

2011-08-29 Thread Marc Balmer
Am 29.08.11 14:53, schrieb Jukka Ruohonen: > On Mon, Aug 29, 2011 at 02:48:52PM +0200, Marc Balmer wrote: >> Am 29.08.11 11:38, schrieb Jukka Ruohonen: >>> On Sat, Aug 27, 2011 at 09:28:56AM +, Marc Balmer wrote: >>>> Module Name: src >>>

Re: CVS commit: src/sys/arch/i386/conf

2011-08-29 Thread Marc Balmer
Am 29.08.11 11:38, schrieb Jukka Ruohonen: > On Sat, Aug 27, 2011 at 09:28:56AM +0000, Marc Balmer wrote: >> Module Name: src >> Committed By:mbalmer >> Date:Sat Aug 27 09:28:56 UTC 2011 >> >> Modified Files: >> src/sys/ar

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

2011-08-28 Thread Marc Balmer
truct passwd *pw; > char *endp, *p; > @@ -175,7 +173,7 @@ > /* NOTREACHED */ > } > > -void > +static void > usage(void) > { > > -- \~.The NetBSD Foundation \~' Marc Balmer, Developer / Marketing NetBSD \ mbal...@netbsd.org http://www.NetBSD.org/

Re: CVS commit: src

2011-08-06 Thread Marc Balmer
Am 06.08.11 21:52, schrieb John Nemeth: > Module Name: src > Committed By: jnemeth > Date: Sat Aug 6 19:52:49 UTC 2011 > > Modified Files: > src: BUILDING > > Log Message: > Add description of MKKMOD, part of PR misc/45216 I wonder, if instead of duplicating the information here,

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

2011-08-06 Thread Marc Balmer
Am 06.08.11 18:29, schrieb Izumi Tsutsui: >> jruoho obsoleted the ieee(3) manpage; remove it from the list. > > It says: >>> # Note: don't delete entries from here - mark them as "obsolete" instead. All right, I reverted it, jruoho can handle it.

Re: CVS commit: src/etc

2011-07-29 Thread Marc Balmer
Am 29.07.11 10:03, schrieb Aleksej Saushev: > "Simon Burge" writes: > >> Module Name: src >> Committed By:simonb >> Date:Thu Jul 28 22:28:07 UTC 2011 >> >> Modified Files: >> src/etc: ntp.conf >> >> Log Message: >> Restore "duplicate" entries, but use 0. and 1. names

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

2011-05-14 Thread Marc Balmer
Am 14.05.11 10:45, schrieb Anders Magnusson: [...] >> What is the current state of C99 vs. older Cs? Do all arches / >> compilers we have support C99? I assume gcc, llvm/clang are safe, but >> what about pcc wrt C99? > pcc should be C99 compliant. If something do not work as expected, I'll > fix

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

2011-05-14 Thread Marc Balmer
Am 10.05.11 02:34, schrieb Matt Thomas: > Module Name: src > Committed By: matt > Date: Tue May 10 00:34:26 UTC 2011 > > Modified Files: > src/sys/fs/tmpfs: tmpfs_vnops.c > > Log Message: > yes, more C99 please (back out previous change). After this committ/back-out/back-out-pf-th

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

2010-11-01 Thread Marc Balmer
Am 01.11.10 00:42, schrieb matthew green: >> Module Name: src >> Committed By:mbalmer >> Date:Sun Oct 31 16:31:12 UTC 2010 >> >> Modified Files: >> src/distrib/sets/lists/base: md.amd64 md.sparc64 >> src/distrib/sets/lists/comp: md.amd64 md.sparc64 >> >> Log Messag

Re: CVS commit: src/lib/libpthread

2010-05-17 Thread Marc Balmer
Am 16.05.10 14:23, schrieb Jukka Ruohonen: > Module Name: src > Committed By: jruoho > Date: Sun May 16 12:23:32 UTC 2010 > > Modified Files: > src/lib/libpthread: pthread.3 > > Log Message: > Add the Butenhof's book to SEE ALSO. (It was decent enough when I read it > years ago, bu

CVS commit: src/usr.bin/hexdump

2010-02-27 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Feb 27 10:45:23 UTC 2010 Modified Files: src/usr.bin/hexdump: hexdump.1 Log Message: DEL is 0x7F, not 0xFF. From FreeBSD via OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/hexdump/hexdum

CVS commit: src/usr.bin/hexdump

2010-02-27 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Feb 27 10:45:23 UTC 2010 Modified Files: src/usr.bin/hexdump: hexdump.1 Log Message: DEL is 0x7F, not 0xFF. From FreeBSD via OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/hexdump/hexdum

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

2010-02-16 Thread Marc Balmer
Am 16.02.10 03:46, schrieb matthew green: Module Name:src Committed By: mrg Date: Tue Feb 16 02:46:02 UTC 2010 Modified Files: src/etc/rc.d: fsck_root Log Message: only fsck / if we find it in /etc/fstab. diskless systems don't need a / entry. XXX: still get an error f

Re: CVS commit: src/external/bsd/liblzf/dist

2010-02-04 Thread Marc Balmer
Am 04.02.10 00:52, schrieb Christos Zoulas: > In article <20100203170030.ga7...@panix.com>, > Thor Lancelot Simon wrote: >> On Wed, Feb 03, 2010 at 04:33:59PM +0100, Joerg Sonnenberger wrote: >>> On Wed, Feb 03, 2010 at 12:44:39AM -0500, Thor Lancelot Simon wrote: It's a tiny, very very fast

CVS commit: src/usr.sbin/ntp/ntpdate

2010-01-28 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Jan 28 14:16:33 UTC 2010 Modified Files: src/usr.sbin/ntp/ntpdate: ntpdate.8 Log Message: fix language To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/ntp/ntpdate/ntpdate.8 Please note that diffs

CVS commit: src/usr.bin

2010-01-28 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Jan 28 14:15:19 UTC 2010 Modified Files: src/usr.bin/tip: tip.h src/usr.bin/unifdef: unifdef.c Log Message: fix language To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/usr.bin/tip/tip.h cvs rdiff

CVS commit: src/sys/net

2010-01-28 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Jan 28 14:12:12 UTC 2010 Modified Files: src/sys/net: if.c Log Message: fix language To generate a diff of this commit: cvs rdiff -u -r1.241 -r1.242 src/sys/net/if.c Please note that diffs are not public domain; they are s

CVS commit: src/sys/arch

2010-01-28 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Jan 28 14:10:54 UTC 2010 Modified Files: src/sys/arch/amd64/include: pte.h src/sys/arch/news68k/dev: timer_hb.c src/sys/arch/powerpc/powerpc: trap_subr.S src/sys/arch/sun2/sun2: clock.c src/sys/

CVS commit: src/share

2010-01-28 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Jan 28 14:05:03 UTC 2010 Modified Files: src/share/doc/psd/05.sysman: 2.3.t src/share/termcap: termcap.src Log Message: Fix language. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/doc/psd/05.

CVS commit: src/share/dict

2010-01-25 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Tue Jan 26 07:16:41 UTC 2010 Modified Files: src/share/dict: web2 Log Message: What a pleasure to fix a typo in Webster's... (Though the typo most probably was not in it). To generate a diff of this commit: cvs rdiff -u -r1.16

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

2010-01-25 Thread Marc Balmer
Jukka, Am 25.01.10 11:12, schrieb Jukka Ruohonen: > Module Name: src > Committed By: jruoho > Date: Mon Jan 25 10:12:41 UTC 2010 > > Modified Files: > src/share/man/man4: acpidalb.4 > > Log Message: > Recommit: > * add verbosity to the PNP0C32 reference > * use more ma

CVS commit: src/sys/dev/gpio

2010-01-24 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Jan 24 12:25:20 UTC 2010 Modified Files: src/sys/dev/gpio: gpio.c Log Message: Unfold, bump copyright. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/gpio/gpio.c Please note that diffs are not pu

CVS commit: src/sys/dev/pci

2010-01-19 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Tue Jan 19 12:11:21 UTC 2010 Modified Files: src/sys/dev/pci: pucdata.c Log Message: Add the IBM 481033H SCC To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/dev/pci/pucdata.c Please note that diffs are no

CVS commit: src/sys/dev/pci

2010-01-19 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Tue Jan 19 12:00:51 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regenerate To generate a diff of this commit: cvs rdiff -u -r1.1011 -r1.1012 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1010 -r

CVS commit: src/sys/dev/pci

2010-01-19 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Tue Jan 19 11:43:34 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add two IBM RSS devices. To generate a diff of this commit: cvs rdiff -u -r1.1014 -r1.1015 src/sys/dev/pci/pcidevs Please note that diffs are n

CVS commit: src/games/fortune/strfile

2010-01-17 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Jan 17 13:35:00 UTC 2010 Modified Files: src/games/fortune/strfile: strfile.8 Log Message: The default output file extension is '.dat', not '.out'. >From Lars Nooden via OpenBSD. To generate a diff of this commit: cvs rdiff

Re: tn3270 removal (was: CVS commit: src)

2010-01-16 Thread Marc Balmer
Am 16.01.2010 um 23:29 schrieb Bernd Ernesti: > On Sat, Jan 16, 2010 at 03:34:26PM +, Roy Marples wrote: >> Module Name: src >> Committed By:roy >> Date:Sat Jan 16 15:34:26 UTC 2010 > [..] > >> Log Message: >> Remove tn3270 from base system. >> If anyone really needs

CVS commit: src/usr.bin/midiplay

2010-01-16 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jan 16 08:50:29 UTC 2010 Modified Files: src/usr.bin/midiplay: midiplay.1 Log Message: fix wording: instead of the a file -> instead of a file To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/midipl

CVS commit: src/usr.sbin/rtsold

2010-01-11 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Jan 11 09:21:39 UTC 2010 Modified Files: src/usr.sbin/rtsold: rtsold.8 Log Message: some wording fixes To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/rtsold/rtsold.8 Please note that diffs are n

CVS commit: src/usr.sbin/wake

2010-01-10 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Jan 10 19:40:12 UTC 2010 Modified Files: src/usr.sbin/wake: wake.c Log Message: remove stupid casts. if lint complains about return values that are ignored, lint should fe fixed, and not code being cluttered. To generate a

CVS commit: src/libexec/tftpd

2010-01-09 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jan 9 10:46:31 UTC 2010 Modified Files: src/libexec/tftpd: tftpd.c Log Message: fix build To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/libexec/tftpd/tftpd.c Please note that diffs are not public domai

CVS commit: src/usr.sbin/faithd

2010-01-09 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jan 9 10:43:12 UTC 2010 Modified Files: src/usr.sbin/faithd: faithd.8 Log Message: Various language fixes. >From FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/faithd/faithd.8 Please n

CVS commit: src/share/man/man4

2010-01-09 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jan 9 09:44:41 UTC 2010 Modified Files: src/share/man/man4: faith.4 Log Message: Fix date. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/share/man/man4/faith.4 Please note that diffs are not public dom

CVS commit: src/share/man/man4

2010-01-09 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jan 9 09:44:29 UTC 2010 Modified Files: src/share/man/man4: bridge.4 Log Message: A bridge works like a switch, not like a hub. >From FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/

CVS commit: src/usr.bin/unzip

2010-01-09 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jan 9 09:27:42 UTC 2010 Modified Files: src/usr.bin/unzip: unzip.c Log Message: When restoring files, use the mode, not the filetype, for the mode. >From FreeBSD (r201630) To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/share/man/man4

2010-01-09 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jan 9 09:19:19 UTC 2010 Modified Files: src/share/man/man4: faith.4 Log Message: Various language fixes. From FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/faith.4 Please note

CVS commit: src/usr.sbin/altq/libaltq

2010-01-05 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Jan 6 06:30:37 UTC 2010 Modified Files: src/usr.sbin/altq/libaltq: qop_cbq.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/altq/libaltq/qop_cbq.c Please note th

CVS commit: src/sys

2010-01-05 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Tue Jan 5 13:30:11 UTC 2010 Modified Files: src/sys/dev/ic: isp.c isp_library.c mvsata.c src/sys/fs/nilfs: nilfs_vnops.c src/sys/fs/sysvbfs: sysvbfs_vnops.c src/sys/fs/udf: udf_subr.c udf_vnops.c Log Mess

CVS commit: src/sys/compat

2010-01-05 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Tue Jan 5 13:22:41 UTC 2010 Modified Files: src/sys/compat/darwin: darwin_exec.c src/sys/compat/linux/arch/i386: linux_machdep.c src/sys/compat/linux32/common: linux32_ipccall.c Log Message: Remove extra semicolo

  1   2   >