imgact_gzip.c

2003-06-06 Thread David Yeske
imgact_gzip.c seems to be pretty stale. Has anyone considered fixing this? If this were fixed then kldload() / linker_load_module() could deal with a gzipped .ko file, and gzipped elf executables would work also? Regards, David Yeske __ Do you Yahoo!? Yahoo

Re: imgact_gzip.c

2003-06-07 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, David Yeske wr ites: >imgact_gzip.c seems to be pretty stale. Has anyone considered fixing this? If this >were fixed >then kldload() / linker_load_module() could deal with a gzipped .ko file, and gzipped >elf >executables would work also?

Re: cvs commit: src/sys/kern imgact_gzip.c

1999-06-22 Thread Kris Kennaway
t: src/sys/kern imgact_gzip.c > > On Tue, 22 Jun 1999, Kris Kennaway wrote: > > > On Tue, 22 Jun 1999, Peter Wemm wrote: > > > > > Ahh yes, I forgot that / was read-write for MFS boots. However: > > > > > > #!/bin/sh > > > skip=18 > > >

Re: cvs commit: src/sys/kern imgact_gzip.c

1999-06-22 Thread Brian F. Feldman
, cvs-committ...@freebsd.org, cvs-...@freebsd.org > > Subject: Re: cvs commit: src/sys/kern imgact_gzip.c > > > > On Tue, 22 Jun 1999, Kris Kennaway wrote: > > > > > On Tue, 22 Jun 1999, Peter Wemm wrote: > > > > > > > Ahh yes, I forgot that / was re

Re: cvs commit: src/sys/kern imgact_gzip.c

1999-06-22 Thread Kris Kennaway
On Tue, 22 Jun 1999, Brian F. Feldman wrote: > > Hmm..I don't have a deflate on my system. This should be linked static as > > well, otherwise you need the runtime linker + libraries, and that has a 69k > > overhead (when stripped). Possibly this could be optimized further..I don't > > know if thi

Re: cvs commit: src/sys/kern imgact_gzip.c

1999-06-22 Thread Brian F. Feldman
On Wed, 23 Jun 1999, Kris Kennaway wrote: > On Tue, 22 Jun 1999, Brian F. Feldman wrote: > > > > Hmm..I don't have a deflate on my system. This should be linked static as > > > well, otherwise you need the runtime linker + libraries, and that has a > > > 69k > > > overhead (when stripped). Possi

Re: cvs commit: src/sys/kern imgact_gzip.c

1999-06-22 Thread Anonymous
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: cvs commit: src/sys/kern imgact_gzip.c > > On Tue, 22 Jun 1999, Kris Kennaway wrote: > > > On Tue, 22 Jun 1999, Peter Wemm wrote: > > > > > Ahh yes, I forgot that / was read-write for MFS bo

Re: cvs commit: src/sys/kern imgact_gzip.c

1999-06-22 Thread Anonymous
[EMAIL PROTECTED]>, Jean-Marc Zucconi <[EMAIL PROTECTED]>, > [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] > > Subject: Re: cvs commit: src/sys/kern imgact_gzip.c > > > > On Tue, 22 Jun 1999, Kris Kennaway wrote: > > > > > On Tue, 22

Re: cvs commit: src/sys/kern imgact_gzip.c

1999-06-22 Thread Anonymous
On Tue, 22 Jun 1999, Brian F. Feldman wrote: > > Hmm..I don't have a deflate on my system. This should be linked static as > > well, otherwise you need the runtime linker + libraries, and that has a 69k > > overhead (when stripped). Possibly this could be optimized further..I don't > > know if th

Re: cvs commit: src/sys/kern imgact_gzip.c

1999-06-22 Thread Anonymous
On Wed, 23 Jun 1999, Kris Kennaway wrote: > On Tue, 22 Jun 1999, Brian F. Feldman wrote: > > > > Hmm..I don't have a deflate on my system. This should be linked static as > > > well, otherwise you need the runtime linker + libraries, and that has a 69k > > > overhead (when stripped). Possibly th