Peter Dufault
6d9a8d3e8f
I applied the wrong patch set. Back out anything associated
...
with the known bogus currtpriority. This undoes the previous changes to
sys/i386/i386/trap.c, sys/alpha/alpha/trap.c, sys/sys/systm.h
Now we have the patch set approved by bde.
Approved by: bde
2000-03-02 22:03:49 +00:00
Søren Schmidt
14283480b3
Add a percentage-meter to the progress report.
...
Submitted by: peter
2000-03-02 21:49:10 +00:00
Chris Timmons
da65c01b55
Mention that portmap(8) utilizes hosts_access(5).
...
Reviewed by: asmodai
2000-03-02 18:15:46 +00:00
Peter Dufault
383774c417
Patches that eliminate extra context switches in FIFO case.
...
Fixes p1003_1b regression test in the simple case of no RR and
FIFO processes competing.
Reviewed by: jkh, bde
2000-03-02 16:20:07 +00:00
Nick Hibma
290c9a02c3
Fix flushing of the clists before deleting them. Stops the machine
...
from panicing when disconnecting a USB Wacom Graphire tablet.
jhk approved the fix some time ago, but I forgot to actually commit the
thing.
Reported by: Dirk van Gulik <dirkx@webweaving.org>
Approved by: jhk
2000-03-02 16:01:53 +00:00
Yoshinobu Inoue
a56a8ad111
-Reflect function name change.
...
-Added more description.
-Many grammer fix.
-Fix hard sentence break.
-Many other man style fix.
Thanks for bde finding out the problem.
Thanks for sheldon for the patient and thorough review.
:-)
Submitted by: bde
Reviewed by: sheldonh
2000-03-02 15:57:06 +00:00
Sheldon Hearn
d72d02311f
Use double-quotes instead of single-quotes when displaying the usage
...
so that the shell interpolates $0.
PR: 17121
Submitted by: Peng HaiJie <phj@cn.FreeBSD.org>
2000-03-02 15:00:53 +00:00
Sheldon Hearn
4e86fcacf6
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
Jose M. Alcaide
b22b0eaef0
Add ISO-8859-15 versions of the 8x8, 8x14, 8x16 VGA fonts.
...
Reviewed by: yokota
Approved by: jkh
2000-03-02 14:45:52 +00:00
Jose M. Alcaide
28896d5782
Add Spanish ISO-8859-15 keymap (Alt-E yields Euro sign)
...
Reviewed by: yokota
Approved by: jkh
2000-03-02 14:43:52 +00:00
Sheldon Hearn
ce15cd8c21
Replace the use of troff macros with a real diagnostic list.
2000-03-02 14:18:45 +00:00
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