minix/minix
Ben Gras cd34841de5 INIT died problem / build system robustness
Changes provoked by debugging / making 'PM: INIT died' error debuggable.

This was caused (in one instance) by a missing /dev/console (and everything
else) on the boot time ramdisk.

	. sanity-check against this case by checking for console
	. PM: print init stacktrace and exit status when init dies
	. eliminate some explicitly invoked ${MAKE}s and a rm -rf in
	  Makefiles, causing race conditions; use explicit ordering (.WAIT)
	  instead, moving some of the burden of dependencies of partial builds
	  to the user. On the plus side, generate ramdisk just once.
	. make mkfs.mfs fail as soon as it sees an error missing file in
	  the proto file. - except for EACCES on minix native for the mfs
	  test. also fix some fmt warnings.
	. init: include debug info in executable

Change-Id: I8eea4986a4f64ecaf223aff5da321d8b4f4a3fa4
2014-08-28 08:52:50 +02:00
..
benchmarks New sources layout 2014-07-31 16:00:30 +02:00
bin New sources layout 2014-07-31 16:00:30 +02:00
commands ps: fix reported run time 2014-08-24 09:22:36 +00:00
drivers INIT died problem / build system robustness 2014-08-28 08:52:50 +02:00
fs Move all services to /service 2014-07-31 16:00:31 +02:00
include netbsd ping & traceroute 2014-08-21 08:07:39 -04:00
kernel arm am335x: disable watchdog timer on bootup 2014-08-22 14:30:49 +02:00
lib netbsd ping & traceroute 2014-08-21 08:07:39 -04:00
llvm Remove /multiboot 2014-07-31 16:00:31 +02:00
man Removal of commands fix: Keep builtin man pages. 2014-08-22 12:34:48 +02:00
net Fix -DNDEBUG support 2014-08-22 19:12:17 +02:00
sbin New sources layout 2014-07-31 16:00:30 +02:00
servers INIT died problem / build system robustness 2014-08-28 08:52:50 +02:00
share New sources layout 2014-07-31 16:00:30 +02:00
tests test59: fix status type for mthread_join call 2014-08-24 09:22:35 +00:00
usr.bin Import NetBSD w(1) and uptime(1) 2014-08-27 10:13:37 +00:00
usr.sbin INIT died problem / build system robustness 2014-08-28 08:52:50 +02:00
Makefile INIT died problem / build system robustness 2014-08-28 08:52:50 +02:00
Makefile.inc New sources layout 2014-07-31 16:00:30 +02:00