Commit Graph

6207 Commits

Author SHA1 Message Date
pooka 06d2948f14 short descriptions for CRIME and MACE found on the O2 2002-12-23 22:06:40 +00:00
grant 76bb93652f Fix a typo.
From Bryan Vyhmeister in PR 19503.
2002-12-23 08:00:58 +00:00
lukem 144b55005f Rework METALOG manipulation:
- add '-D ${DESTDIR}' to INSTPRIV, so install(8) removes the leading
  ${DESTDIR} from the metalogged path
- provide ${METADB.add} variable (for "${CAT} -l >> ${METALOG}"), to make
  it easier to replace manual metalog manipulation in the future.
- with manual metalog additions, don't add the leading ${DESTDIR} in the path
- in maketars, use "mtree -C ..." instead of
  "mtree -D ... | sed -e 's,\(.*\) \(\..*\),\2 \1,";

Benefits:
- maketars "Parsing METALOG" step speeds up from 29 seconds to 1.2 seconds
  on a P3-600.
  (This also benefits "make installworld" at the top level.)
- ${DESTDIR}/METALOG is easier to read without the leading "${DESTDIR}"
  on all the pathnames, and it's smaller as well.
2002-12-23 06:52:48 +00:00
lukem 1bf2d8180e Only set INSTPRIV?= if "inside" a NetBSD src tree (i.e, ${_SRC_TOP_} != "").
Fixes a problem found by Andrew Brown where programs outside of the NetBSD
src that use the /usr/share/mk framework (such as pkgsrc/pkgtools/digest)
couldn't be installed if /usr/src/etc wasn't present.
2002-12-23 02:23:57 +00:00
lukem 4234e2eefe correct a comment 2002-12-23 02:01:29 +00:00
lukem d9aa9519e8 Invoke ${PAX} with '-O' so that various errors don't hang the make
or the command with an interactive question.  (This also prevents
weird problems if a directory element of '-f path' is missing and
'make -j N' is being used).
2002-12-21 15:54:48 +00:00
wiz 7230c8277a dependent has no a. 2002-12-21 13:05:11 +00:00
wiz 8e62ab1c3f parameterized instead of parametrized, from Adrian Mrva. 2002-12-21 13:00:57 +00:00
lukem 787757666a add SUNLABEL 2002-12-21 12:58:13 +00:00
wiz 7a538d88c6 message with one a, from Adrian Mrva. 2002-12-21 12:56:35 +00:00
wiz 56487eedef maintenance, not maintenence. From Adrian Mrva. 2002-12-21 12:25:33 +00:00
jwise a3a041633d Add a brief description of DPSRCS, whose discovery recently shortened two
Makefiles of mine by a few lines. :-)
2002-12-20 16:05:16 +00:00
lukem ebdb5fe2ad Remove /usr/local (and children) from the base distribution; we shouldn't
be creating directories or modifying permissions under there.

(/usr/local/* is still retained in various default PATHs, for convenience)
2002-12-20 06:39:53 +00:00
lukem 9dac6e17e3 Remove /sys -> /usr/src/sys symlink. 2002-12-19 23:04:26 +00:00
lukem 7805822da2 Add "-N ${NETBSDSRCDIR}/etc" to ${INSTPRIV}, so that non-host ${INSTALL_*}
rules use that directory to lookup users & groups as opposed to the
host system's passwd(5) and group(5) databases.

This is a change of behaviour which should make the build system more
robust when new users & groups are added to the NetBSD source.

The only users who may be adversely affected are those (small number,
if any) that renumber the uids & gids away from the "standard" NetBSD
ones; in this case said users should maintain local mods to
${NETBSDSRCDIR}/etc/{master.passwd,group} ...
2002-12-19 12:44:03 +00:00
lukem 41e588395b Instead of ${ZIC}-ing to ${DESTDIR}/usr/share/zoneinfo and using chmod and
chown to frob permissions, use ${ZIC} to ${.OBJDIR}/builddir, create a
temporary mtree(8) specfile, and use "${PAX} -M -N ${NETBSDSRCDIR}/etc"
to copy to ${DESTDIR}/usr/share/zoneinfo, looking up root:wheel in
${NETBSDSRCDIR}/etc instead of the host system database.
2002-12-19 10:56:39 +00:00
wiz 218d0a7872 Mostly fixing Xrs, but some other fixes too. 2002-12-18 20:51:53 +00:00
wiz 2fd972238a regen (twe) 2002-12-18 20:27:52 +00:00
wiz 898689a780 Sort sections. 2002-12-18 19:39:12 +00:00
wiz 2a557a3feb Grammar fix, and drop a trailing space. 2002-12-18 19:29:26 +00:00
wiz 3bcbc6aea4 Dd should have long month name, add some articles, and drop an unneeded .Pp. 2002-12-18 19:27:42 +00:00
wiz 3e6d4063c8 Regen (dpt) 2002-12-18 19:25:44 +00:00
jdolecek 800e198ba6 add example disktab file 2002-12-17 15:16:40 +00:00
abs cfb215a4f2 Document NOFILE 2002-12-13 22:44:09 +00:00
ad 8d65361e31 raidutil -> dptutil 2002-12-11 13:20:47 +00:00
scw 599e82b578 The walnut port has been subsumed by the new evbppc port. 2002-12-09 14:45:59 +00:00
scw 226f0cfd96 s/walnut/evbppc/ 2002-12-09 14:31:47 +00:00
uwe 65dd4ff755 Do a few overlooked s/shutdown/power/. 2002-12-09 13:22:48 +00:00
scw cc0125e443 Add evbppc, delete walnut. 2002-12-09 12:51:54 +00:00
scw a7ebdbe931 Delete man8.walnut, and add man8.evbppc. 2002-12-09 12:43:16 +00:00
thorpej c4a72b6436 Centralize the definition of the tool name prefix (i.e. "nb") into
bsd.own.mk, as the _TOOL_PREFIX variable.
2002-12-08 20:19:56 +00:00
ad f25a33663b Update for recent changes. 2002-12-07 20:01:03 +00:00
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
thorpej 5d2465f251 Now that the compiler does the right thing with -KPIC, we no longer
need to add it (or -fpic, for that matter) explicitly when building
shared libraries on MIPS.
2002-11-09 08:22:04 +00:00
grant 0ada8e4331 include arch in title. 2002-11-09 07:54:24 +00:00
wiz 3d6f2379f7 regen (add radio) 2002-11-07 16:12:38 +00:00
grant f803190e5b remove spurious blank line. 2002-11-07 01:14:30 +00:00
grant 7434f686a8 Mention ALTQ options (from openbsd), fixes part of kern/18836.
From Jason Lingohr <jason at lucid dot net dot au> in private mail.
2002-11-07 01:13:57 +00:00
enami 872ec7c61c FSTAB_RQ was missing. 2002-11-06 04:13:24 +00:00
enami 06c8fdcc11 Sync with reality; The struct disk has been extended to have
separate read/write disk statistics.  Pointed out by itohy.
2002-11-06 03:55:01 +00:00
pooka 426a477b06 Be more verbose about the second DAC support.
requested by the wiz
2002-11-04 17:07:44 +00:00
pooka acfba287f0 reflect second DAC support 2002-11-04 16:37:04 +00:00
wiz 471dfb05bc regen (veriexec). 2002-10-31 15:35:28 +00:00
agc 0176e1f8e5 Might as well install the veriexec(4) man page. 2002-10-30 15:45:10 +00:00
wiz e597be7d4e Fix typo. Found by Adrian Mrva. 2002-10-29 16:18:06 +00:00
blymn 1baccad4de Added verifiedexec_load signature generator scripts. 2002-10-29 14:05:33 +00:00
wiz 691df76a8b Markup fixes. 2002-10-29 12:42:10 +00:00
blymn 19a0d736c2 Added man page for verified exec pseudo-device 2002-10-29 12:37:49 +00:00
chs fc374b9d4f add Boca Research 4- and 8-port cards. from openbsd. 2002-10-29 08:59:36 +00:00
martin d5435be6db Regen after adding wscons devices. 2002-10-26 13:49:11 +00:00
wiz c49637989c Mention wsmoused(8) in some places (based on patch from PR 18801 by
Julio Merino).
2002-10-25 21:00:45 +00:00