Sheldon Hearn
1a22b19041
Replace the DIAGNOSTICS section and its literal text approximation of
...
a tag list with a RETURN VALUES section and an ERRORS section
containing a real tag list.
2000-03-02 13:53:01 +00:00
Bill Fenner
51a3acc34a
Make crypto part of tcpdump (print-esp.c) work.
...
Approved by: jkh
2000-03-02 13:27:25 +00:00
Sheldon Hearn
e2bfa2c906
Replace abuse of a literal block display with a more appropriate
...
tag list.
Apologies to translators for mixing in a few language clean-ups.
2000-03-02 13:14:16 +00:00
Mark Murray
394c9e8edc
Oops! this macro needs to be defined for "make release".
...
Found by: phk
2000-03-02 11:16:25 +00:00
Yoshinobu Inoue
c33483596b
Add "IPv6" to SUBDIR, and also add the Makefile for IPv6 dir,
...
to make the file IMPLEMENTATION to be installed to /usr/share/doc/IPv6.
PR: docs/17120
Kindly Submitted by: phantom
2000-03-02 10:34:11 +00:00
Sheldon Hearn
c6ff3a1bf7
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-02 09:14:21 +00:00
Peter Wemm
55609eba05
Make a link from curses.3 -> ncurses.3 so that 'man 3 curses' does
...
something remotely useful.
2000-03-02 08:23:23 +00:00
Greg Lehey
e7a1a7d809
Fix a problem with device number parsing, which caused da10 to map to
...
da1, and da11 to da2.
Reported by: Dan Nelson <dnelson@emsphone.com>
Implicitly-approved-by: jkh
2000-03-02 07:46:10 +00:00
Kris Kennaway
1d32417468
Update the wording on the error message when libcrypto.so can't find an
...
RSA library.
Reviewed by: peter, jkh
2000-03-02 06:21:02 +00:00
Kris Kennaway
a5ee11a77a
Resurrect the old libdes manpages (after a repo copy) until we have better
...
ones.
2000-03-02 06:06:35 +00:00
Peter Wemm
3187486c8a
Merge from internat.freebsd.org: add libcrypto to librsaUSA's symbol search
...
path so that ERR_load_strings() is found in certain circumstances
involving dlopen(). eg: main program dlopened foo.so which is linked
against libcrypto. If libcrypto then dlopens librsaUSA.so, then it's
search path doens't find libcrypto (!). One "fix" is to force
modules (eg main opening foo.so) to use the RTLD_GLOBAL flag, the other
is to explicitly declare dependencies (as done here).
2000-03-02 05:22:46 +00:00
Peter Wemm
fee576b2e5
Fix two more problems with freeing the softc data manually. subr_bus.c
...
is responsible for this and this will lead to malloc 'freeing already
free' type panics. One was in the probe code, the other was in the
pccard eject? code.
Not explicitly approved by: jkh (but the first is fallout from subr_bus.c
rev 1.54 which was an approved commit, the second is the same problem)
2000-03-02 03:45:41 +00:00
Justin T. Gibbs
58d246367e
adv_pci.c:
...
adw_pci.c:
Update comments describing supported chips/cards.
adwcam.c:
adwlib.c:
adwlib.h:
Handle more error return codes from the firmware.
Break out the bus reset code into its own function.
Usa a constant for the bus reset hold delay.
Fix an interrupt race problem in adw_idle_cmd_send by
incorporating the poll loop for command completion.
Approved by: jkh@FreeBSDorg
2000-03-02 00:08:35 +00:00
Poul-Henning Kamp
1285d5557c
Fix a initialization bug.
...
Report xmit queue length.
Remove old magic and clean up some printfs.
2000-03-01 21:04:54 +00:00
Peter Wemm
a6b8513096
Don't free(sc) before returning an error from probe, it does not "belong"
...
to us, subr_bus.c will free it. This bug (panic: freeing already free)
was exposed by kern/subr_bus.c rev 1.54
Not explicitly approved by: jkh (but this is a showstopper and fallout of
the above approved change)
2000-03-01 19:30:36 +00:00
Sheldon Hearn
6d249eee27
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 14:50:24 +00:00
Søren Schmidt
b744c0fdc6
Spell construct right.
2000-03-01 14:39:51 +00:00
Sheldon Hearn
8d4c0be368
Add missing entry for read(1) to the builtin(1) manual page and
...
add an MLINKS entry for it. I can't imagine how I missed this one.
2000-03-01 14:13:29 +00:00
Sheldon Hearn
f2e366a105
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 14:09:25 +00:00
Mark Murray
b825cbde03
KerberosIV is no longer compulsory. This should fix "make release".
2000-03-01 13:50:48 +00:00
Sheldon Hearn
87faa07bec
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 12:20:22 +00:00
Sheldon Hearn
f63f700eea
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 11:34:08 +00:00
Sheldon Hearn
ef8f7ac935
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 11:27:47 +00:00
Nik Clayton
3615c24e18
Fix errors in .Xr usage.
...
PR: docs/17057
Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:48:35 +00:00
Nik Clayton
436aece8db
s/curses/ncurses/
...
PR: docs/17061
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:46:05 +00:00
Nik Clayton
19ca66af31
Remove reference to nwfsrc(8), replace with reference to
...
/usr/share/examples/nwclient/dot.nwfsrc.
PR: docs/17059
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:43:11 +00:00
Sheldon Hearn
bef84d6bc0
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 10:43:09 +00:00
Nik Clayton
21fda85269
Remove xrefs to obsolete bad144(8).
...
PR: docs/17060
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:42:25 +00:00
Nik Clayton
938b3a1e41
Remove xrefs to obosolete cdplay(1)
...
PR: docs/17079
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:41:13 +00:00
Nik Clayton
b1ba45cfe5
Remove xrefs to obsolete ft driver.
...
PR: docs/17080
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:40:18 +00:00
Nik Clayton
1d46c6668a
Remove xrefs to st(4) and mt(4), replace with xrefs to sa(4) and st(4).
...
PR: docs/17081
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:39:07 +00:00
KATO Takenori
f1b7989974
Merged from sys/i386/isa/isa_compat.h revision 1.27.
2000-03-01 08:56:47 +00:00
KATO Takenori
bb8a9f4d25
Merged from sys/i386/i386/userconfig.c revision 1.174.
2000-03-01 08:55:23 +00:00
KATO Takenori
ce4274863e
Merged from sys/i386/i386/machdep.c revisions 1.384 and 1.385.
2000-03-01 08:53:59 +00:00
KATO Takenori
9c675e3c19
Merged from sys/i386/conf/GENERIC revisions 1.243, 1.244 and 1.245.
2000-03-01 08:52:28 +00:00
KATO Takenori
7fb0223fd0
Merged from files.i386 rev 1.307.
2000-03-01 08:50:05 +00:00
Sheldon Hearn
46c670939c
Clarify the facility used for logging with and without the wrapping
...
options.
PR: 17017
Submitted by: Doug Barton <Doug@gorean.org>
2000-03-01 08:20:17 +00:00
Sheldon Hearn
7a4cd69f7a
Disconnect pcfclock from the build until it works on the Alpha.
2000-03-01 07:42:09 +00:00
Søren Schmidt
edc7072eaf
Update man page to match the driver.
2000-03-01 07:28:51 +00:00
Greg Lehey
2903a30d77
Set default revive block size to 64 kB.
...
Implicitly-sanctioned-by: jkh
2000-03-01 07:25:46 +00:00
Greg Lehey
c6dd6dd0d0
Tidy up splbio() protection.
...
Tidy up locking. Previously we were taking two locks for a parity
block, and only releasing one of them.
Implicitly-sanctioned-by: jkh
2000-03-01 07:25:07 +00:00
Greg Lehey
bd685df802
vinumstrategy: Don't count the read and written bytes before they're
...
transferred, do it in complete_rqe instead.
launch_requests: Replace the inadvertently removed splbio() around the
main loop. It may not be necessary, but the biggest
test of this stuff are IDE disks, which I'm not
using.
Remove throttling code, I'm pretty sure it's not
needed any more.
Don't set B_ORDERED, it's not necessary either.
Objected-to-by: alfred
build_rq_buffer: Don't lose the B_ORDERED bit, it still has some
residual meaning. To do this right, Vinum needs to
look at the B_ORDERED bit and order the transfer
across all disks involved. That's an exercise for
another day.
Objected-to-by: alfred
Implicitly-sanctioned-by: jkh
2000-03-01 07:24:26 +00:00
Greg Lehey
38a54177c5
Add keywords raid4 and partition.
...
Implicitly-sanctioned-by: jkh
2000-03-01 07:23:40 +00:00
Greg Lehey
7d6abd1af3
complete_rqe: Handle volume read stats here with other objects.
...
Previously vinumstrategy counted the bytes before they were hatched,
giving rise to strangenesses when a read failed.
Implicitly-sanctioned-by: jkh
2000-03-01 07:23:13 +00:00
Greg Lehey
bfa5948701
Remove description of defunct DEBUG_NUMOUTPUT by commenting out.
...
Describe stop -f to stop when config updates are disabled.
Explain in more detail why Vinum needs its own partition type, and why
you can't make it the c partition.
Implicitly-sanctioned-by: jkh
2000-03-01 07:22:10 +00:00
Greg Lehey
bcfbeb29b5
Add declaration for parityops.
...
Implicitly-sanctioned-by: jkh
2000-03-01 07:21:21 +00:00
Greg Lehey
d07abdea38
Increase the time we'll wait for a reviving disk to carry on and not
...
be marked as stalled, from 1 second to 5 seconds.
Implicitly-sanctioned-by: jkh
2000-03-01 07:20:32 +00:00
Greg Lehey
cef69d78bb
Implement vinum_rebuildparity, which had got forgotten. In the
...
process, move the body of vinum_rebuildparity and vinum_checkparity to
a new function, parityops.
Implicitly-sanctioned-by: jkh
2000-03-01 07:19:33 +00:00
Brian Feldman
6be607d0d5
After Bruce kindly explained the whole groff "sentence" idea to me, I've
...
put the whitespace in the right place.
2000-03-01 05:28:45 +00:00
Archie Cobbs
33d0e2a76d
The "sdl_family" field in a "struct sockaddr_dl" will be equal
...
to AF_LINK, not AF_DLI, as stated in the comment. Fix the comment.
Reviewed by: wollman
2000-03-01 02:46:25 +00:00