Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-17 | For macro arguments that are type or member names, consistently | Philip Guenthe | |
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@ | |||
2012-09-25 | Update the libpthread section. | Brad Smith | |
ok matthew@ sthen@ | |||
2012-09-07 | add pkcs5_pbkdf2(3); | Jason McIntyre | |
2012-09-01 | Kill the FILES section. No need to maintain a second list of libraries on the | Pascal Stumpf | |
same page (which was even out of sync). Also, add an .Xr ld. ok jmc@ | |||
2012-08-31 | tweak tweak, ok jmc@ | Pascal Stumpf | |
2012-08-31 | tweak previous; | Jason McIntyre | |
2012-08-31 | Adapt this manpage to the removal of _pic.a libraries, restructure a bit and | Pascal Stumpf | |
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@ | |||
2012-04-28 | document sqlite3; | Jason McIntyre | |
2012-04-11 | SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and | Christian Weisgerber | |
compatibility with FreeBSD/NetBSD. Also rename SIMPLEQ_REMOVE_NEXT to SIMPLEQ_REMOVE_AFTER. ok mikeb@ guenther@ | |||
2012-03-06 | Avoid warning from gcc in TAILQ usage example. | Christiano F. Haesbaert | |
From Lawrence Teo. | |||
2012-01-15 | When Joerg Wunsch copied most of the text in this file from sysexits.h, | Ingo Schwarze | |
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@ | |||
2012-01-11 | Mark the ..._FOREACH_SAFE macros consistently with .FN. | Alexander Bluhm | |
FOREACH is a group of macros, do not use .FN. Put sentences belonging together into a common paragraph. ok jmc@ | |||
2012-01-11 | Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore. | Alexander Bluhm | |
ok guenther@ deraadt@ | |||
2011-12-05 | update a comment about gcc; fix suggested by miod | Jason McIntyre | |
2011-07-09 | tweak previous; | Jason McIntyre | |
2011-07-09 | update MLINKS for the *SAFE macros; | Jason McIntyre | |
2011-07-09 | Document the newly added FOREACH_SAFE marcos. | Paul Irofti | |
2011-07-07 | no more math.3; | Jason McIntyre | |
2011-07-03 | Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT(). | Matthew Dempsky | |
ok krw@ | |||
2011-04-01 | after nicm's last commit, fix some cases where non-arguments | Jason McIntyre | |
had been left on macro lines... | |||
2010-10-28 | remove the libdes entry; | Jason McIntyre | |
2010-10-17 | no more sectok; | Jason McIntyre | |
2010-09-12 | document the curses wide libraries, with help from nicm; | Jason McIntyre | |
2010-05-26 | imsg stuff now in libutil; | Jason McIntyre | |
2010-05-25 | libfrtbegin and libg2c are no longer in base; | Jason McIntyre | |
confirmed by espie | |||
2010-05-05 | Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT and | Nicholas Marriott | |
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 | |||
2010-02-20 | The .Ud macro must not have arguments, or it kills the build with mandoc(1). | Ingo Schwarze | |
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. | |||
2010-02-18 | tweak from otto, which i managed to forget in the initial commit; | Jason McIntyre | |
2010-02-18 | document offsetof; from Thomas Pfaff | Jason McIntyre | |
ok kettenis millert otto | |||
2009-08-16 | replace ".Ar file ..." with ".Ar"; this macro does not need arguments either. | Igor Sobrado | |
2009-03-01 | zap trailing whitespace; | Jason McIntyre | |
2009-02-25 | fix examples of list deletion to not leak memory. | Bob Beck | |
ok otto@ deraadt@ henning@ oga@ | |||
2009-01-28 | Document the return value of RB_INSERT in tree(3). | Stefan Sperling | |
wording fixes and ok henning@ | |||
2009-01-28 | Document the difference between RB_FIND and RB_NFIND in tree(3). | Stefan Sperling | |
Added text was copied from comments found in sys/tree.h. "go ahead, if something's wrong with it, jmc will fix it" mcbride@ | |||
2008-12-21 | fix example comparison function to work with large ranges of numbers. ok ↵ | Ted Unangst | |
djm otto | |||
2008-11-30 | fixes from Jacek Masiulaniec, tweaked by otto and myself; | Jason McIntyre | |
2008-11-01 | - document libsndio | Jason McIntyre | |
- SEE ALSO is getting bigger and bigger, and less and less useful, so kill everything except references specific to the discussions in this page | |||
2008-09-24 | Document dlclose() return value. | Todd C. Miller | |
2008-09-09 | style(9) does not recommend sysexits, so don;t claim it does; | Jason McIntyre | |
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 | |||
2008-08-26 | libbfd and libopcodes no longer built; | Jason McIntyre | |
2008-07-27 | Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right. | Stefan Kempf | |
ok jaredy | |||
2008-06-10 | no more amd64_get_mtrr; | Jason McIntyre | |
2008-05-23 | remove reference to amd64_vm86(2): although there is code and a | Jason McIntyre | |
man page, it doesn;t get built; | |||
2008-05-23 | - remove USER_LDT, it was never in a state where it would copile, nor will | Jasper Lievisse Adriaanse | |
we support i386-compat mode on amd64. agreed by beck@, dlg@, kettenis@ ok deraadt@, tom@ | |||
2008-05-12 | Remove clauses 3 and 4 from the license to match the license on | Todd C. Miller | |
tree.h. OK'd by Niels. | |||
2008-05-11 | Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND, | Todd C. Miller | |
and RB_FOREACH_REVERSE from FreeBSD. OK deraadt@ | |||
2008-03-31 | some missing bits; from Girish Venkatachalam | Jason McIntyre | |
ok henning while here, clean up the queue MLINKS | |||
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt | |
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis | |||
2008-03-15 | show the correct idiom | Theo de Raadt | |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt | |
an extensive discussion with otto, kettenis, millert, and hshoexer |