kato
0b7a5d801a
Synchronize with sys/i386/conf/Makefile.i386 revision 1.101.
1997-07-26 01:34:05 +00:00
pds
fe0a77d7be
Added bounds checking to the example after chasing down someone's
...
broken code where they'd copied the example basically verbatim and
blew an array. (engage brain before typing 'make')
1997-07-26 00:47:06 +00:00
dg
fff17f1bd7
Added support for the Seeq 80c24 PHY; does nothing except disable the
...
unsupported warning message for it.
1997-07-25 23:41:12 +00:00
jdp
7501e605de
In SCSI diagnostic messages, cause "0x" to be prepended to the number
...
in the "info" field to make it clear that it is hexadecimal.
1997-07-25 23:25:20 +00:00
se
117e72fbcb
Adjust for changes in data structures brought into ncr.c rev. 1.100.
1997-07-25 20:46:39 +00:00
se
d28d4e795b
Add Ultra-SCSI support and enable more features for advanced
...
Symbios/NCR SCSI chips (no-flush option, large fifo, ...).
Submitted by: Gerard Roudier <groudier@club-internet.fr>
1997-07-25 20:45:09 +00:00
phk
9595fcd5eb
A couple of new directories needed for tcl8.0b2
1997-07-25 20:36:54 +00:00
phk
7d889d046a
Tada!, tcl is now at 8.0b2 I belive.
1997-07-25 19:51:45 +00:00
phk
3c371370f3
The thing to do the trick to tcl.
1997-07-25 19:50:23 +00:00
phk
2dc6791f72
Resolve conflicts, seems like just one of our changes didn't make it back.
1997-07-25 19:49:22 +00:00
wollman
021417e0de
Provide a new `-b' flag to work around some broken HTTP/TCP implementations
...
that can't deal with a half-closed connection.
1997-07-25 19:35:44 +00:00
phk
cd0c23d19a
This commit was generated by cvs2svn to compensate for changes in r27676,
...
which included commits to RCS files with non-trunk default branches.
1997-07-25 19:27:55 +00:00
phk
30db386247
Import TCL release 8.0 beta 2.
1997-07-25 19:27:55 +00:00
wosch
e09ba6062a
Add ref to sysmouse(4).
1997-07-25 13:21:35 +00:00
phk
1333c949c4
Add option for compiling in a 8x16 font.
1997-07-25 11:53:30 +00:00
bde
909df620d0
Don't use !empty() on the potentially unset variable MANBUILDCAT. Using
...
it broke "everything" unless MANBUILDCAT was set.
1997-07-25 11:17:12 +00:00
bde
28fd362fe1
Removed a stray `.if' that broke everything.
1997-07-25 10:43:55 +00:00
brian
8ebf5a9ddf
Recalculate ip_sum before passing a
...
re-assembled packet to a divert port.
Pointed-out by: Ari Suutari <ari@suutari.iki.fi>
VS: then name the system in this line, otherwise delete it.
1997-07-25 03:58:21 +00:00
brian
fa74c6b5cf
Allow service names as the divert/tee arg.
1997-07-25 03:13:46 +00:00
fsmp
651e67a9c6
simplelock functions removed from apic_ipl.s.
...
ASM optimization by: Bruce Evans <bde@zeta.org.au>
1997-07-24 23:51:33 +00:00
fsmp
176a721ba4
Removed the simplelock functions.
...
Cleaned up the other functions.
1997-07-24 23:49:44 +00:00
wosch
bbdb1366d3
Add ref to vidcontrol(1).
1997-07-24 23:49:28 +00:00
fsmp
12a75d4d54
param.h:
...
Macros to convert the Lite2 lock manager primitives to the names used
in the kernel proper. This allows us to hide them from the lock
manager till they can be turned on.
smp.h:
declarations for the new simplelock functions.
1997-07-24 23:48:53 +00:00
wosch
8ce8e3e8d1
Add ref to moused(8).
1997-07-24 23:46:35 +00:00
fsmp
9b2257ffa2
Added a new SMP specific file: i386/i386/simplelock.s.
...
This code was split off from apic_ipl.s.
It contains the Lite2 lock manager primitives:
- s_lock_init()
- s_lock()
- s_lock_try()
- s_unlock()
1997-07-24 23:45:17 +00:00
pst
4660914fa1
Allow optional building of preformatted manual pages.
...
Reviewed by: wosch
1997-07-24 18:39:46 +00:00
fsmp
5bfd5a5b06
Fix a difference between the declaration & definition of isa_dmastatus().
...
Submitted by: Chuck Robey <chuckr@glue.umd.edu>
1997-07-24 18:05:22 +00:00
fsmp
f3f46f0996
Back out align attribute that corrupts "machine independance" of file.
...
Submitted by: Bruce Evans <bde@zeta.org.au>
1997-07-24 18:01:34 +00:00
wosch
4479faef61
Delete dead test code.
1997-07-24 17:44:46 +00:00
kato
b4ed1c780b
Treat 6x86MX CPU as 686-class CPU instead of 586-class CPU.
1997-07-24 14:19:25 +00:00
kato
c51924a1cb
Synchronize with sys/i386/isa/isa.c revision 1.96.
1997-07-24 14:10:54 +00:00
phk
d4a7214250
Be systematic here...
1997-07-24 09:50:53 +00:00
davidn
d10a6136b7
Make useage of hostname global variable consistent.
...
PR: 4135
Based on submitted patch by: blank@fox.uni-trier.de
1997-07-24 09:26:12 +00:00
charnier
572da9743b
Use err(3), add usage(), silent -Wall.
1997-07-24 07:05:02 +00:00
charnier
87d786e314
Add includes and prototype.
1997-07-24 07:02:55 +00:00
charnier
d2463fce84
.Nm mkdep -> .Nm.
1997-07-24 07:01:18 +00:00
charnier
49ace60aee
Add usage().
1997-07-24 07:00:17 +00:00
charnier
f61512bf13
Use err(3). Cosmetic in usage string.
1997-07-24 06:58:08 +00:00
charnier
2df2878db2
Use err(3).
1997-07-24 06:56:33 +00:00
msmith
a27c19ecbf
Add isa_dmastatus() for reading the current ISA DMA counter for a
...
given channel.
Submitted by: luigi@labinfo.iet.unipi.it (Luigi Rizzo)
1997-07-24 05:27:40 +00:00
fsmp
526dc5f515
Removed the defunct GET_MPLOCK/REL_MPLOCK macros.
...
These are no-ops for UP, and should have been removed when vector.s
was split into UP and SMP subsets.
1997-07-24 03:24:57 +00:00
brian
55aac7e4ff
Don't try to ioctl(,TIOCOUTQ,) on a closed
...
descriptor.
Reported by: Stephane Raimbault <stephane@cybersurf.net>
1997-07-24 02:42:34 +00:00
fsmp
68126f0545
Fixed possible deadlock from recursive INTs on same cpu. Since
...
we use lazy masking INTREN()/INTRDIS() might be called with INTs enabled.
This means another higher prio INT to the same cpu could attempt to
re-enter the critical region, but would spin waiting for the lock. Since
it is the owner, it would deadlock.
1997-07-23 21:25:31 +00:00
imp
181a3aef05
index -> strchr and rindex -> strrchr to reduce the number of gratuitous
...
diffes with NetBSD/OpenBSD. These changes seem to predate the NetBSD/OpenBSD
split, so it is hard to give proper credit for them.
Obtained from: OpenBSD.
1997-07-23 20:53:41 +00:00
fsmp
31c730f3a6
New simple_lock code in asm:
...
- s_lock_init()
- s_lock()
- s_lock_try()
- s_unlock()
Created lock for IO APIC and apic_imen (SMP version of imen)
- imen_lock
Code to use imen_lock for access from apic_ipl.s and apic_vector.s.
Moved this code *outside* of mp_lock.
It seems to work!!!
1997-07-23 20:47:19 +00:00
fsmp
8f17d1fae9
Forced 32bit alignment of struct simple_lock in param.h.
...
Added declarations of new simple_lock data and functions to smp.h.
1997-07-23 20:42:16 +00:00
fsmp
393e83e77c
Forced 32bit alignment of struct simple_lock.
1997-07-23 20:40:52 +00:00
msmith
0c9a90d609
Reorder decomposition of the filename argument for the '-h' flag to
...
avoid misprocessing in the case where the filename argument contains
more than one period.
Submitted by: micke@dynas.se (Mikael Hybsch)
1997-07-23 18:23:42 +00:00
jkh
6f0eaaa0cc
YAMF22 - /boot.foo fixups.
...
Also close PR#4151 by running newaliases (forgot to mention this
in my RELENG_2_2 commit, but it's there).
1997-07-23 15:13:18 +00:00
kato
c6ab590e3b
Synchronize with sys/i386/isa/clock.c revision up to 1.97.
1997-07-23 11:28:39 +00:00