Stefan Eßer
799e5f277f
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
...
New version with improved support for WIDE SCSI using the NCR 53c825.
Test for buggy secondary cache implementations.
PCI Int to IRQ mapping now specified per slot.
1994-09-28 16:34:13 +00:00
Jordan K. Hubbard
5d72c1c4ef
Make bt_timeout() match proper calling conventions - thank you -W!
1994-09-28 16:23:13 +00:00
Jordan K. Hubbard
6254670e83
Re-port over all of Atsushi Murai's 32bit support and various and sundry
...
improvements from 1.1.5.1. I tried to compile a kernel without BOUNCE_BUFFERS
with the previous version for my Bt946c and it puked and died. Bringing
these enhancements back in allows the faster controllers to DTRT while
still not messing up the older ISA/broken VLB controllers, since
bounce-buffering is still the default. In theory, anyway. Bt445S and Bt545S
folks should start testing this ASAP! (actually, Bt445C and Bt545C folks
even more so!).
1994-09-28 15:55:35 +00:00
Jordan K. Hubbard
66f8414941
Ye GODS! What I had to go through to make this thing exit with a non-zero
...
return status when a transfer failed! Hopefully, the next release will
do this more elegantly and make these changes short-lived.
1994-09-28 14:53:20 +00:00
Jordan K. Hubbard
ccd314ec46
Don't hardcode patch and its arguments. Not quite the same patch as submitted
...
by Robert Withrow, but he prodded me into thinking about it again. Thanks, Rob.
1994-09-28 14:19:30 +00:00
Andrey A. Chernov
045dbe68b0
/etc/profile added (the similar stuff like in csh.login)
1994-09-28 13:33:01 +00:00
Andrey A. Chernov
90bb125d48
Mark in comment, that startup locale restricted to 8-bit
1994-09-28 13:30:41 +00:00
Andrey A. Chernov
51c1ba8d0d
Change locale comments to be more clear
1994-09-28 13:19:54 +00:00
Paul Traina
ba2fac6c4b
getbootfile() not invoked
1994-09-28 06:37:41 +00:00
Bruce Evans
2fdcac7375
Don't build profiled libraries. (NOPROFILE= yes. I don't like the negative
...
logic or lack of checking of truth values. There are too many ways to spell
"yes". Some Makefiles spell it as "no".)
1994-09-28 03:59:29 +00:00
Bruce Evans
e04520cef3
Ensure normal selection and alignment of the text and data sections before
...
including files. vector.s sometimes left the data section misaligned
(depending on the configuration) so all the time-critical globals in icu.s
were sometimes misaligned.
1994-09-28 03:37:49 +00:00
Poul-Henning Kamp
9570795993
A minor slip, ktrnamei() is void, not int.
1994-09-27 21:26:56 +00:00
David Greenman
1ffd2a2cbd
Previous commit should have read ...in vm_page_alloc_contig().
...
...(this commit): moved initialization of 'start' to make it more clear
that it is initialized properly (also in vm_page_alloc_contig).
Reviewed by:
Submitted by:
Obtained from:
1994-09-27 20:49:02 +00:00
David Greenman
5992708aea
Fixed another bug, and cleaned up the code.
1994-09-27 20:45:24 +00:00
Poul-Henning Kamp
c3c6d51ea0
Added declarations, fixed bugs due to missing decls. At least one of them
...
could panic a system. (I know, it paniced mine!).
1994-09-27 20:42:59 +00:00
Poul-Henning Kamp
c172c3e66a
ktrace.c: added decl of ktrnamei
...
lkm.h: added decl of lkmdispatch
mount.h: added decl of vfs_busy,vfs_unbusy
syscall: The "created from" changed.
1994-09-27 20:39:54 +00:00
Poul-Henning Kamp
0dc7d9074f
Added
...
options DIAGNOSTIC
options MSDOSFS_DEBUG
1994-09-27 20:36:26 +00:00
Poul-Henning Kamp
24e6444874
Added include of <machine/cons.h> so that cngetc() gets declared.
1994-09-27 20:35:55 +00:00
Poul-Henning Kamp
3810319894
Moved the "relookup" routine into vfs_lookup.c from ufs/ufs/ufs_vnops.c.
...
Several FS's use this, so it doesn't belong in ufs. (unionfs, msdosfs and ufs)
1994-09-27 20:33:41 +00:00
David Greenman
0d040c7eae
Fixed multiple bugs in previous version of vm_page_alloc_contig.
1994-09-27 19:34:16 +00:00
Paul Traina
45fe7a082a
xntpd(8) doesn't know about /kernel (do it right, use get_bootfile()).
1994-09-27 18:30:26 +00:00
David Greenman
d3c2cf7a80
1) New "vm_page_alloc_contig" routine by me.
...
2) Created a new vm_page flag "PG_FREE" to help track free pages.
3) Use PG_FREE flag to detect inconsistencies in a few places.
1994-09-27 18:00:29 +00:00
David Greenman
4b301dcfc5
First round of changes to get the sound code working in 2.0.
1994-09-27 17:58:30 +00:00
David Greenman
e00fb8aaea
Woops, wrong solution to the problem. Backed out previous fix to ddb.h, and
...
nuked the db_printf() declaration from db_output.h.
Reviewed by:
Submitted by:
Obtained from:
1994-09-27 12:15:56 +00:00
David Greenman
1c7d67ba9c
Nuked db_printf() prototype; it now clashes with the one in db_output.h.
1994-09-27 12:11:09 +00:00
Andrey A. Chernov
7b3e881e50
Bug fixed: cursor shaping in mode swithching produce wrong results for
...
non-fat cursors, cursor_start goes beyond font size.
1994-09-27 11:40:02 +00:00
Poul-Henning Kamp
169cd910b7
Makes gcc silent in sys/ddb.
1994-09-27 03:34:58 +00:00
Andrey A. Chernov
38ddc3a6d6
Refuse text mode switching when proper font not loaded
1994-09-27 01:50:07 +00:00
Andrey A. Chernov
255318a894
idle time == 0 printed now as "-" like in good old BSD
...
skip cua* 3 chars as tty* 3 lchars
1994-09-27 01:00:18 +00:00
Paul Traina
5517824990
Enable new bind utilities.
1994-09-26 23:14:33 +00:00
Garrett Wollman
f64c928f58
Use same configuration file, /etc/host.conf, for both gethost* and
...
getnet* configuration. (It's highly unlikely that you'd want to do
something different, and network lookups aren't common enough to justify
their own configuration file.)
1994-09-26 22:45:10 +00:00
Garrett Wollman
d2920e07e6
Lots of kernel code requires vnodE_if.h, so provide code to generate it
...
if requested. LKMs which need it should use:
SRCS+= vnode_if.h
CLEANFILES+= vnode_if.h vnode_if.c
These rules were already present for VFS LKMs; now they are enabled all
the time. (VFS LKMs do not need the fragment above; it is still done for them.)
1994-09-26 22:34:04 +00:00
David Greenman
78eb91b47f
Fix comment: we have cron.
1994-09-26 22:20:19 +00:00
David Greenman
ff9c3a3239
ac(8) utility, brought over from FreeBSD 1.1.5.
1994-09-26 22:12:27 +00:00
Andrey A. Chernov
a2bc90c916
Sync again with termcap.src
1994-09-26 22:09:16 +00:00
Andrey A. Chernov
2b52c6fada
80x50 russian console added:
...
cons50r|cons50-koi8-r|80x50 koi8-r FreeBSD console:\
Aliases to koi8-r console added:
cons25r|pc3r|ibmpc3r|cons25-koi8-r|FreeBSD console for syscons koi8-r code table:\
ISO 8859-1 console 80x25 and 80x50 added with full semigraphics description
cons25l1|cons25-iso8859-1|80x25 ISO 8859-1 FreeBSD console:\
cons50l1|cons50-iso8859-1|80x50 ISO 8859-1 FreeBSD console:\
1994-09-26 22:02:38 +00:00
David Greenman
90c5321f61
ac(8) utility, brought over from 1.1.5.
1994-09-26 21:56:38 +00:00
David Greenman
27f8e9694d
Added sa.
1994-09-26 21:45:01 +00:00
David Greenman
6b5da6e295
Local changes - manual page extension, and minor man page changes
1994-09-26 21:41:06 +00:00
David Greenman
4b3a999186
This commit was generated by cvs2svn to compensate for changes in r3125,
...
which included commits to RCS files with non-trunk default branches.
1994-09-26 21:22:57 +00:00
David Greenman
b1069b52ff
Process accounting utility by Chris Demetriou.
...
Obtained from: NetBSD
1994-09-26 21:22:57 +00:00
David Greenman
c7d893de7a
Process accounting implementation by Chris Demetriou, with minor local
...
changes.
Obtained from: NetBSD
1994-09-26 21:09:15 +00:00
Andrey A. Chernov
a4a6c1695e
Add comment about where user can find loading fonts/keyboard example
1994-09-26 20:23:48 +00:00
Andrey A. Chernov
d28fc953f2
usage help: uncomment -d option, add -x option
1994-09-26 20:20:44 +00:00
Andrey A. Chernov
cc1ecf86f9
Start adjkerntz at 3:01 instead of 3:00, it is too early for TZ change at 3:00
1994-09-26 20:15:50 +00:00
Andrey A. Chernov
ef2a4156a4
Update pc3,pc3r,cons25,cons50 entries from termcap.src
1994-09-26 20:11:49 +00:00
Andrey A. Chernov
73c3e31517
Remove 'default' keymap, I forgot, that this work done by vidcontrol -L
1994-09-26 20:00:55 +00:00
Andrey A. Chernov
20f22c0990
Document -d and -x options
1994-09-26 19:58:07 +00:00
Paul Traina
d43f5ad71e
Make Cyrix CPU flush internal cache any time it goes into hold state.
...
(Meant to commit this a long time ago... oh well).
1994-09-26 16:56:22 +00:00
Paul Traina
3639a13133
Remove elvis editor preserve stuff. We don't have elvis in 2.0 (nor am
...
I aware of anyone who wants it given that we have nvi).
1994-09-26 16:52:04 +00:00