| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Tweak tweak.. | jkh | 1994-11-06 | 2 | -11/+11 |
* | I misunderstood dialog_prgbox() - fix it. | jkh | 1994-11-05 | 1 | -1/+1 |
* | Make ShowFile() now show gzip'd text files. This should save a fair | jkh | 1994-11-05 | 3 | -10/+10 |
* | Enable back dialog_msgbox in TellEm, real problem was delwin | ache | 1994-11-05 | 1 | -3/+1 |
* | Whoops! Knew I forgot something.. Bump the menu size. | jkh | 1994-11-05 | 1 | -5/+5 |
* | Add a chance to read the release notes, too. | jkh | 1994-11-05 | 2 | -7/+15 |
* | I'm not sure if we're just supposed to fall off the end like this, | jkh | 1994-11-05 | 1 | -1/+2 |
* | Make stage5 go either to a shell, or on to the bindist installation. | jkh | 1994-11-05 | 1 | -11/+17 |
* | Make this work the way it was really supposed to - less intrusively. | jkh | 1994-11-05 | 1 | -6/+2 |
* | Use /DISKSPACE.FAQ as help-file in the disk-editor. | phk | 1994-11-05 | 1 | -1/+1 |
* | Change the logic for how error messages are printed so we can actually | jkh | 1994-11-05 | 1 | -12/+17 |
* | Cosmetics: edit_line() does standend() when done; | phk | 1994-11-05 | 1 | -0/+1 |
* | Added a (H)elp function to the fdisk/disklabel code, much needed, now I only | phk | 1994-11-05 | 7 | -67/+139 |
* | Fixed a ghastly mistake. Edit_line() would "delwin(window)". Bad move | phk | 1994-11-05 | 1 | -3/+1 |
* | Fix a potential bug in stage2. | phk | 1994-11-04 | 2 | -2/+5 |
* | From njw@cs.city.ac.uk (Nick Williams): | dg | 1994-11-04 | 2 | -4/+26 |