Re: Greetings... a patch I would like your comments on...

2010-01-22 Thread Randall Stewart
ou want to unlock before this? */ kq_unlock(&kq_obj); /* From another thread, you could do: */ kq_lock(&kq_obj); if (kq_waiters(&kq_obj) > 0) kq_signal(&kq_obj); /* or kq_broadcast() */ kq_unlock(&kq_obj); -- DE -- Randall Stew

Re: Greetings... a patch I would like your comments on...

2010-01-22 Thread Randall Stewart
On Jan 22, 2010, at 9:25 AM, Jilles Tjoelker wrote: On Fri, Jan 22, 2010 at 07:55:47AM -0800, Randall Stewart wrote: On Jan 22, 2010, at 7:33 AM, Ivan Voras wrote: On 01/22/10 16:10, Ed Schouten wrote: * Ivan Voras wrote: This is a good and useful addition! I think Windows has

Re: Greetings... a patch I would like your comments on...

2010-01-22 Thread Randall Stewart
On Jan 22, 2010, at 8:04 AM, Ivan Voras wrote: On 01/22/10 16:55, Randall Stewart wrote: If I read the comment at filt_umtxattach() correctly, in the best case you would need an extension to the kevent structure to add more fields like data & udata (for passing values back and f

Re: Greetings... a patch I would like your comments on...

2010-01-22 Thread Randall Stewart
quot;freebsd-hackers-unsubscr...@freebsd.org " -- Randall Stewart 803-317-4952 (cell) 803-345-0391(direct) ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Greetings... a patch I would like your comments on...

2010-01-22 Thread Randall Stewart
Ivan: Ok, over we go ;-) I do want to add this into Head here eventually so if you happen to have an interest in umtx or kqueue you may want to take a close look at this patch ;-) R On Jan 22, 2010, at 5:27 AM, Ivan Voras wrote: 2010/1/22 Randall Stewart : All: I have put together a patch

Re: Greetings... a patch I would like your comments on...

2010-01-22 Thread Randall Stewart
Lets try that again with the right email subscribed to hackers ;-) R On Jan 22, 2010, at 6:43 AM, Randall Stewart wrote: Ivan: Ok, over we go ;-) I do want to add this into Head here eventually so if you happen to have an interest in umtx or kqueue you may want to take a close look at this

Re: cvs commit: src/sys/netinet sctp_asconf.c sctp_input.c sctp_output.c sctp_pcb.c sctp_timer.c sctp_usrreq.c sctputil.c

2007-08-15 Thread Randall Stewart
builds and begin patch prep.. but if not.. I will wait .. let me know if you want me to do so.. :-D R -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 803-317-4952 (cell) ___ freebsd-hackers@freebsd.org mailing list http://lists.fre

Re: memset bugs.

2007-08-14 Thread Randall Stewart
t, 0); +memset (regs, 0, rs->sizeof_g_packet); for (i = 0; i < NUM_REGS + NUM_PSEUDO_REGS; i++) { struct packet_reg *r = &rs->regs[i]; These should go upstream to the gdb maintainers ([EMAIL PROTECTED]). DES -- Randall Stewart NSSTG - Cisco S