agc
5e3c351cee
Catch up with the changes in i386 GENERIC, and enable cgd by default
...
in XEN2 and XEN3 kernels.
Xen really requires cgd, and as users are likely to get a domain given
to them without the possibility of recompiling a kernel for
themselves, we need to provide this by default.
As discussed with bouyer@, and with his OK.
2009-03-24 22:42:50 +00:00
drochner
a75975a121
minor fix in description of an error condition
2009-03-24 22:34:54 +00:00
haad
3914ae191c
Destroy mutexes used to guard hash table during vfs_detach. Fixes LOCKDEBUG
...
panic when ptyfs module is unloaded.
2009-03-24 22:05:24 +00:00
martin
bce5c2205a
Now that we compile the Atheros HAL from source we pass all the right
...
flags to the compiler so it obeys the same ABI as the rest of the kernel.
Remove the hacks used to work around the abi differences (using %s7 as
curlwp) intruduced for the binary hal.
2009-03-24 21:36:46 +00:00
christos
c29e9578af
use kauth instead of uid != 0
2009-03-24 21:00:05 +00:00
roy
4ff22349d3
When a route is deleted or it's ifa changed and it's the connected route
...
for the ifa we should ensure the IFA_ROUTE flag is removed from the ifa
and if applicable, added to the new ifa.
2009-03-24 16:36:52 +00:00
perry
08429de660
remove unneeded special rule for main.o
2009-03-24 13:54:37 +00:00
perry
f113e91b18
per dholland, put back MAKE_VERSION for the benefit of third party users.
2009-03-24 13:53:21 +00:00
tsutsui
8567f2b149
Put back zstty0 and zstty1 lines for onboard zs(4) serial ports
...
so that they are properly assinged to ttya and ttyb as pre-wscons kernels.
Ok'ed by macallan@.
2009-03-24 12:16:12 +00:00
pooka
20f51bbafd
need putter too
2009-03-24 11:53:22 +00:00
pooka
d2478264ae
file-system PUFFS
2009-03-24 11:52:21 +00:00
joerg
614d810747
Remove physical markup.
2009-03-24 00:17:25 +00:00
joerg
833d1509e8
.sp -> .Pp
2009-03-24 00:14:01 +00:00
joerg
91a9a1c98b
Remove physical markup.
2009-03-24 00:10:58 +00:00
wiz
ec6a61389d
Fix typo, sort SEE ALSO.
2009-03-23 22:22:40 +00:00
ad
dd4f98f0e4
Xr lockstat 8
2009-03-23 21:27:10 +00:00
ad
ce71cf5043
Add "PERFORMANCE CONSIDERATIONS"
2009-03-23 21:26:00 +00:00
scw
ebf9670f10
Fix fallout from device_t changes - initialise sc->sc_osiop.sc_dev before
...
calling osiop_attach().
2009-03-23 18:59:57 +00:00
hannken
a51a8b101a
Add flags to rc.d/ipfilter. Use it from rc.conf like
...
ipfilter=YES ipfilter_flags="-T fr_statemax=18963,fr_statesize=27091"
Ok: Christos Zoulas <christos@netbsd.org>
2009-03-23 18:52:02 +00:00
liamjfoy
29f894919e
Init ip6flow pool dynamically instead of using a linkset.
2009-03-23 18:43:20 +00:00
oster
e021b3e6a7
Rework/simplify the disk queuing code. A bunch of this was still
...
holdovers from the simulator and would never be seen/used in-kernel.
2009-03-23 18:38:54 +00:00
perry
bd1b77b037
Slight wording change so that the bug warning sounds more natural to a
...
native speaker of English.
2009-03-23 18:19:16 +00:00
joerg
5d8c8ad0cf
Fix quoting.
2009-03-23 17:02:06 +00:00
joerg
18dfecd900
Quote D1 and In in .It context
2009-03-23 16:14:01 +00:00
joerg
c015f80931
Add missing end of quote. Quote Do in .It context.
2009-03-23 16:13:17 +00:00
joerg
4669537ed7
Improve column list markup to actually use columns.
2009-03-23 16:12:36 +00:00
joerg
de90f56570
Add missing end of quote.
2009-03-23 16:11:00 +00:00
joerg
6284dd4dfa
Add missing quotes. Fix list markup.
2009-03-23 16:10:03 +00:00
joerg
5ab082cea8
Add missing end of quote.
2009-03-23 16:07:47 +00:00
joerg
ef69e26616
Fix bad macro.
2009-03-23 16:06:41 +00:00
joerg
6da22897e1
Quote Do as it is not supposed to be a macro in this context.
2009-03-23 16:05:53 +00:00
joerg
e1d487b961
.Xr is supposed to take exactly two arguments and / is not a special
...
punctuation character, so split it off the line.
2009-03-23 16:04:25 +00:00
joerg
6f2dd9a814
Add missing end of quote.
2009-03-23 16:02:06 +00:00
joerg
d813479748
Fix missing end of quote
2009-03-23 14:25:16 +00:00
joerg
4b3b61f0a1
Remove/convert physical markup.
2009-03-23 14:11:27 +00:00
tsutsui
92da7d73c5
Revert kludge in previous.
...
The warning was triggered by __builtin_memcpy() on vax, and
it has been disabled in libkern.h for _STANDALONE programs.
2009-03-23 13:52:32 +00:00
tsutsui
2a6ed85992
- use -Os to shrink bianries
...
- remove local shrinked memcpy() from bootxx.c bacause
now it's identical with __OPTIMIZE_SIZE__ libsa one
derived from src/common/lib/libc/string/bcopy.c.
Tested netboot from le0 and bootxx + boot from sd0 on SS1+.
2009-03-23 13:47:32 +00:00
tsutsui
9c6c3c68dd
Don't use gcc's __builtin_*() functions #if defined(_STANDALONE)
...
because they could be larger than __OPTIMIZE_SIZE__'ed libsa ones and
__builtin_memcpy() on vax rejects NULL (i.e. copying from/to address 0x0).
No particular comments on tech-toolchain.
Tested on alpha, arc, cobalt, hp300, i386, landisk, macppc, news68k, sgimips,
sparc, sparc64, sun3, and vax (on simh).
2009-03-23 13:41:00 +00:00
reinoud
ce5ceeea15
Fix redirection core dump as reported in PR#41042.
2009-03-23 12:49:28 +00:00
pooka
e99fa0f61a
massage comment. no functional change.
2009-03-23 11:52:42 +00:00
pooka
932c102c8b
Support async writes, can benefit mmio case.
2009-03-23 11:48:32 +00:00
pooka
ddeb7494ff
fix recent bug: writable images were not mapped with MAP_SHARED
2009-03-23 10:26:49 +00:00
christos
1297dd791c
turn on amd support for eject now that we have it. From Anon Ymous
2009-03-23 04:00:44 +00:00
yamt
ba2f392cdc
sys_mremap: whitespace
2009-03-23 02:12:54 +00:00
joerg
100c18a386
.Ud includes terminating dot.
2009-03-23 01:27:59 +00:00
ad
dabb2cae17
Set up module_map correctly so that the system does not panic if it
...
becomes full.
2009-03-22 19:57:11 +00:00
msaitoh
9384d3cea3
Take some code from FreeBSD and OpenBSD
...
-Add some known CHIPID entries.
-Add a code for BCM5906 into bge_chipinit(). We have to do more work for
BCM5906.
-Fix the case of setting a flag in BGE_PCI_DMA_RW_CTL (on conventional PCI).
2009-03-22 18:54:59 +00:00
msaitoh
2abe3d4169
Make bge(4) close to FreBSD and OpenBSD.
...
NO FUNCTIONAL CHANGE BY THIS COMMIT.
2009-03-22 18:14:59 +00:00
msaitoh
a23f160d73
Make bge(4) close to FreBSD and OpenBSD.
...
NO FUNCTIONAL CHANGE BY THIS COMMIT.
2009-03-22 16:20:06 +00:00
msaitoh
a95fdaad68
eliminate PHY_1 quirk (like OpenBSD (rev. 1.110) and FreeBSD (rev. 1.44))
2009-03-22 16:12:53 +00:00