summaryrefslogtreecommitdiff
path: root/sbin/disklabel
AgeCommit message (Expand)Author
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-02-24Rename parselabel() to parsefstab() and makelabel() toKenneth R Westerback
2022-02-19The 'e' command of the simple editor has not provided editing ofKenneth R Westerback
2022-02-18writelabel() only needs one prototype.Kenneth R Westerback
2022-02-18Move prototypes for checklabel(), readlabel() and parselabel()Kenneth R Westerback
2022-02-18No need for makebootarea() prototype as makebootarea() perished with NUMBOOT inKenneth R Westerback
2022-02-14Whitespace nit.Kenneth R Westerback
2021-12-19Simplify error message emitted when requested partition sizeKenneth R Westerback
2021-11-10Max size of src also changed. Noted by Mikhail <mp39590@gmail.com>Otto Moerbeek
2021-11-10Add missing chunk form previous commitOtto Moerbeek
2021-11-09Increase min and max src a bit to accomodate growth and git usersOtto Moerbeek
2021-11-05Correct auto table entry for /var: it's 4G plus 2x physmemOtto Moerbeek
2021-09-20jmc was a bit too eager and deleted the -DSUN_CYLCHECK -DSUN_AAT0Theo de Raadt
2021-06-24trim usage to match the man page;Jason McIntyre
2021-05-30Fix overlap check in autoalloc code; ending_sector is the sector after theMark Kettenis
2021-03-09Do not adjust (uhm.. zero) the swap 'b' partition size if physmem isTheo de Raadt
2021-02-03unbreak getline() conversion in disklabelChristian Weisgerber
2021-02-02replace fgetln(3) with getline(3) in disklabelChristian Weisgerber
2021-01-31fix mistaken operator precedence in a pointer dereference in disklabelChristian Weisgerber
2020-11-14Constify dktypenames and fstypenames in libc.Philip Guenther
2020-07-21unify and cleanup -DSEEALSO chunks in both disklabel MakefilesTheo de Raadt
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-01-28Sync with table in editor.c; from Martin <openbsd at academicsolutions dot ch>Otto Moerbeek
2019-12-19Spell "mount point" as other man pages do, with a space.Anthony J. Bentley
2019-11-19Make /usr maximum 6G and grow it faster; ok lots of devsOtto Moerbeek
2019-08-21Bump /usr on big auto-allocation table; ok krw@ sthen@ phessler@Otto Moerbeek
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-11Add missing )Claudio Jeker
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-04-29Add '*' to disklabel(8) editor prompt when in-memory copy of disklabelKenneth R Westerback
2019-04-03Add comment to prod updates to regress/sbin/disklabelKenneth R Westerback
2019-04-02Use consistant idiom for checking return value ofKenneth R Westerback
2019-04-02No need for RESTORE (-R) to call DIOCGINFO and mpsave() twice inKenneth R Westerback
2019-04-02Remove l_perror() and rely on warn() for failureKenneth R Westerback
2019-04-01Bring documentation into better correspondanceKenneth R Westerback
2019-04-01No need to save/restore fields across the invocation ofKenneth R Westerback
2019-03-31simpler display;Jason McIntyre
2019-03-31update the default partition sizes in the man page as wellPeter Hessler
2019-03-31when using the auto partitioner, grow minimum size for /usr to 1300M.Peter Hessler
2019-03-31Enhance prompt shown during -E label editing. AlwaysKenneth R Westerback
2019-03-07update the error message for the interactive 'n' command to show thatJason McIntyre
2019-03-07use colons before showing examples; while here, replace the \*( char sequences;Jason McIntyre
2019-02-21Compute params of shrunk partition and not of resized one; ok krw@Otto Moerbeek
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2018-12-04The common autolayout with all partitions needs not at least 10GB to beClaudio Jeker
2018-11-25FS_BOOT partitions are just partitions. Not free(ish) space.Kenneth R Westerback
2018-09-21Increase /usr/local max size to 20 GB in default templatesolene
2018-09-19Update disklabel(8) man page with the new 5G minimum for /usr/obj.Alexander Bluhm
2018-09-18Increase minimum size for /usr/obj partition to 5 Gig. This allowsAlexander Bluhm