openbsd-tech mailing list

FromSubjectsort iconDate
Matthew Dempsky
Re: traceroute support for RFC 5837
buf[0] is the length of the entire sub-object not just the interface name, so I think we should a) check that it's in the range [1,64] and b) replace strndup(buf + 1, buf[0]) with strndup(buf + 1, buf[0] - 1). There's also a memory leak that name might not be free(3)'d before return if the MTU field is truncated.
Sep 3, 6:45 pm 2010
Mark Kettenis
Make ral(4) detach better
Turns out only one of the three ral(4) backend drivers had the proper checks to handle cards that have disappeared in the interrupt handler. This diff adds the necessary code to the other two. This makes my CardBus ral(4) detach properly even if the interface is up: ral0 at cardbus0 dev 0 function 0 "Ralink RT2561S" rev 0x00: irq 11, address 00:0e:2e:a8:46:c5 ral0: MAC/BBP RT2561C, RF RT2527 ral0 detached ok? P.S. I'm not a big fan of __predict_false(), but it is consistent with the ...
Sep 4, 1:22 pm 2010
Sviatoslav Chagaev
fix wsmoused(8) too-high-speed issue
Tested on amd64-current, with a standard Logitech USB mouse and an A4Tech serial mouse (detects as "microsoft type"), seems to work nicely. Index: wsmoused.8 =================================================================== RCS file: /cvs/src/usr.sbin/wsmoused/wsmoused.8,v retrieving revision 1.18 diff -u -r1.18 wsmoused.8 --- wsmoused.8 5 Jun 2009 06:50:52 -0000 1.18 +++ wsmoused.8 4 Sep 2010 19:22:17 -0000 @@ -40,6 +40,8 @@ .Fl M .Ar N Ns = Ns Ar M .Oc +.Op Fl a Ar accel +.Op Fl r ...
Sep 4, 12:25 pm 2010
Mark Kettenis
iee80211 used after free issue
I'm seeing on messages like: Data modified on freelist: word 5 of object 0xe02ac000 size 0xffc previous type devbuf (0xdeadbeed != 0xdeadbeef on my access point with athn(4). I tracked this down to a reference count issue in ieee80211_ioctl(); word 5 is exactly where ni_refcnt happens to be in struct ieee80211_node, and 0xdeadbeed is exactl what you get if you decrease it after you've freed. verified this by adding some debug code to ieee80211_release_node(). Calling ...
Sep 4, 12:23 pm 2010
Israel conference
special convention
ICCHP b Israeli Chamber of Complementary Health Professions Invites you to: "The Jerusalem International Conference on Integrative Medicine" Jerusalem, October 2010 Dear colleagues, We, the professional associations of complementary health professions in Israel,B invite you to this special meeting, aimed to enrich each other with the cumulative knowledge from all of our clinics, researches, and philosophical diversity. The conference hosts workshops and lecturers of leading ...
Sep 4, 3:29 am 2010
Kenneth R Westerback
Re: fortune(6): chess help required
http://www.xs4all.nl/~timkr/records/records.htm, 'Shortest Game' link. Some salient points: 1) There is (now) a shorter decisive game in a serious tournament. Djordjevic - Kovacevic, Bela Crkva, 1984. And Vassallo - Gamundi, tt Spain, Salamanca 1998. 1.d4 Nf6 2. Bg5 c6 3. e3 Qa5+ 4. Resigns. 2. Gibaud - Lazard was not a master games, White was possibly not Gibaud, it wasn't played in 1924. And the actual moves reported in Lazard's autobiography were 1. d4 d5 2. b3 Nf6 3. Nd2 e5 4. ...
Sep 4, 3:55 am 2010
Han Boetes Sep 4, 10:59 am 2010
Kenneth R Westerback
Re: fortune(6): chess help required
I committed it w/o the link. .... Ken
Sep 4, 11:38 am 2010
Jason McIntyre
fortune(6): chess help required
from a recent commit from jmg@freebsd. any chess heads want to yay or nay it? i'll add the whole fortune after the diff for convenience. jmc Index: fortunes2 =================================================================== RCS file: /cvs/src/games/fortune/datfiles/fortunes2,v retrieving revision 1.32 diff -u -r1.32 fortunes2 --- fortunes2 26 Jul 2010 14:53:59 -0000 1.32 +++ fortunes2 4 Sep 2010 07:08:08 -0000 @@ -35685,7 +35685,7 @@ 1: P-Q4, Kt-KB3 2: Kt-Q2, P-K4 3: PxP, ...
Sep 4, 12:10 am 2010
Jason McIntyre
Re: fortune(6): chess help required
do you want to update the entry for the shortest game then? in whichever notation fancies your tickle... jmc
Sep 4, 4:25 am 2010
Han Boetes
Re: fortune(6): chess help required
Yes, I have something to say about it: A Dutch master Tim Krabe has published quite a bit about the shortest game: http://www.xs4all.nl/~timkr/records/recordstxt.htm#Shortest%20game So now the question is: do you still want to publish this "shortest game"? And if you do I would publish it with modern chess notation rather than the old fashioned chess notation which is no longer in use in britain, the only country that did use it. # Han
Sep 4, 1:50 am 2010
Jason McIntyre
Re: fortune(6): chess help required
sorry, forgot to attach the commit log: Author: jmg Date: Fri Sep 3 03:20:34 2010 New Revision: 212168 URL: http://svn.freebsd.org/changeset/base/212168 Log: fix the move so that it matches what the rest of the internet says about this game... This move also makes more sense...
Sep 4, 12:11 am 2010
olli hauer
Re: fortune(6): chess help required
The link is even wrong in the diff s|html|htm| or s|records.html||
Sep 4, 9:44 am 2010
Kenneth R Westerback
Re: fortune(6): chess help required
Can do later today if no one else beats me to it. .... Ken
Sep 4, 5:05 am 2010
Kenneth R Westerback
Re: fortune(6): chess help required
Suggested diff below. .... Ken Index: fortunes2 =================================================================== RCS file: /cvs/src/games/fortune/datfiles/fortunes2,v retrieving revision 1.32 diff -u -p -r1.32 fortunes2 --- fortunes2 26 Jul 2010 14:53:59 -0000 1.32 +++ fortunes2 4 Sep 2010 15:58:42 -0000 @@ -35675,20 +35675,19 @@ The faster I go, the behinder I get. -- Lewis Carroll % The Fastest Defeat In Chess - The big name for us in the world of chess is Gibaud, a French ...
Sep 4, 9:15 am 2010
Jason McIntyre
Re: fortune(6): chess help required
i would say maybe not to stick the url in. otherwise fine by me. jmc
Sep 4, 9:24 am 2010
x3ju13o8 Sep 3, 11:02 pm 2010
sweetieingirl
You're Invited!
You're Invited to join my friends network, check my profile here: http://aderynory.zoomshare.com/files/chicks.htm
Sep 3, 9:07 pm 2010
previous daytodaynext day
September 3, 2010September 4, 2010September 5, 2010