Commit Graph

35730 Commits

Author SHA1 Message Date
jkh
05a05db279 Look in correct rc.conf file.
Submitted by:	Kevin Street <street@iname.com
1999-02-14 20:06:02 +00:00
jkh
cdf88166f8 DTRT for acd/wcd backwards compatibility 1999-02-14 19:41:36 +00:00
jkh
77bebb0662 Update to match ports reality. 1999-02-14 18:53:17 +00:00
jkh
48def07a8d 4.0-current! 1999-02-14 18:48:44 +00:00
nsouch
96f6d9a9b6 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
nsouch
afa196cd34 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
nsouch
a37c0eaa14 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
nsouch
14e2fe7048 Return approriate errors to userland. 1999-02-14 14:36:45 +00:00
des
4a466e02dc Mention that chflags can fail with EOPNOTSUPP. 1999-02-14 13:58:18 +00:00
des
5e764fdd0e 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
nsouch
b8bc2271c6 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
4abc74f992 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
nsouch
0b7e362863 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
nsouch
a8851e2dfb 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
nsouch
a4409dd879 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
ache
5cb54dc62f use minimum length for strcoll too 1999-02-14 09:44:56 +00:00
jkh
789ff1dc41 Use more sensible defaults. 1999-02-14 07:43:07 +00:00
jkh
6b435ea365 rc.conf vars no longer "dirty" by default. 1999-02-14 07:35:27 +00:00
jkh
edf15b3b92 Preserve existing rc.conf contents. 1999-02-14 05:52:57 +00:00
imp
ebe1c813a3 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
fenner
eb51443e9b Fix .Fx usage. 1999-02-13 21:45:58 +00:00
jkh
b30d95dd7f Make sure correct path is set in upgrade.
Submitted by:		Ruslan Ermilov <ru@ucb.crimea.ua>
1999-02-13 18:49:02 +00:00
nsouch
9f34287bb0 Fix the date and add an smbus declaration 1999-02-13 18:08:35 +00:00
nsouch
c47aa2cc25 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
nsouch
d31dc3808a Fix smbus allocation and add the alsmb (see alpm(4)) driver. 1999-02-13 17:57:19 +00:00
nsouch
59a9f956c6 Add alpm, Acer Aladdin-IV/V/Pro2 Power Management Unit. See alpm(4). 1999-02-13 17:54:32 +00:00
nsouch
35d7d096c4 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
nsouch
e06cbdf2a8 Add pci/alpm.c, Aladdin SMBus driver (alpm(4)). 1999-02-13 17:49:57 +00:00
nsouch
5dd707f392 Add alpm.4, Aladdin Power Management SMBus support for the SMBus framework. 1999-02-13 17:48:41 +00:00
bde
47b6094c6e 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
ache
4167316b12 remove collating optimization - not work with substituted characters 1999-02-13 15:45:30 +00:00
ache
1092206a31 syntax change: allow symbolic names as substitute first arg
use this to substitute <ss>
1999-02-13 14:15:25 +00:00
ache
6c47401ce1 syntax change: allow symbolic names as substitute first arg 1999-02-13 14:14:47 +00:00
ache
6f0e5b8d83 use strcoll() where it is easy to sort german ss and similar properly 1999-02-13 13:05:04 +00:00
kuriyama
bfe98fb56d Add "beep" subcommand.
Obtained from:	PAO3
Reviewed by:	-current list
1999-02-13 11:32:01 +00:00
kuriyama
0c2770e67c Add "beep" ioctl. (#10 is reserved for PIOCSVIR)
Obtained from:	PAO3
Reviewed by:	-current list
1999-02-13 11:32:00 +00:00
obrien
0e160ce6d9 Fix ufs mounting support
PR:		10044
Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1999-02-13 11:06:20 +00:00
dillon
b784d9407a Add -z option to vmstat to dump data from the zone allocator 1999-02-13 09:59:24 +00:00
ache
8ee4aa6f6a remove BUGS section, now behaviour is predictable enough 1999-02-13 09:57:58 +00:00
dillon
9bbfbe1685 General additional cleanup of VOP API for NFS ops - mainly NFS ignoring
the API for freeing up cnp's.  This cleanup should not effect nominal
    operation one way or the other since NFS VOPs just happen to be called
    with flags that match what it actually does to the NAMEI components it
    gets.  Still, if an NFS error occured, there was probably some memory
    leakage of NAMEI components with certain NFS VOP ops.
1999-02-13 09:47:30 +00:00
dillon
90b4b43dc1 Remove XXX comment in regarsd to why NFS doesn't use VOP_ABORT(). NFS
is being fixed now.
1999-02-13 08:38:28 +00:00
dillon
ec9fe6c1d1 PR: kern/9970
Remove incorrect vput() in nfs_link()
1999-02-13 08:01:59 +00:00
dillon
afb5888fe6 Clarify more of what VOP_LINK expects. 1999-02-13 07:56:49 +00:00
dillon
52e54f3251 Update man page - directory vnode should not be unlocked or released
by the VOP routine.  The caller does it.
1999-02-13 07:44:14 +00:00
jkh
643d88a891 Correct various mentions of rc.conf 1999-02-13 05:30:49 +00:00
jkh
593d46e118 Update to current state of /etc 1999-02-13 05:18:06 +00:00
brian
19aa1aa2f5 Add some examples of how to throw a window up on your display when
the peer demands authentication, and add some more detail to the
example configurations.

This is the first time I've written any TCL, so I'd appreciate it
if someone eyeballed the *-auth stuff and fixed any glaring problems.
1999-02-13 00:59:19 +00:00
ache
a5a7d57355 more words about return value 1999-02-13 00:04:54 +00:00
ache
e66accf532 re-phrase things a bit 1999-02-12 23:52:29 +00:00
ache
311e2ea200 fix wrong return result
fix n=0 case
improve manpage
1999-02-12 23:40:41 +00:00