sortix-mirror/sysinstall
Jonas 'Sortie' Termansen 1791a19539 Refactor init(8) chain-merge target and add merge target.
The chain-merge target now invokes the /sysmerge init(8) with the merge
target, which now mounts the mountpoints. This change allows having a /boot
partition for the purpose of sysupgrade(8).
2016-10-04 00:34:49 +02:00
..
.gitignore Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
Makefile Fix executable manual pages. 2016-02-29 01:37:30 +01:00
conf.c Fix getline(3) and getdelim(3) usage. 2016-05-15 19:32:04 +02:00
conf.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
devices.c Fix double fsck in sysupgrade(8). 2016-09-25 22:28:17 +02:00
devices.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
execute.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
execute.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
fileops.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
fileops.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
interactive.c Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
interactive.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
manifest.c Fix getline(3) and getdelim(3) usage. 2016-05-15 19:32:04 +02:00
manifest.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
release.c Fix getline(3) and getdelim(3) usage. 2016-05-15 19:32:04 +02:00
release.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
sysinstall.8 Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
sysinstall.c Fix advice/advise typos. 2016-09-25 22:27:07 +02:00
sysmerge.8 Refactor init(8) chain-merge target and add merge target. 2016-10-04 00:34:49 +02:00
sysmerge.c Fix sysmerge(8) out of bounds accesses and error messages. 2016-08-23 00:30:41 +02:00
sysupgrade.8 Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
sysupgrade.c Fix sysupgrade(8) copyright. 2016-09-25 22:28:17 +02:00