se
5117030182
Some cleanup and a fix for an assumed chip bug:
...
- Do not malloc SCRIPTS memory for those parts of the microcode that
are to be loaded into the on-chip SRAM of the 53c825a or 875 ...
- Modify ncr_chip_lookup to make adding new entries easier.
- Disable use of on-chip SRAM for the 53c825 rev 0x10 to 0x12, since
there seems to be a problem with rev 0x11, while 0x13 is known to
work. (Tested by Chuck Robey <chuckr@glue.umd.edu>).
This code will be merged into 2.2-stable after a few more days of
testing in -current.
1997-08-23 22:01:49 +00:00
steve
4c965279b1
.Ar -l -> .Fl l
...
PR: docs/3682
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-23 21:59:41 +00:00
se
04d16ead28
Minor corrections to the code added in rev. 1.100 and 1.101:
...
- fix features of 53c860
- correctly adjust data structure to cache line boundary (32 bytes)
Submitted by: Gerard Roudier <groudier@club-internet.fr>
1997-08-23 21:53:47 +00:00
steve
3c2efe40ee
Remove the reference to the nonexistant dump(5) manpage.
...
PR: docs/3704
1997-08-23 21:52:47 +00:00
steve
c533a8d3b5
Cleanup inconsistencies in the manpage.
...
PR: docs/3709
Submitted by: Takahiro Yugawa <yugawa@orleans.rim.or.jp>
1997-08-23 21:42:46 +00:00
steve
1e5a8f9917
Reference the correct version of BSD at the bottom of the
...
manpage.
PR: docs/3735
1997-08-23 21:32:50 +00:00
steve
7215a486c3
Protect against target containing a '%' which might be misinterpreted
...
by err(3).
PR: bin/3864
1997-08-23 21:25:24 +00:00
steve
e6d5ddc8d4
Increase the retry timeouts.
...
PR: kern/3447
Submitted by: dawes@rf900.physics.usyd.edu.au
1997-08-23 21:05:32 +00:00
steve
6180152ea7
.Nm key -> .Nm
...
PR: docs/3877
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-23 16:58:52 +00:00
steve
edde5525bd
Turn off hyphenation in this manpage so that .Xr macros, don't get
...
split between lines.
PR: bin/4080
1997-08-23 16:22:30 +00:00
steve
4686bb5ffb
Teach ctags(1) how to handle intermediate whitespace in macros
...
and function definitions.
PR: misc/4128
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
1997-08-23 16:13:45 +00:00
steve
2795165c69
Balance single quotes.
...
PR: docs/4161
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-23 15:55:58 +00:00
joerg
92b95fa771
common_source: staticize private version of warn() so to not conflict
...
with libc's version.
lpd: use getopt(3), err(3), add usage(), allow specification of a port #
on the command line as the documentation suggested for more than 10 years.
PR: docs/3290
1997-08-23 15:53:00 +00:00
joerg
9eee91f94a
Open the file r/o if looking only. Make the error message more useful.
...
PR: bin/3283
Submitted by: Martin Kammerhofer <dada@freepass.tu-graz.ac.at>
1997-08-23 15:51:14 +00:00
steve
5124e2fb51
Add missing *roff macros to correct display about -V option.
...
PR: docs/4162
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp
1997-08-23 15:50:53 +00:00
joerg
4716831499
Fix the .Dd line.
...
PR: docs/3275
1997-08-23 15:49:52 +00:00
alex
50eb436640
Fixed logging of verbose limited packets.
...
PR: 4351
Submitted by: Ron Bickers <rbickers@intercenter.net>
1997-08-23 14:28:22 +00:00
joerg
68fb49d725
Make the daemon process a true daemon by calling setsid().
...
PR: bin/3202
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
1997-08-23 14:10:34 +00:00
joerg
6f8d503759
Prevent a NULL dereferencation when given a garbage command line.
...
PR: bin/3206
Submitted by: blank@fox.uni-trier.de
1997-08-23 14:09:36 +00:00
jmg
d840732075
minor fortune fixes:
...
o convert a ' to "
o remove a stray "
o format some attributations properly
1997-08-23 10:35:16 +00:00
kato
c2d70f7400
Added sysctl args vfs.ext2fs.doclusterread and
...
vfs.ext2fs.doclusterwrite which control cluster read/write operation
on ext2fs filesystem.
1997-08-23 07:41:02 +00:00
jmg
daea96682a
bin to BIN{OWN,GRP} and add Id line
1997-08-23 05:26:32 +00:00
julian
7364436505
add some comments while trying to understand why appletalk
...
gets some things wrong.
(part of my continuing "comment it as you understand it" effort :)
1997-08-22 22:47:27 +00:00
imp
7623afeb40
Fix buffer overflow. prompt didn't get a size for its buffer,
...
so it could overflow it. Also made some filenames MAXPATHLEN long rather
than 80 long.
1997-08-22 22:14:16 +00:00
peter
83ccdf4bac
Set ForwardPath as presently inuse on hub
1997-08-22 16:50:49 +00:00
peter
005f99ca43
Oops, that'll teach me to edit the makefile after testing... Remove
...
duplicate cbcp.c in SRCS... :->
1997-08-22 15:57:37 +00:00
peter
d5ebc860a7
Turn on client callback support (CBCP), it seems to be complete.
1997-08-22 15:50:09 +00:00
peter
f84d7f28e5
Cleanup and remove the not-too-useful examples. The current versions
...
should be in share/examples if anywhere.
1997-08-22 15:42:33 +00:00
peter
61139236be
merge from vendor branch
1997-08-22 15:39:04 +00:00
dyson
1ca5cefdf7
Fix the "remove optimization" by removing it. Sorry for the trouble.
1997-08-22 15:37:23 +00:00
peter
7072a26c53
Merge ppp-2.3.1 changes onto mainline
1997-08-22 15:24:36 +00:00
peter
2e41030def
Print a warning if an unsupported (under SMP) shared address space fork
...
is attempted rather than just failing with an errno.
1997-08-22 15:10:00 +00:00
peter
84c6614d51
Update to include 2.3.1 details (this is not an imported file, it's a
...
composite of other files)
Reminded by: pst
1997-08-22 14:35:37 +00:00
jmg
67ca20936d
-I/sys converstion and Id line
1997-08-22 14:22:31 +00:00
jmg
05f0e169e1
another -I/sys conversion, and add Id line now it's left the vendor branch
1997-08-22 14:21:51 +00:00
jmg
1597b02260
another -I/sys to -I${.CURDIR}/../../sys
1997-08-22 14:04:09 +00:00
jmg
76e2f9acd9
change -I/sys to -I${.CURDIR}/../../sys
1997-08-22 14:00:57 +00:00
sos
c66fad14a2
Activate libvgl
1997-08-22 13:20:03 +00:00
peter
1ba1e07209
Update to pppd-2.3.1, except for the CLOCAL changes while running the
...
connect script to main.c that can cause problems on bsd-style tty systems.
1997-08-22 12:03:57 +00:00
peter
06ac8bc3a1
Some fixes from Bruce:
...
- don't access time (a volatile) via struct copy.
- merge botches
- note risk of CCOUNT accessing *tp outside spltty().
Submitted by: bde
1997-08-22 11:34:08 +00:00
asami
cfa61a9518
Add "distclean" to list of targets to descend into subdirs for.
1997-08-22 11:16:15 +00:00
ache
5908feb9fa
Replace uids comparison by issetugid() call
1997-08-22 11:14:53 +00:00
kato
df680a3c7b
Synchronize with sys/i386/i386/userconfig.c and sys/i386/isa/clock.c
...
revisions 1.89 and 1.100, respectively.
1997-08-22 08:12:14 +00:00
phk
7094638d9f
typo in comment.
1997-08-22 07:16:46 +00:00
peter
345eea963a
Fix missed optimisation in "Attic/" stripping code in $CVSHeader$
...
Submitted by: jdp
1997-08-22 06:59:08 +00:00
peter
824521f8bf
Fix a braino in the Attic/ removal code for $CVSHeader$ that originated
...
from XFree86. I think this was harmless, the strncmp happened always
rather than being optimised out.
Submitted by: jdp
1997-08-22 06:57:30 +00:00
charnier
40cf595fb5
Use err(3).
1997-08-22 06:53:00 +00:00
charnier
eaef137992
Was limited to 200 users. New entry is now allocated as needed.
...
Add usage().
Obtained from:OpenBSD.
1997-08-22 06:50:33 +00:00
peter
0c770f97ec
Add -R (rescan or refresh) option to rescan and rebuild the hints
...
file based on the previous list of directories stored there which
should overcome a weakness of the '-m' switch which can only add
libs. This is an ideal way of updating the hints list after adding
or removing a shlib since it will remove entries that are gone and
doesn't need to have all the directories spelled out each time.
(eg: rm -f /usr/lib/libtcl75*; ldconfig -R) This only works for
version 2 hints files (which we've been generating for a year or
so) which store the path.
1997-08-22 04:42:12 +00:00
dyson
042ae4067b
This is a trial improvement for the vnode reference count while on the vnode
...
free list problem. Also, the vnode age flag is no longer used by the
vnode pager. (It is actually incorrect to use then.) Constructive
feedback welcome -- just be kind.
1997-08-22 03:56:37 +00:00