CVS commit: src/usr.sbin/btpand

2024-06-03 Thread Iain Hibbert
plunky Exp $ */ /*- * Copyright (c) 2008-2009 Iain Hibbert @@ -27,7 +27,7 @@ #include __COPYRIGHT("@(#) Copyright (c) 2008-2009 Iain Hibbert. All rights reserved."); -__RCSID("$NetBSD: btpand.c,v 1.8 2022/05/18 13:56:32 andvar Exp $"); +__RCSID("$NetBSD: btpand.c,

CVS commit: src/usr.sbin/btpand

2024-06-03 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Tue Jun 4 06:24:58 UTC 2024 Modified Files: src/usr.sbin/btpand: btpand.c Log Message: Fix off-by-one bug in btpand `ul` reaches `__arraycount(services)` before the bound-check happens, causing undefined behaviour. from Dapeng

CVS commit: src/sys/dev/bluetooth

2022-06-28 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Tue Jun 28 13:25:36 UTC 2022 Modified Files: src/sys/dev/bluetooth: bcsp.c bth5.c btuart.c Log Message: remove KASSERT() checking for t_oproc at open since assigning this line discipline to a pty may not have that set. Instead do

CVS commit: src/sys/dev/bluetooth

2022-06-28 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Tue Jun 28 13:25:36 UTC 2022 Modified Files: src/sys/dev/bluetooth: bcsp.c bth5.c btuart.c Log Message: remove KASSERT() checking for t_oproc at open since assigning this line discipline to a pty may not have that set. Instead do

CVS commit: src/share/misc

2021-11-09 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Nov 10 07:08:47 UTC 2021 Modified Files: src/share/misc: acronyms.comp Log Message: ODMR on-demand mail relay To generate a diff of this commit: cvs rdiff -u -r1.324 -r1.325 src/share/misc/acronyms.comp Please note that dif

CVS commit: src/share/misc

2021-11-09 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Nov 10 07:08:47 UTC 2021 Modified Files: src/share/misc: acronyms.comp Log Message: ODMR on-demand mail relay To generate a diff of this commit: cvs rdiff -u -r1.324 -r1.325 src/share/misc/acronyms.comp Please note that dif

CVS commit: src/sys/netbt

2019-09-28 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Sep 28 07:10:55 UTC 2019 Modified Files: src/sys/netbt: hci_socket.c Log Message: permit read_encryption_key_size from userland To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/netbt/hci_socket.c Please

CVS commit: src/sys/netbt

2019-09-28 Thread Iain Hibbert
/sys/netbt/hci_socket.c Sat Sep 28 07:10:55 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: hci_socket.c,v 1.46 2019/01/28 12:53:01 martin Exp $ */ +/* $NetBSD: hci_socket.c,v 1.47 2019/09/28 07:10:55 plunky Exp $ */ /*- * Copyright (c) 2005 Iain Hibbert. @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0

CVS commit: src/sys/netbt

2019-09-28 Thread Iain Hibbert
06:33 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: hci.h,v 1.45 2018/07/25 19:09:38 kamil Exp $ */ +/* $NetBSD: hci.h,v 1.46 2019/09/28 07:06:33 plunky Exp $ */ /*- * Copyright (c) 2005 Iain Hibbert. @@ -54,7 +54,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * S

CVS commit: src/sys/netbt

2019-09-28 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Sep 28 07:06:33 UTC 2019 Modified Files: src/sys/netbt: hci.h hci_event.c Log Message: When encrypted connections are configured, verify that the encryption key length has a minimum size when the adaptor supports that. This a

Re: CVS commit: src/bin/sh

2018-03-18 Thread Iain Hibbert
On Fri, 16 Mar 2018, Robert Elz wrote: > Date:Fri, 16 Mar 2018 17:24:55 +0300 > From:Valery Ushakov > Message-ID: <20180316142455.gf3...@pony.stderr.spb.ru> > > | mdoc.samples(7) is a very handy reference. > > For me that is the same as mdoc(7) (a copy of the same

CVS commit: src/sys/dev/bluetooth

2015-12-13 Thread Iain Hibbert
> Module Name:src > Committed By: christos > Date: Thu Apr 16 19:53:19 UTC 2015 > > Modified Files: > src/sys/dev/bluetooth: btmagic.c > > Log Message: > CID 1293640/1 memory corruption/overrun > > To generate a diff of this commit: > cvs rdiff -u -r1.12 -r1.13 src/sys/dev

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

2015-04-29 Thread Iain Hibbert
On Wed, 29 Apr 2015, Christos Zoulas wrote: > On Apr 29, 4:27pm, m...@m00nbsd.net (Maxime Villard) wrote: > -- Subject: Re: CVS commit: src/sys/dev/bluetooth > > | You didn't test this change, nor did you test the five other fixes > | you committed. > > I checked the code to the best of my abilit

Re: CVS commit: xsrc/external/mit/MesaLib/dist/src/mesa/main

2015-03-04 Thread Iain Hibbert
On Thu, 5 Mar 2015, Joerg Sonnenberger wrote: > On Wed, Mar 04, 2015 at 10:19:00PM +, Christos Zoulas wrote: > > In article <20150304165518.ga10...@britannica.bec.de>, > > Joerg Sonnenberger wrote: > > >On Wed, Mar 04, 2015 at 03:00:38PM +, Christos Zoulas wrote: > > >> In article <20150

Re: CVS commit: src/sys/sys

2013-02-24 Thread Iain Hibbert
On Sun, 24 Feb 2013, Matt Thomas wrote: > Module Name: src > Committed By: matt > Date: Sun Feb 24 06:20:24 UTC 2013 > > Modified Files: > src/sys/sys: tty.h > > Log Message: > Add a t_softc member to struct tty in which a driver can store a pointer > to its softc. (analogous to if

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

2013-01-11 Thread Iain Hibbert
On Fri, 11 Jan 2013, Havard Eidnes wrote: > Module Name: src > Committed By: he > Date: Fri Jan 11 11:00:33 UTC 2013 > > Modified Files: > src/sys/arch/amiga/conf: files.amiga > > Log Message: > We appear to need files.usb included to get opt_usb.h generated, > to make hid.c build.

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

2012-12-17 Thread Iain Hibbert
On Sun, 16 Dec 2012, David Holland wrote: > On Fri, Dec 14, 2012 at 06:18:57PM +0100, Marc Balmer wrote: > > proper resource management is a good thing - if the code continues > > to run. In this case, where the program exits, there no benefit > > from freeing up memory etc. > > Buncombe. is t

Re: CVS commit: src/sbin/sysctl

2012-12-06 Thread Iain Hibbert
On Wed, 5 Dec 2012, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed Dec 5 13:53:39 UTC 2012 > > Modified Files: > src/sbin/sysctl: sysctl.c > > Log Message: > fix bug found by clang. thats not a very helpful message, regarding the bug that was fixed.

Re: CVS commit: src/sys

2012-11-30 Thread Iain Hibbert
On Fri, 30 Nov 2012, Christos Zoulas wrote: > In article <20121130134954.ga14...@britannica.bec.de>, > Joerg Sonnenberger wrote: > >On Fri, Nov 30, 2012 at 08:34:27AM -0500, Christos Zoulas wrote: > >> | fd_set doesn't seem like an appropriate structure for this. > >> > >> I've been thinking abo

Re: CVS commit: src/gnu/dist/gcc4/libcpp

2012-11-25 Thread Iain Hibbert
On Sat, 24 Nov 2012, Alan Barrett wrote: > Module Name: src > Committed By: apb > Date: Sat Nov 24 09:07:44 UTC 2012 > > Modified Files: > src/gnu/dist/gcc4/libcpp: init.c macro.c > src/gnu/dist/gcc4/libcpp/include: cpplib.h > > Log Message: > Teach gcc4.1's cpp about the magi

Re: CVS commit: src/usr.sbin/npf/npfctl

2012-10-31 Thread Iain Hibbert
On Wed, 31 Oct 2012, Martin Husemann wrote: > Module Name: src > Committed By: martin > Date: Wed Oct 31 08:54:39 UTC 2012 > > Modified Files: > src/usr.sbin/npf/npfctl: npfctl.c > > Log Message: > gcc 4.1 is not smart enough to notice "arg" is only used when initialized > correctly

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

2012-10-16 Thread Iain Hibbert
On Tue, 16 Oct 2012, SAITOH Masanobu wrote: > Module Name: src > Committed By: msaitoh > Date: Tue Oct 16 17:39:35 UTC 2012 > > Modified Files: > src/share/man/man3: bits.3 > > Log Message: > Return value of __BIT() and __BITS() is not uint32_t but uint64_t. but surely, it is uintm

Re: CVS commit: src

2012-09-18 Thread Iain Hibbert
On Mon, 17 Sep 2012, Christos Zoulas wrote: > In article <20120917055627.779da17...@cvs.netbsd.org>, > David A. Holland wrote: > >Strengthen the entry about the openssl update, to clarify and emphasize > >that just doing a non-update build isn't enough; you really do have to > >nuke $DESTDIR. > >

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

2012-03-15 Thread Iain Hibbert
On Thu, 15 Mar 2012, Alexander Nasonov wrote: > Alexander Nasonov wrote: > > Log Message: > > Don't overwrite Roberto's external $Id. > > This made me realise that all external "$Id" were changed to "Id" > by the previous import and that there is a script that does this > replacement (external/mit

Re: CVS commit: src

2012-02-10 Thread Iain Hibbert
On Fri, 10 Feb 2012, Joerg Sonnenberger wrote: > On Fri, Feb 10, 2012 at 02:21:43PM -0500, Julio Merino wrote: > > On 2/7/12 2:37 PM, Joerg Sonnenberger wrote: > > >Module Name: src > > >Committed By: joerg > > >Date: Tue Feb 7 19:37:14 UTC 2012 > > > > > >Modified Files:

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

2012-01-07 Thread Iain Hibbert
On Mon, 2 Jan 2012, Radoslaw Kujawa wrote: > On 2 sty 2012, at 11:00, Iain Hibbert wrote: > > > On Sun, 1 Jan 2012, Radoslaw Kujawa wrote: > > >>> btkbd_set_leds() may be called from wskbd directly (by pressing caps lock > >>> on your built-in keyboard f

re: CVS commit: src/sys/dev/bluetooth

2012-01-02 Thread Iain Hibbert
On Mon, 2 Jan 2012, matthew green wrote: > > Just dropping the lock and reaquiring it around the sc_input/sc_feature > > call is probably not exactly the right thing to do though (as the stack > > will not be aware that that might have happened and data structures could > > have changed), it reall

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

2012-01-02 Thread Iain Hibbert
On Mon, 2 Jan 2012, Iain Hibbert wrote: > Also, what kernel options do you have? I am using i386 and have always > used DIAGNOSTIC (built in now) and I have run with LOCKDEBUG in the past > though am not at the moment booting a LOCKDEBUG kernel shows the same problem here btw iain

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

2012-01-02 Thread Iain Hibbert
On Sun, 1 Jan 2012, Radoslaw Kujawa wrote: > On 1 sty 2012, at 20:44, Iain Hibbert wrote: > > > On Sat, 31 Dec 2011, Radoslaw Kujawa wrote: > > > >> Module Name: src > >> Committed By: rkujawa > >> Date: Sat Dec 31 01:16:09 U

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

2011-12-30 Thread Iain Hibbert
On Sat, 31 Dec 2011, Radoslaw Kujawa wrote: > Module Name: src > Committed By: rkujawa > Date: Sat Dec 31 01:16:09 UTC 2011 > > Modified Files: > src/sys/dev/bluetooth: bthidev.c btkbd.c > > Log Message: > Fix panic triggered by pressing the caps lock key: > http://c0ff33.net/drop/b

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

2011-10-18 Thread 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 > > autounloading the autoloaded ones? > > Th

Re: CVS commit: src/share/mk

2011-10-17 Thread Iain Hibbert
On Sun, 16 Oct 2011, Marc Balmer wrote: > Modified Files: > src/share/mk: bsd.lua.mk > > Log Message: > Uncomment LUA_DPLIBS processing, but do not auto-include liblua.so, > under the assumption that programs that load Lua modules already have > loaded it. Regarding this (which I have discu

Re: CVS commit: src/external/gpl3/gdb/lib/libgdb/arch/i386

2011-10-10 Thread Iain Hibbert
On Mon, 10 Oct 2011, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Oct 10 14:07:16 UTC 2011 > > Added Files: > src/external/gpl3/gdb/lib/libgdb/arch/i386: observer.inc > > Log Message: > add missing file thanks iain

Re: CVS commit: src/lib

2011-10-08 Thread Iain Hibbert
On Sat, 8 Oct 2011, Alan Barrett wrote: > On Fri, 07 Oct 2011, Marc Balmer wrote: > > Modified Files: > > src/lib: Makefile > > > > +# Lua bindings come last, they might depend on anything > > +SUBDIR+= lua > > Just adding it last doesn't ensure it gets built last. > You probably need a .WAI

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

2011-09-12 Thread Iain Hibbert
On Mon, 12 Sep 2011, Jukka Ruohonen wrote: > On Mon, Sep 12, 2011 at 08:00:53PM +0200, Joerg Sonnenberger wrote: > > On Mon, Sep 12, 2011 at 02:44:27PM +, Jukka Ruohonen wrote: > > > Module Name: src > > > Committed By: jruoho > > > Date: Mon Sep 12 14:44:27 UTC 2011 > > >

Re: CVS commit: src/etc/mtree

2011-09-06 Thread Iain Hibbert
On Tue, 6 Sep 2011, Valeriy E. Ushakov wrote: > On Tue, Sep 06, 2011 at 08:43:10 +0100, Iain Hibbert wrote: > > > On Mon, 5 Sep 2011, Valeriy E. Ushakov wrote: > > > > > On Mon, Sep 05, 2011 at 15:13:49 +0100, Iain Hibbert wrote: > > > > > > &

Re: CVS commit: src/etc/mtree

2011-09-06 Thread Iain Hibbert
On Mon, 5 Sep 2011, Valeriy E. Ushakov wrote: > On Mon, Sep 05, 2011 at 15:13:49 +0100, Iain Hibbert wrote: > > > On Mon, 5 Sep 2011, Joerg Sonnenberger wrote: > > > > > On Mon, Sep 05, 2011 at 09:57:02AM +, Alan Barrett wrote: > > > > Module N

Re: CVS commit: src/etc/mtree

2011-09-05 Thread Iain Hibbert
On Mon, 5 Sep 2011, Joerg Sonnenberger wrote: > On Mon, Sep 05, 2011 at 09:57:02AM +, Alan Barrett wrote: > > Module Name:src > > Committed By: apb > > Date: Mon Sep 5 09:57:02 UTC 2011 > > > > Modified Files: > > src/etc/mtree: Makefile > > > > Log Message: >

Re: CVS commit: src/sys

2011-09-01 Thread Iain Hibbert
On Wed, 31 Aug 2011, Iain Hibbert wrote: > Module Name: src > Committed By: plunky > Date: Wed Aug 31 18:31:04 UTC 2011 > > Modified Files: > src/sys/coda: coda_subr.c > src/sys/compat/ndis: subr_ntoskrnl.c > src/sys/dev/pci: twa.c >

Re: CVS commit: src

2011-09-01 Thread Iain Hibbert
On Wed, 31 Aug 2011, Warner Losh wrote: > In the absence of both the prototype and a cast, NULL (which can be 0) > will be passed as an int, not as a pointer. NetBSD C headers define NULL as ((void *)0), and our Makefiles use -Wall (includes -Wimplicit-function-declaration) to avoid such situatio

re: CVS commit: src

2011-08-18 Thread Iain Hibbert
On Thu, 18 Aug 2011, matthew green wrote: > > > > Log Message: > > > build GMP, MPFR and MPC as private libraries just for GCC. don't > > > install the headers or librarys into the system. > > > > in lib/Makefile should this really be > > > > .if (${MKGCC} != "no") && ${HAVE_GCC} >= 45 > > > > r

Re: CVS commit: src

2011-08-17 Thread Iain Hibbert
On Thu, 21 Jul 2011, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Thu Jul 21 03:13:32 UTC 2011 > > Modified Files: > src/compat/amd64/i386: bsd.i386.mk > src/compat/mips64/64: bsd.64.mk > src/compat/mips64/o32: bsd.o32.mk > src/compat/sparc64

Re: CVS commit: src/crypto/external/bsd/netpgp/dist

2011-07-20 Thread Iain Hibbert
On Thu, 21 Jul 2011, David Holland wrote: > On Wed, Jul 20, 2011 at 12:49:34PM +0300, Jukka Ruohonen wrote: > > A lot of empty talk here. > > > > What is exactly your problem? > > You asked, I tried to explain, you describe it as "empty talk". What > are you expecting, a gigantic patch? I thou

Re: CVS commit: src/crypto/external/bsd/netpgp/dist

2011-06-29 Thread Iain Hibbert
On Wed, 29 Jun 2011, Jukka Ruohonen wrote: > On Wed, Jun 29, 2011 at 10:50:22AM +0100, Julio Merino wrote: > > One of the ideas floating around in my head is to make atf-run (well, > > kyua) support "foreign" tests. The most basic form of this would be > > programs that just return 0 on success o

Re: CVS commit: [netbsd-5] src/sys/kern

2011-06-19 Thread Iain Hibbert
On Sat, 18 Jun 2011, Manuel Bouyer wrote: > Module Name: src > Committed By: bouyer > Date: Sat Jun 18 16:42:04 UTC 2011 > > Modified Files: > src/sys/kern [netbsd-5]: uipc_domain.c uipc_proto.c uipc_usrreq.c > > Log Message: > Pull up following revision(s) (requested by manu in tic

Re: CVS commit: src

2011-06-14 Thread Iain Hibbert
On Tue, 14 Jun 2011, Matt Thomas wrote: > > On Jun 14, 2011, at 3:51 PM, Joerg Sonnenberger wrote: > > > On Tue, Jun 14, 2011 at 08:51:48AM +0100, Iain Hibbert wrote: > >> Hm, does the stack have any natural alignment requirements on amd64, such > >> that a 10-

Re: CVS commit: src

2011-06-14 Thread Iain Hibbert
On Tue, 14 Jun 2011, Jukka Ruohonen wrote: > On Sun, Jun 12, 2011 at 09:12:46PM +0000, Iain Hibbert wrote: > > Module Name:src > > Committed By: plunky > > Date: Sun Jun 12 21:12:46 UTC 2011 > > > > Modified Files: > > src/d

Re: CVS commit: src/sys/dev

2011-06-01 Thread Iain Hibbert
On Fri, 27 May 2011, Masao Uebayashi wrote: > On Fri, May 27, 2011 at 1:30 AM, David Laight wrote: > > On Thu, May 26, 2011 at 07:12:57AM +, David Holland wrote: > >> On Wed, May 25, 2011 at 04:33:38PM +, Masao Uebayashi wrote: > >>  > Modified Files: > >>  >    src/sys/dev/bluetooth: bcs

Re: CVS commit: src/sys/dev

2011-05-26 Thread Iain Hibbert
On Fri, 27 May 2011, Masao Uebayashi wrote: > On Thu, May 26, 2011 at 8:24 PM, Iain Hibbert wrote: > > On Thu, 26 May 2011, Masao Uebayashi wrote: > > > >> On Thu, May 26, 2011 at 5:39 PM, Iain Hibbert > >> wrote: > >> > On Thu, 26 May 2011, Masa

Re: CVS commit: src/sys/dev

2011-05-26 Thread Iain Hibbert
On Thu, 26 May 2011, Masao Uebayashi wrote: > On Thu, May 26, 2011 at 5:39 PM, Iain Hibbert wrote: > > On Thu, 26 May 2011, Masao Uebayashi wrote: > >> - I can't think of how cfdriver decls can lead to type inconsistency bugs. > > > > Ok, somebody makes a mista

Re: CVS commit: src/sys/dev

2011-05-26 Thread Iain Hibbert
On Thu, 26 May 2011, Masao Uebayashi wrote: > > I wonder if that can be worked around by stripping or ignoring the thing > > you want to ignore (non-global symbols), rather than potentially > > introducing type inconsistency bugs? ("objcopy -x" will discard all > > non-global symbols, I don't know

Re: CVS commit: src/sys/dev

2011-05-26 Thread Iain Hibbert
On Thu, 26 May 2011, Iain Hibbert wrote: > you might note that the bthub.o file (at least, I didn't check the others) > does not actually use __func__ (unless DEBUG) and in fact the objdump does > not change with the removal of "ioconf.h" sorry: does not change with

Re: CVS commit: src/sys/dev

2011-05-26 Thread Iain Hibbert
On Thu, 26 May 2011, Masao Uebayashi wrote: > On Thu, May 26, 2011 at 4:41 AM, David Laight wrote: > > On Thu, May 26, 2011 at 02:33:38AM +0900, Masao Uebayashi wrote: > >> >> > >> >> Modified Files: > >> >> ? ? ? src/sys/dev/bluetooth: bcsp.c bthub.c btuart.c > >> >> ? ? ? src/sys/dev/ieee1394:

Re: CVS commit: src/sys/dev

2011-05-25 Thread Iain Hibbert
On Thu, 26 May 2011, Masao Uebayashi wrote: > On Thu, May 26, 2011 at 2:09 AM, Iain Hibbert wrote: > > On Wed, 25 May 2011, Masao Uebayashi wrote: > > > >> Module Name:  src > >> Committed By: uebayasi > >> Date:         Wed May 25 16:33:38 UTC 2011 &g

Re: CVS commit: src/sys/dev

2011-05-25 Thread Iain Hibbert
On Wed, 25 May 2011, Masao Uebayashi wrote: > Module Name: src > Committed By: uebayasi > Date: Wed May 25 16:33:38 UTC 2011 > > Modified Files: > src/sys/dev/bluetooth: bcsp.c bthub.c btuart.c > src/sys/dev/ieee1394: fwdev.c fwmem.c fwohci.c > > Log Message: > Declare cfdrive

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

2011-05-22 Thread Iain Hibbert
On Sun, 22 May 2011, Joerg Sonnenberger wrote: > Modified Files: > src/sys/dev/acpi: acpi_power.c > > Log Message: > Let's not be silly. Use a fancy "if else" to decide behavior of a bool > and hope cosmic radition doesn't create a third state. I'll just say here, that I found a code genera

Re: CVS commit: src

2011-05-18 Thread Iain Hibbert
On Wed, 18 May 2011, Iain Hibbert wrote: > On Fri, 15 Apr 2011, Joerg Sonnenberger wrote: > > > Module Name:src > > Committed By: joerg > > Date: Fri Apr 15 13:42:23 UTC 2011 > > > > Modified Files: > > src/distrib/sets/lis

Re: CVS commit: src

2011-05-17 Thread Iain Hibbert
On Fri, 15 Apr 2011, Joerg Sonnenberger wrote: > Module Name: src > Committed By: joerg > Date: Fri Apr 15 13:42:23 UTC 2011 > > Modified Files: > src/distrib/sets/lists/base: mi > src/distrib/sets/lists/comp: ad.powerpc md.amd64 md.i386 > src/etc/mtree: NetBSD.dist.base

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

2011-05-14 Thread Iain Hibbert
On Sat, 14 May 2011, Marc Balmer wrote: > 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? > > I'd like a short clarification here, since this might influence my > coding... tnx. pcc

Re: CVS commit: src/gnu/dist/gcc4/gcc

2011-05-13 Thread Iain Hibbert
On Sat, 7 May 2011, Christos Zoulas wrote: > Add a no_stack_protector function attribute to localize the effect > of disabling stack protection on a function-by-function level, as > opposed to per source file. how should we enable use of this, is the patch below ok or should it have additional re

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

2011-05-09 Thread Iain Hibbert
On Tue, 10 May 2011, Takahiro Kambe wrote: > In message <20110509170006.GA15831@marx.bitnet> > on Mon, 9 May 2011 20:00:06 +0300, > Jukka Ruohonen wrote: > > On Mon, May 09, 2011 at 06:50:08PM +0200, Adam Hoka wrote: > >> So can we use "for (int i = 0; ..." ? :p > lint(1) support them

Re: CVS commit: src

2011-04-12 Thread Iain Hibbert
On Tue, 12 Apr 2011, Mindaugas Rasiukevicius wrote: > Klaus Klein wrote: > > > Log Message: > > > Add a small summary parge for struct tm from . Cf. timeval(3). > > > > This exhibits something particularly well that's been bugging me for > > quite a while about such documentation changes: I think

Re: CVS commit: src/lib/libbluetooth

2011-04-04 Thread Iain Hibbert
On Mon, 4 Apr 2011, Alan Barrett wrote: > On Mon, 04 Apr 2011, Iain Hibbert wrote: > > Modified Files: > > src/lib/libbluetooth: sdp_get.c > > > > Log Message: > > handle overflowed values correctly, > > also put a compile time guard to warn if INTMA

CVS commit: src/usr.sbin/btattach

2010-03-08 Thread Iain Hibbert
:29 2010 +++ src/usr.sbin/btattach/btattach.c Mon Mar 8 21:48:42 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: btattach.c,v 1.9 2010/03/08 21:19:29 plunky Exp $ */ +/* $NetBSD: btattach.c,v 1.10 2010/03/08 21:48:42 plunky Exp $ */ /*- * Copyright (c) 2008 Iain Hibbert @@ -27,7 +27,7 @@ #include

CVS commit: src/usr.sbin/btattach

2010-03-08 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Mar 8 21:48:42 UTC 2010 Modified Files: src/usr.sbin/btattach: btattach.c Log Message: use %zd for ssize_t argument To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/btattach/btattach.c Please note

CVS commit: src/usr.sbin/btattach

2010-03-08 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Mar 8 21:19:29 UTC 2010 Modified Files: src/usr.sbin/btattach: btattach.c Log Message: fix compilation errors To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/btattach/btattach.c Please note that di

CVS commit: src/usr.sbin/btattach

2010-03-08 Thread Iain Hibbert
+++ src/usr.sbin/btattach/btattach.c Mon Mar 8 21:19:29 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: btattach.c,v 1.8 2010/03/08 17:59:52 kiyohara Exp $ */ +/* $NetBSD: btattach.c,v 1.9 2010/03/08 21:19:29 plunky Exp $ */ /*- * Copyright (c) 2008 Iain Hibbert @@ -27,7 +27,7 @@ #include __COPYRIGHT

CVS commit: src

2010-03-07 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Mar 7 16:27:18 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/external/bsd/pcc/include: config.h src/external/bsd/pcc/libexec/cpp: Makefile Log Message: Install PCC cpp as libexec/pcpp to avoid n

CVS commit: src

2010-03-07 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Mar 7 16:27:18 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/external/bsd/pcc/include: config.h src/external/bsd/pcc/libexec/cpp: Makefile Log Message: Install PCC cpp as libexec/pcpp to avoid n

CVS commit: src/external/bsd/pcc/usr.bin/pcc

2010-03-07 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Mar 7 12:05:09 UTC 2010 Modified Files: src/external/bsd/pcc/usr.bin/pcc: Makefile Log Message: break overly long line To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pcc/usr.bin/pcc/Makefile P

CVS commit: src/external/bsd/pcc/usr.bin/pcc

2010-03-07 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Mar 7 12:05:09 UTC 2010 Modified Files: src/external/bsd/pcc/usr.bin/pcc: Makefile Log Message: break overly long line To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pcc/usr.bin/pcc/Makefile P

CVS commit: src/usr.sbin/sdpd

2010-03-07 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Mar 7 10:58:40 UTC 2010 Modified Files: src/usr.sbin/sdpd: compat.c record.c server.c service.c Log Message: add some LOG_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sdpd/compat.c \ sr

CVS commit: src/usr.sbin/sdpd

2010-03-07 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Mar 7 10:58:40 UTC 2010 Modified Files: src/usr.sbin/sdpd: compat.c record.c server.c service.c Log Message: add some LOG_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sdpd/compat.c \ sr

CVS commit: src/sys/arch

2010-03-07 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Mar 7 09:39:44 UTC 2010 Modified Files: src/sys/arch/algor/conf: P4032 P5064 P6032 src/sys/arch/alpha/conf: GENERIC src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 src/sys/arch/cats/conf: INSTALL src

CVS commit: src/sys/arch

2010-03-07 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Mar 7 09:39:44 UTC 2010 Modified Files: src/sys/arch/algor/conf: P4032 P5064 P6032 src/sys/arch/alpha/conf: GENERIC src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 src/sys/arch/cats/conf: INSTALL src

CVS commit: src/sys

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 23:45:40 UTC 2010 Modified Files: src/sys/arch/algor/conf: majors.algor src/sys/arch/alpha/conf: majors.alpha src/sys/arch/amd64/conf: majors.amd64 src/sys/arch/arm/conf: majors.arm32 src/

CVS commit: src/sys

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 23:45:40 UTC 2010 Modified Files: src/sys/arch/algor/conf: majors.algor src/sys/arch/alpha/conf: majors.alpha src/sys/arch/amd64/conf: majors.amd64 src/sys/arch/arm/conf: majors.arm32 src/

CVS commit: src/etc

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 21:33:20 UTC 2010 Modified Files: src/etc: MAKEDEV.tmpl Log Message: include ttyHS0 in usbs target [for uhso(4)] To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/etc/MAKEDEV.tmpl Please note that d

CVS commit: src/etc

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 21:33:20 UTC 2010 Modified Files: src/etc: MAKEDEV.tmpl Log Message: include ttyHS0 in usbs target [for uhso(4)] To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/etc/MAKEDEV.tmpl Please note that d

CVS commit: src/sys/arch

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 21:31:52 UTC 2010 Modified Files: src/sys/arch/algor/conf: majors.algor src/sys/arch/alpha/conf: majors.alpha src/sys/arch/amd64/conf: majors.amd64 src/sys/arch/arm/conf: majors.arm32 src/

CVS commit: src/sys/arch

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 21:31:52 UTC 2010 Modified Files: src/sys/arch/algor/conf: majors.algor src/sys/arch/alpha/conf: majors.alpha src/sys/arch/amd64/conf: majors.amd64 src/sys/arch/arm/conf: majors.arm32 src/

CVS commit: src/doc

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 21:15:17 UTC 2010 Modified Files: src/doc: CHANGES Log Message: add uhso(4) driver for Option N.V. Wireless WAN modems To generate a diff of this commit: cvs rdiff -u -r1.1367 -r1.1368 src/doc/CHANGES Please note tha

CVS commit: src/doc

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 21:15:17 UTC 2010 Modified Files: src/doc: CHANGES Log Message: add uhso(4) driver for Option N.V. Wireless WAN modems To generate a diff of this commit: cvs rdiff -u -r1.1367 -r1.1368 src/doc/CHANGES Please note tha

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

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 21:12:04 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL GENERIC XBOX XEN3_DOM0 majors.i386 Log Message: add uhso(4) To generate a diff of this commit: cvs rdiff -u -r1.248 -r1.249 src/sys/arch/i386/conf/ALL cvs

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

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 21:12:04 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL GENERIC XBOX XEN3_DOM0 majors.i386 Log Message: add uhso(4) To generate a diff of this commit: cvs rdiff -u -r1.248 -r1.249 src/sys/arch/i386/conf/ALL cvs

CVS commit: src/sys/dev/usb

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 21:07:47 UTC 2010 Modified Files: src/sys/dev/usb: usb.h Log Message: add UHSO_DEBUG for uhso(4) driver To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/dev/usb/usb.h Please note that diffs are n

CVS commit: src/sys/dev/usb

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 21:07:47 UTC 2010 Modified Files: src/sys/dev/usb: usb.h Log Message: add UHSO_DEBUG for uhso(4) driver To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/dev/usb/usb.h Please note that diffs are n

CVS commit: src

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 21:05:37 UTC 2010 Modified Files: src/distrib/sets/lists/man: mi src/etc: MAKEDEV.tmpl src/share/man/man4: Makefile src/sys/dev: DEVNAMES src/sys/dev/usb: files.usb Added Files: sr

CVS commit: src/sys/dev/usb

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 21:00:07 UTC 2010 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen for uhso(4) driver To generate a diff of this commit: cvs rdiff -u -r1.539 -r1.540 src/sys/dev/usb/usbdevs.h cvs rdiff -u

CVS commit: src/sys/dev/usb

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 21:00:07 UTC 2010 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen for uhso(4) driver To generate a diff of this commit: cvs rdiff -u -r1.539 -r1.540 src/sys/dev/usb/usbdevs.h cvs rdiff -u

CVS commit: src/sys/dev/usb

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 20:59:07 UTC 2010 Modified Files: src/sys/dev/usb: usbdevs Log Message: add details of Option N.V. Wireless WAN modems for uhso(4) driver To generate a diff of this commit: cvs rdiff -u -r1.544 -r1.545 src/sys/dev/usb

CVS commit: src/sys/dev/usb

2010-03-06 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Mar 6 20:59:07 UTC 2010 Modified Files: src/sys/dev/usb: usbdevs Log Message: add details of Option N.V. Wireless WAN modems for uhso(4) driver To generate a diff of this commit: cvs rdiff -u -r1.544 -r1.545 src/sys/dev/usb

CVS commit: src/sys/dev/usb

2010-02-24 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Feb 24 17:34:56 UTC 2010 Modified Files: src/sys/dev/usb: uthum.c Log Message: print end of line before getting the descriptor as it sleeps To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/uthum.c

CVS commit: src/sys/dev/usb

2010-02-24 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Feb 24 17:00:25 UTC 2010 Modified Files: src/sys/dev/usb: if_cue.c Log Message: use # for include directive, just because.. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/usb/if_cue.c Please note

CVS commit: src/usr.sbin/btattach

2010-02-17 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Feb 17 09:49:41 UTC 2010 Modified Files: src/usr.sbin/btattach: btattach.c Log Message: sort entries in structure clarify init name type for CSR modules To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbi

CVS commit: src/external/bsd/pcc

2010-02-11 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Feb 11 14:36:32 UTC 2010 Modified Files: src/external/bsd/pcc: Makefile.inc Log Message: actually include the top-level Makefile.inc To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/bsd/pcc/Makefile.

CVS commit: src/external/bsd/pcc

2010-02-11 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Feb 11 14:22:30 UTC 2010 Modified Files: src/external/bsd/pcc: Makefile.inc Added Files: src/external/bsd/pcc/include: config.h Removed Files: src/external/bsd/pcc: config.h Log Message: keep generated config.h

CVS commit: src/external/bsd/pcc

2010-02-11 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Feb 11 14:18:45 UTC 2010 Modified Files: src/external/bsd/pcc: Makefile.inc config.h Log Message: provide endian information at build time rather than embedding it in the config.h file. To generate a diff of this commit: cvs

CVS commit: src/external/bsd/am-utils

2010-02-07 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Feb 8 07:56:39 UTC 2010 Modified Files: src/external/bsd/am-utils/bin/amd: Makefile src/external/bsd/am-utils/bin/amq: Makefile src/external/bsd/am-utils/bin/pawd: Makefile src/external/bsd/am-utils/lib

CVS commit: src/sbin/mount_smbfs

2010-02-07 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Feb 8 07:56:06 UTC 2010 Modified Files: src/sbin/mount_smbfs: Makefile.inc Log Message: use .if defined(HAVE_GCC) && ${HAVE_GCC} == 4 rather than .if ${HAVE_GCC} == 4 as HAVE_GCC may be undefined To generate a diff of t

  1   2   >