index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
sysinst
/
label.c
Age
Commit message (
Expand
)
Author
2023-01-06
When matching real partitions to "wanted" install descriptions, skip
martin
2023-01-06
Minor fix calculating the remaining buffer size for partition flags.
martin
2022-12-15
PR 57100: check if we can newfs the proper fstype when adding a new
martin
2022-12-15
PR 57100: when adding a new partition, update current flags after
martin
2022-12-10
Comment and code style (cosmetic) changes, no functional change
martin
2022-11-30
Add support for FFSv2ea in the partition type menus (internally setting
martin
2022-11-17
Restore backward compatibility of UFS2 with previous NetBSD releases by
chs
2022-06-21
Fix free space accounting when partitions change size or are deleted.
martin
2022-06-21
renumber_partitions() needs to deal with removed/added partitions.
martin
2022-06-20
PR 56893: fix input validation when the user moves a new partition to
martin
2022-06-19
Centralize the "we can newfs this type of filesystem" predicate
martin
2022-06-18
Typo in comment
martin
2022-06-11
Avoid integer arithmetic overflow when checking a partition table without
martin
2022-06-11
Enhance support for the pseudo file system type "EFI System Partition".
martin
2022-06-09
Add support for explicitly selecting "EFI system partition" as a partition
martin
2021-05-09
Do not allow editing of start/size/fs-type for partitions that
martin
2021-01-31
sysinst: remove trailing whitespace from *.c *.h
rillig
2020-12-02
comparision -> comparison
wiz
2020-10-13
PR 55142: on popular demand bring back expert options to adjust the
martin
2020-10-13
When renumbering partitions (after deletions) be slightly more lax
martin
2020-10-10
Remove more pm->ptstart abuse - calculate values localy where needed
martin
2020-10-09
When MD code requests a reserved area (at the start of the disk)
martin
2020-10-03
PR 55384: detangle pm->ptstart from the "install" flag (selecting a
martin
2020-09-29
PR 55381: try to deal with moved (but not yet saved) partitions when
martin
2020-09-22
Keep a list of all partition tables from which we have deleted partitions
martin
2020-09-22
In the concrete partitions editor, after deleting the last partition move
martin
2020-09-22
When adding a new partition in the concrete partition editor, make sure
martin
2020-08-14
PR 55572: avoid crash when answering the mount point prompt for a previously
martin
2020-01-27
Fix support for non-512-byte/sector disks again after I broke it when
martin
2020-01-15
Avoid using the global "pm" variable in utility functions - during
martin
2020-01-09
Finish conversion of extended partitioning parts to new abstract
martin
2019-12-15
Fix overlapping partitions display
martin
2019-12-13
When finding (paritioning scheme native) partition types for file systems
martin
2019-12-11
PR 54065: add optional "old compat" variant of ext2fs in file system
martin
2019-11-13
Make cloning support optional, so we can save some space on very small
martin
2019-11-12
Add options to the various partitioning stages that allow cloning of
martin
2019-08-04
Fix copy&pasto: when we find a FFSv1 filesystem, properly record it
martin
2019-08-01
Do not strip the trailing / on root mounts when evaluation "last mounted
martin
2019-07-26
Strip trailing / from last mounted strings.
martin
2019-07-09
Allow newfs for ext2fs partitions too.
martin
2019-06-22
no need to initialize fields that are already 0.
christos
2019-06-12
Rework internal data structures and "interfaces to user interface" functions
martin
2018-11-28
Divide GIG by 512 (DEV_BLKSIZE) so we don't overflow 32 bit u_long
kre
2018-11-27
Cosmetics: consistently use MEG and GIG defines for size calculations
martin
2018-11-20
Convert all static menu struct initializiations to C99 name initializer
martin
2015-05-10
Backout the previous incorrect fix for PR 49440 and redo it more globaly:
martin
2014-08-03
(Finally) merge a slightly modified version of the 2012 GSoC results
martin
2014-07-26
Move sysinst sources to usr.sbin.
dholland