dd
aa2f219ed3
Improve markup and language.
2004-09-07 13:22:28 +00:00
phk
1912367ebb
Create simple function init_va_filerev() for initializing a va_filerev
...
field.
Replace three instances of longhaired initialization va_filerev fields.
Added XXX comment wondering why we don't use random bits instead of
uptime of the system for this purpose.
2004-09-07 09:17:05 +00:00
phk
9f1a2f23b2
Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio().
2004-09-07 08:56:43 +00:00
phk
766dd89a4b
Explicitly pass vnode to smbfs_doio() function.
2004-09-07 08:53:28 +00:00
phk
6dd3840f3a
Explicitly pass the vnode to the nw_doio() function.
2004-09-07 08:53:03 +00:00
mjacob
e73978dc22
Do the small amount of tweaking to support PAE for at least initiator mode.
...
I was unable to test this as the PAE kernel crashed with a "cannot copy
LDT" before coming up. When this gets a bit more testing, I'll fix the PAE
conf file to allow isp devices.
PR: 59728
2004-09-07 08:04:09 +00:00
phk
fb5fe8618b
Use bioq_takefirst()
2004-09-07 07:54:45 +00:00
phk
71485468ce
add KASSERTS
2004-09-07 07:32:40 +00:00
phk
1c10f3deec
Make the alpha timecounter preferable to the i8254.
2004-09-07 07:06:36 +00:00
julian
ae5a11b8d4
fix typo
...
MFC after: 2 days
2004-09-07 07:04:47 +00:00
julian
35060cd448
Make debug printf less threatenning and make it only print out once.
...
MFC after: 2 days
2004-09-07 06:38:22 +00:00
julian
de0e7f8937
Give libthr a choice (per system) of scope_system or scope_thread
...
scheduling.
MFC after: 4 days
2004-09-07 06:33:39 +00:00
marcel
37548aa244
Fix the NOSUID build: make sure we have the kldload(2) prototype.
2004-09-07 06:28:00 +00:00
des
9abf65de5d
Fix markup of HARDWARE section.
...
Submitted by: brueffer
2004-09-07 05:23:28 +00:00
brueffer
aeb3d7689c
Add uvscom(4)
2004-09-07 00:29:21 +00:00
brian
6cdf323e29
Build with -DNOINET6...
2004-09-06 23:54:54 +00:00
jmg
3db8b85883
document the recent change to debug.witness.*
...
fix spelling of debug.witness.kdb
MFC after: 5 days
2004-09-06 23:37:17 +00:00
jmg
ff58a59f8f
make witness it's own sysctl branch instead of using _ to do this. I have
...
left the old tunables in to give people a few days to transition their
loader.conf and sysctl.conf's over to the new names..
MFC after: 5 days
2004-09-06 23:27:28 +00:00
brueffer
a6328c2900
- move list of supported devices into a HARDWARE section
...
- fix a device name
- various language fixes
- bump document date
MFC after: 3 days
2004-09-06 22:00:50 +00:00
glebius
dd09be3e02
Remove layer intermixing. Device driver should pass the frame should
...
pass frame to ether_input(), and do not play with bridge itself.
Reviewed by: sam, andre
Approved by: julian (mentor)
MFC after: 1 week
2004-09-06 21:14:32 +00:00
simokawa
ba7370a4c3
Add a missing splx().
2004-09-06 20:42:34 +00:00
glebius
97fb6113f0
Add axe(4) to ethernet-nic-regex.
...
PR: conf/71410
Submitted by: Andrew Thompson <thompsa AT thingy.tbd.co.nz>
Approved by: julian (mentor)
MFC after: 3 days
2004-09-06 20:09:00 +00:00
brueffer
a6346268e0
Add a missing 's'
...
MFC after: 3 days
2004-09-06 20:02:14 +00:00
glebius
f3d4554e29
Increase PPTP_MAX_TIMEOUT up to 3 seconds. 10 prooved too much for high packet
...
loss links, and 1 second appeared to be too small for high latency links.
If we will receive more complaints, we should make this parameter configurable.
PR: kern/69536
Approved by: archie, julian (mentor)
MFC after: 3 days
2004-09-06 19:53:58 +00:00
brueffer
0662081e91
Add ucycom(4)
2004-09-06 19:51:54 +00:00
jmg
b29998067a
don't call f_detach if the filter has alread removed the knote.. This
...
happens when a proc exits, but needs to inform the user that this has
happened.. This also means we can remove the check for detached from
proc and sig f_detach functions as this is doing in kqueue now...
MFC after: 5 days
2004-09-06 19:02:42 +00:00
ru
0818c3dd0f
There can be up to three bootable ISO images (bootonly, miniinst,
...
and disc1). The exact number depends on a couple of parameters,
so don't give a specific number here.
Pointed by: wilko
2004-09-06 18:59:59 +00:00
jmg
af7268d8eb
revert comment from rev1.158 now that rev1.225 backed it out..
...
MFC after: 3 days
2004-09-06 15:48:38 +00:00
jmg
c79fcd9810
remove XXX comment now that the kernel is fixed, there isn't any obvious
...
reason to enable this as performance didn't significantly change...
MFC after: 3 days
2004-09-06 15:25:07 +00:00
brueffer
953916e50f
Fix a couple of typos in comments
...
MFC after: 3 days
2004-09-06 13:42:38 +00:00
pjd
75f67c7681
Allow to setup GBDE on providers which contain '/' in their names,
...
e.g. mirror/<name>, stripe/<name>.
Approved by: phk
2004-09-06 13:42:09 +00:00
den
184fe4223e
Use &url.articles.problem-reports; for link to problem-reports article
2004-09-06 12:53:25 +00:00
dfr
abfb7537fa
Regen.
2004-09-06 09:33:30 +00:00
dfr
865b03d472
Add a few stub syscalls to get TransGaming's winex a bit closer to
...
working.
2004-09-06 09:32:59 +00:00
julian
91180c0a8c
Don't do IPIs on behalf of interrupt threads.
...
just punt straight on through to teh preemption code.
Make a KASSSERT out of a condition that can no longer occur.
MFC after: 1 week
2004-09-06 07:23:14 +00:00
marcel
90a7523335
Reduce WARNS level to 3. Casting causes alignment warnings on platforms
...
with strong alignment (All 64-bit platforms, except amd64).
2004-09-06 05:57:42 +00:00
marcel
61ba6dfa5f
Fix the build on 64-bit platforms.
2004-09-06 00:07:58 +00:00
julian
daf0815c1d
slight code cleanup
...
MFC after: 1 week
2004-09-05 23:23:58 +00:00
simon
dbe0ec28e6
Bump document date for last commit.
2004-09-05 22:53:58 +00:00
simon
7dd2d39e59
Auto generate device listing for the uhci driver.
...
MFC after: 3 days
2004-09-05 22:47:58 +00:00
simon
22fa50880e
Add a HARDWARE section which lists supported devices.
...
MFC after: 3 days
2004-09-05 22:44:26 +00:00
simon
ea34006e3e
Reword/reorganize a bit to make it more clear that all OHCI v1.0
...
compliant controllers are supported.
MFC after: 3 days
2004-09-05 22:31:03 +00:00
alfred
a91f587457
It's too easy to panic the machine when INVARIANTS are turned on
...
and you botch a call to nmount(2).
This is because there is an INVARIANTS check that asserts that
opt->len must be zero if opt->val is not NULL. The problem is that
the code does not actually follow this invariant if there is an
error while processing mount options.
Fix the code to honor the INVARIANT.
Silence on: fs@
2004-09-05 22:24:28 +00:00
simon
4adf97c04d
Auto generate device listings for the following drivers: cp and ctau.
...
MFC after: 3 days
2004-09-05 22:16:03 +00:00
simon
daa69ab372
Add a HARDWARE section which lists supported devices based on the
...
Hardware Notes.
MFC after: 3 days
2004-09-05 22:09:53 +00:00
phk
38ae102f61
For removable devices without media we set a zero mediasize but a non-zero
...
sectorsize in order to avoid a lot of checks around various divisions etc.
Enforce the sectorsize being > 0 with a KASSERT on successful open.
Fix scsi_cd.c to return 2k sectors when no media inserted.
2004-09-05 21:15:58 +00:00
glebius
2087edb938
Recover normal behavior: return EINVAL to attempt to add a divert rule
...
when module is built without IPDIVERT.
Silence from: andre
Approved by: julian (mentor)
2004-09-05 20:06:50 +00:00
rwatson
d8beb8f72b
Call callout_init() on nd6_slowtimo_ch before setting it going; otherwise,
...
the flags field will be improperly initialized resulting in inconsistent
operation (sometimes with Giant, sometimes without, et al).
RELENG_5 candidate.
2004-09-05 17:27:54 +00:00
hrs
5715c39b2d
Remove an unnecessary article.
...
Pointed out by: bmah
2004-09-05 17:22:50 +00:00
bmah
2f8bd21b5f
Minor grammar and wording fixups.
2004-09-05 15:49:31 +00:00