Commit Graph

19227 Commits

Author SHA1 Message Date
sos
8ba832a1b0 Modified moused to use select rather than read. This fixes using
the PS/2 mouse (psm device).
Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-01-20 08:09:20 +00:00
sos
5c8f8b80a3 Fix the bug that caused CTRL & ALT keys to be hanging sometimes after
an X seesion. Really stupid error of me, and I've been looking at
this code SO many times. Thanks to Kazutaka YOKOTA for seeing this..

Submitted by:	Kazutaka YOKOTA
1997-01-20 08:05:15 +00:00
wpaul
00b3979fab Fix bug that slipped through last big round of changes: sometimes
yp_next_record() is called without a key (from xdr_my_ypresp_all()),
in which case it returns the first key in the map. When doing this,
it also needs to update the key index in the map queue entry. Without
this, ypproc_all_2_svc() (and hence ypcat) don't work correctly.

Noticed by: Michael L. Hench <hench@watt.cae.uwm.edu>
1997-01-20 03:33:36 +00:00
dyson
581d4f851d Make MADV_FREE work better. Specifically, it did not wait for
the page to be unbusy, and it caused some algorithmic problems
as a result.  There were some other problems with it also, so
this is a general cleanup of the code.
Submitted by:	Douglas Crosher <dtc@scrooge.ee.swin.oz.au> and myself.
1997-01-20 02:25:14 +00:00
wosch
00e37028d0 Sort cross references. 1997-01-20 00:03:00 +00:00
jfieber
f71f2cbb89 Make -hdr and -ftr options (to include arbitrary HTML at the
top and bottom of output) work with docbook.
1997-01-19 21:21:18 +00:00
mpp
c1be454392 Various minor cleanup.
Partially Obtained from: NetBSD-bugs
1997-01-19 17:57:15 +00:00
max
36b1d4fb95 Merge 1.10 -> 1.12 changes. 1997-01-19 17:36:14 +00:00
sos
12366259ce Oops, the position of the savefont code was wrong, cur_console
wasn't set yet.
1997-01-19 17:34:14 +00:00
max
b99c84ff36 Added a newline at the end of file.
Reviewed by:
Submitted by:
Obtained from:
1997-01-19 17:33:49 +00:00
max
a2934b812b Merge 1.15 -> 1.16 changes. 1997-01-19 17:31:32 +00:00
max
9481854339 Merge 1.7 -> 1.8 changes. 1997-01-19 17:28:19 +00:00
max
1593de093b Merge 1.191 -> 1.199 changes. 1997-01-19 17:25:34 +00:00
max
220193236f Merge 1.48 -> 1.52 changes. 1997-01-19 17:24:36 +00:00
mpp
0baa905e04 Man page police. 1997-01-19 17:24:18 +00:00
mpp
60186b43ca Actually install the new ex.4 man page.
Forgotten by: David E. O'Brien
1997-01-19 17:18:57 +00:00
max
0b89d4d64b Make this list in alphabetical order by entity names again. 1997-01-19 17:18:25 +00:00
davidn
a9de8ad809 Impose login_cap resource limits on processes started by init.
/etc/rc started with "daemon" settings.
	"window=" started with "default" settings
	gettys started with "default" settings.
This should open the way to junk kernel options MAX_{OPEN,CHILD}
and the corresponding sysctl vars.
1997-01-19 16:49:13 +00:00
obrien
81ce285688 Basic manpage for the ex driver (Intel EtherExpress Pro/10).
Desired by:	Joerg
1997-01-19 11:16:43 +00:00
jkh
8c0ccd5a59 Correct a real brain-o in my check for when a "fixup" should be run.
Don't recreate parent menus just for submenus - it's irritating.
1997-01-19 10:27:12 +00:00
jkh
06b73de8a6 Use alarm's return status to more properly denote timeout rather than keeping
an icky global around.
1997-01-19 09:55:37 +00:00
kato
4b851bf8a9 Synchronize with sys/i386/isa/syscons.c revision 1.196. 1997-01-19 07:46:28 +00:00
obrien
b1f2c39fde Add bits to identify AMD K5 and K6 cpu's.
Tested only on my AMD K5 PR-133.  Bit values for K6 taken from AMD document
on how to test such things.

2.2 Candidate.
1997-01-19 01:56:55 +00:00
brian
3c45e81346 Rename a.brian to a.handy and a.briansomers to a.brian 1997-01-18 22:11:49 +00:00
jkh
f9405d2e22 Fix a variety of problems with my timeout handling, make it more
configurable (you can now set the timeout interval), fix a crash-bug
when no network device was attached.
1997-01-18 19:18:26 +00:00
jkh
a26db30566 Close PR#2522 - wrong reference to 2.1.5. 1997-01-18 16:43:23 +00:00
jkh
5c3f382847 Implement compiled-in config file handling a little better - now
that there's no filesystem on the boot.flp image we need to prompt
for the configuration floppy.
1997-01-18 16:37:15 +00:00
kato
7243d9766c Re-construct PC-98 code of device_infor[] entries. Enabled all
devices which was #ifndef PC98'ed.  This makes diff small between
i386/i386/userconfig.c and pc98/i386/userconfig.c.
1997-01-18 15:59:46 +00:00
sos
d31644d6e3 Oops! I commented out the waiting for retrace loops, because the
one in draw_mouse causes spontanious hangs on my p5-100 when I
move the mouse excessively. Forgot that on the last commit, so
using the mouse or destructive cursor would produce large amounts
of flicker..
1997-01-18 15:53:48 +00:00
kato
1ede4ba704 - Changed retry count from 1000000 to 10000 (same as IBM-PC's).
- Deleted unnecessary DELAY().
- Deleted space character at the end of line.
1997-01-18 15:51:43 +00:00
phk
ab0c6093a8 Increase default msgbuf to 8k. 1997-01-18 14:09:16 +00:00
joerg
321f4a1c24 Catch up with the moving target: merge the change from rev 1.19 of the
now dead sys/pci/if_pdq.c which has been committed about by the same
time i made my tests with Matt's code.

LINT should compile now again.

Well, that's a clear case where ``CVS writer locks'' would certainly
(not) have helped. :-]
1997-01-18 13:03:21 +00:00
kato
1466b5f458 Synchronize with sys/i386/conf/files.i386 (revision 1.151). 1997-01-18 10:29:55 +00:00
kato
cf80c4250e Synchronize with sys/i386/isa/syscons.c (revision 1.195). 1997-01-18 10:26:43 +00:00
kato
67db3d0b22 Synchronize with sys/i386/isa/clock.c (revision 1.74). 1997-01-18 10:25:04 +00:00
kato
2d4f60006a Synchronize with sys/i386/i386/machdep.c (revision 1.225). 1997-01-18 10:21:45 +00:00
kato
0abfb5fa61 Synchronize with sys/i386/i386/userconfig.s (revision 1.82). 1997-01-18 10:16:02 +00:00
phk
4bfa9da8b7 Add the trickery to power the "Conrad" DCF77 receiver. 1997-01-18 08:43:21 +00:00
pst
08d723e723 Fix buffer overrun problem.
Cannidate for: 2.2	[must]

Obtained from: Lite/2 and BSDI's published patch
1997-01-18 08:30:01 +00:00
brian
58058e2b45 Oh look - it's alphabetical too....... if at first you don't succeed...
Reviewed by:	None
Submitted by:   Brian Somers <brian@awfulhak.demon.co.uk>
Obtained from:  Brian Somers <brian@awfulhak.demon.co.uk>
1997-01-18 04:46:13 +00:00
brian
d0d1b77359 Get it right - the a.name is a reference to the contrib file entry... and
"a.brian" is already used.  It's now a.briansomers
Reviewed by:    None
Submitted by:   Brian Somers <brian@awfulhak.demon.co.uk>
Obtained from:  Brian Somers <brian@awfulhak.demon.co.uk>
1997-01-18 04:40:36 +00:00
gpalmer
5825cf1193 Zimmermann' has 2 n's in it.
Submitted by:	 Ulf Zimmermann
1997-01-18 04:35:43 +00:00
jfieber
2b8dbf2cec 1) Start making tweaks for new things in Docbook 3.0
2) Handle <keycombo> more or less correctly
3) Start dealing with <cmdsynopsis> (it is pretty ugly!)
4) Handle titles and attributions in blockquote.
5) Handle <accel> (accelerator keys in <guimenu> and friends)
6) Probably some other things...
1997-01-18 02:31:36 +00:00
brian
b15d4e1ddb Added myself to the handbook - as per Joerg's suggestion.
Reviewed by:    None
Submitted by:   Brian Somers <brian@awfulhak.demon.co.uk>
Obtained from:  Brian Somers <brian@awfulhak.demon.co.uk>
1997-01-18 01:53:12 +00:00
jfieber
c1ea292a49 Do the Right Thing(TM) with source files that have extensions
other than .sgml.
1997-01-18 01:48:04 +00:00
joerg
a1cb615aac Round #2. This basically brings back the changes from rev 1.12.
I have only separated both to make it more convenient merging all this
into 2.2.
1997-01-17 23:56:20 +00:00
joerg
f0638eb4b6 This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) up
to -current.

Thanks goes to Ulrike Nitzsche <ulrike@ifw-dresden.de> for giving me
a chance to test this.  Only the PCI driver is tested though.

One final patch will follow in a separate commit.  This is so that
everything up to here can be dragged into 2.2, if we decide so.

Reviewed by:	joerg
Submitted by:	Matt Thomas <matt@3am-software.com>
1997-01-17 23:54:45 +00:00
jfieber
ca453e7513 Add rudimentary docbook support:
sgmlfmt -d docbook -f html myfile.docb

Depreciate undocumented -white option (now default).
1997-01-17 23:38:40 +00:00
joerg
d1e1a29bfb This commit was generated by cvs2svn to compensate for changes in r21826,
which included commits to RCS files with non-trunk default branches.
1997-01-17 23:19:49 +00:00
joerg
25142c8453 Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'm
importing it onto a vendor branch first, in the hope that this will
make future maintenance easier.

The conflicts are (hopefully) unimportant.  More commits that actually
bring this into the source tree will follow.

Submitted by:	Matt Thomas (thomas@lkg.dec.com)
1997-01-17 23:19:49 +00:00