summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2016-09-01syncTheo de Raadt
2016-09-01syncTheo de Raadt
2016-09-01remove sparc media building goopTheo de Raadt
2016-09-01syncTheo de Raadt
2016-08-31syncTheo de Raadt
2016-08-23syncTheo de Raadt
2016-08-23Type. 'if' != 'lf'. Fixes error message and setting hostname from dhcp leaseKenneth R Westerback
during install. Spotted & diff from Patrik Lundin. Thanks!
2016-08-22syncTheo de Raadt
2016-08-22syncTheo de Raadt
2016-08-21Make lease_value() unescape quoted strings. To be fully compliant, weAlexander Hall
should unvis() it too, but I think this is enough, at least for now. ok krw@
2016-08-21tweak previousRobert Peichaer
OK halex, krw
2016-08-20syncTheo de Raadt
2016-08-17syncTheo de Raadt
2016-08-17Use more dhcp info when trying autoinstall/autoupgrade.Kenneth R Westerback
For the file name try 'filename' then 'option bootfile-name'. For the server name try 'server-name' then 'option tftp-server-name' then 'next-server'. Original idea from Patrick Lundin. Suggestions from rpe@. Tweaks & ok halex@
2016-08-16add a special edition doas that only lets root drop privs.Ted Unangst
maybe the installer can use something like this, wink wink. ok deraadt
2016-08-15syncTheo de Raadt
2016-08-14syncTheo de Raadt
2016-08-13syncTheo de Raadt
2016-08-12syncTheo de Raadt
2016-08-10armish handled some early-gen arm machines, which required tons ofTheo de Raadt
workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go.
2016-08-09syncTheo de Raadt
2016-08-06syncTheo de Raadt
2016-08-06syncTheo de Raadt
2016-08-05syncTheo de Raadt
2016-07-31syncJonathan Gray
2016-07-30syncStuart Henderson
2016-07-28Typo in the installation notes, from Roman Yakovlev.Vadim Zhukov
Too bad this highly critical bugfix will miss release. okay deraadt@
2016-07-24syncTheo de Raadt
2016-07-23Back out the automatic pkg.conf installpath changes; because pkg_add hasTheo de Raadt
an immature heuristic for "what is a release and what is a snapshot". This change maybe improved the post-release experience, but it damages the pre-release experience, which may result in less effective pre-release testing, which risks creating poor releases, which may result in poor post-release experiences. Specific case: subtle breakage to fw_update.
2016-07-23Some armv7 machines are shipped with linux images that run USB OTG portsJonathan Gray
in client mode and provide serial access to a getty and networking. Make it clear that a real serial console that can interact with the firmware is required. Suggested by and wording tweaks from ian@
2016-07-14syncTheo de Raadt
2016-07-11syncTheo de Raadt
2016-07-11syncVisa Hankala
2016-07-09Mention the EFI and DTB requirement. List U-Boot 2016.07 as 2016.05Jonathan Gray
needs a patch to work with efiboot on non imx platforms that is included in ports/packages but might not be present otherwise. While U-Boot 2016.07 final is not released yet the "efi_loader: Don't allocate from memory holes" patch is included in rc1/rc2/rc3 and should make the final release.
2016-07-07syncTheo de Raadt
2016-07-06syncVisa Hankala
2016-07-05syncTheo de Raadt
2016-07-04syncTheo de Raadt
2016-07-03syncTheo de Raadt
2016-06-28syncTheo de Raadt
2016-06-27syncTheo de Raadt
2016-06-26Don't list cubieboard2, pmap can't handle allwinner a20.Jonathan Gray
2016-06-22syncTheo de Raadt
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
trivial change to use rrw locks instead. All it needs is LK_* defines for the RW_* flags. tested by naddy and sthen on package building infrastructure input and ok jmc mpi tedu
2016-06-19syncJonathan Gray
2016-06-17syncStuart Henderson
2016-06-12ethernet -> EthernetJonathan Gray
2016-06-12imxenet -> fecJonathan Gray
2016-06-11syncVisa Hankala
2016-06-10list dtbs in DTBS not DTBJonathan Gray
fixes lack of dtbs on cubox miniroot reported by jca@