J.T. Conklin
4cf61aba29
Fix grammar to eliminate support for unary minus expressions -- they
...
weren't supported, they aren't standard, and they caused expr to dump
core.
1993-09-14 22:49:52 +00:00
Rodney W. Grimes
7de54fdffe
>From: kuku@acds.physik.rwth-aachen.de (Christoph Kukulies)
...
Comment was wrong about what entries get made for vtyNN, it
is 0-b, not 00-12.
1993-09-14 21:42:14 +00:00
Andrew Moore
f814ff388d
Added option to overwrite an existing partition during install.
...
Added notes about ob-bs to install_notes.
1993-09-14 21:26:32 +00:00
Jordan K. Hubbard
5db659db0b
Fixed broken -t flag; thanks Rich!
1993-09-14 19:53:01 +00:00
Jordan K. Hubbard
f5f7ba035f
Bruce's multifarious patches for the floppy driver (not well tested, but
...
since what we have is crap as it is, it can't do much worse!).
1993-09-14 19:34:32 +00:00
Rodney W. Grimes
25344f7002
Make MOUNT be MOUNT? so I can easily override it for building 2 floppies
...
concurrently now that the floppy driver works good enought to do this!
1993-09-14 04:14:30 +00:00
Andrew Moore
02f990bac0
The install disks now print the partition table data with
...
offsets and sizes in units of cylinders. This will help
those who want to install FreeBSD between two existing
partitions.
Faked notes on installing via Kermit
1993-09-14 02:36:09 +00:00
Rodney W. Grimes
b6545fcc19
Removed DOS floppy build stuff, as this was just a poor idea that needs
...
a much better solution.
1993-09-14 00:59:49 +00:00
Rodney W. Grimes
4bf5b33639
Fixed missing newline at end of file.
1993-09-14 00:54:19 +00:00
Andrew Moore
b727d33a7b
Brought install_notes up to date.
1993-09-13 13:37:21 +00:00
Rodney W. Grimes
06c789f803
Fixed missing device name arguments to fdisk commands, this was the
...
cause of silient failure on scsi disk installs with the new floppies.
1993-09-13 12:23:38 +00:00
Rodney W. Grimes
a287a3fc73
Renumber the section starting at the duplicate 5. section. Changed
...
reference to RELNOTES.FreeBSD to not have an absolute path on it since
these appear in several places!
1993-09-13 07:53:28 +00:00
Andrew Moore
e525749e8a
Explain purpose and original of "dos" floppy.
1993-09-13 07:26:39 +00:00
Rodney W. Grimes
3ce358d20e
Changed ultrastore 14F/34F driver to irq 14.
1993-09-13 03:43:53 +00:00
Rodney W. Grimes
3bb1d96cd0
Put the uha0 controller at its proper default IRQ of 14! Thanks Warner!
1993-09-13 03:15:26 +00:00
Andrew Moore
8dddc300cb
Fixed the extract() command which I had broken attempting to implement
...
it without cat. It now requires cat again (no way around it unless
gunzip can accept arbitrary filename suffixes).
1993-09-13 02:23:55 +00:00
Rodney W. Grimes
6704009043
More file shuffling between floppies, needed to get rm on filesystem
...
floppy. Removed duplicates from DOS floppy.
1993-09-13 00:00:16 +00:00
Rodney W. Grimes
b949d34a31
Since reboot is now installed, use it if the fsck fails
1993-09-12 23:55:35 +00:00
Rodney W. Grimes
a2f17cb4ff
Change the "Insert secound installation floppy" to
...
"Insert the cpio installation floppy" to reduce confusion as to what floppy
is wanted.
1993-09-12 22:44:37 +00:00
Rodney W. Grimes
20d85dc7f5
>From: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey)
...
I'd like to be able to say:
options "SYMTAB_SPACE=78000" # Kernel debugger symbol table size
If this seems a reasonable interim solution for freebsd, here's the
patch.. Rich
1993-09-12 21:56:50 +00:00
Rodney W. Grimes
734916e02f
Removed /usr/contrib/bin from PATH
1993-09-12 21:40:19 +00:00
Jordan K. Hubbard
77277aa67e
Whoops - got the exclude flag wrong, try again.
1993-09-12 20:56:40 +00:00
Jordan K. Hubbard
599bf623a8
Fixed an embarassing bug with @owner, @mode & @group
1993-09-12 20:45:53 +00:00
Jordan K. Hubbard
7cb39e249b
Added and doc'd -X flag to pkg_create that allows you to specify an exclude
...
list for the final package.
1993-09-12 20:45:31 +00:00
Rodney W. Grimes
fc6e7c4535
Only put var and var/tmp in the cpio archive floppy, do not really need
...
the whole /var tree at this time.
1993-09-12 20:37:05 +00:00
Andrew Moore
778cac5fae
added a couple echo's
1993-09-11 08:55:41 +00:00
Andrew Moore
aecc66379a
Forgot to export PATH
1993-09-11 08:41:03 +00:00
Andrew Moore
60df7b74ae
Mentioned using fdisk to change active partition on multi-os systems
...
if os-bs is not installed.
1993-09-11 08:32:50 +00:00
Andrew Moore
fde3cccae0
Silence cp diagnostics for dos floppy install in case
...
directories exist (e.g., after running os-bs).
1993-09-11 08:17:00 +00:00
Andrew Moore
752c095793
remove \'s from where they shouldn't be.
1993-09-11 08:12:28 +00:00
Andrew Moore
39da311037
Quick checkin between network hangs...
...
Restored trap calls in profile, and reset trap 2 at end of fsck.
Make installation of fourth floppy an option.
1993-09-11 08:08:11 +00:00
Rodney W. Grimes
d92c47dabf
Converted many occurances of multiple spaces to tabs to save bytes
...
any way I can. Converted all echo "" to be just echo
Removed sync call that seems to hang due to fd/wd driver interaction..
Now rm /.profile before the cpio floppy is copied in, this should fix
a bugger I was having with an open shell script that gets over written.
1993-09-11 06:03:37 +00:00
Rodney W. Grimes
3f0cc05d5a
tar ball names converted from the form x.tar.gz.xx to x_tgz.xx so the
...
DOS folks are happy.
1993-09-11 00:10:57 +00:00
Rodney W. Grimes
71aeecabc7
Put bin/df back on the filesystem floppy since there is room for it
...
after all. Removed it from DOS floppy.
Added COPYRIGHT to DOS floppy since it does have *BSD binaries on it!
Fixed missing ; \ when creating dev entries on filesystem floppy
Fixed rm in wrong directory, please don't rm in the DESTDIR area!!
1993-09-10 23:57:00 +00:00
Nate Williams
7c2b54e804
Removed volatile functions which were causing grief in the system, since
...
volatile functions are undefined, and there is no reason to have them
in our kernel.
1993-09-10 22:14:37 +00:00
Rodney W. Grimes
70a3b3d1af
This is just to shut the compiler up
...
===================================================================
RCS file: /a/cvs/386BSD/src/sys/i386/i386/vm_machdep.c,v
retrieving revision 1.3
diff -c -r1.3 vm_machdep.c
*** 1.3 1993/07/27 10:52:21
--- vm_machdep.c 1993/09/10 20:12:53
***************
*** 179,184 ****
--- 179,186 ----
#endif
splclock();
swtch();
+ /*NOTREACHED*/
+ for(;;);
}
cpu_wait(p) struct proc *p; {
1993-09-10 20:39:13 +00:00
Andreas Schulz
3400567027
Fixed a small typo in an error printf.
1993-09-10 18:03:21 +00:00
Rodney W. Grimes
e793dbb026
From guido@gvr.win.tue.nl Wed Sep 8 13:34:16 1993
...
That is because TIOCMGET was broken. Yes...this is known for some time
and no, we (Bruce and me) never posted it. Why? Simply because we choose
to post fixes when we fixed most of the bugs.
Anyway..now that the slip problems are coming, here is a fix for
correct TIOCMGET behaviour.
-Guido
Note: this should be tested first (Rich?). Tested by rgrimes
1993-09-10 16:59:16 +00:00
Rodney W. Grimes
572de91566
Moved db_end_line after db_printf to eliminate forward reference and
...
shut up the compiler about prototype mismatch.
1993-09-09 23:03:24 +00:00
Andrew Moore
356f5306c2
Combined some conditional statements now that `test' works correctly.
1993-09-09 14:04:20 +00:00
Andrew Moore
378e47a293
Mostly cosmetic changes.
...
Added notes installing os-bs.
1993-09-09 13:52:36 +00:00
Rodney W. Grimes
f03cb6c766
The scsi cd.c driver is now fully dynamic. You can change the lines
...
in your config file from:
device cd0
device cd1
...
device cdn
to either
device cd0
or
psuedo-device cd0
The driver now dynamically allocates all per unit dependent structs, so it
will never run out of units (okay, so now we need 32 bit device major/minor
numbers!). It will allocate unit numbers as it needs them.
1993-09-09 07:18:52 +00:00
David Greenman
1df5695c0a
As of this revision, all known bugs have been fixed. Some of the fixes include:
...
1) fixed 3c503 lock-up if the thinwire cable was disconnected at boot time
2) 8013EBT boards now work (quite well!) in 16bit/16k mode
3) ED_NO_DOUBLE_BUFFERING flag now works
4) slightly higer performance (about 3%) with 16bit WD/SMC boards
5) support for WD8013WC (10BaseT) boards
Additionally, the probe code has been reorganized to be much cleaner. This
revision of the driver is 1.25. The release notes have been updated as well.
1993-09-09 07:01:23 +00:00
Rodney W. Grimes
5c8830eef2
Changed the delay from 100 seconds to 20 seconds if you don't have scsi
...
dump code.
1993-09-09 01:30:46 +00:00
Rodney W. Grimes
b4f05987df
Changed the pg("ptdi> %x") to a printf and then a panic, since we are
...
going to panic shortly after this anyway. Destroys less state, and
keeps the machine from waiting for someone to smash the return key
a few times before it panics!
1993-09-09 01:11:41 +00:00
Rodney W. Grimes
fa67110305
From: baukno@login.dkuug.dk (S|ren Schmidt)
...
Subject: Patches to syscons/wd
Man pages for keyboard & screen (using syscons)
1993-09-09 00:32:25 +00:00
Jordan K. Hubbard
299ac87439
Rudementary README
1993-09-08 23:46:04 +00:00
Jordan K. Hubbard
2f9a071537
Fixed some language + error where 3 floppies are called for in beginning
...
and 4 later.
1993-09-08 22:51:49 +00:00
Rodney W. Grimes
2acb5617cd
From: ccml@hippo.ru.ac.za (Mike Lawrie)
...
Subject: Install.notes for FreeBSD-1.0-G
Here is the hacked install notes file for FreeBSD-1.0-GAMMA.
Please get someone to check the few points marked <<please check>>.
From: rgrimes
Checked the <<please check>>, and cleaned up some details.
1993-09-08 22:27:59 +00:00
Jordan K. Hubbard
cc4dfeaaa0
Soren's latest syscons changes.
1993-09-08 22:11:48 +00:00