Age | Commit message (Collapse) | Author |
|
|
|
|
|
- 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@
|
|
Change description to better match the purpose of this function.
OK halex@
|
|
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@
|
|
OK krw@, halex@
|
|
OK krw@, halex@
|
|
verbiage to make more sense overall.
ok rpe@
|
|
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@
|
|
- Add part about TERM and keyboard layout question.
- "download" instead of "ftp get/reget"
Feedback from and OK sthen@
OK millert@
|
|
OK halex@
|
|
- the manual netconfig step was removed from the installer six years ago
- ntpd is enabled by default now
OK millert@
|
|
While there do it with less code.
with feedback from and OK halex@
|
|
OK sthen@
|
|
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@
|
|
verbiage explaining what disklabels are.
If you don't know, you should be using (A)uto!
ok rpe@ halex@
|
|
verbiage explaining what disklabels are.
If you don't know, you should be using (A)uto!
ok rpe@ halex@
|
|
|
|
|
|
|
|
reminded by guenther@
|
|
|
|
OK krw@
|
|
- rename a -> _src and localize it
OK krw@, halex@
|
|
|
|
|
|
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.
|
|
OK krw@
|
|
feedback and OK halex@
OK krw@
|
|
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.
|
|
ok krw@, halex@
|
|
- use shell built-in read command instead of 'sed q'
OK krw@, halex@
|
|
|
|
|
|
|
|
|
|
disussed with and OK krw@
|
|
|
|
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.
|
|
anything other than 512-byte sectors are encountered. Unlink
deblock_media.c from the build.
ok jasper@
|
|
operations since all the uses but 1 are for 1 bit fields. No functional
change intended.
Unhook bitfield.c from build.
|
|
|
|
it and freeing it. Unhook hfs_misc.c from build since it now longer
contains anything being used.
|
|
usage() to pdisk.c and nuke do_help() and '-h'.
ok jasper@ deraadt@
|
|
|
|
|
|
Validate before assignment.
with feedback from and OK halex@
OK krw@
|
|
OK krw@
|
|
feedback halex@
OK krw@
|
|
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@.
|