summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2016-04-27rc.firsttime -> rc.sysmerge for running sysmerge(8) after an upgrade.Antoine Jacoutot
While here, don't echo 'running sysmerge...' since that'd get us a mail each time we upgrade even when nothing changed. ok deraadt@ rpe@
2016-04-26sync (a few comp tools move to base, to support library boot-randomization)Theo de Raadt
2016-04-26syncTheo de Raadt
2016-04-25In upgrade mode, automatically run sysmerge(8) in batch mode before ↵Antoine Jacoutot
fw_update(1). Putting this at the beginning of the p2k16 hackathon so we can see if anything breaks and to get feedback about the output etc If sysmerge cannot merge/install a file automatically, login into the machine and running it interactively will ask you what you want to do with it. It may not stay in this exact form, but that's a first step and now is a good time to get it in. discussed with deraadt@ for a while ok rpe@
2016-04-20syncTheo de Raadt
2016-04-20Alter SUNXI grep to match the rest of the SOC grepsAaron Bieber
OK bmercer@, patrick@
2016-04-20syncTheo de Raadt
2016-04-18syncTheo de Raadt
2016-04-15syncJonathan Gray
2016-04-11- In isin(), quote $_b to ensure it's treated as string not as pattern.Robert Peichaer
- Always quote the first argument to isin() OK halex@, krw@
2016-04-11Tweak bsort():Robert Peichaer
- make it clear in comment that it returns a unique list - shift is only possible if argc > 0, otherwise return - quote "$_b" in equality test forcing possible patterns being treated as strings OK halex@, krw@
2016-04-09Remove _tz as intermediate variable and use CGI_TZ directly.Robert Peichaer
Feedback from and OK halex@ OK krw@ for a similar diff
2016-04-09Use _if for a single interface name and _ifs for a list of interfaceRobert Peichaer
names instead of _ifdev and _ifdevs. OK krw@ halex@
2016-04-08Use _if instead of _ifs as variable name for single interface names.Robert Peichaer
OK krw@, halex@
2016-04-08Rename getdevname() to get_dkdev_name() to better reflect the actualRobert Peichaer
purpose and simplify the logic to remove the partition information from the device name. With help from and OK halex@, krw@
2016-04-08Directly assign device name to rootdisk with modified sed pattern.Robert Peichaer
With help from and OK halex@ OK krw@
2016-04-06syncJonathan Gray
2016-04-03syncJonathan Gray
2016-04-02Simplify defining the various set lists.Robert Peichaer
Feedback from and OK halex@ OK krw@
2016-04-02Remove unused variable.Robert Peichaer
OK krw@
2016-04-02forgot to cvs rm locally in previous commitRobert Peichaer
2016-04-02- merge install.sh into install.sub as do_install()Robert Peichaer
- merge upgrade.sh into install.sub as do_upgrade() - delete install.sh and upgrade.sh - make install.sub executable - turn install and upgrade into symbolic links to install.sub - add autoinstall symbolic link to install.sub - change dot.profile to use these symlinks - introduce a -m option to set MODE in install.sub - alternativly set MODE and AUTO depending on PROGNAME - execute the do_{install,upgrade) functions depending on $MODE OK halex@, krw@ 'go for it' deraadt@
2016-04-01syncJonathan Gray
2016-03-31remove files that are not built on hppa64Jonathan Gray
2016-03-30syncTheo de Raadt
2016-03-30syncTheo de Raadt
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
2016-03-30syncTheo de Raadt
2016-03-29syncTheo de Raadt
2016-03-29syncTheo de Raadt
2016-03-28all arch are dynamic nowTheo de Raadt
2016-03-27Switch from the solidrun i.mx6 u-boot to mainline u-boot on cubox i.Jonathan Gray
The offset of u-boot.img in the disk image changes to be the same as wandboard.
2016-03-27use MLO not mlo to match the names generated by u-boot buildsJonathan Gray
2016-03-24syncTheo de Raadt
2016-03-22syncTheo de Raadt
2016-03-20syncTheo de Raadt
2016-03-20syncTheo de Raadt
2016-03-16syncTheo de Raadt
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
Started by diff from Mical Mazurek.
2016-03-15Remove now unused legacy uiomovei() function.Stefan Kempf
All its callers got reviewed and converted to use uiomove() properly. ok deraadt@
2016-03-09syncTheo de Raadt
2016-03-09We are done providing support for the vax.Theo de Raadt
lots of agreement.
2016-03-08syncTheo de Raadt
2016-03-07syncTheo de Raadt
2016-03-06syncTheo de Raadt
2016-03-05missed 'sed -i'Robert Peichaer
OK halex@
2016-03-04remove CSRG BSD-licensed mknod builtin code which was previously used toTheo de Raadt
accelerate install/upgrade time MAKEDEV runs. That allows ramdisk ksh to be pledged, without needing "dpath". We'll solve the performance issues a different way (soon). ok otto espie natano tb tobiasu rpe
2016-03-03Correct OpenBSD::Pledge in set list to allow vax release to buildAndrew Fresh
from Sigi Rudzio <sigirudzio gmail.com>
2016-03-03syncTheo de Raadt
2016-03-02synTheo de Raadt