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
/
arch
/
evbarm
/
md.c
Age
Commit message (
Expand
)
Author
2022-01-29
When upgrading, update the boot code post extraction from
martin
2021-05-09
Keep MSDOS partition size and subtype consistent - some u-boot are picky.
martin
2020-11-28
Make sure the kernel set is selected, even if extracting parts of it
jmcneill
2020-10-14
Properly convert partition default sizes in MB to number of sectors
martin
2020-10-14
Move MBR writing (if any) post disklabel writing, otherwise strange
martin
2020-10-12
PR 55536: when we find existing partition tables and have alternative
martin
2020-05-29
DTB are no longer part of kernel set
jmcneill
2020-01-29
Do not compare a char array to NULL, test for empty string instead.
martin
2020-01-27
Fix support for non-512-byte/sector disks again after I broke it when
martin
2020-01-20
First try to bring evbarm installation closer to current reality.
martin
2020-01-09
Instead of a (bogus) attempt to query the model via ofctl, use the (now
martin
2020-01-09
Finish conversion of extended partitioning parts to new abstract
martin
2019-12-11
Get rid of the evbarm preliminary menu: do not bother to ask the user
martin
2019-08-14
When we ask the user to select a partitioning scheme and they refuse
martin
2019-07-13
We may call md_pre_mount() multiple times for the same install set,
martin
2019-06-13
In the new world order disks may come without any partitioning scheme
martin
2019-06-12
Rework internal data structures and "interfaces to user interface" functions
martin
2017-12-14
Fix RPI kernel file after FDTisation.
skrll
2015-05-10
Backout the previous incorrect fix for PR 49440 and redo it more globaly:
martin
2015-03-12
Boot partition as FAT32 doesn't really make sense, so don't force
joerg
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