| Age | Commit message (Expand) | Author |
| 2012-06-30 | Use 32KB/4KB for default block/fragment size on >= 128 GB partitions | tsutsui |
| 2012-01-05 | we want the label name not the fstype name. | christos |
| 2012-01-05 | kill unused variable | christos |
| 2012-01-05 | use getfstypename from libutil. | christos |
| 2012-01-05 | - avoid dereferencing junk if fstype is out of bounds. | christos |
| 2011-07-06 | avoid a "multi-level non-const cast" warning from GCC 4.5. | mrg |
| 2011-05-30 | Use proper format strings. | joerg |
| 2010-05-03 | Prevent a -ve int -> uint32 underflow, noticed by joerg. | martin |
| 2010-01-02 | Change most of the variables that hold disk sector number to be (at least) | dsl |
| 2009-02-22 | Remove softdep menu item. | ad |
| 2008-08-08 | Allow the "log" option to be chosen for filesystems. Move "log" | simonb |
| 2006-10-23 | Correctly order "static" relative to "const" and "volatile", i.e. | he |
| 2006-10-05 | We now need <sys/param.h> to bring roundup() into scope. | he |
| 2006-06-10 | When we read 'last mounted' from an FFSv2 superblock set the flag to | dsl |
| 2006-05-16 | pointer signedness comparison fixes | dogcow |
| 2005-03-14 | Allow the user to change the partition type from FFSv1 to FFSv2 | dsl |
| 2005-01-20 | Default to using 2k fragments (16k blocks) on filesystems that are >1GB. | dsl |
| 2004-10-16 | Make compile with WARNS=3 | dsl |
| 2004-08-14 | Default to input in MB for all architectures (MB are cylinder aligned). | dsl |
| 2004-03-26 | Kill emptylabel() is doesn't DTRT since it doesn't know the size of the array. | dsl |
| 2003-11-30 | - Change enum for partition numbers from [A..Z] to PART_[A..P] (16 is enough) | dsl |
| 2003-10-19 | Checkpoint a load of changes - seems to work ok still. | dsl |
| 2003-08-10 | Let noexec, nodev and nosuid be written to /ets fstab entries | dsl |
| 2003-08-09 | Allow user to shoot themselves in the foot by specifing a non-standard | dsl |
| 2003-08-05 | When writing /etc/fstab: | dsl |
| 2003-07-27 | Remove 'menu_ent' parameter from action routines. | dsl |
| 2003-07-25 | Sprinkle a load of consts, and change a few variable names. | dsl |
| 2003-07-08 | Sort out (and remember) the disk partition we will install into. | dsl |
| 2003-07-07 | Another pass of the rototiller. Mainly: | dsl |
| 2003-06-27 | Pull texts from MI menus into language dependant text files. | dsl |
| 2003-06-16 | Fix some typos | dsl |
| 2003-06-16 | A load of KNF changes, plus a couple of strnxxx => strlxxx my fingers did | dsl |
| 2003-06-11 | rototil of the set selection menu | dsl |
| 2003-06-10 | Use dynamic menu for final editing of partition stable | dsl |
| 2003-06-09 | Use dynamic menu to select partition to edit | dsl |
| 2003-06-03 | Add NULL to all process_menu() calls - value is passed through to the | dsl |
| 2003-05-21 | Reduce the number of global variables slightly, use the ones that are | dsl |
| 2003-01-11 | Make everything compile again. All platforms compile on i386 now. | christos |
| 2003-01-10 | pass lint[pass1] | christos |
| 2002-12-23 | make the description text for special label offset a bit more explicit | jdolecek |
| 2002-12-05 | FILE *log -> FILE *logfp, to avoid warnings about gcc-current's | fvdl |
| 2002-07-29 | whitespace and comment cleanup. | grant |
| 2002-07-26 | enouth -> enough. | wiz |
| 2001-01-14 | extend sysinst disk handling, some general clean ups, better /etc support | mrg |
| 2000-12-22 | de-__P()-ify | mrg |
| 2000-10-17 | Improve labelling a bit, by allowing some shortcuts to start partitions | fvdl |
| 2000-10-11 | * Change the interface of run_prog: use a flags argument instead of | fvdl |
| 2000-10-11 | Create the disktab file directly, no need to waste precious inodes/space | fvdl |
| 1999-08-21 | Support ports which don't have 8 partitions/disk. | jdc |
| 1999-07-04 | message const poisoning, and conversion from integers to an opaque | cgd |