thorpej
c7668999ad
If we're preprocessing with cpp, it's not a very good idea to use
...
"#" as a comment character; use "//" in those places, instead.
2002-12-06 02:50:21 +00:00
martin
66efc8657b
Document the force_down_interfaces variable.
2002-12-04 22:59:51 +00:00
isaki
8f17eedef1
Add manual page of bmd.
2002-12-01 09:14:34 +00:00
isaki
24eac1647f
Regen; add bmd
2002-12-01 09:02:13 +00:00
jdolecek
923f85008b
add afterboot.8 here. pointed out by Julio Merino
2002-11-30 15:29:36 +00:00
jdolecek
4b413dd039
add afterboot(8) manpage - things to check after the first complete boot
...
adapted from OpenBSD by Julio Merino in PR misc/16745, with some further
changes by me
2002-11-30 14:09:50 +00:00
wiz
db25e6f163
New sentence, new line.
2002-11-29 19:11:45 +00:00
wiz
90a6e234c2
regen (bpp man page)
2002-11-29 19:04:44 +00:00
wiz
cf0695b17b
regen (midi)
2002-11-29 19:04:25 +00:00
tsutsui
401a6030de
Note FMV-186/186A/188 PCI Ethernet adapters are supported by fxp(4).
2002-11-29 18:00:02 +00:00
junyoung
a16598462b
Document NEW_BUFQ_STRATEGY. Hopefully it should become the default before
...
the next major release is available.
Idea of documenting it suggested (and Ok'ed) by Hubert Feyrer.
2002-11-29 04:25:38 +00:00
martin
da6b5e13a7
A simple man page for /dev/bpp.
2002-11-28 20:06:26 +00:00
martin
97d93bb04d
Regen (/dev/bpp added).
2002-11-28 19:32:43 +00:00
lukem
9145235642
Deprecate SYS_INCLUDE and the optional SYS_INCLUDE=symlinks functionality,
...
and only support the "copies" default.
Per discussion on tech-userlevel@.
2002-11-26 23:15:53 +00:00
dan
c4c5556d3e
Note the @home device which also works with this driver
2002-11-26 23:02:37 +00:00
thorpej
16f21f8705
* If EXTERNAL_TOOLCHAIN is defined, consider it to be the root of
...
where the GNU tools are found, e.g. ${EXTERNAL_TOOLCHAIN}/bin/...
* Allow MACHINE_GNU_PLATFORM to be set in mk.conf.
2002-11-26 19:51:16 +00:00
thorpej
e4637c735b
sh64 -> sh5, which matches the names that the NetBSD-targeted GNU
...
toolchain uses for 32-bit SH5. OK'd by steve.
2002-11-26 19:30:13 +00:00
thorpej
f176c534d2
The traditional C preprocessor is fixed in GCC 3.3 now, so no need
...
to skip -traditional-cpp for HAVE_GCC3.
2002-11-26 18:42:30 +00:00
grant
d8cbe887fb
Improve ipmon_flags.
...
From Jason Lingohr <jason at lucid dot net dot au>.
2002-11-26 12:25:53 +00:00
rafal
0266949b9c
Regen: catch up to Martin's lpt addition.
2002-11-26 02:30:36 +00:00
bouyer
b7b6370242
Remove the note about Ultra/133 from the bug section. Pointed out by
...
mipam@ibb.net , thanks !
2002-11-25 22:50:49 +00:00
grant
89e8f956d1
New sentence, new line.
2002-11-25 08:07:04 +00:00
grant
bed1c102d8
add ipmon_flags. from freebsd.
2002-11-25 08:06:37 +00:00
thorpej
841722bb50
Add -Wno-sign-compare to CFLAGS.
2002-11-25 03:03:13 +00:00
thorpej
2e0f3f1f87
Mention xor5, xor6, xor7, and xor8.
2002-11-23 17:36:28 +00:00
blymn
e644ca2e85
Added verified exec directory.
2002-11-23 10:25:56 +00:00
blymn
c06c99cbd3
Example signature generating scripts.
2002-11-23 10:25:03 +00:00
blymn
1c475f17bc
Removing due to rename of loader tool.
2002-11-23 10:21:17 +00:00
wiz
34fa57de10
Use correct macro.
2002-11-22 12:15:27 +00:00
thorpej
6dba3a7439
Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific
...
things like the .note.netbsd.ident section are provided by crti/crtn.
crti/crtn also provide the _init() and _fini() routines.
crtbegin/crtend now only provide support for ctors/dtors. This paves
the way to using the "crtstuff" provided with GCC (when we upgrade to
GCC 3.3), which provides, among other things, much better C++/Java
exception handling.
2002-11-22 06:44:56 +00:00
simonb
a5bd4ec465
Fix a grammatical nit.
2002-11-19 04:16:02 +00:00
itojun
318c547b9b
document new sanity checks. sync w/kame
2002-11-17 19:34:52 +00:00
wiz
2b116e162c
Add some definite articles.
2002-11-17 15:48:05 +00:00
chs
4b2625143d
change uvm_uarea_alloc() to indicate whether the returned uarea is already
...
backed by physical pages (ie. because it reused a previously-freed one),
so that we can skip a bunch of useless work in that case.
this fixes the underlying problem behind PR 18543, and also speeds up fork()
quite a bit (eg. 7% on my pc, 1% on my ultra2) when we get a cache hit.
2002-11-17 08:32:43 +00:00
itohy
e3d75a4ff4
Regen (fix desc, add manual pages)
2002-11-17 05:58:51 +00:00
itohy
f9d87879fa
Add man4.dreamcast
2002-11-17 05:54:30 +00:00
itohy
d7eb7f969e
Manual pages of dreamcast specific drivers
2002-11-17 05:53:41 +00:00
wiz
e991211bf2
Drop trailing space.
2002-11-17 01:28:18 +00:00
dyoung
d910717d01
Correct content. Style nits.
2002-11-16 23:09:44 +00:00
wiz
b40029428b
Sort some arch lists, grammar and whitespace fixes.
...
Bump date for COMPAT_DARWIN/COMPAT_MACHO additions.
2002-11-16 12:28:04 +00:00
grant
fc7122989c
minor mdoc and whitespace cleanup.
2002-11-16 11:42:33 +00:00
manu
7c8e5410cd
Added COMPAT_MACH, COMPAT_DARWIN, and EXEC_MACHO. Updated LINUX supported
...
archs.
2002-11-16 11:35:47 +00:00
itohy
4ceec823fb
Regen (add maple devices)
2002-11-16 04:55:06 +00:00
minoura
444fdc6bb9
Typo.
...
- missing argument
- s/of of/of/
2002-11-12 15:45:42 +00:00
itohy
cbb1f0fb0f
MKDYNAMICROOT for a.out
2002-11-12 14:33:48 +00:00
wiz
ac2f36aea8
Add mtd(4) man page by Martin Husemann and Peter Bex, with some
...
improvements by me.
2002-11-11 22:34:27 +00:00
gmcgarry
2aaf72cb84
Fix Xref formatting
2002-11-11 06:06:27 +00:00
thorpej
0d842ff28e
Oops, AINC actually is still used; put it back.
2002-11-10 21:26:44 +00:00
hubertf
a4cde15ae0
Fix some nits around BINPKG_SITE(S)
...
PR pkg/19005 by tv@pobox.com
2002-11-10 18:23:48 +00:00
thorpej
ca760b0a32
The MIPS toolchain now defines __ABICALLS__ when abicalls are in use,
...
and the sources now use that define, so there is no need for us to define
ABICALLS. Since that was the only use for the AINC variable, garbage-collect
it.
2002-11-10 18:15:29 +00:00