mishka
c6d1c22580
Apply patches from bin/26449: improve fdformat diagnostic messages.
...
Early okayed by <thorpej> on tech-userlevel@.
2006-07-21 23:05:14 +00:00
tsutsui
4f08243995
Use MI installboot(8), not obsolete disklabel(8) with -B.
2006-07-21 19:02:27 +00:00
tsutsui
b6558b0616
Use bus_space_map(9) and bus_space_vaddr(9).
2006-07-21 18:40:58 +00:00
tsutsui
a75de8e2db
Use more proper macro.
2006-07-21 18:11:01 +00:00
tsutsui
3c612311d0
Use bus_space_map(9) and bus_space_vaddr(9) rather than iomap().
2006-07-21 18:05:30 +00:00
jmcneill
22c701ecab
Add support for the multicast TFTP option. Reviewed by Rui Paulo.
2006-07-21 17:49:00 +00:00
kent
15c376e363
* azalia_init_corb()
...
No need to confirm CORBRPRST is set even with ICH6/ICH7
2006-07-21 17:30:26 +00:00
gdamore
01f0465721
Regen.
2006-07-21 17:20:59 +00:00
gdamore
e3a079b540
Update ADMtek pci device ids to match data sheets. While here, add the 9513
...
device (although I've never seen one, I have a datasheet for it. :-)
2006-07-21 17:20:20 +00:00
ad
3029ac48c7
- Use the LWP cached credentials where sane.
...
- Minor cosmetic changes.
2006-07-21 16:48:45 +00:00
tsutsui
888ea5adc5
Use macro defined in dioreg.h.
2006-07-21 15:14:11 +00:00
kent
21623cc733
support for EAPD, Balanced I/O, and LR-Swap
2006-07-21 14:40:12 +00:00
martin
9d93195858
Fix truncated message and one inconsistency, fixes parts of
...
PR bin/34048.
2006-07-21 14:04:26 +00:00
lukem
ba9c7c5b9e
Configure using --with-separate-debug-dir=/usr/libdata/debug.
...
(The various MACHINE-specific configurations will need to be regenerated.)
2006-07-21 11:23:02 +00:00
yamt
13170f18a9
assert_sleepable: panic if curlwp == NULL.
2006-07-21 10:22:51 +00:00
yamt
696edc2b76
use ASSERT_SLEEPABLE where appropriate.
2006-07-21 10:08:41 +00:00
yamt
9862c5bef2
add ASSERT_SLEEPABLE() macro to assert we can sleep.
2006-07-21 10:07:29 +00:00
tsutsui
7d4b57d7bc
Some KNF.
2006-07-21 10:01:39 +00:00
rumble
14b3937642
s/BUGS/CAVEATS/ - The Challenge-S slot restrictions are a hardware design
...
decision, not an unplanned misfeature.
2006-07-21 10:00:11 +00:00
simonb
01d9f1263a
Dump some column widths.
2006-07-21 05:26:53 +00:00
perseant
b8eed86991
Include testing of the roll-forward agent, when recreating the filesystem
...
partial-segment by partial-segment. Each checkpoint should pass fsck_lfs -n
without errors; the results of fsck_lfs -p on non-checkpoints should also
pass fsck_lfs -n without errors.
2006-07-21 00:29:23 +00:00
perseant
941ce5ccce
Make dumplfs report the new SS_CLEAN flag.
2006-07-21 00:20:29 +00:00
perseant
1e9b73d972
Oops, commit the correct version of lfs_rfw.c. The roll-forward functionality
...
is known not to work in this version (as it did not previously) but it should
at least compile.
2006-07-20 23:56:27 +00:00
perseant
83771be892
Separate the (non-working) LFS kernel roll-forward code into its own file,
...
lfs_rfw.c.
2006-07-20 23:49:07 +00:00
rpaulo
b2bd124519
Add missing username and date.
2006-07-20 23:43:42 +00:00
bjh21
cf7ce97e4b
Silly error: xos_cli() should call XOS_CLI, not OS_CLI.
2006-07-20 23:35:20 +00:00
perseant
20227e112e
Note partial segments that are written by the cleaner, to help out the
...
roll-forward agent.
2006-07-20 23:16:50 +00:00
perseant
186ffd50ab
Loop on the check for lfs_nowrap, so we don't allow a process to squeeze by.
2006-07-20 23:15:39 +00:00
perseant
5fdcd70349
Move the kauth checks up front, so that all new LFS fcntl calls are subject
...
to the check for superuser privilege.
2006-07-20 23:14:09 +00:00
perseant
8c161d1081
Don't try to write all the vnodes, when the cleaner needs a vnode to be
...
recycled.
2006-07-20 23:12:26 +00:00
bjh21
3ec3640611
No acorn32 system that I know of has PCMCIA, so skip PCMCIA references there.
2006-07-20 19:38:17 +00:00
wiz
d88803d5d9
Use standard section headers. Make HTML-ready.
2006-07-20 18:50:46 +00:00
wiz
6d489fb77f
New sentence, new line. Uppercase Ethernet. Use Xr for cross
...
references.
2006-07-20 18:48:45 +00:00
elad
0553a6cee4
add caveats section mentioning that kpi routines can result in a call to
...
VOP_GETATTR() and note this should be considered when using the interface.
also say this limitation is planned on being removed.
2006-07-20 18:47:22 +00:00
elad
5fed711bc8
add note about how listeners should not sleep.
2006-07-20 18:40:28 +00:00
christos
cb6bd87d8a
PR/34043: mrt at notwork dot org: 3.99.22 kernel crashes at *_vptofh() called
...
from vfs_composefh_alloc() due to uninitialized "fidsize".
2006-07-20 16:18:14 +00:00
christos
1c50629119
When there are too many empty entries in a row, and we need to try to
...
read the next block, free the cookie buffer before doing so to avoid
a memory leak. Reported by Mark Davies.
2006-07-20 15:12:23 +00:00
rumble
fe2d2e401d
Mention Challenge-S systems where appropriate.
2006-07-20 13:23:29 +00:00
tsutsui
2e21abf224
Identify models HP362 and HP382. From OpenBSD, tested on my HP382.
...
Note now options HP362 and options HP382 are required for these models
in your kernel config file.
2006-07-20 13:21:38 +00:00
rumble
ec5b122721
Regen.
2006-07-20 13:12:32 +00:00
rumble
4d3ba0cd44
Beautify.
2006-07-20 13:12:01 +00:00
rumble
db767e167c
Add entries for the Phobos G100, G130 and Set Engineering GIO Fast Ethernet
...
cards.
2006-07-20 13:11:27 +00:00
rumble
c870f3705b
Note that on Challenge-S only one DMA-capable adapter may inhabit a GIO
...
slot. Explain further that which slot may be inhabited depends on the
adapter in question.
2006-07-20 13:07:16 +00:00
gson
3c6f48ffcd
Bump PKGTOOLS_VERSION for today's fix to add/perform.c.
2006-07-20 11:19:33 +00:00
bjh21
5bdcc8987d
-mshort-load-words has been removed in GCC 4. It was only an optimisation,
...
so just stop using it.
2006-07-20 10:53:12 +00:00
rumble
b0631951f9
Disable haltwo(4) by default. The driver does not properly determine when
...
the audio hardware is not present and causes a hang on Challenge-S systems.
Approved by pooka@ and sekiya@.
2006-07-20 10:37:25 +00:00
cube
2d03dc4c3e
Fix an obvious overlook (struct fileassoc_hook is not defined in
...
fileassoc.h anymore). I could say "please compile-test", but then, I'm not
doing it either for that commit.
2006-07-20 09:00:41 +00:00
gson
23198f432e
Fix uninitialized variable which was causing pkg_add -u to randomly
...
dump core. This may fix PR pkg/30292.
2006-07-20 08:34:32 +00:00
kochi
c8920f2898
eliminate bogus acpi debug #define symbols
2006-07-20 05:05:26 +00:00
rpaulo
7d2a592350
Mention postfix 2.3.0 update.
2006-07-20 01:01:18 +00:00