Jordan K. Hubbard
02f3e729fe
Write out new boot blocks on upgrade.
1999-02-15 02:22:47 +00:00
Jordan K. Hubbard
a83aea7558
Do a better job of finding the default root device.
1999-02-15 02:22:24 +00:00
Matthew Dillon
1ce137be82
Fix a bug in the new madvise() code that would possibly (improperly)
...
free swap space out from under a busy page. This is not legal because
the swap may be reallocated and I/O issued while I/O is still in
progress on the same swap page from the madvise()'d object. This bug
could only occur under extreme paging conditions but might not cause
an error until much later. As a side-benefit, madvise() is now even
smaller.
1999-02-15 02:03:40 +00:00
Jordan K. Hubbard
e430ec940a
away go lkms, in come klds.
1999-02-15 00:56:38 +00:00
Jordan K. Hubbard
065f34b7e2
Unbreak the fixit floppy.
...
Clean up some of the media handling to use common routines.
1999-02-15 00:49:33 +00:00
Andrzej Bialecki
5a1e113f67
Copy the 'reboot' script only for "dial" floppy.
1999-02-15 00:27:00 +00:00
Dmitrij Tejblum
69a6a9961e
Remove couple of 'extern int errno'. (They turned to something funny when
...
<errno.h> included).
1999-02-14 22:22:54 +00:00
David E. O'Brien
7a519a0014
Cosmetic reformating.
1999-02-14 22:04:09 +00:00
Nicolas Souchu
5174ad8b76
More appropriate fix to the id_irq read during probe
1999-02-14 22:02:47 +00:00
Dmitrij Tejblum
bd54ec1edf
From rev. 1.12 of usr.sbin/pstat/pstat.c by phk:
...
Reflect the fact that we do not swap on the first <dmmax> blocks of a
swapdev, to protect disklabels and other such magic stuff.
1999-02-14 21:42:05 +00:00
Jordan K. Hubbard
21300d38a6
Put a convenient marker in rc.conf to show updates.
...
Better screen saver descriptions.
1999-02-14 21:35:02 +00:00
Jordan K. Hubbard
046bfca773
Fix incorrect initial state for two variables.
1999-02-14 21:26:29 +00:00
Matthew Dillon
ef528b292a
Only needed to cast array index from char to unsigned char, did not
...
also have to cast it to int. (int)(unsigned char)char_exp ->
(unsigned char)char_exp.
1999-02-14 20:58:21 +00:00
Guido van Rooij
05440e6882
On second thought: do previous fux in pcic.c better.
...
Now we just untimeout the call to inserted() if it exists.
1999-02-14 20:41:01 +00:00
Jordan K. Hubbard
7d0d5e18d4
MF3: add SYSVMSG
1999-02-14 20:28:38 +00:00
Guido van Rooij
a1f7e1b4c5
Somehow, it is possible to get a pcicintr() when in the resume process.
...
This will trigger inserted()) to be called twice which confuses pccardd.
Add code to not process pcicitr())'s when in the middle of a resume
process. The real insertion of cards and the emulated one in the suspend/resume
code really do not mix up.
1999-02-14 20:16:15 +00:00
Jordan K. Hubbard
829024ef22
MF3: SYSVMSG addition, fluff with release notes.
1999-02-14 20:14:58 +00:00
Jordan K. Hubbard
1853f513c2
Include all the recent screen savers.
1999-02-14 20:14:07 +00:00
Jordan K. Hubbard
f10c8b1a7b
Look in correct rc.conf file.
...
Submitted by: Kevin Street <street@iname.com
1999-02-14 20:06:02 +00:00
Jordan K. Hubbard
905c3aead2
DTRT for acd/wcd backwards compatibility
1999-02-14 19:41:36 +00:00
Jordan K. Hubbard
246a56f16e
Update to match ports reality.
1999-02-14 18:53:17 +00:00
Jordan K. Hubbard
340f94beeb
4.0-current!
1999-02-14 18:48:44 +00:00
Nicolas Souchu
a1142115dd
The way the interrupt id was calculated was wrong and the lpt
...
driver was thinking irq was enabled although it wasn't.
This case was particular to a no-interrupt static configuration.
Reported by: "Norman C. Rice" <nrice@emu.sourcee.com>
1999-02-14 17:09:59 +00:00
Nicolas Souchu
e3ded6e2c7
Move lp.4 to man4. It is not i386 dependent.
...
Fix ppbus and lpt declaration ('0' forgotten). Add info about retrieving
printer status with 'cat /dev/lpt0'.
1999-02-14 16:22:27 +00:00
Nicolas Souchu
17b5923dbb
Move away from lpt.h data structure definition that only lpt.c relies on.
...
Remove if_plip.c dependency to lpt.h.
1999-02-14 16:19:16 +00:00
Nicolas Souchu
4012f363f2
Return approriate errors to userland.
1999-02-14 14:36:45 +00:00
Dag-Erling Smørgrav
9429c06824
Mention that chflags can fail with EOPNOTSUPP.
1999-02-14 13:58:18 +00:00
Dag-Erling Smørgrav
ad5ebf3fba
Ignore errors from chflags. This makes it possible to make installworld
...
with DESTDIR set to an NFS-mounted file system.
1999-02-14 13:56:15 +00:00
Nicolas Souchu
3876b69238
Add -e option and change unit to device access in lptcontrol.8
...
Change unit to device access in lptcontrol.c. Now usage is
lptcontrol -i | -p | -e [-d /dev/lpt?]
1999-02-14 12:23:49 +00:00
Brian Somers
9576e3690f
Describe manual dialing in greater detail.
...
Mention more rfc numbers.
Don't ``.Nm Ppp'' (just use ``.Nm'').
1999-02-14 12:16:41 +00:00
Nicolas Souchu
953cd93fe6
Create new lpt manpage with ppbus info and the original lpt info.
...
Fix lp.4 ppbus terminology.
1999-02-14 12:06:16 +00:00
Nicolas Souchu
3ab971c14f
Fix interrupt handling with DMA. Bit nFault was tested in the control reg.
...
instead of the status reg. and check ECP mode before considering nFault.
1999-02-14 12:03:35 +00:00
Nicolas Souchu
fdf94d1afe
Rename nlpt to lpt.
...
Remove from ppi.c the old depreciated module stuff.
Print info when if_plip can't use interrupts.
1999-02-14 12:00:00 +00:00
Andrey A. Chernov
ac658617e7
use minimum length for strcoll too
1999-02-14 09:44:56 +00:00
Jordan K. Hubbard
277434debe
Use more sensible defaults.
1999-02-14 07:43:07 +00:00
Jordan K. Hubbard
0616103816
rc.conf vars no longer "dirty" by default.
1999-02-14 07:35:27 +00:00
Jordan K. Hubbard
37e9b7b068
Preserve existing rc.conf contents.
1999-02-14 05:52:57 +00:00
Warner Losh
1fc1a0dc40
lpt -> nlpt and ppbus due to Dag's changes.
...
Submitted by: Joseph Koshy <jkoshy@FreeBSD.ORG>
P.S. Forgive the delay on committing this. I've been out of town at
a funeral until just a few minutes ago.
1999-02-14 05:18:35 +00:00
Bill Fenner
7c6bb6db05
Fix .Fx usage.
1999-02-13 21:45:58 +00:00
Jordan K. Hubbard
e972b3c36a
Make sure correct path is set in upgrade.
...
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1999-02-13 18:49:02 +00:00
Nicolas Souchu
2eb8cdadfd
Fix the date and add an smbus declaration
1999-02-13 18:08:35 +00:00
Nicolas Souchu
67c13fce36
Handle correctly iicbus request/release mechanism. Add iicbus allocation
...
to the general purpose i/o iic(4) driver.
1999-02-13 18:01:55 +00:00
Nicolas Souchu
ba81c311c1
Fix smbus allocation and add the alsmb (see alpm(4)) driver.
1999-02-13 17:57:19 +00:00
Nicolas Souchu
c5ea635c67
Add alpm, Acer Aladdin-IV/V/Pro2 Power Management Unit. See alpm(4).
1999-02-13 17:54:32 +00:00
Nicolas Souchu
5ca2e94010
Add alpm.c, Aladdin Power Management SMBus support for the SMBus framework.
...
Update pcisupport.c with NALPM and Aladdin USB detection printf.
1999-02-13 17:51:46 +00:00
Nicolas Souchu
24ca0d705d
Add pci/alpm.c, Aladdin SMBus driver (alpm(4)).
1999-02-13 17:49:57 +00:00
Nicolas Souchu
b25bbcd048
Add alpm.4, Aladdin Power Management SMBus support for the SMBus framework.
1999-02-13 17:48:41 +00:00
Bruce Evans
2088de1b49
Don't pass PSL_NT to vm86 signal handlers. Some vm86/real mode
...
programs, including msdos, set PSL_NT in probes for old cpu types,
although PSL_NT doesn't do anything useful in vm86 or real mode.
PSL_NT is even less useful in the signal handlers. It just causes
T_TSSFLT faults on return from syscalls made by the handlers.
These faults are fixed up lazily so that Xsyscall() doesn't have
to be slowed down to prevent them. The fault handler recently
started complaining about these faults occurring "with interrupts
disabled". It should not have, but the complaints pointed to this
bug.
PR: 9211
1999-02-13 17:45:15 +00:00
Andrey A. Chernov
acd904fcc3
remove collating optimization - not work with substituted characters
1999-02-13 15:45:30 +00:00
Andrey A. Chernov
88a603f7a9
syntax change: allow symbolic names as substitute first arg
...
use this to substitute <ss>
1999-02-13 14:15:25 +00:00