| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=40695
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=38948
|
| |
|
|
|
|
|
| |
version in /stand to be static.
Notes:
svn path=/stable/2.2/; revision=34987
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=34432
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=34158
|
| |
|
|
|
|
|
| |
the aged eBones stuff. Doc fixes also as necessary.
Notes:
svn path=/stable/2.2/; revision=33605
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=32888
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=29520
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=28077
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=27800
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=27434
|
| |
|
|
|
|
|
|
|
|
| |
Is it bogus to replace a crunched binary with a single sysinstall
executable? Yes. Is it less bogus than not providing a reasonable
install target so you can tell users where to go and type "make all install"
in order to update sysinstall? No. Hence this commit, with reservations.
Notes:
svn path=/stable/2.2/; revision=27190
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=25994
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=25848
|
| |
|
|
|
|
|
| |
(since this code certainly hasn't for awhile) which breaks it.
Notes:
svn path=/stable/2.2/; revision=25102
|
| |
|
|
|
|
|
|
| |
more sweeping changes to the USE_XIG_ENVIRONMENT variable handling
to deal with this.
Notes:
svn path=/stable/2.2/; revision=24838
|
| |
|
|
|
|
|
| |
Add Paul Traina's script loading code.
Notes:
svn path=/stable/2.2/; revision=24074
|
| |
|
|
|
|
|
|
| |
(also forgot to mention - fixed a window leak in all clients
of the Layout* code).
Notes:
svn path=/stable/2.2/; revision=23591
|
| |
|
|
|
|
|
|
| |
1.53 +3 -1 src/release/sysinstall/Makefile
1.36 +1 -2 src/release/sysinstall/main.c
Notes:
svn path=/stable/2.2/; revision=21796
|
| |
|
|
|
|
|
| |
to build releases in both 2.2 and 3.0-current.
Notes:
svn path=/stable/2.2/; revision=20362
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=20234
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=19589
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=19575
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes the kernel panic when propagating userconfig changes to
arbitrary kernels.
Remove obsoleted `#include <tcl.h>' added a few <stdio.h> where
necessary.
Fix getting scsi bus information from an -incore kernel.
Turned on SAVE_USERCONFIG by default.
Notes:
svn path=/head/; revision=18894
|
| |
|
|
|
|
|
| |
Noticed-by: jfieber
Notes:
svn path=/head/; revision=18830
|
| |
|
|
|
|
|
| |
off SAVE_USERCONFIG again until Eric comes back from his trip.
Notes:
svn path=/head/; revision=18761
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18736
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now. Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later. This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted. Now we generate the symbol file in
release.8.
Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two
effects:
1. Userconfig is always entered, rather than only after a -c
(don't scream yet, it's not as bad as it sounds).
2. Userconfig reads a message string which can optionally be
written just past the boot blocks. This string "preloads"
the userconfig input buffer and is parsed as user input.
If the first command is not "USERCONFIG", userconfig will
treat this as an implied "quit" (which is why you don't need
to scream - you never even know you went through userconfig
and back out again if you don't specifically ask for it),
otherwise it will read and execute the following commands
until a "quit" is seen or the end is reached, in which case
the normal userconfig command prompt will then be presented.
How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):
% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO
Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched. The default
boot.flp startup sequence is now, in fact, this:
USERCONFIG
intro
visual
(Since visual never returns, we don't need a following "quit").
Submitted-By: phk & jkh
Notes:
svn path=/head/; revision=18702
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18698
|
| |
|
|
| |
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
|
| |
|
|
|
|
|
| |
just bogus). Also turn off by default - whoops!
Notes:
svn path=/head/; revision=18310
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18144
|
| |
|
|
|
|
|
| |
Make a menu more self-explanatory at user request.
Notes:
svn path=/head/; revision=17099
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15896
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15895
|
| |
|
|
|
|
|
|
| |
transfer speed in KB/sec while fetching stuff; this gives you a better
idea if your link has crashed or is behaving oddly.
Notes:
svn path=/head/; revision=15883
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in one place, leaking memory in another).
Add a facility to invoke subsystems directly by naming them on
sysinstall's command-line when running post-install. A replacement
for pkg_manage might, for example, be `/stand/sysinstall configPackages'
Fix bogon where upgrade shell was entered with tty modes spammed.
Fix bug with release name checking in ftp_strat. Turned a bunch of
bogus exit()s into proper calls to systemShutdown().
Notes:
svn path=/head/; revision=15788
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15512
|
| |
|
|
|
|
|
|
| |
Make FTP re-initializion work.
Fix fix fix.
Notes:
svn path=/head/; revision=15419
|
| |
|
|
|
|
|
| |
to work on.
Notes:
svn path=/head/; revision=15417
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixed DPADD again.
mk/bsd.README
Don't list the LIBXXX identifiers here. Describe them better.
mk/bsd.prog.mk
Updated the list of LIBXXX identifiers.
- recently added library libdisk.a wasn't mentioned (required for sysinstall)
- old objects kz*.o weren't mentioned
- old libraries libc_pic.a, libcom_err.a, libf2c.a, libg++.a, libgcc_pic.a,
libgmp.a, libipx.a, libkeycap.a, libss.a and libxpg4.a weren't mentioned
- old libraries libgnumalloc.a and libftp.a no longer exist
- old library libmp.a was said to not exist
- deprecated links libfl.a and libln.a weren't mentioned
Notes:
svn path=/head/; revision=14701
|
| |
|
|
| |
Notes:
svn path=/head/; revision=14663
|
| |
|
|
| |
Notes:
svn path=/head/; revision=14253
|
| |
|
|
|
|
|
| |
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
|