Hiroki Sato
61350b10d2
Merge the following from the English version:
...
1.26 -> 1.27 errata/article.sgml
1.492 -> 1.493 relnotes/common/new.sgml
2003-02-07 22:22:51 +00:00
Poul-Henning Kamp
886d1942e8
Fix some sleep strings to make more sense.
2003-02-07 21:53:55 +00:00
Sam Leffler
7fbc8cee43
shield kernel data structures so user apps can include this file
2003-02-07 21:44:52 +00:00
Poul-Henning Kamp
7725f875ee
Add the new statistics structure, put one in consumers and providers.
...
include <sys/time.h> as necessary.
2003-02-07 21:43:34 +00:00
Poul-Henning Kamp
936cc4614b
Rename bio_linkage to the more obvious bio_parent.
...
Add bio_t0 timestamp, and include <sys/time.h> where needed
2003-02-07 21:09:51 +00:00
Giorgos Keramidas
d38c8c5622
Misc grammar, typo and wording fixes of comments.
...
PR: docs/41034
Submitted by: Chris Pepper <pepper@rockefeller.edu>
2003-02-07 20:58:38 +00:00
Bruce A. Mah
323f66084d
New release notes: vinum(4) root filesystem, pw(8) and usernames
...
ending with $.
2003-02-07 20:41:37 +00:00
Bruce A. Mah
f3fc1acde2
Update for progress in fixing mly(4).
2003-02-07 20:09:30 +00:00
Gordon Tetlow
ddfa3cce05
Add some comments about the deficiencies of this module. I had hoped to get
...
around to addressing them some more, but Real Life (tm) has gotten in the
way.
2003-02-07 17:50:33 +00:00
Hiroki Sato
e5952d25fc
Merge the following from the English version:
...
1.9 -> 1.11 hardware/sparc64/proc-sparc64.sgml
2003-02-07 16:37:46 +00:00
Hiroki Sato
c8b7ae78c3
Merge the following from the English version:
...
1.129 -> 1.135 hardware/common/dev.sgml
2003-02-07 16:23:06 +00:00
Hartmut Brandt
761f89f9d8
Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is very
...
handy if the machine is on another floor. A minor issue with this is that
these functions are also used by the debugger, so its possible to break into
the debugger from the debugger.
PR: sparc64/47143
Reviewed by: benno
Approved by: jake (mentor)
2003-02-07 16:20:09 +00:00
Hiroki Sato
ae6617d3ef
- Fix a mistranslation (errata/article.sgml)
...
- Catch up with the English version:
1.490 -> 1.492 relnotes/common/new.sgml
2003-02-07 16:11:56 +00:00
Dag-Erling Smørgrav
1e731869b2
Set the ruid to the euid at startup as a workaround for a bug in pam_ssh.
...
MFC after: 3 days
2003-02-07 15:48:27 +00:00
Dag-Erling Smørgrav
5d45af4c1e
This commit was generated by cvs2svn to compensate for changes in r110503,
...
which included commits to RCS files with non-trunk default branches.
2003-02-07 15:27:03 +00:00
Dag-Erling Smørgrav
b511bdf31c
Sync with P4. Most of this is debugging code; the only substantial changes
...
are improvements to openpam_{borrow,restore}_cred() (#24779 and #24780 ).
2003-02-07 15:27:03 +00:00
Yoshihiro Takahashi
f9df75c095
pci_if.h is not needed.
2003-02-07 15:05:37 +00:00
Tim J. Robbins
044b6f1d58
Garbage-collect stub VFS ops, use the defaults instead.
2003-02-07 14:34:29 +00:00
Tim J. Robbins
e471cd269f
Garbage-collect stub vnode ops, use the defaults instead.
2003-02-07 14:33:10 +00:00
Yoshihiro Takahashi
3febcc57ec
- Clean up ISA DMA supports.
...
- Rename all sndbuf_isadma* functions to sndbuf_dma* and move them into
sys/dev/sound/isa/sndbuf_dma.c.
No response from: sound
2003-02-07 14:05:34 +00:00
Yoshihiro Takahashi
6780ab5432
isa_if.h is not needed.
...
No response from: sound
2003-02-07 13:56:33 +00:00
Martin Blapp
259b8d8489
Add missing braces.
...
Found by: FlexeLint (phk)
Reviewed by: wpaul, phk
2003-02-07 13:55:02 +00:00
MIHIRA Sanpei Yoshiro
553684bcea
Regen
2003-02-07 13:19:29 +00:00
Matthew N. Dodd
0642caee99
Turn off interrupts in pcn_stop().
2003-02-07 13:13:34 +00:00
MIHIRA Sanpei Yoshiro
c524738eae
Add support FUJITSU AH-F401U Air H device
...
Submitted by: [bsd-nomads:16601]
Kouichi ABE (WALL) <kouichi@MysticWALL.COM>
2003-02-07 12:53:21 +00:00
Yaroslav Tykhiy
0133ca338c
<quote> isn't needed for text already marked as <literal>.
...
Pointed out by: bmah
2003-02-07 10:57:28 +00:00
Yoshihiro Takahashi
5035ea340d
Merged from sys/dev/sio/sio.c revision 1.383.
2003-02-07 10:16:35 +00:00
Yoshihiro Takahashi
c38d6f3b46
PC98 also has combined boot loader.
2003-02-07 10:11:00 +00:00
Hiroki Sato
87d2aedc9c
Merge the following from the English version:
...
1.25 -> 1.26 errata/article.sgml
2003-02-07 09:57:28 +00:00
Hidetoshi Shimokawa
6f99c2ff52
Remove debug message.
2003-02-07 09:46:30 +00:00
Joseph Koshy
f27b1fce70
Add a section describing installing -current onto a dedicated partition
...
from a 4-stable build environment.
Reviewed by: imp
2003-02-07 08:26:23 +00:00
Joseph Koshy
07e5ffba6a
Catch typos in the kernel name specified for an "installkernel" invocation
...
early on, rather than failing later with an obscure error message.
Make error messages appear consistent.
2003-02-07 07:29:57 +00:00
Udo Erdelhoff
325dcf8872
SIGTERM: Remove my name from the DE translation of the Release Notes
2003-02-07 07:27:55 +00:00
Paul Saab
ff2387cb57
Update to new crashdump API
2003-02-07 06:58:32 +00:00
Chad David
143c9ae267
Add __unused to the declaration of yyrcsid.
2003-02-07 03:39:27 +00:00
Paul Saab
98c779ea35
Update to new crashdump api
2003-02-07 02:36:20 +00:00
Peter Wemm
e2294003a2
Commit some cosmetic changes I had laying around and almost included
...
with another commit. Unwrap a line. Unexpand a pmap_kenter().
2003-02-07 01:52:06 +00:00
Scott Long
ff1e67ab93
Fix the mly driver! If card resources became unavailable, the driver would
...
correctly tell CAM to requeue the command and then freeze it's queue. The
problem was that when resources became available again, it wouldn't tell
CAM to unfreeze it's queue, so no more commands would ever be delivered.
This is simialr to the bug that was fixed in the cciss driver last year.
This is a bug in 4-STABLE also, but is probably masked by the OS being
fast enough to drain the completion queue before it fills up.
Also add some diagnostics avaialble when compiled with MLY_DEBUG.
Thanks very much to LSI Corp for donating equipment to track this down,
and Vaidus Damosevicius for pestering me long enough to get it fixed.
2003-02-06 23:46:32 +00:00
Mike Barcroft
2d979824f5
Fix singular/plural confusion in a printf.
...
PR: 47953
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
MFC after: 3 days
2003-02-06 22:39:44 +00:00
Poul-Henning Kamp
a42106534f
Check return value of g_clone_bio().
2003-02-06 22:00:47 +00:00
Tom Rhodes
133c1315d5
Add a header: #!/bin/sh.
...
PR: 44363
2003-02-06 22:00:38 +00:00
Poul-Henning Kamp
ae2afc437b
Experimentally don't let go of Giant in geom_disk's done.
...
We may actually be increasing Giant contention doing so because the
actual stuff we do is very cheap.
Also I am not convinced there is not a tiny window for a race here.
2003-02-06 21:50:39 +00:00
Matthew N. Dodd
ec050a6488
Consolidate resource release code on error condition.
2003-02-06 21:21:39 +00:00
Poul-Henning Kamp
e39d70d4fd
Put the checks we perform on a bio before calling ::start in their
...
own function, handle all validation and truncation at the time we
process the bio instead of when it gets scheduled.
2003-02-06 21:01:36 +00:00
Hiroki Sato
374d145b08
Merge the following from the English version:
...
1.488 -> 1.490 relnotes/common/new.sgml
2003-02-06 17:35:45 +00:00
Orion Hodson
63679b6573
Fix comment typo.
...
Sync with userland test framework which now deals better with pcm feeder kobj
emulation.
Reduce max rate from 96kHz to 48kHz as userland tests found a few bad
points about 90kHz and we don't care about operating up there for now.
2003-02-06 17:32:02 +00:00
Hidetoshi Shimokawa
d3539e9792
Fix memory leak.
2003-02-06 17:23:01 +00:00
Bruce A. Mah
bc910984c1
New errata: SA-03:01.
2003-02-06 17:06:57 +00:00
Bruce A. Mah
25a5cac5c7
New release note: SA-03:01.
2003-02-06 16:35:39 +00:00
Bruce A. Mah
21a2f410b7
Minor structural change: It always struck me as odd that "security
...
advisories" were stuck between "kernel" and "userland". Move this
(empty for now) section to the first subsection of "What's New".
2003-02-06 16:21:49 +00:00