<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/mdk-stage1, branch 18.69</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>2.62</title>
<updated>2023-07-11T14:51:29+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2023-07-11T14:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f178aed5ddd24aa8b052c31487e170759bd74dcd'/>
<id>f178aed5ddd24aa8b052c31487e170759bd74dcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync list_modules with kernel 6.4</title>
<updated>2023-07-08T12:38:51+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2023-07-08T12:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=719dcfaaaea73abaec35fd7e90c810f8a4d8e2d7'/>
<id>719dcfaaaea73abaec35fd7e90c810f8a4d8e2d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2.61</title>
<updated>2023-05-05T20:14:20+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2023-05-05T20:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=36deb4a5ec9df74ece8cedc944f6ce105213c692'/>
<id>36deb4a5ec9df74ece8cedc944f6ce105213c692</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS</title>
<updated>2023-05-05T20:11:21+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2023-05-05T20:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=defecbf1866e9f358a4bcdf8cc95f4171e00d7e9'/>
<id>defecbf1866e9f358a4bcdf8cc95f4171e00d7e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase MEM_LIMIT_*</title>
<updated>2023-05-05T20:11:21+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2023-05-05T20:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=17094e624da9b8e7d27dee1b3b68db40619bdb25'/>
<id>17094e624da9b8e7d27dee1b3b68db40619bdb25</id>
<content type='text'>
Those are not really relevant now, as no one would not install on a
machine with less than 512MB or 1G ram but stage2 currently takes 120MB
while we allow downloading it over HTTP if the machine has at least
68MB.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those are not really relevant now, as no one would not install on a
machine with less than 512MB or 1G ram but stage2 currently takes 120MB
while we allow downloading it over HTTP if the machine has at least
68MB.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix total_memory()</title>
<updated>2023-05-05T20:11:21+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2023-05-05T19:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=bc1b6ee565efced5ce23ad68a1e302f61bcc8b09'/>
<id>bc1b6ee565efced5ce23ad68a1e302f61bcc8b09</id>
<content type='text'>
It was using the size of /proc/kcore which is 128T on x86_64
regardless of available memory, and does not exist on aarch64.

Instead use sysinfo().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was using the size of /proc/kcore which is 128T on x86_64
regardless of available memory, and does not exist on aarch64.

Instead use sysinfo().
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a build failure with -Werror=address</title>
<updated>2023-05-05T20:11:13+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2023-05-05T19:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=439e249b3e8696c8eac136a846d5d5bdffc071a1'/>
<id>439e249b3e8696c8eac136a846d5d5bdffc071a1</id>
<content type='text'>
dhcp.c: In function ‘parse_reply’:
dhcp.c:216:13: error: the comparison will always evaluate as ‘true’ for the address of ‘bootfile’ will never be NULL [-Werror=address]
  216 |         if (breq-&gt;bootfile &amp;&amp; strlen(breq-&gt;bootfile) &gt; 0) {
      |             ^~~~
dhcp.c:102:14: note: ‘bootfile’ declared here
  102 |         char bootfile[128];
      |              ^~~~~~~~
cc1: all warnings being treated as errors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dhcp.c: In function ‘parse_reply’:
dhcp.c:216:13: error: the comparison will always evaluate as ‘true’ for the address of ‘bootfile’ will never be NULL [-Werror=address]
  216 |         if (breq-&gt;bootfile &amp;&amp; strlen(breq-&gt;bootfile) &gt; 0) {
      |             ^~~~
dhcp.c:102:14: note: ‘bootfile’ declared here
  102 |         char bootfile[128];
      |              ^~~~~~~~
cc1: all warnings being treated as errors
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync with kernel-6.0</title>
<updated>2023-02-23T21:48:40+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2022-10-24T15:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=7fef7931f25debfcee574f755bbce48e781e64f3'/>
<id>7fef7931f25debfcee574f755bbce48e781e64f3</id>
<content type='text'>
Fix conflicts when rebasing after tmb changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix conflicts when rebasing after tmb changes
</pre>
</div>
</content>
</entry>
<entry>
<title>drakx-installer-binaries-2.60</title>
<updated>2023-02-08T19:34:00+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2023-02-08T19:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=cb9d8762a50c6601639337b83b7a2a3e63706390'/>
<id>cb9d8762a50c6601639337b83b7a2a3e63706390</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with kernel 6.1</title>
<updated>2023-02-08T19:26:21+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2023-02-08T19:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=24f02c01167ec7461ad82f0eb11ea2300ed395d7'/>
<id>24f02c01167ec7461ad82f0eb11ea2300ed395d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
