<feed xmlns='http://www.w3.org/2005/Atom'>
<title>netbsd/distrib/ews4800mips, branch trunk</title>
<subtitle>NetBSD fork for lockdoc analysis</subtitle>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/'/>
<entry>
<title>Put a message in build error logs to notify what this target builds.</title>
<updated>2020-06-14T05:10:33+00:00</updated>
<author>
<name>tsutsui</name>
<email>tsutsui@NetBSD.org</email>
</author>
<published>2020-06-14T05:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=3a1344c7f9dfe7ded64f75944f544557bebd98c0'/>
<id>3a1344c7f9dfe7ded64f75944f544557bebd98c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ooops, editor mishap in previous</title>
<updated>2020-04-07T10:22:00+00:00</updated>
<author>
<name>martin</name>
<email>martin@NetBSD.org</email>
</author>
<published>2020-04-07T10:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=de0f72aa25785212214c1b842cbcc3e8dea9c854'/>
<id>de0f72aa25785212214c1b842cbcc3e8dea9c854</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to libterminfo as part of libhack-curses</title>
<updated>2020-04-05T11:19:01+00:00</updated>
<author>
<name>martin</name>
<email>martin@NetBSD.org</email>
</author>
<published>2020-04-05T11:19:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=4f9b28337e8c8ed6114c7086fd1bccab12842d89'/>
<id>4f9b28337e8c8ed6114c7086fd1bccab12842d89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PR install/54780: in the (of course totally unlikely) case that sysinst</title>
<updated>2020-01-09T19:17:40+00:00</updated>
<author>
<name>martin</name>
<email>martin@NetBSD.org</email>
</author>
<published>2020-01-09T19:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=42d0f98bfe66400171b3df29daeccecd35329c8f'/>
<id>42d0f98bfe66400171b3df29daeccecd35329c8f</id>
<content type='text'>
should crash, run "stty sane".</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
should crash, run "stty sane".</pre>
</div>
</content>
</entry>
<entry>
<title>1. Remove all the special handling of variables (-d -p -P -s -S) that</title>
<updated>2019-12-29T18:26:16+00:00</updated>
<author>
<name>christos</name>
<email>christos@NetBSD.org</email>
</author>
<published>2019-12-29T18:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=e91a52edfae96294bee7141dfbeb351b3bd8f914'/>
<id>e91a52edfae96294bee7141dfbeb351b3bd8f914</id>
<content type='text'>
   were dealing with DBG (-d) LDSTATIC/NOPIE (-p), and the rest with
   disabling/enabling sanitizers.
2. Use emalloc/estrdup for all the allocators instead of only some cases.
3. Add -V varspec which passes variables on the command line (as DBG
   and LDSTATIC used to be passed before) instead of appending them
   to the on-the-fly Makefile using -v varspec.
4. Change the distrib and rescue Makefiles to use -V instead of the removed
   flags.

The motivation of this is to make variable handling consistent, less magical,
and remove the need for changing crunchgen each time we want to add disabling
an option by default.

(as proposed in tech-toolchain)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   were dealing with DBG (-d) LDSTATIC/NOPIE (-p), and the rest with
   disabling/enabling sanitizers.
2. Use emalloc/estrdup for all the allocators instead of only some cases.
3. Add -V varspec which passes variables on the command line (as DBG
   and LDSTATIC used to be passed before) instead of appending them
   to the on-the-fly Makefile using -v varspec.
4. Change the distrib and rescue Makefiles to use -V instead of the removed
   flags.

The motivation of this is to make variable handling consistent, less magical,
and remove the need for changing crunchgen each time we want to add disabling
an option by default.

(as proposed in tech-toolchain)</pre>
</div>
</content>
</entry>
<entry>
<title>Consistently use ${RELEASEDIR}/${RELEASEMACHINE} instead of</title>
<updated>2019-09-23T13:42:30+00:00</updated>
<author>
<name>christos</name>
<email>christos@NetBSD.org</email>
</author>
<published>2019-09-23T13:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=e75bd3d6eae591d3439e4173b6378626d2174ea4'/>
<id>e75bd3d6eae591d3439e4173b6378626d2174ea4</id>
<content type='text'>
${RELEASEDIR}/${MACHINE} (Paul Ripke)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
${RELEASEDIR}/${MACHINE} (Paul Ripke)</pre>
</div>
</content>
</entry>
<entry>
<title>Use the non wide char libcurses version for the ramdisk to save space.</title>
<updated>2019-09-04T12:10:00+00:00</updated>
<author>
<name>martin</name>
<email>martin@NetBSD.org</email>
</author>
<published>2019-09-04T12:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=0302ee0b1c0de11045f28c4ca2db13500b8eff1d'/>
<id>0302ee0b1c0de11045f28c4ca2db13500b8eff1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename ELF2ECOFF -&gt; MIPS_ELF2ECOFF</title>
<updated>2019-01-01T19:09:12+00:00</updated>
<author>
<name>christos</name>
<email>christos@NetBSD.org</email>
</author>
<published>2019-01-01T19:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=750790948266e0f7e11316a36b49d4e97094498d'/>
<id>750790948266e0f7e11316a36b49d4e97094498d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now that we do not force debug sets off install CDs any more, explicitly</title>
<updated>2018-09-28T15:05:19+00:00</updated>
<author>
<name>martin</name>
<email>martin@NetBSD.org</email>
</author>
<published>2018-09-28T15:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=0cce1616cad3d149444d1c568e737b67c5e26bcf'/>
<id>0cce1616cad3d149444d1c568e737b67c5e26bcf</id>
<content type='text'>
set CDRELEASE_NODEBUG everywhere.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set CDRELEASE_NODEBUG everywhere.</pre>
</div>
</content>
</entry>
<entry>
<title>Drop the following features, which reduces ramdisk.bin about 70KB:</title>
<updated>2017-12-25T06:15:50+00:00</updated>
<author>
<name>rin</name>
<email>rin@NetBSD.org</email>
</author>
<published>2017-12-25T06:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=11b1aa2308f8b204458e8f62422d947c44ff1b8c'/>
<id>11b1aa2308f8b204458e8f62422d947c44ff1b8c</id>
<content type='text'>
- shutdown, rcmd, rcp
- support for byte-swapped FFS and Apple UFS in fsck_ffs and newfs
- support for byte-swapped label and interactive editor in disklabel
OK tsutsui</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- shutdown, rcmd, rcp
- support for byte-swapped FFS and Apple UFS in fsck_ffs and newfs
- support for byte-swapped label and interactive editor in disklabel
OK tsutsui</pre>
</div>
</content>
</entry>
</feed>
