CVS commit: src/share/man/man9

2017-02-21 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Feb 21 19:53:49 UTC 2017 Modified Files: src/share/man/man9: ieee80211_radiotap.9 Log Message: Fix PR standards/51989: the extension bit extends the presence bitmap by 32 bits, not 64. To generate a diff of this commit: cvs

CVS commit: othersrc/external/bsd/arfe

2016-01-25 Thread David Young
:22:57 2016 @@ -1,5 +1,5 @@ -/* $NetBSD: core.c,v 1.6 2015/12/05 08:44:10 wiz Exp $ */ -/* $ARFE: core.c 302 2015-12-02 23:44:24Z dyoung $ */ +/* $NetBSD: core.c,v 1.7 2016/01/26 02:22:57 dyoung Exp $ */ +/* $ARFE: core.c 323 2016-01-25 20:29:30Z dyoung $ */ /*- * Copyright (c) 2014,2015 David

CVS commit: othersrc/external/bsd/arfe

2015-12-02 Thread David Young
5/12/03 03:29:01 dyoung Exp $ */ +/* $ARFE: core.c 302 2015-12-02 23:44:24Z dyoung $ */ /*- * Copyright (c) 2014,2015 David Young <dyo...@netbsd.org> Index: othersrc/external/bsd/arfe/dt/core.h diff -u othersrc/external/bsd/arfe/dt/core.h:1.4 othersrc/external/bsd/arfe/dt/core.h:1.5 --- o

CVS commit: othersrc/external/bsd/arfe/dt

2015-12-02 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Wed Dec 2 23:44:02 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: .cvsignore Log Message: Make CVS ignore *.undo. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: othersrc/external/bsd/arfe

2015-12-02 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Wed Dec 2 23:40:39 UTC 2015 Added Files: othersrc/external/bsd/arfe/tt/tests/5: expected-output input match transform Removed Files: othersrc/external/bsd/arfe/dt/rr: abecedarian-abracadabra

CVS commit: othersrc/external/bsd/arfe/dt

2015-12-02 Thread David Young
23:42:45 2015 @@ -0,0 +1,215 @@ +/* $NetBSD: sym.c,v 1.1 2015/12/02 23:42:45 dyoung Exp $ */ +/* $ARFE$ */ + +/*- + * Copyright (c) 2014,2015 David Young <dyo...@netbsd.org> + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modifi

CVS commit: othersrc/external/bsd/arfe

2015-12-02 Thread David Young
1,5 +1,5 @@ -/* $NetBSD: hex.c,v 1.6 2015/09/23 19:32:34 dyoung Exp $ */ -/* $ARFE: hex.c 258 2015-09-23 19:31:17Z dyoung $ */ +/* $NetBSD: hex.c,v 1.7 2015/12/02 23:39:51 dyoung Exp $ */ +/* $ARFE: hex.c 264 2015-10-08 22:28:01Z dyoung $ */ /*- * Copyright (c) 2014,2015 David Young <dyo...@n

CVS commit: othersrc/external/bsd/arfe

2015-10-08 Thread David Young
c/external/bsd/arfe/dt/core.h diff -u othersrc/external/bsd/arfe/dt/core.h:1.2 othersrc/external/bsd/arfe/dt/core.h:1.3 --- othersrc/external/bsd/arfe/dt/core.h:1.2 Wed Sep 23 19:32:34 2015 +++ othersrc/external/bsd/arfe/dt/core.h Thu Oct 8 22:00:56 2015 @@ -1,5 +1,5 @@ -/* $NetBSD: core.h,v 1.2 201

CVS commit: othersrc/external/bsd/arfe

2015-09-21 Thread David Young
) 2014,2015 David Young <dyo...@netbsd.org> @@ -30,7 +30,7 @@ #include #include -#include "dt.h" +#include "core.h" #include "hex.h" typedef enum hex_op { Index: othersrc/external/bsd/arfe/dt/hex.h diff -u othersrc/external/bsd/arfe/dt/hex.h:1.4 oth

CVS commit: othersrc/external/bsd/arfe/tt/tests/4

2015-09-16 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Wed Sep 16 21:08:10 UTC 2015 Added Files: othersrc/external/bsd/arfe/tt/tests/4: README expected-output input match transform Log Message: Add a new test for tt. To generate a diff of this commit: cvs rdiff -u

CVS commit: othersrc/external/bsd/arfe/dt

2015-09-16 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Wed Sep 16 21:07:44 UTC 2015 Added Files: othersrc/external/bsd/arfe/dt: portability.h Log Message: Straggler from previous: add file dt/portability.h. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: othersrc/external/bsd/arfe/tt

2015-09-10 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Fri Sep 11 01:53:49 UTC 2015 Modified Files: othersrc/external/bsd/arfe/tt: .cvsignore Log Message: In .cvsignore, s/it/tt/ and add a directory that I do not intend to commit. To generate a diff of this commit: cvs rdiff

CVS commit: othersrc/external/bsd/arfe

2015-09-10 Thread David Young
2015/09/11 01:50:42 dyoung Exp $ */ +/* $ARFE: dt.c 239 2015-09-10 22:49:40Z dyoung $ */ /*- * Copyright (c) 2014,2015 David Young <dyo...@netbsd.org> @@ -51,6 +51,7 @@ #include "dt.h" #include "hex.h" #include "ipv4.h" +#include "macaddr.h&qu

CVS commit: othersrc/external/bsd/arfe/tt/tests

2015-09-10 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Fri Sep 11 01:52:20 UTC 2015 Added Files: othersrc/external/bsd/arfe/tt/tests/1: expected-output input match transform othersrc/external/bsd/arfe/tt/tests/2: expected-output input match

CVS commit: othersrc/external/bsd/arfe

2015-09-10 Thread David Young
22:49:40Z dyoung $ */ +/* $NetBSD: dt.c,v 1.11 2015/09/11 02:12:57 dyoung Exp $ */ +/* $ARFE: dt.c 243 2015-09-11 01:57:04Z dyoung $ */ /*- * Copyright (c) 2014,2015 David Young <dyo...@netbsd.org> Index: othersrc/external/bsd/arfe/dt/dt.h diff -u othersrc/external/bsd/arfe/dt/dt.h:1.2 o

CVS commit: othersrc/external/bsd/arfe

2015-09-02 Thread David Young
1.7 2015/08/31 01:58:23 dyoung Exp $ */ -/* $ARFE: dt.c 224 2015-08-28 21:45:03Z dyoung $ */ +/* $NetBSD: dt.c,v 1.8 2015/09/02 22:43:17 dyoung Exp $ */ +/* $ARFE: dt.c 231 2015-09-02 22:31:30Z dyoung $ */ /*- * Copyright (c) 2014,2015 David Young <dyo...@netbsd.org> @@ -25,12 +25,6 @@

CVS commit: othersrc/external/bsd/arfe/dt

2015-09-02 Thread David Young
5-09-02 22:31:30Z dyoung $ */ +/* $NetBSD: dt.c,v 1.9 2015/09/02 22:45:47 dyoung Exp $ */ +/* $ARFE: dt.c 235 2015-09-02 22:44:54Z dyoung $ */ /*- * Copyright (c) 2014,2015 David Young <dyo...@netbsd.org>

CVS commit: othersrc/external/bsd/arfe/dt

2015-08-28 Thread David Young
$ */ +/* $ARFE: dt.c 220 2015-08-28 21:37:51Z dyoung $ */ /*- * Copyright (c) 2014,2015 David Young dyo...@netbsd.org @@ -60,7 +60,9 @@ typedef enum hex_op { HEX_OP_NONE = 0 , HEX_OP_PUSH , HEX_OP_EMIT + , HEX_OP_0xEMIT , HEX_OP_START + , HEX_OP_0xSTART } hex_op_t; struct hex_state

CVS commit: othersrc/external/bsd/arfe/dt

2015-08-25 Thread David Young
$ */ +/* $NetBSD: dt.c,v 1.4 2015/08/25 22:19:09 dyoung Exp $ */ +/* $ARFE: dt.c 217 2015-08-25 22:16:29Z dyoung $ */ /*- * Copyright (c) 2014,2015 David Young dyo...@netbsd.org Added files: Index: othersrc/external/bsd/arfe/dt/rr/if-re0-if-wm0 diff -u /dev/null othersrc/external/bsd/arfe/dt/rr/if-re0

CVS commit: othersrc/external/bsd/arfe

2015-08-21 Thread David Young
$ */ +/* $NetBSD: dt.c,v 1.3 2015/08/22 05:08:48 dyoung Exp $ */ +/* $ARFE: dt.c 215 2015-08-22 05:02:46Z dyoung $ */ /*- * Copyright (c) 2014,2015 David Young dyo...@netbsd.org @@ -32,6 +32,7 @@ #include sys/mman.h #include sys/stat.h #include assert.h +#include ctype.h /* for ispunct(), isspace

CVS commit: othersrc/external/bsd/arfe/dt

2015-08-11 Thread David Young
/arfe/dt/dt.c:1.1 Mon Aug 10 21:10:59 2015 +++ othersrc/external/bsd/arfe/dt/dt.c Tue Aug 11 21:04:59 2015 @@ -1,3 +1,31 @@ +/* $NetBSD: dt.c,v 1.2 2015/08/11 21:04:59 dyoung Exp $ */ +/* $Id: dt.c,v 1.2 2015/08/11 21:04:59 dyoung Exp $ */ + +/*- + * Copyright (c) 2014,2015 David Young dyo

CVS commit: othersrc/external/bsd/arfe

2015-08-10 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Mon Aug 10 21:11:00 UTC 2015 Added Files: othersrc/external/bsd/arfe: Makefile README othersrc/external/bsd/arfe/dt: .cvsignore Makefile README dt.c testit othersrc/external/bsd/arfe/dt/rr:

CVS commit: src/sys/arch/x86

2013-01-26 Thread David Young
Module Name:src Committed By: dyoung Date: Sat Jan 26 17:37:39 UTC 2013 Modified Files: src/sys/arch/x86/include: i82093reg.h i82489reg.h src/sys/arch/x86/pci: pci_intr_machdep.c Log Message: Several registers and bitfields named IOAPIC_* actually belong to the

CVS commit: src/sys/dev/pci

2012-11-08 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Nov 8 20:36:17 UTC 2012 Modified Files: src/sys/dev/pci: if_et.c Log Message: Use native NetBSD macros instead of compatibility macros. This change compiles, but I don't have an et(4) with which to test. To generate a

CVS commit: src/sys/dev/ic

2012-11-08 Thread David Young
2 21:36:44 2012 +++ src/sys/dev/ic/ath_netbsd.h Thu Nov 8 20:43:55 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: ath_netbsd.h,v 1.13 2012/06/02 21:36:44 dsl Exp $ */ +/* $NetBSD: ath_netbsd.h,v 1.14 2012/11/08 20:43:55 dyoung Exp $ */ /*- * Copyright (c) 2003, 2004 David Young @@ -29,9 +29,6

CVS commit: src/sys/arch/i386

2012-10-23 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Oct 23 16:08:12 UTC 2012 Modified Files: src/sys/arch/i386: Makefile Log Message: Run $(TOOL_CTAGS) instead of ctags: sometimes it's better than the host's native ctags, and it's nice to have consistent ctags from one host to

CVS commit: src/sys/sys

2012-10-17 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 17 17:48:48 UTC 2012 Modified Files: src/sys/sys: module.h Log Message: Correct spelling: entrie - entry. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/sys/module.h Please note that diffs are

CVS commit: src/sys

2012-10-17 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 17 21:35:39 UTC 2012 Modified Files: src/sys/arch/x86/x86: mpbios.c src/sys/dev/gpio: gpio.c Log Message: Quiet down autoconfiguration by changing some printf() calls to aprint_normal() calls. To generate a diff

CVS commit: src/usr.bin/ktruss

2012-03-12 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Mar 12 22:02:07 UTC 2012 Modified Files: src/usr.bin/ktruss: makeerrnos.sh Log Message: Use 'sort -n -k 3' instead of 'sort -n +2' since the former is more portable. The latter is not supported by Mac OS X Lion. To

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

2012-02-07 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Feb 7 16:34:44 UTC 2012 Modified Files: src/sys/arch/i386/i386: mainbus.c Log Message: Initialize pcibus_attach_args.pba_sub to 255. Note in a comment that this needs some improvement for machines with 1 Host-PCI bridge,

CVS commit: src/sys/net

2011-12-27 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Dec 28 02:14:57 UTC 2011 Modified Files: src/sys/net: if.c Log Message: Fix ifpromisc() regression: if ifpromisc(ifp, 1) is called, do set IFF_PROMISC whether ifp is IFF_UP or not, but do not call ifp-if_ioctl unless ifp is

CVS commit: src/sys/dev/pci

2011-12-20 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Dec 20 21:27:29 UTC 2011 Modified Files: src/sys/dev/pci: if_wmreg.h Log Message: Mark all of the Rx descriptor fields 'volatile' so that the compiler will not re-order accesses. Some versions of GCC (such as one in NetBSD

CVS commit: src/sys/net

2011-11-15 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Nov 16 06:09:37 UTC 2011 Modified Files: src/sys/net: if.c Log Message: Before freeing an ifnet_lock, destroy its mutex. Should help with kern/43294. To generate a diff of this commit: cvs rdiff -u -r1.256 -r1.257

CVS commit: src/sys/net

2011-11-01 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Nov 2 01:17:59 UTC 2011 Modified Files: src/sys/net: if_gre.c if_gre.h Log Message: For simplicity's sake, use pcq(9) instead of my own circular-queue implementation. Saves 45 lines of code. To generate a diff of this

CVS commit: src/sys/net

2011-10-28 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 28 16:10:12 UTC 2011 Modified Files: src/sys/net: if_etherip.c Log Message: kauth isn't used in here, so don't #include sys/kauth.h. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/net/if_etherip.c

CVS commit: src/sys/net

2011-10-28 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 28 16:42:52 UTC 2011 Modified Files: src/sys/net: if_gif.c if_gre.c Log Message: Don't kauth-orize SIOCDIFPHYADDR, SIOCSIFFLAGS, SIOCSIFMTU, or SIOCSLIFPHYADDR, in gif_ioctl() or in gre_ioctl(), because those operations

CVS commit: src/sys/net

2011-10-28 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 28 20:11:59 UTC 2011 Modified Files: src/sys/net: if.c Log Message: Userland may not change the IFF_CANTCHANGE flags, however, the kernel may, so make sure if_flags_set() takes care of them. Fixes a regression in

CVS commit: src/sys/net

2011-10-28 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 28 20:13:32 UTC 2011 Modified Files: src/sys/net: if_ppp.c if_stf.c Log Message: Don't kauth-orize SIOCSIFMTU in pppsioctl() and stf_ioctl(), ifioctl() has already done that for us. To generate a diff of this commit:

CVS commit: src/sys/net

2011-10-28 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 28 22:08:15 UTC 2011 Modified Files: src/sys/net: if_ppp.c if_spppsubr.c if_srt.c if_tun.c Log Message: For these interfaces, the implementation of SIOCSIFDSTADDR is identical to SIOCINITIFADDR, and SIOCSIFDSTADDR callers

CVS commit: src/sys/netinet

2011-10-28 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 28 22:23:54 UTC 2011 Modified Files: src/sys/netinet: in.c Log Message: Remove the #if 1 / #endif around some code that appears to be responsible deleting the 'first' AF_INET address on the interface if the target address

CVS commit: src/sys/net

2011-10-27 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Oct 27 20:04:57 UTC 2011 Modified Files: src/sys/net: if_gif.c if_gre.c Log Message: Fix gif(4)/gre(4) operation over interfaces such as wm(4) that do IPv4 checksum-offload. Note well: it really is necessary to clear the

CVS commit: src/sys/net

2011-10-25 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Oct 25 22:26:18 UTC 2011 Modified Files: src/sys/net: if.c if.h Log Message: Document the ifioctl locking in comments. Add a missing percpu_free(9) call. To generate a diff of this commit: cvs rdiff -u -r1.254 -r1.255

CVS commit: src/sys

2011-10-21 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 21 21:35:29 UTC 2011 Modified Files: src/sys/arch/i386/i386: mainbus.c src/sys/dev/pci: pcivar.h ppb.c Log Message: Tell a pci(4) instance its subordinate PCI buses using a new member in the pcibus_attach_args,

CVS commit: src/sys/net

2011-10-19 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 21:29:51 UTC 2011 Modified Files: src/sys/net: if.c if.h Log Message: Userland by pulling the ifioctl lock-related data members into a struct ifnet_lock that the ifnet has a pointer to. In a non-_KERNEL environment,

CVS commit: src/sys/net

2011-10-19 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 21:59:38 UTC 2011 Modified Files: src/sys/net: if_gre.c Log Message: Get rid of gre's deadlock-prone, one-off ifioctl locking. The standard ifioctl locking will do. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/net

2011-10-19 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 22:07:10 UTC 2011 Modified Files: src/sys/net: if_vlan.c Log Message: Use if_flags_set() and if_mcast_op(). To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/net/if_vlan.c Please note that diffs

CVS commit: src/sbin/drvctl

2011-10-19 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 22:13:46 UTC 2011 Modified Files: src/sbin/drvctl: drvctl.c Log Message: Don't print the silly header, Properties for device `xxx0':, before the device properties if the -n option was given. To generate a diff of

CVS commit: src/sys/dev/pci

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Oct 18 23:04:35 UTC 2011 Modified Files: src/sys/dev/pci: if_ath_pci.c Log Message: Reduce differences from if_ath_cardbus.c. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/if_ath_pci.c

CVS commit: src/sys/arch

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Oct 18 23:25:20 UTC 2011 Modified Files: src/sys/arch/x86/x86: x86_stub.c Added Files: src/sys/arch/amd64/include: autoconf.h src/sys/arch/i386/include: autoconf.h src/sys/arch/x86/include: autoconf.h

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

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Oct 18 23:30:54 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_ranges.c Log Message: Add an implementation of device_pci_props_register(). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Oct 18 23:41:45 UTC 2011 Modified Files: src/sys/arch/x86/x86: x86_stub.c Log Message: Use the right return types for x86_nullop() and x86_zeroop(). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/x86

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Oct 18 23:43:36 UTC 2011 Modified Files: src/sys/arch/x86/isa: isa_machdep.c src/sys/arch/x86/pci: pci_machdep.c src/sys/arch/x86/x86: x86_autoconf.c Log Message: Factor device_isa_register() and

CVS commit: src/sys/net

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 01:34:37 UTC 2011 Modified Files: src/sys/net: if.c if.h Log Message: Start to untangle the ifnet ioctls mess. Add ifnet functions, if_mcast_op(), if_flags_set(), and if_addr_init() for adding/deleting multicast

CVS commit: src/sys/net

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 01:46:43 UTC 2011 Modified Files: src/sys/net: if.c Log Message: Extract subroutines ifioctl_enter() and ifioctl_exit(). To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/sys/net/if.c Please note

CVS commit: src/sys/net

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 01:48:30 UTC 2011 Modified Files: src/sys/net: if_vlan.c Log Message: Use if_mcast_op() and if_flags_set() instead of calling ifp-if_ioctl(). To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/sys/net/agr

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 01:49:50 UTC 2011 Modified Files: src/sys/net/agr: if_agr.c if_agrether.c Log Message: Use if_flags_set() and if_addr_init() instead of ifp-if_ioctl(). To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/netatalk

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 01:50:27 UTC 2011 Modified Files: src/sys/netatalk: at_control.c Log Message: Use if_addr_init() instead of ifp-if_ioctl(). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/netatalk/at_control.c

CVS commit: src/sys/netinet

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 01:52:22 UTC 2011 Modified Files: src/sys/netinet: in.c ip_carp.c ip_mroute.c Log Message: Use if_addr_init() and if_mcast_op() instead of ifp-if_ioctl(). To generate a diff of this commit: cvs rdiff -u -r1.138

CVS commit: src/sys/netinet6

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 01:53:08 UTC 2011 Modified Files: src/sys/netinet6: in6.c ip6_mroute.c mld6.c Log Message: Use if_addr_init() and if_mcast_op() instead of ifp-if_ioctl(). To generate a diff of this commit: cvs rdiff -u -r1.157

CVS commit: src/sys/netiso

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 01:53:35 UTC 2011 Modified Files: src/sys/netiso: iso.c iso_snpac.c Log Message: Use if_addr_init() and if_mcast_op() instead of ifp-if_ioctl(). To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

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

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 05:01:43 UTC 2011 Modified Files: src/sys/arch/x86/x86: x86_stub.c Log Message: Create a stub implementation of pci_ranges_infer(). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2011-10-18 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Oct 19 05:22:25 UTC 2011 Modified Files: src/sys/arch/x86/conf: files.x86 Log Message: Don't link pci_ranges.c with x86 kernels for now, it's using a pcibus_attach_args member that I haven't added, yet. To generate a diff

CVS commit: src/sys/dev/ic

2011-10-07 Thread David Young
: ath_netbsd.h,v 1.11 2011/01/21 17:46:19 dyoung Exp $ */ +/* $NetBSD: ath_netbsd.h,v 1.12 2011/10/07 16:58:11 dyoung Exp $ */ /*- * Copyright (c) 2003, 2004 David Young @@ -48,49 +48,19 @@ typedef struct ath_task { #define TASK_RUN_OR_ENQUEUE(__task) \ ((*(__task)-t_func)((__task)-t_context, 1

CVS commit: src/sys/dev

2011-10-07 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Oct 7 20:47:42 UTC 2011 Modified Files: src/sys/dev/cardbus: if_ath_cardbus.c src/sys/dev/pci: if_ath_pci.c Log Message: Stop calling ATH_LOCK_{INIT,DESTROY}(), they don't exist any more. To generate a diff of this

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

2011-09-27 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Sep 27 23:25:55 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: Make the 'size' argument of _bus_dmamap_load_busaddr() a bus_size_t for consistency's sake. To generate a diff of this commit: cvs rdiff

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

2011-09-27 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Sep 27 23:33:35 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: In _bus_dmamap_load_busaddr(), change sgsize from an int to a bus_size_t. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

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

2011-09-27 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Sep 27 23:44:18 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: Instead of declaring _bus_dmamap_load_busaddr() static inline, make it static and let the compiler decide about inlining. This reduces the

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

2011-09-27 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Sep 28 01:33:26 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: Add an untested implementation of bus_dmamap_load_raw(9). To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

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

2011-09-27 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Sep 28 01:35:58 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: In bus_dma_tag_create(9), copy important properties (e.g., bounce parameters) from the parent tag. In bus_dma_tag_create(), increase the

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

2011-09-27 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Sep 28 01:38:19 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: After bouncing in bus_dmamap_load{,_mbuf,_uio}, call bus_dmamap_load(9) instead of _bus_dmamap_load() so that a bus_dmamap_load(9) override

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

2011-09-27 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Sep 28 01:45:49 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: Cosmetic: join some if-statements, remove superfluous parentheses. No change in the generated assembly. To generate a diff of this

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

2011-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Sep 13 17:58:43 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Bracket a debugging printf() with #ifdef DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

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

2011-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Sep 13 17:59:46 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: For consistency, call a bus_dma_tag_t bdt instead of bst. No functional change intended. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/common/lib/libppath

2011-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Sep 13 18:04:54 UTC 2011 Modified Files: src/common/lib/libppath: ppath_bool.3 Log Message: Name arguments in a couple of prototypes before the arguments are referred to by name. To generate a diff of this commit: cvs rdiff

CVS commit: src/common/lib/libppath

2011-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Sep 13 18:05:20 UTC 2011 Modified Files: src/common/lib/libppath: ppath_bool.3 Log Message: Bump date for previous change. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/common/lib/libppath/ppath_bool.3

CVS commit: src/common/lib/libppath

2011-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Sep 13 18:07:22 UTC 2011 Modified Files: src/common/lib/libppath: ppath_number.3 Log Message: Name arguments in a couple of prototypes before the arguments are referred to by name. Bump date. To generate a diff of this

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

2011-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Sep 13 18:09:52 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_ranges.c Log Message: Clean up a bit: delete #if 1 and its corresponding #endif. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/share/man/man9

2011-09-02 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 2 22:07:33 UTC 2011 Modified Files: src/share/man/man9: vmem.9 Log Message: Update vmem(9). Changes to the implementation and usage are following, soon. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/i386

2011-09-02 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 2 22:12:48 UTC 2011 Modified Files: src/sys/arch/i386: Makefile Log Message: In the tags target, move x86 sources above xen includes, for more helpful tags. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/kern

2011-09-02 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 2 22:15:16 UTC 2011 Modified Files: src/sys/kern: Makefile Log Message: Add a target, subr_vmem, for building the vmem(9) test program. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys

2011-09-02 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 2 22:25:09 UTC 2011 Modified Files: src/sys/arch/xen/x86: xen_shm_machdep.c src/sys/kern: subr_kmem.c subr_percpu.c subr_vmem.c src/sys/rump/net/lib/libshmif: if_shmem.c src/sys/sys: vmem.h

CVS commit: src/sys/sys

2011-08-31 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Aug 31 20:04:51 UTC 2011 Modified Files: src/sys/sys: bus.h Log Message: Add some definitions for bus_dma(9) overrides. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/sys/bus.h Please note that diffs

CVS commit: src/sys/kern

2011-08-31 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Aug 31 20:09:57 UTC 2011 Modified Files: src/sys/kern: kern_stub.c Log Message: Add stub implementations of bus_dma_tag_create()/bus_dma_tag_destroy(). To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

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

2011-08-31 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Aug 31 20:21:06 UTC 2011 Modified Files: src/sys/arch/x86/include: bus_private.h Log Message: Add override members to x86_bus_dma_tag. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2011-08-29 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Aug 29 22:41:52 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_intr_machdep.c Log Message: Use a loop instead of tail-recursion for the pci_intr(9) overrides. This is the same change that I just made to the pci(9)

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

2011-08-29 Thread David Young
@@ +/* $NetBSD: pci_ranges.c,v 1.1 2011/08/29 22:46:04 dyoung Exp $ */ + +/*- + * Copyright (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by David Young dyo...@netbsd.org. + * + * Redistribution and use

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

2011-08-29 Thread David Young
Module Name:src Committed By: dyoung Date: Mon Aug 29 22:46:56 UTC 2011 Modified Files: src/sys/arch/x86/conf: files.x86 Log Message: Add pci_ranges.c to the set of files compiled when 'pci' is configured. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src/sys/arch/x86

2011-08-28 Thread David Young
Module Name:src Committed By: dyoung Date: Sun Aug 28 06:04:18 UTC 2011 Modified Files: src/sys/arch/x86/include: pci_machdep_common.h src/sys/arch/x86/pci: pci_machdep.c Log Message: Add some code for grovelling in the PCI configuration space for all of the

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

2011-08-28 Thread David Young
Module Name:src Committed By: dyoung Date: Sun Aug 28 06:08:15 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_addr_fixup.c Log Message: Normalize whitespace. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/pci/pci_addr_fixup.c Please

CVS commit: src/distrib/sets/lists

2011-08-27 Thread David Young
Module Name:src Committed By: dyoung Date: Sat Aug 27 18:54:16 UTC 2011 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el Log Message: Updating setlists for mips64. Thanks Matt Thomas for the

CVS commit: src

2011-08-27 Thread David Young
Module Name:src Committed By: dyoung Date: Sat Aug 27 18:55:52 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib: Makefile src/tests/lib/libppath: Makefile Log Message: Build and install ppath(3) tests. To generate a diff of this

CVS commit: src/etc/mtree

2011-08-27 Thread David Young
Module Name:src Committed By: dyoung Date: Sat Aug 27 19:02:29 UTC 2011 Modified Files: src/etc/mtree: NetBSD.dist.tests Log Message: Straggler from last: add the directory for ppath(3) tests. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

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

2011-08-27 Thread David Young
Module Name:src Committed By: dyoung Date: Sun Aug 28 00:51:22 UTC 2011 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Use __strict_weak_alias(). To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/sys/arch/x86/x86/pmap.c Please note that

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

2011-08-27 Thread David Young
Module Name:src Committed By: dyoung Date: Sun Aug 28 04:59:37 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Make the override implementation more concise. Saves about three lines of code per routine, makes it more explicit what's going on,

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

2011-08-27 Thread David Young
Module Name:src Committed By: dyoung Date: Sun Aug 28 05:32:41 UTC 2011 Modified Files: src/sys/arch/x86/pci: pci_addr_fixup.c Log Message: Replace some anonymous constants with PCI_ constants. Print debugging information using aprint_debug(9) not aprint_verbose(9) and

CVS commit: src

2011-08-26 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Aug 26 21:22:10 UTC 2011 Modified Files: src/distrib/sets/lists/base: md.amd64 md.sparc64 mi shl.mi src/distrib/sets/lists/comp: md.amd64 md.sparc64 mi shl.mi src/etc/mtree: NetBSD.dist.base

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

2011-08-25 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Aug 25 15:06:10 UTC 2011 Modified Files: src/sys/arch/x86/include: bus_defs.h Log Message: Add to x86 bus_space_tag_t a member, bst_exists, that tells whether a routine is overridden by this tag or by any ancestral tag. To

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

2011-08-25 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Aug 25 15:08:49 UTC 2011 Modified Files: src/sys/arch/x86/x86: bus_space.c Log Message: Initialize bst_exists in bus_space_tag_create(9). Use it to avoid walking the chain of ancestor tags to see if a bus_space(9) routine

CVS commit: src/sys/rump/net/lib/libshmif

2011-08-25 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Aug 25 15:14:19 UTC 2011 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: Use VMEM_ADDR_MIN and VMEM_ADDR_MAX. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

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

2011-08-25 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Aug 25 15:29:05 UTC 2011 Modified Files: src/distrib/sets/lists/base: mi Log Message: Set-list repair: add 'nls' tag to some files that need it, sort some firmware files, move some graphics-adapter firmware into the syspkg

  1   2   3   4   5   6   7   8   9   >