| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | New files that the last commit missed. | Paul Richards | 1994-11-18 | 4 | -0/+362 |
| * | Merge in my new mbr and disklabel code. | Paul Richards | 1994-11-18 | 7 | -1448/+847 |
| * | Add a "write Bootcode" option to the Fdisk editor. | Poul-Henning Kamp | 1994-11-18 | 3 | -3/+73 |
| * | Give the user a chance to retry the cpio floppy. | Jordan K. Hubbard | 1994-11-18 | 1 | -4/+6 |
| * | Remove edit_line(), use line_edit() libdialog function instead in all places | Andrey A. Chernov | 1994-11-18 | 3 | -163/+6 |
| * | Use dialog_clear_norefresh() if possible | Andrey A. Chernov | 1994-11-17 | 5 | -20/+19 |
| * | Use -1, -1 where is possible | Andrey A. Chernov | 1994-11-17 | 8 | -24/+24 |
| * | Rethink the cpio floppy verify a little. Don't use a magic cookie, | Jordan K. Hubbard | 1994-11-17 | 1 | -3/+3 |
| * | 1. Add check to see if CPIO floppy extracted properly. | Jordan K. Hubbard | 1994-11-17 | 4 | -143/+161 |
| * | Remove str{width,height} functions, they are in libdialog now. | Andrey A. Chernov | 1994-11-16 | 2 | -29/+1 |
| * | Use autodetected dimensions in Sorry! window | Andrey A. Chernov | 1994-11-15 | 1 | -1/+1 |
| * | Use TellEm instead of dialog_msgbox | Andrey A. Chernov | 1994-11-15 | 1 | -2/+1 |
| * | I buggered the last commit. Make sysinstall work again (^$&*!! missing | Jordan K. Hubbard | 1994-11-13 | 1 | -2/+2 |
| * | Whoops! Update the size of the main menu to 7 items. I'm sleepy. | Jordan K. Hubbard | 1994-11-13 | 1 | -2/+2 |
| * | Now I know what this message is really supposed to say.. :-) | Jordan K. Hubbard | 1994-11-13 | 1 | -1/+1 |
| * | Add hooks for a short trouble shooting document. | Jordan K. Hubbard | 1994-11-12 | 2 | -10/+18 |
| * | Don't continue if we don't get a /, swap and a /usr or 80Mb in /. | Poul-Henning Kamp | 1994-11-12 | 3 | -8/+42 |
| * | Make sysinstall deal with user interrupts properly. | Jordan K. Hubbard | 1994-11-11 | 1 | -1/+17 |
| * | 1. Ask the user one final time before newfs'ing his disk into oblivion. | Jordan K. Hubbard | 1994-11-11 | 2 | -6/+8 |
| * | Poul's and my idea of avoiding the last reboot at the end was | Jordan K. Hubbard | 1994-11-08 | 2 | -8/+7 |
| * | Detect that bininst has finished and go straight into the new system. | Jordan K. Hubbard | 1994-11-08 | 2 | -4/+6 |
| * | swapon had a bug. Thanks Michael, but couldn't you told me and not Jordan ? | Poul-Henning Kamp | 1994-11-08 | 1 | -2/+2 |
| * | Remember to set the d_type field correctly | Poul-Henning Kamp | 1994-11-08 | 1 | -0/+6 |
| * | Change TITLE to something more rational. Make sysinstall.c use it instead | Jordan K. Hubbard | 1994-11-08 | 2 | -2/+2 |
| * | Always say the magic word at the end. | Poul-Henning Kamp | 1994-11-08 | 1 | -8/+6 |
| * | Change Fatals to Warnings. | Jordan K. Hubbard | 1994-11-08 | 1 | -10/+10 |
| * | Fixup: | Jordan K. Hubbard | 1994-11-08 | 2 | -2/+6 |
| * | My last cosmetic changes. | Jordan K. Hubbard | 1994-11-07 | 3 | -13/+8 |
| * | Cosmetic. | Jordan K. Hubbard | 1994-11-07 | 2 | -5/+5 |
| * | Always clear before we "TellEm()" | Poul-Henning Kamp | 1994-11-07 | 1 | -1/+2 |
| * | Only Mount relative to Written disklabel. | Poul-Henning Kamp | 1994-11-07 | 1 | -7/+7 |
| * | Never have more than one active partition. | Poul-Henning Kamp | 1994-11-06 | 1 | -0/+4 |
| * | After fixing curses bugs use LINExCOLS in show file | Andrey A. Chernov | 1994-11-06 | 1 | -1/+1 |
| * | If a file is not present, it's not an error. This means you're using the | Jordan K. Hubbard | 1994-11-06 | 1 | -1/+1 |
| * | remember to tell dialog that we leave. | Poul-Henning Kamp | 1994-11-06 | 1 | -1/+3 |
| * | Retreat from the idea of using gzip'd ascii files. | Jordan K. Hubbard | 1994-11-06 | 2 | -6/+5 |
| * | label.c Make sure we always show 8 disk-partitions. | Poul-Henning Kamp | 1994-11-06 | 2 | -6/+13 |
| * | Sigh. My error message printing was still wrong. Wipe the sleep from | Jordan K. Hubbard | 1994-11-06 | 2 | -8/+7 |
| * | Don't use a shell, silly, we don't have one! | Jordan K. Hubbard | 1994-11-06 | 1 | -1/+1 |
| * | Tweak tweak.. | Jordan K. Hubbard | 1994-11-06 | 2 | -11/+11 |
| * | I misunderstood dialog_prgbox() - fix it. | Jordan K. Hubbard | 1994-11-05 | 1 | -1/+1 |
| * | Make ShowFile() now show gzip'd text files. This should save a fair | Jordan K. Hubbard | 1994-11-05 | 3 | -10/+10 |
| * | Enable back dialog_msgbox in TellEm, real problem was delwin | Andrey A. Chernov | 1994-11-05 | 1 | -3/+1 |
| * | Whoops! Knew I forgot something.. Bump the menu size. | Jordan K. Hubbard | 1994-11-05 | 1 | -5/+5 |
| * | Add a chance to read the release notes, too. | Jordan K. Hubbard | 1994-11-05 | 2 | -7/+15 |
| * | I'm not sure if we're just supposed to fall off the end like this, | Jordan K. Hubbard | 1994-11-05 | 1 | -1/+2 |
| * | Make stage5 go either to a shell, or on to the bindist installation. | Jordan K. Hubbard | 1994-11-05 | 1 | -11/+17 |
| * | Make this work the way it was really supposed to - less intrusively. | Jordan K. Hubbard | 1994-11-05 | 1 | -6/+2 |
| * | Use /DISKSPACE.FAQ as help-file in the disk-editor. | Poul-Henning Kamp | 1994-11-05 | 1 | -1/+1 |
| * | Change the logic for how error messages are printed so we can actually | Jordan K. Hubbard | 1994-11-05 | 1 | -12/+17 |