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
/
disks.c
Age
Commit message (
Expand
)
Author
2023-06-24
Fix typo in comment.
msaitoh
2022-12-10
Update list with file systems who do have fsck adding udf since there is now a
reinoud
2022-12-10
Always map FS_BSDFFS to one of "FFS", "FFSv2" or "FFSv2ea" - previously
martin
2022-11-30
Fix primary boot selection for FFSv2ea filesystems
martin
2022-11-30
Add support for FFSv2ea in the partition type menus (internally setting
martin
2022-08-30
Simplify name trimming following a suggestion from rillig.
martin
2022-08-30
Fix typo (pointed out by rillig)
martin
2022-08-30
Invoke magic C promotion rules as originally intended - oops!
martin
2022-08-29
Trim trailing whitespace from disk names we got via drvctl.
martin
2022-06-24
Use proper ANSI function declarations.
tsutsui
2022-06-20
When the user aborts the target disk selection menu, return to the
martin
2022-06-19
Centralize the "we can newfs this type of filesystem" predicate
martin
2022-06-11
Slightly improved error handling when converion from one partition table
martin
2022-06-09
Add support for explicitly selecting "EFI system partition" as a partition
martin
2022-06-02
If we get the disk description via device properties, the strings may
martin
2022-05-16
Split the available disks (that may be partitioned) from the
martin
2022-05-15
Use non-deprecated proplib interfaces.
jmcneill
2022-05-15
disks: Get disk identify data from drvctl
jmcneill
2022-05-15
sysinst: Restore printing disk descriptions, lost in r1.35
jmcneill
2021-08-21
fix some more typos in comments/log messages, improve wording as well.
andvar
2021-08-12
PR 56354: all actions to set up swap space are not guaranteed to gain
martin
2021-08-08
s/partion/partition/ s/arrray/array/ in comments.
andvar
2021-07-14
When converting partitions from one scheme to another, never fail
martin
2021-01-31
sysinst: remove trailing whitespace from *.c *.h
rillig
2020-10-13
PR 55142: on popular demand bring back expert options to adjust the
martin
2020-10-12
Remove very strange code that special-cased MSDOS file systems and refused
martin
2020-09-28
PR 55379: avoid creating bogus /etc/fstab lines for /dev/cd* if no
martin
2020-09-22
Typo in comment
martin
2020-05-12
PR 55202: disable swapping if we started it due to low ram
martin
2020-02-19
Use strlcpy in a few places to guarnatee 0-terminated strings
martin
2020-02-06
PR bin/54944: make the "explicit single wedge" selection also work for
martin
2020-02-06
PR bin/54944: deal with escaped spaces in NAME= syntax in /etc/fstab.
martin
2020-02-06
bootxx_name() - fix oversight in previous change (do not assume first
martin
2020-01-27
Fix support for non-512-byte/sector disks again after I broke it when
martin
2020-01-24
Factor out all RAM size thresholds as defines to avoid magic numbers.
martin
2020-01-16
Fix /tmp tmpfs handling and on machines with enough RAM default to
martin
2020-01-09
Finish conversion of extended partitioning parts to new abstract
martin
2019-12-11
PR 54065: add optional "old compat" variant of ext2fs in file system
martin
2019-11-16
Make sure all menus have a translatable exit option (or none at all).
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-10-25
On device where we do not want a MBR (raid, xbd) skip the MBR partitioning
martin
2019-10-21
Skip unwanted (zero sized) partitions.
martin
2019-10-21
Remove a hardcoded assumption that for BIOS boot we always will have
martin
2019-08-20
PR install/54480: when upgrading a system and re-mounting the target /
martin
2019-08-08
Do not even consider to fsck partitions where we do not know the file
martin
2019-08-08
Do not try to fsck partitions we are never going to mount.
martin
2019-08-07
When creating the /etc/fstab for new installs, the sense of the "noauto"
martin
2019-08-07
Support upgrade of systems using NAME= syntax in /etc/fstab.
martin
2019-08-03
Properly handle partitions that we were requested to mount but not newfs.
martin
[next]