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
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
>>> "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
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