aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall
Commit message (Expand)AuthorAgeFilesLines
* Support mounted boot partitions in the installer. This allows the platformNathan Whitehorn2017-12-087-73/+123
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2713-0/+26
* bsdinstall: Add ntpdate optionEmmanuel Vadot2017-11-221-0/+2
* Fix indentation in bsdinstall-created wpa_supplicant.confEd Maste2017-11-221-38/+38
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-313-3/+0
* bsdinstall(8) hardening menu: Utilize new kern.randompid=1 behaviourAllan Jude2017-10-021-1/+1
* When doing a non-interactive installation, don't display an interactiveRavi Pokala2017-09-121-8/+11
* Ignore error return from newaliases(1)Ed Maste2017-09-111-1/+1
* bsdinstall: record DHCP config after obtaining leaseEd Maste2017-08-101-2/+1
* bsdinstall: default to UEFI-only boot on arm64Ed Maste2017-07-301-9/+19
* Remove stack guard option from hardening menu.Bartek Rutkowski2017-07-211-8/+4
* bsdinstall: improve checksum mismatch error for snapshotsEd Maste2017-07-191-2/+10
* bsdinstall: remove EOL whitespaceEd Maste2017-07-187-9/+9
* usr.sbin/bsdinstall/scripts/hardening: fix options numbersBartek Rutkowski2017-07-061-1/+1
* Add option to bsdinstall to disable insecure console, update stack guard optionBartek Rutkowski2017-07-052-2/+11
* Add hardening menu item for security.bsd.see_jail_procSteve Wills2017-06-291-7/+11
* Fixed bsdinstall location of vfs.zfs.min_auto_ashiftSteven Hartland2017-06-202-2/+2
* bsdinstall: correct comment after r320007Ed Maste2017-06-161-1/+1
* bsdinstall: use consistent EFI configuration across platformsEd Maste2017-06-163-5/+9
* bsdinstall: support Auto ZFS mode for ARM64Allan Jude2017-06-121-1/+1
* bsdinstall: Make ZFS min_auto_ashift adjustment persistentAllan Jude2017-06-121-0/+6
* bsdinstall(8): fix manpage issuesEnji Cooper2017-05-231-45/+65
* sade(8): start new sentence on new lineEnji Cooper2017-05-231-1/+2
* style(9): sort headersEnji Cooper2017-05-231-3/+2
* Some minor style(9) fixesEnji Cooper2017-05-231-10/+12
* bsdinstall: do not use distextract in scripted modeRoger Pau Monné2017-05-221-1/+4
* bsdinstall: mount is not needed for the ZFS install caseRoger Pau Monné2017-05-221-4/+18
* Use nitems() from sys/param.h.Marcelo Araujo2017-05-031-9/+9
* bsdinstall(8): Sprinkle a snprintf to fixed size bufferConrad Meyer2017-04-141-1/+1
* Revert changes introduced in r314036 on demand by jhb and bapt.Bartek Rutkowski2017-03-171-9/+9
* Convert absolute links to relative links.Rodney W. Grimes2017-03-071-1/+1
* Enable bsdinstall hardening options by default.Bartek Rutkowski2017-02-211-9/+9
* Add 0-8 as shortcuts for jumping to menu items in the hardening menu.Bartek Rutkowski2017-02-161-10/+10
* bsdinstall: Make sure chroot filesystems are umounted after useRenato Botelho2017-02-081-3/+4
* Fix indentation (only line in file w/ 8-space indent rather than hard-tab).Ravi Pokala2017-02-081-1/+1
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-284-92/+4
* Revert r309918 -- modern POSIX has deprecated -<#>/+<#> syntaxDevin Teske2016-12-131-2/+2
* It's completely pointless to replace newlines with spaceDevin Teske2016-12-131-2/+1
* The flags of a WLAN need to be quoted (they contain things like brackets)Devin Teske2016-12-131-1/+1
* Simplify single-line if statementsDevin Teske2016-12-131-2/+1
* Simplify loop by moving predicate to clauseDevin Teske2016-12-131-6/+2
* WordsmithingDevin Teske2016-12-131-1/+1
* Why test $? when you can test the commandDevin Teske2016-12-131-2/+2
* Restore previous commentDevin Teske2016-12-131-0/+1
* Both simplify bringup of interface after changes and catch errors in debugDevin Teske2016-12-131-5/+4
* Calculate proper size of menu list dialogDevin Teske2016-12-131-0/+2
* There's an API function for catching errors and displaying them orDevin Teske2016-12-131-17/+11
* There's an API function for displaying pausesDevin Teske2016-12-131-6/+2
* There's an API function for displaying yes/no dialogsDevin Teske2016-12-131-10/+2
* There's an API function for displaying errorsDevin Teske2016-12-131-2/+2