Commit Graph

11394 Commits

Author SHA1 Message Date
lukem
6299875ab1 We don't have an MI crash(8), so don't reference it.
Thanks to Hubert for the reminder.
2009-01-20 04:10:38 +00:00
jmcneill
3ba8641fb1 Remove note about 11a mode not working properly. 2009-01-19 12:38:13 +00:00
jmmv
5978786e8e Make sure all necessary targets are defined. 2009-01-19 08:08:18 +00:00
jmmv
48b9858388 Remove the xsl subtree from here. We are not installing anything now, as
the atf xsl is now installed from the external subtree.
2009-01-19 08:03:42 +00:00
jmmv
02168e565f Do not descend into the atf directory, which is gone, and account for
MKATF=no.
2009-01-19 08:02:16 +00:00
jmmv
149b8384cb The atf subdirectory is gone, so do not descend into it. 2009-01-19 07:50:20 +00:00
jmmv
0cdcf7cea6 Remove ATF 0.5 from dist/atf and all of the reachover Makefiles used to
build it.  0.6 is going to be imported in external/bsd/atf, with all the
necessary Makefiles in that same hierarchy.
2009-01-19 07:08:14 +00:00
cyber
ccd583fea9 Recover tls' change in rev1.33 that was clobbered in the rev1.40 sync. 2009-01-18 21:57:09 +00:00
he
a5ec128bee If we have a SHLIB_VERSION_FILE, add is as a dependency for the
library.  This is mostly a convenience, so that you can trigger
a shared library rebuild by touching the shlib_version file, it
should not otherwise impact the build one way or the other.
2009-01-17 12:09:58 +00:00
he
79663d7eed Move _LIBLDOPTS and LDFLAGS to a spot behind LDADD when making a
shared library.  This is done so that -L options pointing into
DESTDIR will come after -L options pointing into our object tree
for shared libraries this shared library depends on.

This makes a difference when shared library major numbers are bumped
(as was recently done in our tree), and you build into an already-
populated DESTDIR, because otherwise the old major version shared
libraries will be picked up, because the new ones have not yet been
installed at this stage. This will in all probability lead to
conflicts later on when linking programs, where one would try to
mix new and old major versions for the same shared library.

I *hope* this will not have any negatively impact by moving other
order-dependent options around; local tests with rebuilds did not
uncover any problems I could see.

OK'ed by lukem@
2009-01-17 12:07:59 +00:00
wiz
74e376961d Fix Dd, make output HTML-ready, punctuation and casing improvements. 2009-01-16 23:27:49 +00:00
wiz
8b7eddbcfe Fix Dd, add Xref to age(4). 2009-01-16 23:26:31 +00:00
cegger
72d24efba3 manpages for new age(4) and atphy(4) drivers. 2009-01-16 21:27:41 +00:00
uebayasi
7caa97c9ca config_found_sm(9) -> config_found_sm_loc(9) 2009-01-16 09:51:34 +00:00
jnemeth
b0196b24f8 PR/40404 - Robert Elz -- Thailand airport updates 2009-01-16 08:51:37 +00:00
reed
4ee2689ef3 Also add cdrom (which is created by sysinst).
And add trailing slash to pts directory (just added a moment ago).
2009-01-14 01:51:29 +00:00
reed
91e4be2a1c Add pts, kern, proc mount points.
These are created by sysinst.
(I don't see in mtree spec files either.)
2009-01-14 01:46:51 +00:00
yamt
70de973662 g/c BUFQ_FOO() macros and use bufq_foo() directly. 2009-01-13 13:33:58 +00:00
christos
24af933098 mention panic uses. 2009-01-12 16:28:03 +00:00
wiz
878e839563 New sentence, new line. 2009-01-11 22:03:56 +00:00
pooka
b5d278fb51 document -o rump 2009-01-11 20:51:18 +00:00
skrll
e53ff1f7b0 It's "show uvmhist" not "uvmhist". 2009-01-11 16:15:37 +00:00
apb
a61d570b55 Move explanatory text above the "dynamically-created" example,
to match other examples.
2009-01-09 09:39:05 +00:00
pooka
53313f280c Add comment requesting modifications to __archivebuild be reflected
in the rump build.
2009-01-08 20:03:59 +00:00
jakllsch
0ccde41dde Move the 'dhcp' example so it doesn't disrput flow
into the note about use of 'create'.
bump date.
2009-01-08 18:33:47 +00:00
jnemeth
cb3aa28dce mention fdc 2009-01-07 09:12:38 +00:00
dholland
2ecf4e1631 typo fix 2009-01-05 02:42:18 +00:00
he
adb91b85f0 Get rid of an extranous .Ed request, and the warning about
unknown NetBSD version `A'.
2009-01-04 22:55:02 +00:00
jdc
68874eb4ac Add missing callout_* links and order the callout_* links as per the
manual page.
2009-01-04 19:33:56 +00:00
jdc
639713fd10 Add callout_pending to NAME section. 2009-01-04 19:32:16 +00:00
christos
c77bd99b1b add back siisata. 2009-01-04 16:38:58 +00:00
wiz
5458c8ef0a Drop trailing whitespace. Remove unneeded Pp before Ss. 2009-01-04 16:30:17 +00:00
hubertf
b007c29b93 * in diagrams, name routers as such
* enhance formatting
 * add section headers for examples
2009-01-04 16:27:48 +00:00
wiz
211af1fdb9 Add man page for gcscaudio driver. 2009-01-04 15:34:17 +00:00
apb
a0398a9d79 * Add etc/rc.d/rndctl script, based on work by Brian A. Seklecki. This
allows you to invoke rndctl(8) during the boot.
* Add rndctl=NO and rndctl_flags="" to /etc/defaults/rc.conf.
* Document rndctl and rndctl_flags variables in rc.conf(5).
2009-01-04 12:10:30 +00:00
wiz
5eea853f3e New sentence, new line. Remove another esl(4) reference. 2009-01-03 18:27:36 +00:00
wiz
238aa4a6a2 New sentence, new line. 2009-01-03 18:27:19 +00:00
christos
30173a3005 remove siisata and esl. (KIYOHARA Takashi) 2009-01-03 17:44:20 +00:00
tnozaki
52ed7b035f Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format.
ok'ed by core and releng.
(thanks for agc@, snj@ and i'm sorry for long time patience).

[libc]
- localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by
  new locale-db implementation using citrus_db backend,
  see src/lib/libc/citrus/citrus_lc_*.[ch].
- add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation
  internally, because they're locale-aware function.
- add some stubs for multi-locale issue, see {current,global}_locale.c.
- remove some obsolete file, setrunelocale.c, ___runetype_mb.c.
- remove __savectype() from ctypeio.[ch].

[tools]
- mklocale(1): add new option ``-t'' that generates new style
  LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format.
- chrtbl(1): added ctypeio.[ch] for __savectype().

[locale-db]
- added en_US.US-ASCII locale.
- removed some shareable locale definition file:
    en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8
    zh_CN.eucCN -> zh_CN.GB18030
    and more...see src/share/locale/*/Makefile.
- remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS.
- change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP*
  for X11's locale.alias file alignments.
- fix regression test, wrong wcs?width(3), NAN/INF usage.

i tested release-build following arch:
  i386, amd64, hpc{mips,arm,sh}, sparc64, vax.

citrus_lc_*.[ch] also can read old-plain-text style locale-db.
so that backward compatibility is keeped, but lc*.[ch] can't read
new citrus_db'ed locale-db and localeio.c never check sanity,
so forward compatibility is broken ;-<

old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
2009-01-02 00:20:18 +00:00
pooka
dfa6b36e0e Move list of rump-uses-kmod archs to bsd.own.mk for wider consumption. 2008-12-30 21:31:10 +00:00
wiz
c1e161c47f Mark up NULL with .Dv. 2008-12-29 15:57:01 +00:00
ad
a6dfe8170e Add a bunch of new text, in particular:
Use of KM_NOSLEEP is strongly discouraged as it can
	create transient, hard to debug failures that occur
	when the system is under memory pressure.

	In situations where it is not possible to sleep, for
	example because locks are held by the caller, the
	code path should be restructured to allow the allo-
	cation to be made in another place.
2008-12-29 12:43:47 +00:00
ad
a3caa093d1 Tweak text. 2008-12-29 12:18:12 +00:00
stacktic
49e78c0c1f VFS_UMOUNT -> VFS_UNMOUNT; fix typo. 2008-12-23 09:11:59 +00:00
agc
72d7476867 Explain what the MKLVM switch does 2008-12-23 02:55:23 +00:00
agc
a796e01c33 Put MKLVM in order in the list of variables 2008-12-23 02:54:11 +00:00
wiz
6b473e55d0 Improve English, sort sections, various other stuff. 2008-12-22 08:52:37 +00:00
haad
59ceebd061 Add initial version of manpage about device-mapper driver.
XXX: it is not added to the build yet.
2008-12-22 02:28:28 +00:00
ad
e486cbc29c -Kernel preemption is currently disabled by default.
-It can be enabled by tweaking kern.sched.kpreempt_pri sysctl.
+On architectures where kernel preemption is not supported natively, these
+functions may still be used.
2008-12-21 10:32:56 +00:00
ad
c3d0770eca -If non-zero, DDB will be entered when the kernel panics.
+If non-zero, DDB will be entered if the kernel panics.
2008-12-21 10:30:08 +00:00