Commit Graph

329 Commits

Author SHA1 Message Date
njoly
e5ce0ad0c8 Fix prologue macros order. 2011-08-29 16:56:32 +00:00
jruoho
ea330d8d1a Xref limits(3). 2011-08-09 18:11:37 +00:00
jruoho
0557e6f5b0 Add a summary page for <limits.h>. 2011-08-09 17:58:27 +00:00
joerg
3eb244d801 Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
2011-07-17 20:54:30 +00:00
wiz
ce0ea4e1c5 Bump date for previous. 2011-06-25 12:44:37 +00:00
nonaka
c52f9a5df2 PR/45015: ld.elf_so: support ELF symbol versioning
Applied latest patch.
2011-06-25 05:45:10 +00:00
riastradh
1cef303517 Add a cmsg.3 man page symlink, since I can never remember its name.
ok wiz
2011-05-19 21:39:02 +00:00
jruoho
4f636e256c Xref div(3) and remainder(3). 2011-05-10 12:09:00 +00:00
jruoho
5a43e397bb Xref ilogb(3). 2011-05-10 06:39:45 +00:00
jym
8e2b504dac Small typo fix. 2011-04-30 19:34:10 +00:00
wiz
716425e6ac No need to use \*[q], use plain double quotes instead. 2011-04-14 06:56:28 +00:00
jruoho
2619753dbd Improve as per discussion on source-changes. 2011-04-14 05:45:34 +00:00
jruoho
90fb5b4eb9 Put asctime(3) explicitly to SEE ALSO. 2011-04-12 13:48:29 +00:00
jruoho
47a900e8bc Move some of the discussion from the messy ctime(3) to tm(3). 2011-04-12 08:39:26 +00:00
jruoho
6b4c2634f4 Add a small summary parge for struct tm from <time.h>. Cf. timeval(3). 2011-04-12 08:22:48 +00:00
jruoho
4767f8f268 Small rewording. 2011-04-12 04:27:02 +00:00
jruoho
42c705227a Xref unistd(3). 2011-04-10 10:02:34 +00:00
wiz
16c91ae7ec Fix some xrefs. 2011-04-10 10:01:06 +00:00
jruoho
4ad08c6b86 Add a small summary page for <unistd.h>. 2011-04-10 09:58:00 +00:00
jruoho
237b9fd91d Use .In for headers. 2011-04-08 10:14:24 +00:00
wiz
b471ea6774 Remove superfluous Pp. 2011-04-08 08:50:52 +00:00
wiz
0c99d89e18 Sort sections. 2011-04-08 08:47:54 +00:00
wiz
b0f3c6983e Sort SEE ALSO. 2011-04-08 08:47:50 +00:00
wiz
264450c5e9 Do not Xr yourself. 2011-04-08 08:47:34 +00:00
wiz
ce403b037d New sentence, new line. 2011-04-08 08:47:12 +00:00
jruoho
4f8cd38b3a And finally, fix a typo. 2011-04-08 08:46:12 +00:00
jruoho
9a991ffd99 Clarify a little; ilog2(3) is a macro. 2011-04-08 08:42:56 +00:00
jruoho
e5c4609f82 Xref bitops(3). 2011-04-08 08:40:05 +00:00
jruoho
bd040c35ba Add also a small summary page for <sys/bitops.h>. 2011-04-08 08:36:33 +00:00
jruoho
5b56473c84 Use bullets in the list. 2011-04-08 08:12:51 +00:00
jruoho
17e4083e75 Remove leftover .Ed. 2011-04-08 07:57:48 +00:00
jruoho
bacb261ac9 Xref param(3). 2011-04-08 07:55:04 +00:00
jruoho
5ae9d52443 Briefly summarize <sys/param.h>. 2011-04-08 07:47:42 +00:00
njoly
fb7cdbe06b Fix prologue macros order. 2011-04-01 13:54:00 +00:00
jruoho
9d0b321d43 Xref MAKEDEV(8). 2011-04-01 06:03:06 +00:00
jruoho
182bf29856 Add example. 2011-04-01 05:24:37 +00:00
jruoho
2fefc9365f Briefly document <paths.h>. 2011-03-30 10:06:58 +00:00
ahoka
1a7f8f91f0 Fix manpage wrt reversed compare functions. 2011-03-28 13:46:14 +00:00
jruoho
1194e4acc3 Briefly document __predict_true() and __predict_false(). 2011-03-19 04:59:43 +00:00
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