Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre | |
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung | |||
2016-03-24 | no more i386_get_ioperm(2); | Jason McIntyre | |
2016-03-14 | some Xr; from michal mazurek | Jason McIntyre | |
2016-03-03 | Remove option USER_LDT and everything depending on it. | Christian Weisgerber | |
Remove machdep.userldt sysctl. Remove i386_[gs]et_ldt syscall stub from libi386. Remove i386_[gs]et_ldt regression test. ok mlarkin@ millert@ guenther@ | |||
2015-12-30 | sysexits only caught on for mail programs. it is not actually recommended | Ted Unangst | |
for general use, so tone down the language. ok deraadt | |||
2015-11-19 | Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the end | Todd C. Miller | |
of another one. Adapted from FreeBSD. OK jmc@ dlg@ nicm@ | |||
2015-11-14 | libocurses can go to the Attic. last consumer of it was ramdisk more(1) | Theo de Raadt | |
conceptual ok guenther millert nicm | |||
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre | |
or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze | |||
2015-10-10 | Added missing curly bracket into LIST_EMPTY example. | Tobias Stoeckmann | |
ok deraadt@, otto@ | |||
2015-09-22 | fix typo. | Igor Sobrado | |
2015-07-30 | update the radius reference; | Jason McIntyre | |
2015-07-25 | some radius bits; help/ok yasuoka | Jason McIntyre | |
2015-02-16 | Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively, | Christian Weisgerber | |
except for instances where \*(Le and \*(Ge are clearly understood as mathematical symbols. Discussed with schwarze@ | |||
2014-12-10 | HISTORY correction: v7, not v6. | Ingo Schwarze | |
Facts checked by Kaspars Bankovskis using tuhs.org archives. The commit introducing the claim that it was in v6 (by Keith Bostic on June 9, 1993) does not cite any sources: http://svnweb.freebsd.org/csrg?view=revision&revision=62961 | |||
2014-12-07 | macro cleanup and RETURN VALUES section; from Kaspars Bankovskis | Ingo Schwarze | |
2014-12-07 | macro fixes from Kaspars at Bankovskis dot net | Ingo Schwarze | |
2014-11-30 | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. | Ingo Schwarze | |
The former is not used anywhere in NetBSD, FreeBSD, or DragonFly and not supported by groff, so i'm going to delete it from mandoc(1). We don't need two macros for the same thing. | |||
2014-11-07 | Add libtls to intro(3). | Joel Sing | |
Prompted by jmc@ | |||
2014-10-13 | Add a simple man page for the makedev, major and minor macros. | Todd C. Miller | |
2014-09-16 | less sendmail specific; | Jason McIntyre | |
2014-09-16 | no more milter; | Jason McIntyre | |
2014-09-13 | zap MLINK for *Q_END and CIRCLEQ*; | Jason McIntyre | |
2014-09-13 | Retire the CIRCLEQ_* and *_END macros here, noting why they were deprecated. | Philip Guenther | |
kick started by Gre'goire Duche^ne <gduchene@awhk.org> ok millert@ | |||
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze | |
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes | |||
2014-07-16 | no more html/milter; | Jason McIntyre | |
2014-05-13 | ohash stuff in libutil now; | Jason McIntyre | |
2014-04-24 | no more asn1 or comm_err; | Jason McIntyre | |
2014-04-22 | no more kerberos, ok theo reyk | Henning Brauer | |
2014-04-07 | add heimbase; description from (and ok) ajacoutot | Jason McIntyre | |
2014-03-24 | no more libwrap; | Jason McIntyre | |
2013-12-05 | no more libcompat; | Jason McIntyre | |
2013-12-04 | remove reference to non-existent krb5(3). i don;t see any obvious place | Jason McIntyre | |
to point folks to, so removing it until such time as i find one. | |||
2013-11-30 | add libfuse; ok jmc@ | Pascal Stumpf | |
2013-11-02 | move the global description of --export-symbols up to dlopen, | Marc Espie | |
since that's where the problem usually gets noticed, add -rdynamic for gcc. okay matthew@ | |||
2013-09-13 | Removed obsolete reference to GCC 2.95 archs. ok miod & jmc. | Brett Mahar | |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre | |
From: Jan Stary | |||
2013-08-10 | libkafs5 has been renamed to libkafs; | Jason McIntyre | |
ok ajacoutot | |||
2013-07-11 | Remove lie that old kerberos libs were hardlinked to libkrb5 and | Antoine Jacoutot | |
properly document each one of them. input from and ok jmc@ robert@ | |||
2013-07-10 | no more link(5). either remove references entirely, or point folks | Jason McIntyre | |
to elf(5) instead; ok miod | |||
2013-06-05 | use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst | |
2013-05-05 | remove reference to amd64_get_ioperm noticed by jmc | Ted Unangst | |
2013-03-24 | dlerror() should not return const char *, as noted by landry | Theo de Raadt | |
ok guenther | |||
2013-03-14 | Remove SSLv2 references from the intro(3) and ssl(8) man pages, and | Lawrence Teo | |
mention in ssl(8) that SSLv2 was disabled in OpenBSD 5.2. feedback/ok jmc sthen | |||
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@ |