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
/
x68k
Age
Commit message (
Expand
)
Author
2022-06-24
Check on-disk disklabel properly even on ports without raw BSD disklabel.
tsutsui
2022-06-17
Use #define<space> consistently.
tsutsui
2022-06-17
Use consistent default partition sizes for similar ports.
tsutsui
2022-06-16
Define DEFSWAPSIZE properly. DEFSWAPRAM seems obsolete.
tsutsui
2022-06-11
Pull SMALLPROG stuff to disable unnecessary partitioning methods etc.
tsutsui
2022-01-29
When upgrading, update the boot code post extraction from
martin
2021-12-05
s/existance/existence/ in comment.
msaitoh
2020-10-12
PR 55536: when we find existing partition tables and have alternative
martin
2020-02-03
PR install/54921: skip non-user partitions when checking for overlaps
martin
2020-02-03
PR install/54921: message "ordering" takes a %s argument.
martin
2020-02-03
remove unused "emptypart" message (or moved to ifdef notyet area)
martin
2019-12-15
After installing boot blocks with RUN_NO_CLEAR (and handling the
martin
2019-12-09
PR install/54582: allow MD code to disable on-disk presence verification
martin
2019-10-02
Split out /rescue to its own set and adapt installers/images to add it.
maya
2019-07-13
We may call md_pre_mount() multiple times for the same install set,
martin
2019-06-20
Use _fmt_ msg_ methods when formats are needed.
christos
2019-06-12
Rework internal data structures and "interfaces to user interface" functions
martin
2018-11-16
Sync install size estimates with current reality
martin
2018-05-18
deconst -> __UNCONST, the former involves UB with NULL arithmetic.
joerg
2015-05-10
Backout the previous incorrect fix for PR 49440 and redo it more globaly:
martin
2015-01-02
Rather than scatter set_swap() calls wrapped in ram size checks through
abs
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