Re: Reducing syslogd output bloat (was: cvs commit: src/sys/conf Makefile.i386)

2001-11-25 Thread Gary Jennejohn
On Sunday 25 November 2001 01:49, Dima Dorfman wrote: > Peter Wemm <[EMAIL PROTECTED]> wrote: > > Bruce Evans wrote: > > > - syslogd: the name of the kernel file is used as a > > > prefix. If I kept kernels in the standard place, then I > > > would have complained about the bloatage of syslogd ou

Re: Reducing syslogd output bloat (was: cvs commit: src/sys/conf Makefile.i386)

2001-11-25 Thread Peter Pentchev
On Sun, Nov 25, 2001 at 12:49:16AM +, Dima Dorfman wrote: > The attached patch implements something like this: > > Make the default kernel prefix "kernel:" instead of the boot file, > with the old behavior available via the -o option (it might still be > useful if one has ma

size

2001-11-25 Thread we'uns
Greetings. I got this email address out of the FreeBSD Newsletter, issue#1. I'm not sure if you're the right guys to address such a query to so if this seems out of place I apologize, but perhaps you can direct it to the right folks.   I've got an old P1 135 (I think, may be 125, can't rememb

[no subject]

2001-11-25 Thread we'uns
Wow, that was fast! Thanks for the rapid response. I'll direct future questions to the appropriate address. Thanks again.    

Re: jail.c.patch (allowing to use hostnames when invoking jail(8))

2001-11-25 Thread Chris Costello
On Saturday, November 24, 2001, Igor M Podlesny wrote: > i = inet_aton(argv[3], &in); > - if (!i) > - errx(1, "Couldn't make sense of ip-number\n"); > + if (!i) { > + /* check if it is resolveable */ > + struct hostent *hp; > +

Re: jail patch

2001-11-25 Thread .
Gregory Neil Shapiro writes: > evms> I wrote this a while ago, but, if anyone is interested, please > evms> take a look: this module implements a system call that takes > evms> a u_int_32t. This system call, named killjail, kills all processes > evms> which belong to the jail which uses that parti

stuff - check it :-)

2001-11-25 Thread davidx
peace

Interesting website i found :-)

2001-11-25 Thread davidx
peace

Re: size

2001-11-25 Thread Leo Bicknell
On Sun, Nov 25, 2001 at 11:07:58AM -0500, we'uns wrote: > Greetings. I got this email address out of the FreeBSD Newsletter, > issue#1. I'm not sure if you're the right guys to address such a > query to so if this seems out of place I apologize, but perhaps > you can direct it to the right folks.

subscribe

2001-11-25 Thread Kaming
subscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Infrared emitters under FreeBSD

2001-11-25 Thread Charles Henrich
Has anyone out there played with controlling an infrared emitter from a FreeBSD box? Ideally I'd love to be able to control my satellite receiver from a remote location, streaming the video out at the same time :) So far I've only found a TekRam IRMate, but its only available in germany :(. An

Re: jail patch

2001-11-25 Thread Robert Watson
On Sun, 25 Nov 2001, Gregory Neil Shapiro wrote: > evms> I wrote this a while ago, but, if anyone is interested, please > evms> take a look: this module implements a system call that takes > evms> a u_int_32t. This system call, named killjail, kills all processes > evms> which belong to the jail

jail patch

2001-11-25 Thread Evan Sarmiento
Hello, I wrote this a while ago, but, if anyone is interested, please take a look: this module implements a system call that takes a u_int_32t. This system call, named killjail, kills all processes which belong to the jail which uses that particular IP address. I included it in a tar with a make

Re: jail patch

2001-11-25 Thread Gregory Neil Shapiro
evms> I wrote this a while ago, but, if anyone is interested, please evms> take a look: this module implements a system call that takes evms> a u_int_32t. This system call, named killjail, kills all processes evms> which belong to the jail which uses that particular IP address. evms> I included i