<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/init, branch upstream/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-05-16T00:34:48Z</updated>
<entry>
<title>For pointers use NULL instead of 0.</title>
<updated>2016-05-16T00:34:48Z</updated>
<author>
<name>Marcelo Araujo</name>
<email>araujo@FreeBSD.org</email>
</author>
<published>2016-05-16T00:34:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2ef6931a15bf596adfde68d50866cc0a58e2a118'/>
<id>urn:sha1:2ef6931a15bf596adfde68d50866cc0a58e2a118</id>
<content type='text'>
MFC after:	2 weeks.
</content>
</entry>
<entry>
<title>When rerooting, take the init(8) path from argv[0] instead of fetching</title>
<updated>2016-05-11T10:03:13Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2016-05-11T10:03:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=377b6d1e7c5963198df18643e4d52f2a36e322cc'/>
<id>urn:sha1:377b6d1e7c5963198df18643e4d52f2a36e322cc</id>
<content type='text'>
it via kern.proc.pathname sysctl(2).  In some cases - booting from NFS
or rerooting after replacing the init binary with a new one - the sysctl
would fail.  In other cases - after upgrading, which moves the old init
to /sbin/init.bak - it would return /sbin/init.bak, which is the actual
path of the running init, instead of /sbin/init.

Reported by:	Melissa Jenkins &lt;melissa-freebsd at littlebluecar.co.uk&gt;, jilles@
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>When rerooting, ignore ESRCH returned from kill(2).  I couldn't reproduce</title>
<updated>2016-05-11T09:30:18Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2016-05-11T09:30:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=126ba2193bdc505c69d051ffc4ec524688f255ab'/>
<id>urn:sha1:126ba2193bdc505c69d051ffc4ec524688f255ab</id>
<content type='text'>
this by myself, but apparently it sometimes happens when rerooting from
single user mode.

Reported by:	jilles@
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Use NULL instead of 0 for pointers.</title>
<updated>2016-04-19T01:25:35Z</updated>
<author>
<name>Marcelo Araujo</name>
<email>araujo@FreeBSD.org</email>
</author>
<published>2016-04-19T01:25:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=14adaa14cbefae00899f2d4d942a25cd5c11ea5d'/>
<id>urn:sha1:14adaa14cbefae00899f2d4d942a25cd5c11ea5d</id>
<content type='text'>
dbopen(3) will returns a NULL on error.

MFC after:	2 weeks.
</content>
</entry>
<entry>
<title>Explicitly add more files to the 'runtime' package.</title>
<updated>2016-02-09T20:19:31Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2016-02-09T20:19:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=406d87b1c3c9fb02dc1256f4e634c0fc71a22799'/>
<id>urn:sha1:406d87b1c3c9fb02dc1256f4e634c0fc71a22799</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Fix resource leaks in error cases.</title>
<updated>2015-11-11T23:00:57Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2015-11-11T23:00:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b9124fc31354b4b946024c648e0b140e4e15c774'/>
<id>urn:sha1:b9124fc31354b4b946024c648e0b140e4e15c774</id>
<content type='text'>
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Userspace part of reroot support. This makes it possible to change</title>
<updated>2015-11-08T17:33:48Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2015-11-08T17:33:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f5ac575ea1288891300312b2fb9590c4c1483c4'/>
<id>urn:sha1:3f5ac575ea1288891300312b2fb9590c4c1483c4</id>
<content type='text'>
the root filesystem without full reboot, using "reboot -r". This can
be used to to eg. boot from a temporary md_image preloaded by loader(8),
setup an iSCSI session, and continue booting from rootfs mounted over
iSCSI.

Reviewed by:	kib@, bapt@
MFC after:	1 month
Relnotes:	yes
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D3693
</content>
</entry>
<entry>
<title>Disable suspend when we're shutting down.  This solves the "tell FreeBSD</title>
<updated>2015-10-01T10:52:26Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2015-10-01T10:52:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2eb0015ab786e90536b47a8fa51c2c3231c27294'/>
<id>urn:sha1:2eb0015ab786e90536b47a8fa51c2c3231c27294</id>
<content type='text'>
to shut down; close laptop lid" scenario which otherwise tended to end
with a laptop overheating or the battery dying.

The implementation uses a new sysctl, kern.suspend_blocked; init(8) sets
this while rc.suspend runs, and the ACPI sleep code ignores requests while
the sysctl is set.

Discussed on:	freebsd-acpi (35 emails)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add missing SIGUSR1 description.</title>
<updated>2015-07-24T18:14:57Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2015-07-24T18:14:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ef159a1b45608ddfaaf41767b336ff111704920a'/>
<id>urn:sha1:ef159a1b45608ddfaaf41767b336ff111704920a</id>
<content type='text'>
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>new depends</title>
<updated>2015-06-16T23:37:19Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2015-06-16T23:37:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2ef6d5a7b9254348e585e80e43049e1f3a2f7c99'/>
<id>urn:sha1:2ef6d5a7b9254348e585e80e43049e1f3a2f7c99</id>
<content type='text'>
</content>
</entry>
</feed>
