SIG_IGN

2004-05-05 Thread Cole
Hey Im writing a threaded program to handle connections coming from squid. And the program is working fine, except that i cant seem to set signal(SIGPIPE, SIG_IGN) It doesnt give any errors when performing that command, and then when i check to see what SIGPIPE is set to, it apparently isnt

Re: Is this LOST??

2004-05-05 Thread Matt Emmerton
On Sunday 02 May 2004 01:26 am, Deng XueFeng wrote: I found the htonl implemention in libc for i386 is not sync with the kern. sys use bswap for swaping the int. but libc still use xchg. IS THIS LOST? It's because libc still supports 80386 which doesn't have bswap (introduced

Is it possible to lose a xfer request queued using usbd_transfer()?

2004-05-05 Thread Rita Lin
Hello, I stumbled on a problem that I need some suggestion to continue tracking where the problem is. I started a tip session to the usb port, after typing two characters, any more input returned TS_BUSY. I noticed that this problem also exists when I do a 'cat junk /dev/ucom0'. After two

Re: Is it possible to lose a xfer request queued using usbd_transfer()?

2004-05-05 Thread Rita Lin
TYPO --dig-- should be *dug*. - Original Message - From: Rita Lin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 5:39 PM Subject: Is it possible to lose a xfer request queued using usbd_transfer()? Hello, I stumbled on a problem that I need some suggestion to

Re: Editing /usr/include/*.h?

2004-05-05 Thread Matthew D. Fuller
On Mon, May 03, 2004 at 05:13:04PM -0700 I heard the voice of Julian Elischer, and lo! it spake thus: On Mon, 3 May 2004, Kevin A. Pieckiel wrote: I want to modify sys/param.h to increase the value of MAXLOGNAME. I know I've done exactly this.. edit /usr/src/sys/param.h There's

Re: Editing /usr/include/*.h?

2004-05-05 Thread leafy
On Wed, May 05, 2004 at 10:44:46PM -0500, Matthew D. Fuller wrote: There's another #define in another header you have to edit. I'll think of it in a minute... Ah; UT_NAMESIZE in include/utmp.h. Used to do that all the time on 2.x.x to get 16 char usernames 8-) -- Matthew Fuller