Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the global description of --export-symbols up to dlopen, | 2013-11-02 | 1 | -7/+14 | |
| | | | | | | | since that's where the problem usually gets noticed, add -rdynamic for gcc. okay matthew@ | ||||
* | Removed obsolete reference to GCC 2.95 archs. ok miod & jmc. | 2013-09-13 | 1 | -3/+2 | |
| | |||||
* | no longer any need to quote macro lines with >9 args; | 2013-08-14 | 2 | -6/+6 | |
| | | | | From: Jan Stary | ||||
* | libkafs5 has been renamed to libkafs; | 2013-08-10 | 1 | -5/+5 | |
| | | | | ok ajacoutot | ||||
* | Remove lie that old kerberos libs were hardlinked to libkrb5 and | 2013-07-11 | 1 | -15/+29 | |
| | | | | | | properly document each one of them. input from and ok jmc@ robert@ | ||||
* | no more link(5). either remove references entirely, or point folks | 2013-07-10 | 1 | -3/+3 | |
| | | | | | | to elf(5) instead; ok miod | ||||
* | use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarze | 2013-06-05 | 9 | -27/+27 | |
| | |||||
* | remove reference to amd64_get_ioperm noticed by jmc | 2013-05-05 | 1 | -4/+2 | |
| | |||||
* | dlerror() should not return const char *, as noted by landry | 2013-03-24 | 1 | -3/+3 | |
| | | | | ok guenther | ||||
* | Remove SSLv2 references from the intro(3) and ssl(8) man pages, and | 2013-03-14 | 1 | -4/+4 | |
| | | | | | | mention in ssl(8) that SSLv2 was disabled in OpenBSD 5.2. feedback/ok jmc sthen | ||||
* | For macro arguments that are type or member names, consistently | 2012-11-17 | 1 | -60/+60 | |
| | | | | | | | show them as a single word in the macro and _not_ as something that looks like a function argument (i.e., with declarator). ok beck@ schwarze@ | ||||
* | Update the libpthread section. | 2012-09-25 | 1 | -9/+4 | |
| | | | | ok matthew@ sthen@ | ||||
* | add pkcs5_pbkdf2(3); | 2012-09-07 | 1 | -2/+3 | |
| | |||||
* | Kill the FILES section. No need to maintain a second list of libraries on the | 2012-09-01 | 1 | -62/+3 | |
| | | | | | | same page (which was even out of sync). Also, add an .Xr ld. ok jmc@ | ||||
* | tweak tweak, ok jmc@ | 2012-08-31 | 1 | -4/+4 | |
| | |||||
* | tweak previous; | 2012-08-31 | 1 | -3/+3 | |
| | |||||
* | Adapt this manpage to the removal of _pic.a libraries, restructure a bit and | 2012-08-31 | 1 | -27/+24 | |
| | | | | | | | | | | | | | | | correct errors: - turn the paragraph that previously talked about _pic.a libraries into a general PIC paragraph, and make it clear from the start that it is used in shared libraries as well as static libraries on PIE architectures - reorder paragraphs to first talk about .a, then _p.a, then shared libraries, then PIC - -fpic/-fPIC has nothing to do with *linking* to PIC libraries - there are no profiling versions of dynamic libraries - NOPIC now only affects shared libraries reqested by and ok deraadt@, with a tiny tweak from jmc@ | ||||
* | document sqlite3; | 2012-04-28 | 1 | -2/+7 | |
| | |||||
* | SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and | 2012-04-11 | 2 | -24/+24 | |
| | | | | | | | compatibility with FreeBSD/NetBSD. Also rename SIMPLEQ_REMOVE_NEXT to SIMPLEQ_REMOVE_AFTER. ok mikeb@ guenther@ | ||||
* | Avoid warning from gcc in TAILQ usage example. | 2012-03-06 | 1 | -3/+3 | |
| | | | | From Lawrence Teo. | ||||
* | When Joerg Wunsch copied most of the text in this file from sysexits.h, | 2012-01-15 | 1 | -8/+16 | |
| | | | | | | | | | | | | | he neglected to copy the Copyright notice as well; so restore the Copyright notice as it was originally set up by Keith Bostic. While here, * correct the BSD release where this file first appeared, * mention the original use case and author, * kill low-level roff(7) tinkering, and * clarify what exactly Joerg copied. ok jmc@ | ||||
* | Mark the ..._FOREACH_SAFE macros consistently with .FN. | 2012-01-11 | 1 | -9/+12 | |
| | | | | | | FOREACH is a group of macros, do not use .FN. Put sentences belonging together into a common paragraph. ok jmc@ | ||||
* | Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore. | 2012-01-11 | 2 | -15/+4 | |
| | | | | ok guenther@ deraadt@ | ||||
* | update a comment about gcc; fix suggested by miod | 2011-12-05 | 1 | -3/+3 | |
| | |||||
* | tweak previous; | 2011-07-09 | 2 | -30/+50 | |
| | |||||
* | update MLINKS for the *SAFE macros; | 2011-07-09 | 1 | -8/+12 | |
| | |||||
* | Document the newly added FOREACH_SAFE marcos. | 2011-07-09 | 2 | -23/+61 | |
| | |||||
* | no more math.3; | 2011-07-07 | 1 | -4/+2 | |
| | |||||
* | Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT(). | 2011-07-03 | 2 | -4/+13 | |
| | | | | ok krw@ | ||||
* | after nicm's last commit, fix some cases where non-arguments | 2011-04-01 | 1 | -3/+4 | |
| | | | | had been left on macro lines... | ||||
* | remove the libdes entry; | 2010-10-28 | 1 | -10/+2 | |
| | |||||
* | no more sectok; | 2010-10-17 | 1 | -8/+2 | |
| | |||||
* | document the curses wide libraries, with help from nicm; | 2010-09-12 | 1 | -2/+29 | |
| | |||||
* | imsg stuff now in libutil; | 2010-05-26 | 1 | -2/+3 | |
| | |||||
* | libfrtbegin and libg2c are no longer in base; | 2010-05-25 | 1 | -12/+2 | |
| | | | | confirmed by espie | ||||
* | Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT and | 2010-05-05 | 1 | -19/+15 | |
| | | | | | | | | | | SPLAY_REMOVE closer to whether the macros are documents rather than in a separate section. Also describe the actual return values of the remove macros. Tweaked version of a diff from Tim van der Molen. ok jmc henning | ||||
* | The .Ud macro must not have arguments, or it kills the build with mandoc(1). | 2010-02-20 | 1 | -4/+3 | |
| | | | | | | | | | | Since this is the only page in our tree using the .Ud macro at all, just put the text verbatim as suggested by jmc@. Note that i have a vague suspicion that the whole sentence ("dlctl(3) is currently under development") might be a lie, but as i didn't receive feedback on that, i'm just fixing the formatting issue for now. | ||||
* | tweak from otto, which i managed to forget in the initial commit; | 2010-02-18 | 1 | -2/+4 | |
| | |||||
* | document offsetof; from Thomas Pfaff | 2010-02-18 | 2 | -2/+46 | |
| | | | | ok kettenis millert otto | ||||
* | replace ".Ar file ..." with ".Ar"; this macro does not need arguments either. | 2009-08-16 | 1 | -3/+3 | |
| | |||||
* | zap trailing whitespace; | 2009-03-01 | 1 | -4/+4 | |
| | |||||
* | fix examples of list deletion to not leak memory. | 2009-02-25 | 1 | -8/+24 | |
| | | | | ok otto@ deraadt@ henning@ oga@ | ||||
* | Document the return value of RB_INSERT in tree(3). | 2009-01-28 | 1 | -1/+6 | |
| | | | | wording fixes and ok henning@ | ||||
* | Document the difference between RB_FIND and RB_NFIND in tree(3). | 2009-01-28 | 1 | -2/+7 | |
| | | | | | Added text was copied from comments found in sys/tree.h. "go ahead, if something's wrong with it, jmc will fix it" mcbride@ | ||||
* | fix example comparison function to work with large ranges of numbers. ok djm otto | 2008-12-21 | 1 | -3/+3 | |
| | |||||
* | fixes from Jacek Masiulaniec, tweaked by otto and myself; | 2008-11-30 | 1 | -9/+9 | |
| | |||||
* | - document libsndio | 2008-11-01 | 1 | -36/+12 | |
| | | | | | - SEE ALSO is getting bigger and bigger, and less and less useful, so kill everything except references specific to the discussions in this page | ||||
* | Document dlclose() return value. | 2008-09-24 | 1 | -2/+4 | |
| | |||||
* | style(9) does not recommend sysexits, so don;t claim it does; | 2008-09-09 | 1 | -7/+5 | |
| | | | | | | | | | also swap the style Xr for _exit(2); prodded by two PRs from FreeBSD, 127219 and 127220, submitted by Bruce Cran, though we've taken the opposite fix; help/ok otto | ||||
* | libbfd and libopcodes no longer built; | 2008-08-26 | 1 | -14/+2 | |
| |