| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
Add code which theoretically should let you get a disk up from
start to finish while running multiuser, using your existing /dev
entries.
Notes:
svn path=/head/; revision=21711
|
|
|
|
| |
Notes:
svn path=/head/; revision=21698
|
|
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
|
|
|
|
|
|
| |
Try to make 4Mb floppies work again.
Notes:
svn path=/head/; revision=19992
|
|
|
|
| |
Notes:
svn path=/head/; revision=19515
|
|
|
|
|
|
|
| |
doesn't mean that our geometry can be flushed down the drain.
Notes:
svn path=/head/; revision=19431
|
|
|
|
|
|
|
| |
Noticed-by: jfieber
Notes:
svn path=/head/; revision=18830
|
|
|
|
|
|
|
| |
Beautify the code a little.
Notes:
svn path=/head/; revision=18744
|
|
|
|
| |
Notes:
svn path=/head/; revision=18687
|
|
|
|
| |
Notes:
svn path=/head/; revision=18683
|
|
|
|
|
|
|
|
|
| |
kernel" mechanism. This is just the foundation - more work follows
and will be committed over the next few hours.
Submitted-by: "Eric L. Hernes" <erich@lodgenet.com> & jkh
Notes:
svn path=/head/; revision=18650
|
|
|
|
| |
Notes:
svn path=/head/; revision=18612
|
|
|
|
| |
Notes:
svn path=/head/; revision=18452
|
|
|
|
|
|
|
| |
judicious use of dialog_clear_norefresh().
Notes:
svn path=/head/; revision=17404
|
|
|
|
| |
Notes:
svn path=/head/; revision=17398
|
|
|
|
| |
Notes:
svn path=/head/; revision=17376
|
|
|
|
| |
Notes:
svn path=/head/; revision=17372
|
|
|
|
| |
Notes:
svn path=/head/; revision=17370
|
|
|
|
| |
Notes:
svn path=/head/; revision=17368
|
|
|
|
| |
Notes:
svn path=/head/; revision=17365
|
|
|
|
|
|
|
|
|
|
|
| |
create them
twice.
Various cosmetic tweaks.
Notes:
svn path=/head/; revision=17362
|
|
|
|
| |
Notes:
svn path=/head/; revision=17025
|
|
|
|
|
|
|
|
|
|
|
| |
Add a few strategic screen clears.
Do a lot less wasted screen I/O in restoring screen contents that don't need
restoring.
Use tar instead of cp to back up /etc in installUpdate.
Don't panic when upgrade shell exits.
Notes:
svn path=/head/; revision=16975
|
|
|
|
| |
Notes:
svn path=/head/; revision=16887
|
|
|
|
| |
Notes:
svn path=/head/; revision=16718
|
|
|
|
|
|
|
| |
by Joerg.
Notes:
svn path=/head/; revision=16297
|
|
|
|
|
|
|
|
| |
selection since an attribute which looks good on a color console doesn't
necessarily look good in an xterm.
Notes:
svn path=/head/; revision=16208
|
|
|
|
| |
Notes:
svn path=/head/; revision=16204
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make "selection bar" inverse video white-on-blue on color screens to avoid
it getting muddled up with popup dialogs.
Do disk selection in a more friendly fashion (for one thing, allow a
drive to be de-selected again if you change your mind).
Add a few strategic screen-saves to prevent corruption of screen contents
(thanks, Michael Elbel!).
Notes:
svn path=/head/; revision=15695
|
|
|
|
| |
Notes:
svn path=/head/; revision=15465
|
|
|
|
| |
Notes:
svn path=/head/; revision=15445
|
|
|
|
|
|
|
| |
I'm testing it.
Notes:
svn path=/head/; revision=15439
|
|
|
|
|
|
|
|
| |
Make FTP re-initializion work.
Fix fix fix.
Notes:
svn path=/head/; revision=15419
|
|
|
|
|
|
|
|
|
| |
of days!
More display fixes to sysinstall and assorted tweaking.
Notes:
svn path=/head/; revision=15416
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Fix the last display bugs (I hope) by use of dialog rebuilds at stategic
points.
2. Clean up the distributions menus so that everybody (that's reasonable)
has All and Clear options for setting/clearing things en-masse.
3. Various attempts at display optimization.
4. Change the wording of the `Don't use Write!' dialogs to make them more
explicitly define when and when not to use the option.
Notes:
svn path=/head/; revision=15383
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I still have a _very very annoying_ display bug which occurs when a menu
item causes a submenu to be displayed - the screen repaints for the original
menu (which is restored upon return from the submenu) are off by about 4
characters. I've tried restoring the screen, the cursor position, you name
it - same deal. Grrrr! This commit is my first step in trying to get someone
else to help me look into this one since I'm just tearing my hair out at this
point!
Notes:
svn path=/head/; revision=15355
|
|
|
|
|
|
|
|
| |
2. Change more of the menu code over to new system.
3. Streamline label editor.
Notes:
svn path=/head/; revision=15242
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Use new dialog menu hacks (no strings, just arrays of dialogMenuItem structs)
so that I can create composite menus with radio/checkbox/... items in them,
removing some long-standing UI bogons in various menus. This work isn't
finished yet, but will be done in two phases. This is phase one.
2. Remove all the script installation stuff. I never got time to document it,
it was arcane and it just complicated much of the code. There are better
ways of doing this if I want to do auto-driven installations later.
3. Remove much dead code and otherwise attempt to remove as much historical
grot as possible so that this code is easier to hack on. This is also
a two-stage process, phase one of which is now complete.
Notes:
svn path=/head/; revision=15091
|
|
|
|
|
|
|
|
|
|
|
| |
recent libdisk changes. (sysinstall is guilty of using `private' in
quite more places, but since this ain't in library code, it's not that
important.)
Whenever possible, better not use C++ reserved words...
Notes:
svn path=/head/; revision=14793
|
|
|
|
| |
Notes:
svn path=/head/; revision=14725
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Revamp package installer to use new dependency lists and also
pkg_add's new `read from stdin' mode to prevent a copy of the package
from hitting the disk unnecessarily.
2. More fixes for running "not as init" - don't get upset if CDROM already
mounted, do the right thing instead.
3. If running as init, assume first-time install and _don't show the
(W)rite option in the fdisk screen.
4. Many other little tweaks, some of which will have to wait for fuller testing
until I can create a boot floppy (testing certain system-destroying
features of sysinstall can be a royal pain). Expect some more commits.
Notes:
svn path=/head/; revision=14670
|
|
|
|
|
|
|
|
|
|
|
| |
a boot selector in sector 0.
Closes PR # conf/963: Using the...
Submitted by: muir@idiom.com (David Muir Sharnoff)
Notes:
svn path=/head/; revision=13592
|
|
|
|
| |
Notes:
svn path=/head/; revision=12781
|
|
|
|
|
|
|
| |
Approved (in spirit) by: jkh
Notes:
svn path=/head/; revision=12661
|
|
|
|
|
|
|
|
|
|
| |
This looks like it was developed offline, and is being spammed over the
top of the existing. "That's fine by me! I dont really care how you do
it, just get it in there..." said Jordan in a conversation a short while
ago...
Notes:
svn path=/head/; revision=10882
|
|
|
|
| |
Notes:
svn path=/head/; revision=9202
|
|
|
|
| |
Notes:
svn path=/head/; revision=8881
|
|
|
|
|
|
|
| |
Update to Poul's latest gripe list fixes.
Notes:
svn path=/head/; revision=8820
|
|
|
|
| |
Notes:
svn path=/head/; revision=8751
|
|
|
|
|
|
|
|
|
| |
Clean up a few last display bugs.
Add sanity checking that makes sure user creates root and swap partitions.
Add swap partitions with swapon().
Notes:
svn path=/head/; revision=8702
|