CVS commit: [phil-wifi] src/sys/net80211

2019-11-19 Thread Phil Nelson
Module Name:src Committed By: phil Date: Tue Nov 19 19:17:16 UTC 2019 Modified Files: src/sys/net80211 [phil-wifi]: ieee80211_netbsd.c Log Message: Fix an ifdef To generate a diff of this commit: cvs rdiff -u -r1.31.2.8 -r1.31.2.9 src/sys/net80211/ieee80211_netbsd.c

CVS commit: [phil-wifi] src/sys/net80211

2019-11-19 Thread Phil Nelson
Module Name:src Committed By: phil Date: Tue Nov 19 19:17:48 UTC 2019 Modified Files: src/sys/net80211 [phil-wifi]: ieee80211_ratectl.c Log Message: Add a FreeBSD ifdef To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5

CVS commit: [phil-wifi] src/sys/net80211

2019-11-19 Thread Phil Nelson
Module Name:src Committed By: phil Date: Tue Nov 19 19:17:16 UTC 2019 Modified Files: src/sys/net80211 [phil-wifi]: ieee80211_netbsd.c Log Message: Fix an ifdef To generate a diff of this commit: cvs rdiff -u -r1.31.2.8 -r1.31.2.9 src/sys/net80211/ieee80211_netbsd.c

CVS commit: [phil-wifi] src/sys/net80211

2019-11-19 Thread Phil Nelson
Module Name:src Committed By: phil Date: Tue Nov 19 19:17:48 UTC 2019 Modified Files: src/sys/net80211 [phil-wifi]: ieee80211_ratectl.c Log Message: Add a FreeBSD ifdef To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5

CVS commit: [phil-wifi] src/sys/dev/usb

2019-06-26 Thread Phil Nelson
Module Name:src Committed By: phil Date: Wed Jun 26 16:51:29 UTC 2019 Modified Files: src/sys/dev/usb [phil-wifi]: if_urtwn.c Log Message: Remove extra if_register() call. Move temporary call to vap_create() to end of attach to make sure attach works when vap_create()

CVS commit: [phil-wifi] src/sys/dev/usb

2019-06-26 Thread Phil Nelson
Module Name:src Committed By: phil Date: Wed Jun 26 16:51:29 UTC 2019 Modified Files: src/sys/dev/usb [phil-wifi]: if_urtwn.c Log Message: Remove extra if_register() call. Move temporary call to vap_create() to end of attach to make sure attach works when vap_create()

Re: CVS commit: [phil-wifi] src/sys/net80211

2018-06-28 Thread Phil Nelson
anded and following the instructions at freebsd.org for anonymous svn access produced no access after multiple trys. With the git commit id, it should be easy to get diffs for future updates using the git mirror again. If needed, I can get them added when I get access to them. --Phil

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

2017-04-10 Thread Phil Nelson
On Monday 10 April 2017 02:26:50 co...@sdf.org wrote: > -DIGIT [0-9A-F] > +DIGIT [0-9A-Z] > > Looks off, is that intended? $ ./bc ibase 10 obase 10 ibase = Z+1 ibase 36 1679615 obase = Z+1 obase 01 00 35 35 35 35 1Z36AQ16836 01 35 03 06 10 26 01 06 08 03 06 quit The real question

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

2010-04-29 Thread Phil Nelson
mode and with stderr being unbuffered, the fflush is needed to make sure that anything written to standard out appears in the output before the stuff written to stderr. --Phil -- Phil Nelson (phil at cs.wwu.edu) http://www.cs.wwu.edu/nelson NetBSD: http://www.NetBSD.org Coda: http