| Commit message (Expand) | Author | Age | Files | Lines |
* | I hope this gets my changes merged back into the current branch. | paul | 1994-11-19 | 8 | -296/+429 |
* | Insert newline into too long line | ache | 1994-11-19 | 1 | -2/+2 |
* | Fix more dialog bugs and core dumps introduced by previous commiter | ache | 1994-11-19 | 3 | -31/+27 |
* | Fix dialog things broken by previous commiter | ache | 1994-11-18 | 2 | -7/+12 |
* | Nuke edit_line crawled in again. Change all occurances to line_edit. | ache | 1994-11-18 | 4 | -159/+19 |
* | Update the in-core disklabel when we change the on-disk version. | paul | 1994-11-18 | 5 | -69/+116 |
* | New files that the last commit missed. | paul | 1994-11-18 | 4 | -0/+362 |
* | Merge in my new mbr and disklabel code. | paul | 1994-11-18 | 7 | -1460/+859 |
* | Add a "write Bootcode" option to the Fdisk editor. | phk | 1994-11-18 | 3 | -3/+73 |
* | Give the user a chance to retry the cpio floppy. | jkh | 1994-11-18 | 1 | -4/+6 |
* | Remove edit_line(), use line_edit() libdialog function instead in all places | ache | 1994-11-18 | 3 | -163/+6 |
* | Use dialog_clear_norefresh() if possible | ache | 1994-11-17 | 5 | -20/+19 |
* | Use -1, -1 where is possible | ache | 1994-11-17 | 8 | -24/+24 |
* | Rethink the cpio floppy verify a little. Don't use a magic cookie, | jkh | 1994-11-17 | 1 | -3/+3 |
* | 1. Add check to see if CPIO floppy extracted properly. | jkh | 1994-11-17 | 4 | -143/+161 |
* | New man pages from Ugen. Delete my old, first attempt. I only hope | jkh | 1994-11-17 | 3 | -0/+338 |
* | Make newlfs work by adding the MAXSYMLINKLEN and a byte padding to | gibbs | 1994-11-17 | 1 | -0/+2 |
* | Remove str{width,height} functions, they are in libdialog now. | ache | 1994-11-16 | 2 | -29/+1 |
* | Latest from Ugen J.S.Antsilevich" <ugen@NetVision.net.il>. Poul, please | jkh | 1994-11-16 | 1 | -842/+788 |
* | Use autodetected dimensions in Sorry! window | ache | 1994-11-15 | 1 | -1/+1 |
* | Use TellEm instead of dialog_msgbox | ache | 1994-11-15 | 1 | -2/+1 |
* | Check exit code of the dialer, from asa@gw.cronyx.msk.su | ache | 1994-11-14 | 1 | -3/+4 |
* | I buggered the last commit. Make sysinstall work again (^$&*!! missing | jkh | 1994-11-13 | 1 | -2/+2 |
* | Whoops! Update the size of the main menu to 7 items. I'm sleepy. | jkh | 1994-11-13 | 1 | -2/+2 |
* | Now I know what this message is really supposed to say.. :-) | jkh | 1994-11-13 | 1 | -1/+1 |
* | Add hooks for a short trouble shooting document. | jkh | 1994-11-12 | 2 | -10/+18 |
* | Don't continue if we don't get a /, swap and a /usr or 80Mb in /. | phk | 1994-11-12 | 3 | -8/+42 |
* | Make sysinstall deal with user interrupts properly. | jkh | 1994-11-11 | 1 | -1/+17 |
* | 1. Ask the user one final time before newfs'ing his disk into oblivion. | jkh | 1994-11-11 | 2 | -6/+8 |
* | Poul's and my idea of avoiding the last reboot at the end was | jkh | 1994-11-08 | 2 | -8/+7 |
* | Detect that bininst has finished and go straight into the new system. | jkh | 1994-11-08 | 2 | -4/+6 |
* | swapon had a bug. Thanks Michael, but couldn't you told me and not Jordan ? | phk | 1994-11-08 | 1 | -2/+2 |
* | More 12th hour fixes from Ugen. | jkh | 1994-11-08 | 1 | -65/+66 |
* | Remember to set the d_type field correctly | phk | 1994-11-08 | 1 | -0/+6 |
* | Change TITLE to something more rational. Make sysinstall.c use it instead | jkh | 1994-11-08 | 2 | -2/+2 |
* | Always say the magic word at the end. | phk | 1994-11-08 | 1 | -8/+6 |
* | Change Fatals to Warnings. | jkh | 1994-11-08 | 1 | -10/+10 |
* | Fixup: | jkh | 1994-11-08 | 2 | -2/+6 |
* | My last cosmetic changes. | jkh | 1994-11-07 | 3 | -13/+8 |
* | Cosmetic. | jkh | 1994-11-07 | 2 | -5/+5 |
* | Always clear before we "TellEm()" | phk | 1994-11-07 | 1 | -1/+2 |
* | Only Mount relative to Written disklabel. | phk | 1994-11-07 | 1 | -7/+7 |
* | Never have more than one active partition. | phk | 1994-11-06 | 1 | -0/+4 |
* | After fixing curses bugs use LINExCOLS in show file | ache | 1994-11-06 | 1 | -1/+1 |
* | If a file is not present, it's not an error. This means you're using the | jkh | 1994-11-06 | 1 | -1/+1 |
* | remember to tell dialog that we leave. | phk | 1994-11-06 | 1 | -1/+3 |
* | Retreat from the idea of using gzip'd ascii files. | jkh | 1994-11-06 | 2 | -6/+5 |
* | label.c Make sure we always show 8 disk-partitions. | phk | 1994-11-06 | 2 | -6/+13 |
* | Sigh. My error message printing was still wrong. Wipe the sleep from | jkh | 1994-11-06 | 2 | -8/+7 |
* | Don't use a shell, silly, we don't have one! | jkh | 1994-11-06 | 1 | -1/+1 |