Date for a working -current?

2001-05-23 Thread Joseph Koshy
I'm in the processing of bring a 5-current system of Oct 2000 vintage more upto-date. The kernel built around May 23rd 2001, has been quite unstable, with numerous warning on lock order reversals, and alas, frequent panics, mostly on account of processes sleeping while holding mutexes. Its be

Tail-call reference (was: CPUTYPE warning)

2001-08-06 Thread Joseph Koshy
>>> "tl" == "Terry Lambert" wrote: tl> FWIW: tail-call optimization is when I have a function tl> that, as it's last thing (perhaps after reordering by tl> the compiler, as well) calls another function, such tl> that the return value of the other function is its tl> return value. See also: D

[review request] New config.5 manual page

2003-07-04 Thread Joseph Koshy
to be added to section 5 (file formats) of the FreeBSD manual. Could you please review and send in your comments? Joseph Koshy <[EMAIL PROTECTED]> Developer, The FreeBSD Project http://people.freebsd.org/~jkoshy/ .\" Copyright (c) 2003 J

Re: [review request] New config.5 manual page

2003-07-05 Thread Joseph Koshy
t;minimum of %d maxusers assumed\n", U_MIN); + maxusers = U_MIN; + } /* Fake MAXUSERS as an option. */ op = (struct opt *)malloc(sizeof(*op)); -- Joseph Koshy <[EMAIL PROTECTED]> Developer, The FreeBSD Project http