<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/scripts/bin2c.c, branch v3.2.45</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.2.45</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.2.45'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2003-10-01T17:57:24Z</updated>
<entry>
<title>[PATCH] Add bin2c copyrights</title>
<updated>2003-10-01T17:57:24Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2003-10-01T17:57:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a04d38c50ffbad3fbbdcbf12ac343c641f3eeed3'/>
<id>urn:sha1:a04d38c50ffbad3fbbdcbf12ac343c641f3eeed3</id>
<content type='text'>
From: Oliver Xymoron &lt;oxymoron@waste.org&gt;

I just noticed the ikconfig stuff made it into mainline via -mm. I
also just noticed that it's based in part on a patch I posted almost 5
years ago:

http://groups.google.com/groups?q=oliver+xymoron+config.gz&amp;hl=en&amp;lr=&amp;ie=UTF-8&amp;selm=fa.j8fsl5v.g08fjo%40ifi.uio.no&amp;rnum=2

Sadly, after wandering aimlessly in the desert of unloved patches all
those years, all attribution got lost. This adds a copyright + license
to scripts/bin2c.c, which hasn't aged a day.
</content>
</entry>
<entry>
<title>[PATCH] Move ikconfig to /proc/config.gz</title>
<updated>2003-09-09T17:19:11Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2003-09-09T17:19:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f261ecb2f4e62a0d02925a4e549a2fe5dad503d8'/>
<id>urn:sha1:f261ecb2f4e62a0d02925a4e549a2fe5dad503d8</id>
<content type='text'>
From: "Randy.Dunlap" &lt;randy.dunlap@verizon.net&gt;


The SuSE kernels place their ikconfig info at /proc/config.gz: in a
different place, and compressed.  We thought it was a good idea to do it
that way in 2.6 as well.

- gzip the /proc config file, put it in /proc/config.gz;

- Based on a SuSE patch by Oliver Xymoron &lt;oxymoron@waste.org&gt;, which was
  derived from a patch by Nicholas Leon &lt;nicholas@binary9.net&gt;

- change /proc/ikconfig/built_with to /proc/config_build_info;

- cleanup ikconfig init/exit entry points (static, __init, __exit);

- Makefile help from Sam Ravnborg;

DESC
ikconfig cleanup
EDESC
From: Stephen Hemminger &lt;shemminger@osdl.org&gt;

Simplify and cleanup the code:
	- use single interface to seq_file where possible
	- don't need to do as much of the /proc interface, only read
	- use copy_to_user to avoid char at a time copy
	- remove unneccesary globals
	- use const char[] rather than const char * where possible.

Didn't change the version since interface doesn't change.
</content>
</entry>
</feed>
