summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2015-10-26syncTheo de Raadt
2015-10-25syncTheo de Raadt
2015-10-25Use 'fdisk -i', instead of 'fdisk -e' with a here document ofKenneth R Westerback
'reinit;update;write;quit'. They've done the same thing for some time now. Tweaks & test from rpe@. ok rpe@ deraadt@
2015-10-25syncMiod Vallat
2015-10-24syncTheo de Raadt
2015-10-23syncTheo de Raadt
2015-10-20... but keep the previous logic for sparc, which is the other user of thisMiod Vallat
Makefile, until it switches to MI installboot, too.
2015-10-20Missing commit of vax switch to MI installboot(8), forgotten when it went in.Miod Vallat
2015-10-20syncTheo de Raadt
2015-10-18Tadpole/Sun Voyager IIi reported to work via dmesg@Jonathan Gray
2015-10-17Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapperPhilip Guenther
and eliminate the now superfluous -D option ok kettenis@ millert@
2015-10-17Cleanup a bit.Robert Peichaer
OK krw@ halex@
2015-10-16syncTheo de Raadt
2015-10-16Check file sizes only for regular files. The current code breaks savecoreTobias Stoeckmann
due to its kvm handling. ok deraadt
2015-10-16Merge nlist out of boundary access fix with other nlist implementations.Tobias Stoeckmann
While at it, merge style and typo fixes back into nlist(3), too. ok deraadt, jsing, millert
2015-10-16syncTheo de Raadt
2015-10-15Use MI installboot instead of disklabel -B to install boot blocks.Miod Vallat
ok krw@ deraadt@
2015-10-15remove '!' (subshell) and 'v' (edit) commands from ramdisk more(1) command.Theo de Raadt
first off, ^Z job control was added to BSD unix sometime around 1980 and is a much better mechanism since the parent shell can contain what is going on. !command support becomes a visible defect when programs are pledge'd secondly this saves space. ok miod tobias
2015-10-15corrects pledge code for fsck_ffs and fsck_ext2fsSebastien Marie
on filesystem error, fsck will try to display username of inode, resulting need of "getpw" for not SMALL version. add a missed (?) -DSMALL in distrib/special/ for fsck_ffs and fsck_ext2fs found by hard way by ajacoutot@ OK millert@
2015-10-14syncTheo de Raadt
2015-10-14syncTheo de Raadt
2015-10-10ksh can run with pledge "stdio rpath wpath cpath getpw fattr proc exec tty"Theo de Raadt
if the mknod builtin is disabled. It looks like a lot of abilities, but hey, this is a shell. can't open sockets or do other nasty stuff though. (we'll leave the mknod builtin enabled on the install media for now; there is work happening to regain the MAKEDEV performance in a different way) discussions with otto & millert in particular
2015-10-09Exit autoinstall in case of an invalid choice.Robert Peichaer
OK krw@
2015-10-09syncTheo de Raadt
2015-10-08syncTheo de Raadt
2015-10-07Add initial support for UEFI/GPT installs to install script. OriginalKenneth R Westerback
diff from rpe@. ok deraadt@ yasuoka@
2015-10-05Use MI installboot instead of disklabel -B to put boot blocks on installationMiod Vallat
media.
2015-10-05Enhance '-g' to create a default GPT label in addition to the protectiveKenneth R Westerback
MBR. If '-b' is specified an EFI System partition of the requested size is created. All remaining space is put into an OpenBSD partition. Minimal enhancement necessary for upcoming UEFI install support. Committed first to flush out any unexpected impacts on 'normal' MBR operation and install media. ok deraadt@
2015-10-04syncTheo de Raadt
2015-10-01syncTheo de Raadt
2015-09-30syncTheo de Raadt
2015-09-30syncTheo de Raadt
2015-09-28syncTheo de Raadt
2015-09-28syncTheo de Raadt
2015-09-27Add IP26 kernels and boot blocks to the installation media.Miod Vallat
2015-09-27HEAD is past 5.8 now, so remove /var/tmp removal tweak.Alexander Hall
ok krw@
2015-09-27syncTheo de Raadt
2015-09-27syncTheo de Raadt
2015-09-27syncTheo de Raadt
2015-09-27syncTheo de Raadt
2015-09-24Remove hppa/hppa64 from NUMBOOT club here too.Kenneth R Westerback
2015-09-20More IP26 bits.Miod Vallat
2015-09-20Enable IP26 builds.Miod Vallat
2015-09-20syncMiod Vallat
2015-09-19Create the filesystem image with the same size as its `c' slice from disktab.Miod Vallat
2015-09-19Add the kernel in its various setup stages (bsd, bsd.gz, bsd.strip...) toMiod Vallat
CLEANFILES and make sure the `clean' target actually removes CLEANFILES.
2015-09-19Remove bogus .PATH statement.Miod Vallat
2015-09-18syncMiod Vallat
2015-09-16syncStuart Henderson
2015-09-14syncStuart Henderson