summaryrefslogtreecommitdiffstats
path: root/sbin/disklabel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not adjust (uhm.. zero) the swap 'b' partition size if physmem isderaadt2021-03-091-2/+2
* unbreak getline() conversion in disklabelnaddy2021-02-031-5/+6
* replace fgetln(3) with getline(3) in disklabelnaddy2021-02-021-14/+12
* fix mistaken operator precedence in a pointer dereference in disklabelnaddy2021-01-311-3/+3
* Constify dktypenames and fstypenames in libc.guenther2020-11-141-3/+5
* unify and cleanup -DSEEALSO chunks in both disklabel Makefilesderaadt2020-07-211-15/+10
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-4/+4
* Sync with table in editor.c; from Martin <openbsd at academicsolutions dot ch>otto2020-01-281-3/+3
* Spell "mount point" as other man pages do, with a space.bentley2019-12-191-5/+5
* Make /usr maximum 6G and grow it faster; ok lots of devsotto2019-11-192-7/+7
* Bump /usr on big auto-allocation table; ok krw@ sthen@ phessler@otto2019-08-212-5/+5
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Add missing )claudio2019-05-111-2/+2
* socppc makes an extended visit to the bigbucket.deraadt2019-05-111-2/+2
* Add '*' to disklabel(8) editor prompt when in-memory copy of disklabelkrw2019-04-292-4/+22
* Add comment to prod updates to regress/sbin/disklabelkrw2019-04-031-1/+7
* Use consistant idiom for checking return value ofkrw2019-04-022-23/+26
* No need for RESTORE (-R) to call DIOCGINFO and mpsave() twice inkrw2019-04-021-7/+2
* Remove l_perror() and rely on warn() for failurekrw2019-04-021-33/+8
* Bring documentation into better correspondancekrw2019-04-011-5/+8
* No need to save/restore fields across the invocation ofkrw2019-04-011-10/+2
* simpler display;jmc2019-03-311-3/+2
* update the default partition sizes in the man page as wellphessler2019-03-311-9/+9
* when using the auto partitioner, grow minimum size for /usr to 1300M.phessler2019-03-311-3/+3
* Enhance prompt shown during -E label editing. Alwayskrw2019-03-312-4/+4
* update the error message for the interactive 'n' command to show thatjmc2019-03-071-2/+2
* use colons before showing examples; while here, replace the \*( char sequences;jmc2019-03-071-8/+8
* Compute params of shrunk partition and not of resized one; ok krw@otto2019-02-211-5/+5
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* The common autolayout with all partitions needs not at least 10GB to beclaudio2018-12-041-3/+3
* FS_BOOT partitions are just partitions. Not free(ish) space.krw2018-11-251-2/+1
* Increase /usr/local max size to 20 GB in default templatesolene2018-09-212-5/+5
* Update disklabel(8) man page with the new 5G minimum for /usr/obj.bluhm2018-09-191-9/+5
* Increase minimum size for /usr/obj partition to 5 Gig. This allowsbluhm2018-09-181-2/+2
* Tighten validation tests on an obscure corner case ofkrw2018-09-111-7/+16
* Practice safe free()'ing by setting alloc to NULL tokrw2018-08-301-1/+2
* Never let FS_RAID partition be named, a.k.a. given a mount point.krw2018-08-301-40/+38
* Tweak messages emitted by editor_resize() so "Partition x shrunk ..."krw2018-08-281-6/+10
* disklabel(8) no longer touches bootstrap code so stop mentioning it.krw2018-08-271-33/+4
* disklabel(8) has not used the primary/secondary boot fileskrw2018-08-261-5/+1
* The three -B forms of disklabel(8) were nuked years ago. So removekrw2018-08-261-7/+2
* Always check the return values of get_[fsize|bsize|cpg].krw2018-08-231-10/+18
* Unbreak 'R'esize.krw2018-08-211-4/+5
* Nuke stray/pointless 'volatile' for local var.krw2018-08-111-2/+2
* Oops. Missing chunk from previous 'secs' -> 'ui'.krw2018-08-041-2/+2
* Rename local variable 'secs' to 'ui' to be consistant with all otherkrw2018-08-041-8/+8
* errno is never checked after a call to getuint64(). So there is nokrw2018-08-021-2/+1
* Cleanup and clarify getuint64() by using thekrw2018-07-121-104/+49
* Cleanup and clarify the has_overlap() logic so it can be read bykrw2018-07-121-46/+36