Commit Graph

290 Commits

Author SHA1 Message Date
jruoho
f016791f4e Remove boiler plate paragraph in the CODE REFERENCES section. 2011-03-17 17:53:02 +00:00
wiz
38a2368cfa Explain "Cannot dlopen non-loadable /usr/lib/libpthread.so.1".
Bump date.
2011-02-13 16:01:39 +00:00
wiz
ce2e52a4f1 New sentence, new line. Bump date for previous. 2011-02-08 09:35:32 +00:00
haad
83425a0f36 Initial import of libdm and dmctl to tree. libdm library can be used
to access, manage and manipulate device-mapper driver. Which opens us bunch
of new possibilities like

	dm-multipath device target
	dm-crypt     device target
	dm-ccd 	     compatibility layer

With this import I'm bringing in dmctl tool for working with dm driver ,too.
I plan to replace gpl2 licensed dmsetup command with our dmctl tool in near
feature. It can also by placed to /rescue where we was not able to put
dmsetup because of licensing problems.

With libdm in tree we can now write RUMP atf test suite for dm driver to
ensure LVM subsystem stability as time goes.

Reviewed by: blymn@ and rmind@
Oked: by no objections on tech-userlevel@
2011-02-08 03:20:13 +00:00
njoly
0b07dcd551 Add missing Ta macro. 2011-01-30 21:48:48 +00:00
jruoho
70a8aa1e92 Xref __insn_barrier(3) and mb(9) with each other. 2011-01-02 07:14:02 +00:00
wiz
357238c98b Fix xref and pasto. 2010-12-24 13:00:24 +00:00
skrll
161a2fa924 Bump date. 2010-12-24 12:42:56 +00:00
skrll
f1d73a2c94 Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked
objects, and the RTLD_NODELETE and RTLD_NOLOAD flags to dlopen(3).

Mark libpthread as DF_1_NOOPEN and use it to test the functionality.

Somewhat taken from FreeBSD.

Fixes PR 42029.

OK from christos and joerg.
2010-12-24 12:41:42 +00:00
wiz
c85eb92955 Fix Fn arguments. 2010-12-22 22:02:54 +00:00
jruoho
1a2cca3c4c Fix URL of the paper. 2010-12-22 20:17:50 +00:00
jruoho
b7b8493a00 Document the __builtin_prefetch() GNU extension. 2010-12-22 19:35:41 +00:00
wiz
b0924b5fdf Remove superfluous Pp. 2010-12-22 09:07:15 +00:00
njoly
8d682cb521 Fix xref: rb(3) -> rbtree(3). 2010-12-21 18:05:05 +00:00
jruoho
14755c98a1 Document the __builtin_types_compatible_p() GNU/GCC extension. 2010-12-21 15:05:02 +00:00
jruoho
722eddfd32 A small clarification in the example. 2010-12-20 19:15:26 +00:00
jruoho
34de850242 Fix xref. 2010-12-19 10:08:44 +00:00
jruoho
b5b75a6230 Document __builtin_constant_p(). 2010-12-19 10:07:23 +00:00
jruoho
b9d6470c45 Document the __builtin_return_address() GNU extension. Again this is well
justified due to the wide use of these non-standard extensions in the tree.
2010-12-19 09:30:49 +00:00
wiz
da99cab7e4 Uppercase Dt argument, use \e for backslashes. 2010-12-19 08:56:17 +00:00
jruoho
ab60c9baab A small fix. 2010-12-19 08:14:03 +00:00
jruoho
c29a3eba93 Document the __alignof__ GNU extension. 2010-12-19 08:10:07 +00:00
jruoho
2daf152b55 There is no harm to add a manual page for the GNU typeof()-construct, given
that it has already crawled into the source tree.
2010-12-17 12:14:03 +00:00
jruoho
43b7e12140 Note that the previous are available only for the kernel. 2010-12-17 08:23:04 +00:00
jruoho
cc55e6fca5 Briefly describe __read_mostly and __cachline_aligned. 2010-12-17 08:13:09 +00:00
jruoho
52b33dcfd8 Add __insn_barrier(3). XXX: Someone more knowledgeable may want to check this. 2010-12-17 07:10:37 +00:00
pgoyette
0b50de93ef Darn - can't tytpe today! 2010-12-16 19:31:47 +00:00
pgoyette
680aae4e9d Get this right (don't need to \ escape the [Ba]) and update the date 2010-12-16 19:30:44 +00:00
pgoyette
1ac135da61 Fix typo - or_eq is "|=" and not "!=" 2010-12-16 18:51:39 +00:00
jruoho
595da22eed Reference __builtin_object_size(3) and attribute(3) with each other. 2010-12-16 17:50:39 +00:00
jruoho
e4082b0bf6 Document __dead, __pure, __constfunc, __noinline, __unused, and __used. 2010-12-16 17:47:53 +00:00
jruoho
b71dd4cbdd Paraphrase slightly. 2010-12-16 15:55:41 +00:00
jruoho
ec9cee68b7 Xref cdefs(3). 2010-12-16 10:40:04 +00:00
jruoho
85e71b7d90 Now that <sys/cdefs.h> is mostly documented, include a small summary page
for it, cdefs(3).
2010-12-16 10:19:13 +00:00
jruoho
af41f549a3 Remove extra .Pp before wizd(8) beats me. 2010-12-16 08:45:05 +00:00
jruoho
084bbf58ac Start to document the GNU C attributes. For now, only __packed, __aligned,
and __section are documented, but I will keep extending this.
2010-12-16 08:35:35 +00:00
jruoho
6a1d1f627b Remove functions/macros that are not in <tgmath.h> in NetBSD.
Use .Xr instead of .Fn for those functions/macros that have a manual page.
2010-12-14 17:27:32 +00:00
jruoho
9c53985f97 Add a manual page for the makedev(), major(), and minor() macros.
Taken from FreeBSD. Written by Ed Schouten.
2010-12-14 17:09:27 +00:00
njoly
989d80ec98 Remove reference to Curses development kit (CDK) which do not exists
anymore.
2010-12-09 13:51:45 +00:00
enami
d63316f97f Fix typo in previous commit. 2010-11-08 09:43:27 +00:00
enami
05eafeb6bd - Add library section.
- Fix function signatures.
- Describe added member to an ops structure.
- Describe rb_tree_remove_node.
2010-11-08 03:20:59 +00:00
jruoho
e7043d3268 Catch-up with code changes. 2010-10-24 06:57:04 +00:00
wiz
532ca9579f Use .In. 2010-10-16 12:05:48 +00:00
skrll
e6cdac9c4b Implement dl_iterate_phdr.
Somewhat taken from FreeBSD. Manual page from OpenBSD.
2010-10-16 10:27:06 +00:00
skrll
3fd0b7cfed Fix RCSID 2010-10-14 20:14:50 +00:00
jruoho
4328a42a43 Replace the example with something more generic and perceptual. 2010-08-27 09:13:38 +00:00
dyoung
99289f936d Apparently, you have to #include <sys/param.h>, too, for MAX(). 2010-08-26 16:42:28 +00:00
jruoho
4a8a89e213 Couple of grammar fixes. 2010-06-24 04:21:58 +00:00
joerg
6d1420650f Sort prologue 2010-06-20 21:57:59 +00:00
wiz
e20e5913d6 Sort SEE ALSO. 2010-06-15 06:36:08 +00:00