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
christos
e78b589366
import new bind
2009-03-22 15:02:24 +00:00
tsutsui
ab6e566655
Add an example to build an ISO from compiled release binaries
...
by "build.sh release" in RELEASEDIR.
2009-03-22 15:02:23 +00:00
christos
e353dcca6a
import new bind
2009-03-22 14:55:05 +00:00
perry
4bfc10355c
add missing commas to .Dd fix, pointed out by wiz
2009-03-22 14:29:34 +00:00
pooka
3a6a8a145f
Remove clearly incorrect constraint: can't compare range against eof if
...
offset != start.
2009-03-22 13:38:54 +00:00
pooka
b2ba089f62
Bounds-check requests in case we are operating directly on a regular file.
2009-03-22 09:51:05 +00:00
tsutsui
24d0b20cba
Don't remove ${DISTRIBDIR} on cleandir if it isn't default.
2009-03-22 08:43:54 +00:00
tsutsui
f71b3da7ab
Check if RSYNC and MKISOFS tools are installed before invoking them.
...
(otherwise we get strange error messages because MKISOFS is used in pipe)
2009-03-22 08:22:37 +00:00