summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2016-03-02syncTheo de Raadt
2016-02-28syncStuart Henderson
2016-02-27Cleanup the list of usernames that are rejected during installation.Robert Peichaer
- sendmail, named, popa3d are not part of base anymore and their ports versions use _<username>. - _tftp_proxy and _ftp_proxy are used instead of the proxy user. OK ajacoutot@
2016-02-27Shorter version that does the same.Robert Peichaer
Change description to better match the purpose of this function. OK halex@
2016-02-23In the great pdisk churn we lost a pdisk pecularity in disk nameKenneth R Westerback
handling. "pdisk -l /dev/wd0c" used to work as well as "pdisk -l /dev/rwd0c". The new, more fdisk-like, code does not accept the former. Adjust the install scripts to eliminate the use of "/dev/wd0c" constructs and, like fdisk, simply use 'wd0'. Fixes macppc installs to HFS partitioned disks. Discovered and diff by rpe@. ok rpe@ deraadt@
2016-02-20Combine two sed calls into one.Robert Peichaer
OK krw@, halex@
2016-02-20remove stray semicolonRobert Peichaer
OK krw@, halex@
2016-02-16Mention UEFI/GPT, fix some weird spacing, try to adjust 'partitioning'Kenneth R Westerback
verbiage to make more sense overall. ok rpe@
2016-02-12- re-order the (I)nstall, (U)pgrade, (A)utoinstall part to match whatRobert Peichaer
the installer shows and what the subsequent text describes. - re-phrase the part about ssh logins as root. The installer now asks "Allow root ssh login? (yes, no, prohibit-password)". Previously it was "Since you set up a user, disable sshd(8) logins to root?" OK krw@, sthen@
2016-02-12- The question if you really want to upgrade is gone.Robert Peichaer
- Add part about TERM and keyboard layout question. - "download" instead of "ftp get/reget" Feedback from and OK sthen@ OK millert@
2016-02-12Uppercase global variable.Robert Peichaer
OK halex@
2016-02-11Sync installation notes with reality.Robert Peichaer
- the manual netconfig step was removed from the installer six years ago - ntpd is enabled by default now OK millert@
2016-02-11Ensure, that the '&' is placed correctly if not all variables are set.Robert Peichaer
While there do it with less code. with feedback from and OK halex@
2016-02-11Update the paths for install.md and the list files.Robert Peichaer
OK sthen@
2016-02-11The defines in the /usr/src/distrib/notes/<arch>/features files controlRobert Peichaer
if certain parts of m4.common end up in the installation notes for an archictecture. - hppa has timezone info in bsd.rd now (according to list.local) - the macppc install.md sets MDXDM=y. OK shten@
2016-02-08If manual disklabel editing is requested during install, don't emitKenneth R Westerback
verbiage explaining what disklabels are. If you don't know, you should be using (A)uto! ok rpe@ halex@
2016-02-08If manual disklabel editing is requested during install, don't emitKenneth R Westerback
verbiage explaining what disklabels are. If you don't know, you should be using (A)uto! ok rpe@ halex@
2016-02-05syncStuart Henderson
2016-02-03syncJonathan Gray
2016-02-02syncVisa Hankala
2016-02-01sync to mainGleydson Soares
reminded by guenther@
2016-02-01update package version in pkg_add exampleStuart Henderson
2016-01-31spacingRobert Peichaer
OK krw@
2016-01-31- remove _d from local list which is a leftover from a previous changeRobert Peichaer
- rename a -> _src and localize it OK krw@, halex@
2016-01-29syncJonathan Gray
2016-01-27syncStuart Henderson
2016-01-27Check block 0 signature, physical block size and physical block count whenKenneth R Westerback
reading partition map. Check for unmapped physical blocks and overlapping partitions when reading partition map. No need for duplicate checks in validate_map(), so remove validate.c from build and 'v' command from code and docs.
2016-01-26spacingRobert Peichaer
OK krw@
2016-01-25localize _clistRobert Peichaer
feedback and OK halex@ OK krw@
2016-01-25Use new read/write_block0 and read/write_dpme which handle anyKenneth R Westerback
endian or alignment issues forcefully. Removes need for convert_* functions so unhook convert.c from build. read/write_block become static functions inside file_media.c. Tweak struct block0 to stop trying to handle alignment issues by clever declaration. Rely on the new functions to accurately translate between on-disk and in-memory layouts. Enables pdisk to work on amd64 and likely other architectures if it's ever desirable. Does bring back DEV_BSIZE to pdisk.c since the in-memory structure will *not* be 512 bytes on other archs.
2016-01-24spacingRobert Peichaer
ok krw@, halex@
2016-01-24- cleanup quoting in sed patternRobert Peichaer
- use shell built-in read command instead of 'sed q' OK krw@, halex@
2016-01-21syncTheo de Raadt
2016-01-20syncTheo de Raadt
2016-01-20syncTheo de Raadt
2016-01-18sync to mainTheo de Raadt
2016-01-17Discard stderr of fdisk and pdisk.Robert Peichaer
disussed with and OK krw@
2016-01-17syncTheo de Raadt
2016-01-16No need to abstract malloc(), so replace new_file_media() withKenneth R Westerback
malloc(). Removes last use of last used function in media.c, so unhook that from the Makefile and remove forward declarations from media.h. No functional change.
2016-01-16Nuke support for 1024- and 2048-byte sector devices. Error out ifKenneth R Westerback
anything other than 512-byte sectors are encountered. Unlink deblock_media.c from the build. ok jasper@
2016-01-15Replace bitfield_get() and bitfield_set() abstraction with simple maskingKenneth R Westerback
operations since all the uses but 1 are for 1 bit fields. No functional change intended. Unhook bitfield.c from build.
2016-01-15syncTheo de Raadt
2016-01-14Nuke 'HFS_name' field which was not referenced now other than settingKenneth R Westerback
it and freeing it. Unhook hfs_misc.c from build since it now longer contains anything being used.
2016-01-12Use normal err/errx/warn/warnx rather than handrolling new ones. MoveKenneth R Westerback
usage() to pdisk.c and nuke do_help() and '-h'. ok jasper@ deraadt@
2016-01-12get caught up with files krw removedTheo de Raadt
2016-01-12syncTheo de Raadt
2016-01-12The data for CGI_{METHOD,TIME,TZ} comes from an external source.Robert Peichaer
Validate before assignment. with feedback from and OK halex@ OK krw@
2016-01-10replace test command with [[ ]]Robert Peichaer
OK krw@
2016-01-10simplify patternRobert Peichaer
feedback halex@ OK krw@
2016-01-09Revamp the display of GPT information, hiding less importantKenneth R Westerback
information under the '-v' flag. This brings the GPT display more into line with the MBR display and simplifies and hardens the parsing of the partition info in the install scripts. Original problem with install scripts parsing hand edited GPT information reported by Valere Monseur via bugs@. Man page fixes and tweaks from jmc@. Install script changes tested & ok rpe@.