mpp
d05d971648
Comment out a call to the #ifdef DIAGNOSTIC routine
...
vfs_bufstats(). This routine was not imported in the
Lite2 merge.
1997-02-12 06:46:11 +00:00
bde
a9bf409aca
Actually install the new manpage.
1997-02-12 03:36:10 +00:00
adam
40a04d5da0
lite2 remame: vfc_index --> vfc_typenum
1997-02-12 01:34:38 +00:00
jkh
e2b8f27be4
Swap news editors to reflect reality. :)
1997-02-11 22:38:41 +00:00
se
a66e16352d
Man page for the pciconf utility. There really should be some
...
documentation on the ioctl() interface provided by /dev/pci ...
Reviewed by: wollman
1997-02-11 22:08:22 +00:00
wollman
062bd92d8c
Fix remote request for HTTP proxies. Should close PR#2670.
1997-02-11 20:46:06 +00:00
max
37e9ffbc31
Make the description of command-line args match the reality.
...
- Options must be preceeded by a `-'.
- Backgammon doesn't give, and hasn't given you any usage info.
(Maybe this should be fixed in the program.)
1997-02-11 18:52:55 +00:00
nate
7217fae5fe
In the disable_slot() routine, the variable "i" was
...
being used without ever being initialized. From examining
the rest of the routine, it looks like this is a typo,
and it really should have been "1" instead of "i".
Submitted by: mpp
1997-02-11 17:22:46 +00:00
gibbs
9df9fb6692
Fix a bug in the reporting of residuals. The code was relying on the SG_COUNT
...
filed in the hardware SCB not changing during the course of a transaction.
Since the sequencer now DMAs the hardware SCB back up to the host when it
detects a residual, this is no longer the case. I added a field to the
"software" scb to mirror this information and it is now used for doing the
residual calculation.
1997-02-11 17:10:37 +00:00
gibbs
9bbf9bfafb
Clear the DFCNTRL register after every busfree.
...
When setting the HCNT registers, do so in ascending order.
When performing tagged queueing in non-paging mode, also check the
disconnected bit in the SCB as extra sanity during a reconection.
Make the labels in the DMA routine more sane.
When doing a DMA, if we see the DMADONE condition come true, we can
simply turn of the DMA enable bits in DFCNTRL without testing the FIFO
state as HDONE is true when DMADONE is true and this emplies the FIFO is
empty.
These changes clear up the data overrun error messages and seem to prevent
the "timed out in data-in phase" problems.
1997-02-11 17:07:54 +00:00
bde
050f50a43b
Restored one line of "High Sierra" changes from rev.1.8.
...
The Lite2 changes in cd9660 are scarey. I probably missed some
other lossage in this file.
1997-02-11 16:55:33 +00:00
bde
6ec93c7866
Restored one line of "High Sierra" changes from rev.1.6 which was
...
blown away by the previous commit.
Not restored: trailing whitespace changes from rev.1.7.
Not restored: -Wall cleanup from rev.1.5.
1997-02-11 16:16:02 +00:00
bde
fa729aac0e
Removed High Sierra task from TODO list. Joerg did it years ago and
...
other items were removed from the list when they were done in the
Lite2 merge. The Lite2 merge just broke the High Sierra changes.
1997-02-11 16:15:15 +00:00
bde
4480072fff
Restored changes from rev.1.58-1.60 which were blown away by the
...
previous commit.
1997-02-11 15:03:31 +00:00
kato
fe1f813fa3
Deleted prototypes. They are in pc98_machdep.h.
1997-02-11 14:59:54 +00:00
kato
b2296b42db
Synchronize with sys/i386/isa/if_ed.c revision 1.114.
1997-02-11 13:55:36 +00:00
kato
d481160a8c
Synchronize with sys/i386/conf/majors.i386 revision 1.12.
1997-02-11 13:54:44 +00:00
danny
da4de4acb6
Reduce the command field width by one when idle time is > 9 days, to
...
eliminate unsightly blank line.
Possibly a 2.2 candidate.
1997-02-11 10:49:25 +00:00
julian
b139405b95
really minor cleanup
...
sc is set to ifp->if_softc so use it..
1997-02-11 09:29:48 +00:00
jkh
73d6ab51ee
Add Guido van Rooij to core team.
1997-02-11 03:55:17 +00:00
mpp
4cb95f035d
Fix a couple of typos.
...
Submitted by: bde
1997-02-11 03:45:14 +00:00
jkh
6fb0e8741f
Don't unilaterally decide to skip network configuration if running multi-user;
...
ask politely.
1997-02-11 02:33:33 +00:00
jkh
52780a13f1
-#include <ufs/ufs/ufsmount.h>
...
This was a temporary measure I took to deal with John's 4.4L2 changes
which should not have crept in.
1997-02-11 02:13:06 +00:00
jkh
be02c90383
Save /etc/sysconfig data at the very very end, so that it can be
...
used post-install time as a configuration tool as well.
Update comments about a kernel recompile being necessary for PS/2 mice.
1997-02-10 19:44:08 +00:00
wollman
1791a7ff97
Fix spelling of net.inet.ip.forwarding.
...
Add ARP_PROXYALL to defunct options.
1997-02-10 19:19:16 +00:00
wollman
e189308068
Fix PR#2700: report correct transmission speed, and restart transfers
...
from the restart point, not the end of the file (blush!).
Submitted by: John-Mark Gurney <jmg@nike.efn.org>
1997-02-10 18:49:42 +00:00
markm
7c4a46a3a0
Part two of a "fix-and-move". There were some macros declared in ../sbin's
...
Makefile that were a) broken and b) bogusly placed. This brings the
repeared macros in.
Pointed-out-by: BDE
1997-02-10 17:44:34 +00:00
markm
5b3185bcd6
Part one of a "fix-and-move". Init(8) had make macros declared here
...
bogusly. This removes the macros for replacement into init's Makefile.
Pointed-out-by: BDE
1997-02-10 17:41:33 +00:00
mpp
34c278f970
Correct the new Lite2 #ifdef DIAGNOSTIC ffs_checkblk routine
...
to not return without setting a return value when it
can't read a block error or detects a bad cylinder group,
since the caller is expecting a return value.
It will now panic at this point, since the thing
to do in this case would be to return a "bad block"
status to the caller, and the caller will panic
anyways when that happens.
Also updated to panic strings in this routine to read
"ffs_checkblk: ..." instead of "checkblk: ...".
1997-02-10 17:05:30 +00:00
mpp
7a838f1dcf
Make this compile again after the Lite2 merge.
...
VOP_UNLOCK was being called with the wrong mumber of arguments.
Also silenced a -Wall warning.
1997-02-10 16:34:16 +00:00
mpp
48a2c5729d
Make this compile again after the Lite2 merge.
...
VOP_UNLOCK was being called with the wrong mumber of arguments.
1997-02-10 16:32:52 +00:00
davidn
e10e1c88f1
Obsolete fgetline() -> fgetln(); and chop off newline if necessary.
1997-02-10 16:32:03 +00:00
mpp
88d81a4c46
Make this compile after the Lite2 merge.
...
A non-existent variable was being used.
1997-02-10 16:29:32 +00:00
mpp
1d04aa504f
Make ffs_subr.c compile when DIAGNOSTIC is defined.
...
It looks like this was broken before the Lite2 merge :-(.
VOP_BMAP was being called with the wrong number of arguments.
1997-02-10 16:27:53 +00:00
mpp
87b55298dc
Make ccd compile again after the Lite2 merge.
...
VOP_UNLOCK was being called with the wrong number of arguments.
1997-02-10 16:24:33 +00:00
davidn
885216ad88
Update manpage; corrections, clarifications and login class (with xref).
1997-02-10 16:03:21 +00:00
davidn
eb7d367862
Adds login class support for local & nis passwords:
...
- minpasswordlen=n override minimum password length for class.
- passwordperiod=n[smhdwy] auto-set next password change date.
1997-02-10 15:42:12 +00:00
danny
9da4914e72
Add '-q' quiet flag for flush/add/zero commands; add 'show' command as
...
synonym for '-a list'; stop SEGV when specifying 'via' with no interface;
change 2 instances of strcpy() to strncpy().
This is a candidate for 2.2
1997-02-10 15:36:54 +00:00
darrenr
af3608e898
IP Filter is now character device #79
1997-02-10 12:17:45 +00:00
kato
5ff820571a
Synchronize with Lite/2 commit: i386/i386/machdep.c, i386/i386/trap.c,
...
i386/isa/fd.c and i386/isa/wd.c revisions 1.227, 1.87, 1.96 and 1.123,
respectively.
1997-02-10 11:53:20 +00:00
darrenr
e59cd03f84
Add IP Filter .c files for "config" & "config.new" use.
1997-02-10 11:52:36 +00:00
darrenr
020383fe06
Add IP Filter hooks (from patches).
1997-02-10 11:45:37 +00:00
jkh
d70a4d38b3
Don't stomp wall_cmos_clock file.
1997-02-10 10:23:53 +00:00
jkh
01f49a792d
Allow the user to choose UTC or local time.
1997-02-10 10:21:07 +00:00
julian
1b73ec71ae
add a disktab entry for those people who need abit of help
...
with ZIP drives..
use with:
disklabel -r -w -B sdx zip100
Submitted by: dave blizzard <dblizzar@sprynet.com>
1997-02-10 10:11:54 +00:00
mpp
ee7605965f
Update to reflect new Lite2 mount.h and friends.
1997-02-10 07:36:00 +00:00
mpp
376473c970
Update to reflect new Lite2 mount.h.
1997-02-10 07:29:25 +00:00
mpp
d556a1264a
Update to reflect new Lite2 fs.h.
1997-02-10 07:10:08 +00:00
fenner
4c199a227a
Another fix related to pr#bin/2585 . That'll teach me to
...
grep h_length *.c ...
1997-02-10 06:46:37 +00:00
davidn
57d260df48
Fix off by one error in setlogin() syscall.
...
Don't overwrite session login unless the call is going to succeed.
1997-02-10 06:18:20 +00:00