Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-26 | sync | Theo de Raadt | |
2015-10-25 | sync | Theo de Raadt | |
2015-10-25 | Use 'fdisk -i', instead of 'fdisk -e' with a here document of | Kenneth 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-25 | sync | Miod Vallat | |
2015-10-24 | sync | Theo de Raadt | |
2015-10-23 | sync | Theo de Raadt | |
2015-10-20 | ... but keep the previous logic for sparc, which is the other user of this | Miod Vallat | |
Makefile, until it switches to MI installboot, too. | |||
2015-10-20 | Missing commit of vax switch to MI installboot(8), forgotten when it went in. | Miod Vallat | |
2015-10-20 | sync | Theo de Raadt | |
2015-10-18 | Tadpole/Sun Voyager IIi reported to work via dmesg@ | Jonathan Gray | |
2015-10-17 | Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapper | Philip Guenther | |
and eliminate the now superfluous -D option ok kettenis@ millert@ | |||
2015-10-17 | Cleanup a bit. | Robert Peichaer | |
OK krw@ halex@ | |||
2015-10-16 | sync | Theo de Raadt | |
2015-10-16 | Check file sizes only for regular files. The current code breaks savecore | Tobias Stoeckmann | |
due to its kvm handling. ok deraadt | |||
2015-10-16 | Merge 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-16 | sync | Theo de Raadt | |
2015-10-15 | Use MI installboot instead of disklabel -B to install boot blocks. | Miod Vallat | |
ok krw@ deraadt@ | |||
2015-10-15 | remove '!' (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-15 | corrects pledge code for fsck_ffs and fsck_ext2fs | Sebastien 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-14 | sync | Theo de Raadt | |
2015-10-14 | sync | Theo de Raadt | |
2015-10-10 | ksh 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-09 | Exit autoinstall in case of an invalid choice. | Robert Peichaer | |
OK krw@ | |||
2015-10-09 | sync | Theo de Raadt | |
2015-10-08 | sync | Theo de Raadt | |
2015-10-07 | Add initial support for UEFI/GPT installs to install script. Original | Kenneth R Westerback | |
diff from rpe@. ok deraadt@ yasuoka@ | |||
2015-10-05 | Use MI installboot instead of disklabel -B to put boot blocks on installation | Miod Vallat | |
media. | |||
2015-10-05 | Enhance '-g' to create a default GPT label in addition to the protective | Kenneth 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-04 | sync | Theo de Raadt | |
2015-10-01 | sync | Theo de Raadt | |
2015-09-30 | sync | Theo de Raadt | |
2015-09-30 | sync | Theo de Raadt | |
2015-09-28 | sync | Theo de Raadt | |
2015-09-28 | sync | Theo de Raadt | |
2015-09-27 | Add IP26 kernels and boot blocks to the installation media. | Miod Vallat | |
2015-09-27 | HEAD is past 5.8 now, so remove /var/tmp removal tweak. | Alexander Hall | |
ok krw@ | |||
2015-09-27 | sync | Theo de Raadt | |
2015-09-27 | sync | Theo de Raadt | |
2015-09-27 | sync | Theo de Raadt | |
2015-09-27 | sync | Theo de Raadt | |
2015-09-24 | Remove hppa/hppa64 from NUMBOOT club here too. | Kenneth R Westerback | |
2015-09-20 | More IP26 bits. | Miod Vallat | |
2015-09-20 | Enable IP26 builds. | Miod Vallat | |
2015-09-20 | sync | Miod Vallat | |
2015-09-19 | Create the filesystem image with the same size as its `c' slice from disktab. | Miod Vallat | |
2015-09-19 | Add the kernel in its various setup stages (bsd, bsd.gz, bsd.strip...) to | Miod Vallat | |
CLEANFILES and make sure the `clean' target actually removes CLEANFILES. | |||
2015-09-19 | Remove bogus .PATH statement. | Miod Vallat | |
2015-09-18 | sync | Miod Vallat | |
2015-09-16 | sync | Stuart Henderson | |
2015-09-14 | sync | Stuart Henderson | |