Re: SIGURG (fwd)

2004-07-10 Thread Jens Schweikhardt
it will get processed faster is a foolish thing to do, as urgent processing involves considerable overhead. The whole concept is explained in W.R.Stevens, Unix Programming, Vol 1, Networking APIs, Sockets and XTI, 2nd ed, Chapter 21. Regards, Jens -- Jens Schweikhardt http

Re: indent bugfix / added features

2004-06-11 Thread Jens Schweikhardt
for various sets of indent options :-) Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped) ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe

Re: indent bugfix / added features

2004-06-11 Thread Jens Schweikhardt
On Fri, Jun 11, 2004 at 07:26:15AM -0700, Luigi Rizzo wrote: # On Fri, Jun 11, 2004 at 04:07:40PM +0200, Jens Schweikhardt wrote: # On Thu, Jun 10, 2004 at 09:53:07PM -0500, Chip Norkus wrote: # ... # # normalize the code a bit. In doing so I discovered a few deficencies in # # the stock

lseek to EOF always 0 for devices

2004-05-01 Thread Jens Schweikhardt
; } Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped) ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL

make(1) guru question

2004-04-06 Thread Jens Schweikhardt
contents by use of substitution magic? I'm thinking of something along repeatedly cramming N items in some variable and then calling echo less often. The original problem can be found in http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/52765 Regards, Jens -- Jens Schweikhardt http

Re: freeBSD bootup sequence.

2004-01-29 Thread Jens Schweikhardt
://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/index.html Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped) ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Whitespace at end of line

2001-07-15 Thread Jens Schweikhardt
} in C source outside of comments (where the whitespace can safely be removed because the backslash has no continuation semantics.) Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped) To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Whitespace at end of line

2001-07-15 Thread Jens Schweikhardt
David et al, On Sun, Jul 15, 2001 at 11:19:57AM -0700, David O'Brien wrote: # On Sun, Jul 15, 2001 at 03:59:41PM +0200, Jens Schweikhardt wrote: # Dima and /me recently started weeding out white space at end of line for # the man pages. I want to widen the weeding to include as much files