CVS commit: src/usr.sbin/btpand

2024-06-04 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-04 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

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

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

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

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
@@ -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 * SUCH DAMAGE

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

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 ability;

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 jo...@britannica.bec.de wrote: On Wed, Mar 04, 2015 at 03:00:38PM +, Christos Zoulas wrote: In

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_softc in

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

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 that a

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

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 jo...@britannica.bec.de 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

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 and

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 uintmax_t ??

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 source-changes-d@NetBSD.org 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

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

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 for instance) I've tested this patch by pressing

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 UTC 2011 Modified Files: src/sys/dev/bluetooth

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 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 really

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:

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? That

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 discussed

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 .WAIT. although

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 Modified

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 Name:src Committed By: apb Date: Mon

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: On Mon, 5 Sep 2011, Joerg Sonnenberger wrote: On Mon, Sep 05

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

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

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 src/sys/dev/raidframe: rf_aselect.c

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 rather than .if

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/sparc:

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 or 1 on

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 ticket

Re: CVS commit: src

2011-06-15 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-char array actually occupies more space

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 +, Iain Hibbert wrote: Module Name:src Committed By: plunky Date: Sun Jun 12 21:12:46 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc

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 da...@l8s.co.uk 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:

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 the addition of no ehci iain

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 if that

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 plu...@rya-online.net wrote: On Thu, 26 May 2011, Masao Uebayashi wrote: On Thu, May 26, 2011 at 5:39 PM, Iain Hibbert plu...@rya-online.net wrote: On Thu, 26 May 2011, Masao Uebayashi wrote

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 cfdrivers using

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 plu...@rya-online.net wrote: 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

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 generation

Re: CVS commit: src

2011-05-18 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

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/lists/base: mi src/distrib/sets/lists/comp

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 is a

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: CVS commit: src/sys/fs/tmpfs

2011-05-10 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 jruoho...@iki.fi 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

Re: CVS commit: src

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

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 INTMAX won't fit in INT64 (all our ports currently have

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 sys/cdefs.h

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

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

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 \

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 \

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

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

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

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

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

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

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

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:

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

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/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

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

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

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

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

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

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

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

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

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

CVS commit: src/external/bsd/pcc

2010-02-05 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Feb 5 08:41:14 UTC 2010 Modified Files: src/external/bsd/pcc/lib: Makefile.inc src/external/bsd/pcc/libexec: Makefile.inc src/external/bsd/pcc/usr.bin: Makefile.inc Log Message: don't conditionally include

CVS commit: src/external/bsd/pcc/lib

2010-02-05 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Feb 5 08:46:26 UTC 2010 Modified Files: src/external/bsd/pcc/lib: Makefile Removed Files: src/external/bsd/pcc/lib/crtstuff: Makefile Log Message: don't build and install the crtbegin.o and crtend.o files at this

CVS commit: src/external/bsd/pcc

2010-02-05 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Feb 5 08:52:25 UTC 2010 Modified Files: src/external/bsd/pcc: Makefile.inc config.h Log Message: just use the actual date in PACKAGE_CHECKOUT definition To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/pcc

2010-02-05 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Feb 5 17:18:31 UTC 2010 Modified Files: src/external/bsd/pcc: Makefile.inc config.h Log Message: when making VERSSTR, provide the target os/machine rather than the host. have the CVS checkout date in the PACKAGE_STRING

CVS commit: src/external/bsd/pcc

2010-02-05 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Feb 5 18:41:25 UTC 2010 Modified Files: src/external/bsd/pcc: Makefile.inc Log Message: amd64 provides MACHINE_ARCH=x86_64 but pcc wants TARGMACH=amd64. handle that To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/distrib/sets

2010-02-04 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Feb 4 13:07:55 UTC 2010 Modified Files: src/distrib/sets: sets.subr Log Message: add note of pcc and pcccmds attributes To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/distrib/sets/sets.subr Please

CVS commit: src/external/bsd/pcc/libexec/cpp

2010-02-03 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Feb 3 22:03:56 UTC 2010 Modified Files: src/external/bsd/pcc/libexec/cpp: Makefile Log Message: Install the CPP manpage as pcpp(1) to avoid conflicts with the GCC version To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/pcc

2010-02-03 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Feb 3 22:13:13 UTC 2010 Modified Files: src/external/bsd/pcc: Makefile.inc config.h Log Message: fix the embedded VERSSTR by providing the correct machine architecture at build time, and adding an import date to the version.

CVS commit: src/external/bsd/pcc/dist/pcc

2010-01-22 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Jan 22 11:08:40 UTC 2010 Modified Files: src/external/bsd/pcc/dist/pcc/cc: Makefile.in src/external/bsd/pcc/dist/pcc/f77: Makefile.in Log Message: execute lists of commands in sub-shells so that the cwd doesn't get

CVS commit: src/etc/mtree

2010-01-18 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Jan 18 10:25:29 UTC 2010 Modified Files: src/etc/mtree: Makefile Log Message: also clean up NetBSD.dist.tmp as if a second build is done without the NetBSD.dist changing, the tmp file will remain. To generate a diff of this

CVS commit: src/sys/netbt

2010-01-04 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Jan 4 19:20:05 UTC 2010 Modified Files: src/sys/netbt: l2cap_upper.c rfcomm_upper.c sco_upper.c Log Message: prevent local socket address from being changed after socket is in use (connect or listen) To generate a diff of