summaryrefslogtreecommitdiff
path: root/distrib/utils/sysinst/arch/macppc
AgeCommit message (Expand)Author
2003-11-30- Change enum for partition numbers from [A..Z] to PART_[A..P] (16 is enough)dsl
2003-08-30Move definition of PART_USR to md.h where it has a chance of having some effect.dsl
2003-07-25Sprinkle a load of consts, and change a few variable names.dsl
2003-06-13Remove all references to minfsdmb and STDNEEDMB - neither are used any more.dsl
2003-06-12Move emulbackup message to MI set (conditional on AOUT2ELF marker).dsl
2003-06-11rototil of the set selection menudsl
2003-06-10Use dynamic menu for final editing of partition stabledsl
2003-06-06Remove a load of messages that are no longer used.dsl
2003-05-30Make all architectures (except amiga and mac68k) use the MI make_bsd_partitions.dsl
2003-05-30KNFdsl
2003-05-30Further collapsing of MD code:dsl
2003-05-29psrtsize and partstart are only over used inside md_make_bsd_partitions,dsl
2003-05-21Reduce the number of global variables slightly, use the ones that aredsl
2003-04-06When installing from floppy disks, let the user say which is the last onejmmv
2003-01-11Make everything compile again. All platforms compile on i386 now.christos
2002-10-17Rework how SMALLPROG was being used and how INET6 support was enabled.lukem
2002-08-02set root partition default bsize and fsize.grant
2002-06-21enable IPv6.itojun
2002-05-20use new installbootlukem
2002-04-09Polish language translation of sysinst. Build withhubertf
2002-04-08Polish language translation of sysinst. Build withhubertf
2001-11-29Update for the new kernel set names.thorpej
2001-01-14extend sysinst disk handling, some general clean ups, better /etc supportmrg
2001-01-07Use wrefresh(curscr) instead of clearok().jdc
2000-12-31Be paranoid and do a clearok() before we do a refresh().jdc
2000-12-21Don't output the termcap `cl' sequence.jdc
2000-12-03Welcome message `If you booted from a floppy,...' is somewhat port-specificminoura
2000-10-11* Change the interface of run_prog: use a flags argument instead offvdl
2000-10-02Add empty stubs for md_init().fvdl
2000-10-01Add xmisc set. THIS METHOD OF HANDLING SETS MUST DIE!!!thorpej
2000-09-26On the i386, enable swapspace as soon as the disklabel has been written,fvdl
2000-09-11MSG_fspart only takes onn argument - multnameabs
2000-07-25The `secr' set no longer exists; crypto is now part of the basethorpej
2000-03-28Add an option of the `secr' set (but default it to OFF), and allow thethorpej
2000-03-14Convert ask_sizemult to take an argument, so that MBR using ports canfvdl
1999-08-16Add generic make_bsd_partitions() in bsddisklabel.c useable by virtually allabs
1999-07-06beware whitespace at ends of lines in messages: it's actually meaningful!cgd
1999-07-04convert the custom distribution set table to be formatted withcgd
1999-07-04minor adjustments to make this stuff display properly with the automaticcgd
1999-06-22mark all calls to write 'CL' (the screen-clear escape sequence) to thecgd
1999-06-20typos noticed in PR#7248cgd
1999-06-20copyright notice typo fixups, as noticed in PR#7248. This softwarecgd
1999-06-20Moved to ./arch/macppc/msg.md.en,vcgd
1999-06-20Moved from ./arch/macppc/msg.md.eng,vcgd
1999-06-20Moved to ./arch/macppc/menus.md.en,vcgd
1999-06-20Moved from ./arch/macppc/menus.md.eng,vcgd
1999-06-20since all horizontal placement specs here are attempts to center the menu,cgd
1999-06-20kill bogus spaces before and after menu titles. the menu code now positionscgd
1999-04-23md_post_newfs() should return int.tsubai
1999-04-11- Add 2 functions in label.c, getpartoff()/getpartsize() used to let the userbouyer