Commit Graph

178997 Commits

Author SHA1 Message Date
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
tsutsui
ce1d70c7a6 Don't put doc files (CHANGES etc.) available in ftp dir into ISOs.
${RELEASEDIR} and ISO images created by build.sh don't have that files.
2009-03-22 07:40:58 +00:00
tsutsui
bbcdef6f71 Print error message properly when ${RELEASE} is not set. 2009-03-22 07:35:43 +00:00
pooka
c7a778f6c1 reference to ABC2009 paper 2009-03-22 05:41:49 +00:00
uwe
1ebb57a8c6 Don't bother trying to attach GPIO, AFE and FIR modules for which we
have no drivers.

Standby TIMER that we don't use.  One of the timers is always out of
standby on my Jornada on boot (WinCE uses it), so save some power.

Standby AFE and FIR for which we have no drivers (I don't know if any
hpcsh hardware actually uses them, so they are likely to be in standby
already anyway).
2009-03-22 02:25:11 +00:00
ad
7c4a91a3e5 uid_init: maxproc -> maxcpus 2009-03-22 00:49:13 +00:00
tsutsui
f5415a224c Fix a bug slipped in rev 1.40 which puts extra MD directories into ISO
on multiple image targets.
2009-03-21 23:52:38 +00:00
ad
2fc1c0de55 Add 2 event counters:
"x86", "io bitmap copy"
"x86", "ldt sync"
2009-03-21 22:55:08 +00:00
tsutsui
7df41f6ef7 cdrtools-2.01.01a27 seems to have another problem on 5.0_RC3 environment
(it complains "Implementation botch" etc.) to build mac68kcd here,
but cdrtools-2.01 is confirmed working.
2009-03-21 22:54:30 +00:00
tsutsui
f263184880 Change default path of mkisofs(8) from /usr/pkg/bin to /usr/local/bin
since recent versions in pkgsrc won't work.
2009-03-21 22:41:57 +00:00
ad
e23c2bc3ad A couple more comments. 2009-03-21 22:17:13 +00:00