| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | less sendmail specific; | 2014-09-16 | 1 | -3/+3 | ||
| | | ||||||
| * | no more milter; | 2014-09-16 | 1 | -7/+2 | ||
| | | ||||||
| * | zap MLINK for *Q_END and CIRCLEQ*; | 2014-09-13 | 1 | -16/+5 | ||
| | | ||||||
| * | Retire the CIRCLEQ_* and *_END macros here, noting why they were deprecated. | 2014-09-13 | 1 | -263/+22 | ||
| | | | | | | kick started by Gre'goire Duche^ne <gduchene@awhk.org> ok millert@ | |||||
| * | obvious cases of missing .An; | 2014-09-08 | 1 | -3/+4 | ||
| | | | | | | found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes | |||||
| * | no more html/milter; | 2014-07-16 | 1 | -4/+2 | ||
| | | ||||||
| * | ohash stuff in libutil now; | 2014-05-13 | 1 | -2/+4 | ||
| | | ||||||
| * | no more asn1 or comm_err; | 2014-04-24 | 1 | -9/+2 | ||
| | | ||||||
| * | no more kerberos, ok theo reyk | 2014-04-22 | 1 | -44/+2 | ||
| | | ||||||
| * | add heimbase; description from (and ok) ajacoutot | 2014-04-07 | 1 | -2/+5 | ||
| | | ||||||
| * | no more libwrap; | 2014-03-24 | 1 | -9/+2 | ||
| | | ||||||
| * | no more libcompat; | 2013-12-05 | 1 | -13/+2 | ||
| | | ||||||
| * | remove reference to non-existent krb5(3). i don;t see any obvious place | 2013-12-04 | 1 | -4/+2 | ||
| | | | | | to point folks to, so removing it until such time as i find one. | |||||
| * | add libfuse; ok jmc@ | 2013-11-30 | 1 | -2/+7 | ||
| | | ||||||
| * | 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 | |||||
