Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-01 | sync | Theo de Raadt | |
2016-09-01 | sync | Theo de Raadt | |
2016-09-01 | remove sparc media building goop | Theo de Raadt | |
2016-09-01 | sync | Theo de Raadt | |
2016-08-31 | sync | Theo de Raadt | |
2016-08-23 | sync | Theo de Raadt | |
2016-08-23 | Type. 'if' != 'lf'. Fixes error message and setting hostname from dhcp lease | Kenneth R Westerback | |
during install. Spotted & diff from Patrik Lundin. Thanks! | |||
2016-08-22 | sync | Theo de Raadt | |
2016-08-22 | sync | Theo de Raadt | |
2016-08-21 | Make lease_value() unescape quoted strings. To be fully compliant, we | Alexander Hall | |
should unvis() it too, but I think this is enough, at least for now. ok krw@ | |||
2016-08-21 | tweak previous | Robert Peichaer | |
OK halex, krw | |||
2016-08-20 | sync | Theo de Raadt | |
2016-08-17 | sync | Theo de Raadt | |
2016-08-17 | Use 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-16 | add 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-15 | sync | Theo de Raadt | |
2016-08-14 | sync | Theo de Raadt | |
2016-08-13 | sync | Theo de Raadt | |
2016-08-12 | sync | Theo de Raadt | |
2016-08-10 | armish handled some early-gen arm machines, which required tons of | Theo de Raadt | |
workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go. | |||
2016-08-09 | sync | Theo de Raadt | |
2016-08-06 | sync | Theo de Raadt | |
2016-08-06 | sync | Theo de Raadt | |
2016-08-05 | sync | Theo de Raadt | |
2016-07-31 | sync | Jonathan Gray | |
2016-07-30 | sync | Stuart Henderson | |
2016-07-28 | Typo in the installation notes, from Roman Yakovlev. | Vadim Zhukov | |
Too bad this highly critical bugfix will miss release. okay deraadt@ | |||
2016-07-24 | sync | Theo de Raadt | |
2016-07-23 | Back out the automatic pkg.conf installpath changes; because pkg_add has | Theo 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-23 | Some armv7 machines are shipped with linux images that run USB OTG ports | Jonathan 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-14 | sync | Theo de Raadt | |
2016-07-11 | sync | Theo de Raadt | |
2016-07-11 | sync | Visa Hankala | |
2016-07-09 | Mention the EFI and DTB requirement. List U-Boot 2016.07 as 2016.05 | Jonathan 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-07 | sync | Theo de Raadt | |
2016-07-06 | sync | Visa Hankala | |
2016-07-05 | sync | Theo de Raadt | |
2016-07-04 | sync | Theo de Raadt | |
2016-07-03 | sync | Theo de Raadt | |
2016-06-28 | sync | Theo de Raadt | |
2016-06-27 | sync | Theo de Raadt | |
2016-06-26 | Don't list cubieboard2, pmap can't handle allwinner a20. | Jonathan Gray | |
2016-06-22 | sync | Theo de Raadt | |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin 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-19 | sync | Jonathan Gray | |
2016-06-17 | sync | Stuart Henderson | |
2016-06-12 | ethernet -> Ethernet | Jonathan Gray | |
2016-06-12 | imxenet -> fec | Jonathan Gray | |
2016-06-11 | sync | Visa Hankala | |
2016-06-10 | list dtbs in DTBS not DTB | Jonathan Gray | |
fixes lack of dtbs on cubox miniroot reported by jca@ |