CVS commit: src/sys/dev

2024-05-08 Thread David Young
Module Name:src Committed By: dyoung Date: Thu May 9 01:33:13 UTC 2024 Modified Files: src/sys/dev/acpi: sdhc_acpi.c src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: If the ACPI flag "non-removable" is present and true for an SD/MMC slot, then set a new flag on

CVS commit: src/sys/dev

2024-05-08 Thread David Young
Module Name:src Committed By: dyoung Date: Thu May 9 01:33:13 UTC 2024 Modified Files: src/sys/dev/acpi: sdhc_acpi.c src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: If the ACPI flag "non-removable" is present and true for an SD/MMC slot, then set a new flag on

CVS commit: src

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:21:49 UTC 2024 Modified Files: src/distrib/sets/lists/dtb: ad.earmv7 ad.earmv7hf ad.earmv7hfeb src/sys/external/gpl2/dts/dist/arch/arm/boot/dts: Makefile Added Files: src/sys/arch/arm/dts:

CVS commit: src

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:21:49 UTC 2024 Modified Files: src/distrib/sets/lists/dtb: ad.earmv7 ad.earmv7hf ad.earmv7hfeb src/sys/external/gpl2/dts/dist/arch/arm/boot/dts: Makefile Added Files: src/sys/arch/arm/dts:

CVS commit: src/sys/arch/arm/xilinx

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:04:55 UTC 2024 Modified Files: src/sys/arch/arm/xilinx: zynq_uart.c Log Message: Initialize `struct consdev` members cn_dev and cn_pri like other UART drivers do. If cn_dev is 0 instead of NODEV, then the kernel

CVS commit: src/sys/arch/arm/xilinx

2024-05-03 Thread David Young
Module Name:src Committed By: dyoung Date: Sat May 4 02:04:55 UTC 2024 Modified Files: src/sys/arch/arm/xilinx: zynq_uart.c Log Message: Initialize `struct consdev` members cn_dev and cn_pri like other UART drivers do. If cn_dev is 0 instead of NODEV, then the kernel

CVS commit: src/sys/arch/evbarm

2024-04-29 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Apr 30 02:05:00 UTC 2024 Modified Files: src/sys/arch/evbarm: Makefile Log Message: When creating the tags file, include the sources in sys/arch/arm/xilinx/. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/evbarm

2024-04-29 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Apr 30 02:05:00 UTC 2024 Modified Files: src/sys/arch/evbarm: Makefile Log Message: When creating the tags file, include the sources in sys/arch/arm/xilinx/. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

Re: CVS commit: src/sys

2021-02-15 Thread David Young
On Sun, Feb 14, 2021 at 07:46:38PM +, Roy Marples wrote: > On 13/02/2021 21:34, David Young wrote: > > On Tue, Feb 09, 2021 at 07:02:32AM +, Roy Marples wrote: > > > Hi David > > > > > > On 03/02/2021 21:45, David Young wrote: > > > >

Re: CVS commit: src/sys

2021-02-13 Thread David Young
On Tue, Feb 09, 2021 at 07:02:32AM +, Roy Marples wrote: > Hi David > > On 03/02/2021 21:45, David Young wrote: > > > > This change looks a little hasty to me. > > > > It looks to me like some of these structs were __packed so that > > they could be r

Re: CVS commit: src/sys

2021-02-03 Thread David Young
he actual alignment ever differs from compiler's expectation, then there could be a bus error or an unwanted byte rotation/shift. It looks to me like there's a bit of cleanup to do elsewhere before removing __packed from network structures. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

2020-04-09 Thread David Young
On Thu, Apr 09, 2020 at 03:25:32PM +0900, SAITOH Masanobu wrote: > On 2020/04/09 11:08, David Young wrote: > > On Wed, Apr 08, 2020 at 11:01:52PM +, Jaromir Dolecek wrote: > > > on I219 I observe about 35% transmit performance drop when tso4 enabled > >

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

2020-04-08 Thread David Young
ble WM_DEBUG or something to see all of the relevant stats. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/kern

2019-11-07 Thread David Young
roughs Large Systems) or may run them in the future (CHERI), &(NULL)->element cannot sensibly be computed. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

CVS commit: src/share/man/man9

2019-11-05 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Nov 5 22:19:43 UTC 2019 Modified Files: src/share/man/man9: vmem.9 Log Message: Fix typo: vmem_add(9) does not actually take an `addrp` argument. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/share/man/man9

2019-11-05 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Nov 5 22:19:43 UTC 2019 Modified Files: src/share/man/man9: vmem.9 Log Message: Fix typo: vmem_add(9) does not actually take an `addrp` argument. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/usr.bin/unexpand

2019-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 13 17:32:29 UTC 2019 Modified Files: src/usr.bin/unexpand: unexpand.c Log Message: Deduplicate some code I'd duplicated, shorten a couple of staircases, repair the indentation in usage(). NFCI. To generate a diff of

CVS commit: src/usr.bin/unexpand

2019-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 13 17:32:29 UTC 2019 Modified Files: src/usr.bin/unexpand: unexpand.c Log Message: Deduplicate some code I'd duplicated, shorten a couple of staircases, repair the indentation in usage(). NFCI. To generate a diff of

CVS commit: src/usr.bin/unexpand

2019-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 13 17:26:28 UTC 2019 Modified Files: src/usr.bin/unexpand: unexpand.c Log Message: Fix `unexpand -a -t n`, which also did not treat `-t n` like it established stops n, 2 n, 3 n, To generate a diff of this commit:

CVS commit: src/usr.bin/unexpand

2019-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 13 17:26:28 UTC 2019 Modified Files: src/usr.bin/unexpand: unexpand.c Log Message: Fix `unexpand -a -t n`, which also did not treat `-t n` like it established stops n, 2 n, 3 n, To generate a diff of this commit:

CVS commit: src/usr.bin/unexpand

2019-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 13 16:53:05 UTC 2019 Modified Files: src/usr.bin/unexpand: unexpand.c Log Message: Fix a handful of bugs in unexpand(1): 1. -a and -t were mutually exclusive when they should not be. 2. `unexpand -t n` did not treat a

CVS commit: src/usr.bin/unexpand

2019-09-13 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 13 16:53:05 UTC 2019 Modified Files: src/usr.bin/unexpand: unexpand.c Log Message: Fix a handful of bugs in unexpand(1): 1. -a and -t were mutually exclusive when they should not be. 2. `unexpand -t n` did not treat a

Re: CVS commit: src/sys/dev

2018-03-01 Thread David Young
ci.h" > #include "opt_pcifixup.h" > > #include > @@ -487,10 +488,12 @@ >*/ > acpi_build_tree(sc); > > +#ifdef NPCI > /* >* Probe MCFG table >*/ > acpimcfg_probe(sc); > +#endif > You could also use a weak stub here and avoid the #ifdef/#endif. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/net80211

2018-01-16 Thread David Young
r code? I have said it before, that I do think the "concept architecture" of 802.11 VAP is rather broken, but let's be honest: nobody, especially not I, have had the time in 10+ years to independently implement anything comparable. *shrug* Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

Re: CVS commit: src/sys/net80211

2016-04-06 Thread David Young
cipated. Drivers like rtw(4) assume 0 <= RSSI <= UINT8_MAX. If you put those RSSI into an int8_t, then for high signal strengths the number may change sign instead of increase in magnitude. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

CVS commit: othersrc/external/bsd/arfe

2016-01-25 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Tue Jan 26 02:22:57 UTC 2016 Modified Files: othersrc/external/bsd/arfe: Makefile README othersrc/external/bsd/arfe/dt: Makefile README core.c core.h dec.c dec.h dt.c hex.c hex.h ipv4.c ipv4.h macaddr.c

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

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

2015-12-05 Thread David Young
__dead as defined by sys/cdefs.h? I could not remember that we called it __dead on NetBSD. Maybe Thomas did not remember, either. I will change it to __dead in my next round of commits. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

2015-12-02 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Thu Dec 3 03:29:02 UTC 2015 Modified Files: othersrc/external/bsd/arfe: README othersrc/external/bsd/arfe/dt: README core.c core.h dec.c dec.h dt.c hex.c hex.h ipv4.c ipv4.h macaddr.c macaddr.h

CVS commit: othersrc/external/bsd/arfe

2015-12-02 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Wed Dec 2 23:39:51 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: Makefile README core.c core.h dec.c dec.h dt.c hex.c hex.h ipv4.c ipv4.h macaddr.c macaddr.h portability.h testit

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

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

2015-12-02 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Wed Dec 2 23:42:45 UTC 2015 Added Files: othersrc/external/bsd/arfe/dt: sym.c sym.h Removed Files: othersrc/external/bsd/arfe/dt/rr: quack123quack-quack456quack quack456quack-quack123quack

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-10-08 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Thu Oct 8 22:00:56 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: Makefile core.c core.h macaddr.c portability.h othersrc/external/bsd/arfe/dt/rr: daily-output-2-daily-output-5

CVS commit: othersrc/external/bsd/arfe

2015-09-23 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Wed Sep 23 19:32:34 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: README core.c core.h dt.c hex.c hex.h ipv4.c ipv4.h othersrc/external/bsd/arfe/it: README othersrc/external/bsd/arfe/tt:

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

2015-09-21 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Tue Sep 22 01:12:09 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: Makefile README dt.c hex.c hex.h ipv4.c ipv4.h macaddr.c othersrc/external/bsd/arfe/it: Makefile README

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

2015-09-13 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Mon Sep 14 02:58:17 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: README dt.c dt.h hex.c hex.h ipv4.c ipv4.h macaddr.c othersrc/external/bsd/arfe/it: README othersrc/external/bsd/arfe/tt:

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/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
Module Name:othersrc Committed By: dyoung Date: Fri Sep 11 01:50:43 UTC 2015 Modified Files: othersrc/external/bsd/arfe: Makefile othersrc/external/bsd/arfe/dt: Makefile README dt.c dt.h hex.c hex.h ipv4.c ipv4.h testit

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-10 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Fri Sep 11 02:12:57 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: README dt.c dt.h hex.c hex.h ipv4.c ipv4.h othersrc/external/bsd/arfe/it: README othersrc/external/bsd/arfe/tt: README

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

2015-09-02 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Wed Sep 2 22:43:17 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: Makefile README dt.c othersrc/external/bsd/arfe/dt/rr: if-re0-if-wm0 if-wm0-if-re0 ifconfig.0-ifconfig.1

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-09-02 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Wed Sep 2 22:45:47 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: README dt.c Log Message: Commit latest $ARFE$. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 othersrc/external/bsd/arfe/dt/README

CVS commit: othersrc/external/bsd/arfe

2015-08-30 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Mon Aug 31 01:58:23 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: README dt.c othersrc/external/bsd/arfe/it: README Log Message: In the READMEs, describe the hexadecimal data detection and functions.

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

2015-08-28 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Fri Aug 28 21:39:00 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: dt.c Log Message: Identify hexadecimal numbers that do NOT begin with 0x. When one hexadecimal number in all capitals matches another all-caps hex

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

2015-08-28 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Fri Aug 28 21:38:33 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: .cvsignore Log Message: Ignore VIM temporary files, .*.swp. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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-28 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Fri Aug 28 21:44:43 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: dt.c othersrc/external/bsd/arfe/dt/rr: if-re0-if-wm0 if-wm0-if-re0 ifconfig.0-ifconfig.1 ifconfig.0-logger-ifconfig.0

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

2015-08-25 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Tue Aug 25 22:19:10 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: dt.c Added Files: othersrc/external/bsd/arfe/dt/rr: if-re0-if-wm0 if-wm0-if-re0 othersrc/external/bsd/arfe/dt/t: if-re0 if-wm0 Log

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

2015-08-21 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Sat Aug 22 05:08:48 UTC 2015 Modified Files: othersrc/external/bsd/arfe: README othersrc/external/bsd/arfe/dt: Makefile README dt.c testit othersrc/external/bsd/arfe/dt/rr: ifconfig.0-ifconfig.1

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

2015-08-11 Thread David Young
Module Name:othersrc Committed By: dyoung Date: Tue Aug 11 21:04:59 UTC 2015 Modified Files: othersrc/external/bsd/arfe/dt: dt.c Log Message: Add 2-clause BSD license and copyright notice. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

Re: CVS commit: src/sys/arch/mips/adm5120/dev

2013-09-22 Thread David Young
? That's a good question. I think that it did. I know who to ask. I can provide remote access to an RB153, too. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

2013-08-07 Thread David Young
/usr.sbin/makefs/udf: Makefile.inc Log Message: Implement `makefs -t udf'. Great! Thanks. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

2013-07-20 Thread David Young
to munge it. Which hostname should dhcpcd set? Please, take this to tech-net. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src/sys/net80211

2013-03-30 Thread David Young
net80211 derives from FreeBSD's. IIUC, OpenBSD's and FreeBSD's are (or were?) quite divergent. Excessive whitespace probably comes from FreeBSD, too. :-) Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

2013-01-29 Thread David Young
-ic_stats.is_rx_tooshort++; goto out; } Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

Re: CVS commit: src/sys/arch

2012-12-09 Thread David Young
: #ifdef - #endif-ed. NMCA, NISA, NNPX, NIOAPIC, LAPIC, MPBIOS and MULTIPROCESSOR. Please, add no new #ifdefs. Let config(1) and the linker configure the kernel. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

Re: CVS commit: xsrc/external/mit/libpciaccess/dist/src

2012-11-02 Thread David Young
* var = value;. Foundusing clang -Wduplicate-decl-specifier. Maybe 'const sometype * const var' was intended, i.e., a single assignment semantic? I've probably mistyped that myself several times. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

Re: CVS commit: src

2012-03-26 Thread David Young
that the driver either will become a burden to other developers or will break. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

Re: CVS commit: src

2012-03-25 Thread David Young
/sys/modules/if_urtwn: Makefile if_urtwn.ioconf Log Message: Added urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n wireless network devices. Please add yourself to doc/RESPONSIBLE as maintainer of this driver. Dave -- David Young dyo...@pobox.comUrbana, IL(217

Re: CVS commit: src/lib/libc/arch/arm/gen

2012-03-21 Thread David Young
Log Message: shut up lint(1) So the question is still -- how much do we want to uglify our code? Joerg, please make a positive suggestion instead of sniping at developers in this way. Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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

Re: CVS commit: src/sys/net

2012-02-18 Thread David Young
are the ultimate consequences of setting both rt-_rt_key and rt-rt_nodes-rn_key to NULL? :-/ Dave -- David Young dyo...@pobox.comUrbana, IL(217) 721-9981

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,

  1   2   3   4   5   6   7   8   9   10   >