| Age | Commit message (Expand) | Author |
| 2022-07-10 | Preparations to make the extended partitioning during normal installation | martin |
| 2022-04-08 | fix various typos, mainly in comments, but also log messages, docs, game text. | andvar |
| 2021-11-06 | s/writting/writing/ | msaitoh |
| 2021-09-14 | sysinst: fix lint error about empty compound literal | rillig |
| 2021-07-17 | PR 56310: avoid assert() failures (or crashes) when the runtime addition | martin |
| 2021-01-31 | sysinst: remove trailing whitespace from *.c *.h | rillig |
| 2020-02-06 | Deal with partitioning schemes having no inner counterpart. | martin |
| 2020-01-27 | Fix support for non-512-byte/sector disks again after I broke it when | martin |
| 2020-01-15 | Fix handling of inner/outer partitions (e.g. MBR and disklabel) in | martin |
| 2020-01-10 | When asked to create a whole-disk partition for unknown usage, do not only | martin |
| 2020-01-09 | Finish conversion of extended partitioning parts to new abstract | martin |
| 2019-12-13 | When finding (paritioning scheme native) partition types for file systems | martin |
| 2019-11-16 | Make sure all menus have a translatable exit option (or none at all). | martin |
| 2019-10-06 | avoid calling snprintf/strlcat with an input parameter the same | mrg |
| 2019-08-13 | Make sure to completely initialize dynamic menu entries. | martin |
| 2019-07-25 | Gracefully get out of extended partitioning if the user did not create | martin |
| 2019-07-23 | For upgrade / re-install allow the currently running system as a target | martin |
| 2019-07-15 | Fix partition size display | martin |
| 2019-07-14 | Limit the number of menu entries in extended partitioning to the | martin |
| 2019-07-14 | Fix a few of the very stupid mistakes I made when converting this to | martin |
| 2019-07-13 | We may call md_pre_mount() multiple times for the same install set, | martin |
| 2019-06-22 | no need to initialize fields that are already 0. | christos |
| 2019-06-20 | Use _fmt_ msg_ methods when formats are needed. | christos |
| 2019-06-17 | Avoid variable length local array | martin |
| 2019-06-12 | Rework internal data structures and "interfaces to user interface" functions | martin |
| 2019-04-21 | Use FOREACH_SAFE when removing devices from our internal list. | martin |
| 2019-02-12 | Backout previous snprintf nonsense, instead STFU gcc 7's most | martin |
| 2019-02-11 | Fix a few off by one (in both directions) in previous, pointed out by mrg. | martin |
| 2019-02-11 | Remove unconditional truncation - it confuses gcc | martin |
| 2019-02-11 | Two more gcc 7 warnings when compiling wiht optimization on, one to go. | martin |
| 2019-02-11 | Make sure we properly truncate snprintf() results when the target buffer | martin |
| 2018-12-13 | Avoid undefined behaviour, pointed out by maxv | martin |
| 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 |
| 2018-05-18 | deconst -> __UNCONST, the former involves UB with NULL arithmetic. | joerg |
| 2018-05-01 | Change return type of pm_lvm_find() from int to void. | kre |
| 2018-05-01 | PR install/53220 | kre |
| 2018-05-01 | vnconfig has been renamed to vndconfig. Pointed out by kre. | martin |
| 2018-02-04 | fixes for GCC 6.4: | mrg |
| 2018-01-29 | Cosmetics: fix the order of calloc() arguments. | martin |
| 2018-01-28 | Fix copy paste error. from coverity. | maya |
| 2017-01-12 | - allocate space dynamically instead of putting structs in BSS. | christos |
| 2016-12-11 | Add aes-xts to sysinst(8). | alnsn |
| 2016-05-30 | Explicitly ignore errors in the hack for mucking with wedges; mark it XXX | dholland |
| 2016-05-30 | #if out some unreachable code that's apparently not yet supported. | dholland |
| 2015-05-17 | Invert sense of a vnd creation message ("Create new image: Yes") and kill | martin |
| 2015-05-10 | Backout the previous incorrect fix for PR 49440 and redo it more globaly: | martin |
| 2015-05-09 | Add a new utility function "update_wedges()", which triggers a scan | martin |
| 2015-01-02 | Rather than scatter set_swap() calls wrapped in ram size checks through | abs |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |