summaryrefslogtreecommitdiffstats
path: root/share/man/man3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document STAILQ macros. OK mpi@ denis@ jmc@millert2020-12-301-17/+232
|
* grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc2020-12-031-3/+3
|
* subagentx -> agentx; ok martijnjmc2020-10-261-3/+3
|
* Add a libagentx reference here as well.martijn2020-09-221-2/+8
| | | | Pointed out by jsg@
* Near the beginning of the DESCRIPTION, provide a tiny table showingschwarze2020-07-131-2/+12
| | | | | | which data structures provide which macros, which is otherwise a bit tedious to figure out given the length of the NAME section. Issue observed and patch OK'ed by kn@.
* espie@ pointed out this page failed to mention the lists are intrusive,schwarze2019-12-301-9/+18
| | | | | so add the term and very briefly describe the consequences; OK millert@ espie@ jmc@, also using input from guenther@
* add libcbor and libfido2jsg2019-11-151-2/+10
| | | | ok djm@
* stdarg.3 -> va_start.3, because there is no stdarg(3)deraadt2019-08-301-2/+2
|
* Move 4 manual pages from not-a-function filenames to a correct filename,deraadt2019-08-303-9/+7
| | | | | and correct Xr. ok jmc
* mop up for the pcap.3 rename;jmc2019-08-301-3/+3
| | | | help/ok deraadt
* listing all the libutil pages is getting cumbersome, and providing littlejmc2019-05-151-26/+2
| | | | benefit - remove it;
* The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb2019-05-111-2/+3
| | | | | | | | | | | | snmpctl. Separate copies of ber.[ch] have existed and been maintained in sync in ldap, ldapd, ypldap and snmpd. This commit moves the BER API into /usr/lib/libutil. All current consumers already link libutil. ldapd and snmpd regress passes, and release builds. With help from tb@ and guenther@. ok deraadt@, tb@
* Document TIMEVAL_TO_TIMESPEC() and TIMESPEC_TO_TIMEVAL().cheloha2019-05-101-3/+32
| | | | | | With input from schwarze@. "read ok" jmc@, "yep" deraadt@, ok schwarze@
* Make the red-black tree example -Wmissing-prototypes clean by providingflorian2019-05-101-2/+6
| | | | prototypes with RB_PROTOTYPE.
* DES died ages ago; Randy Hartmanderaadt2019-03-241-3/+3
|
* tweak previous;jmc2019-03-051-2/+3
|
* add libLLVMjsg2019-03-051-2/+4
|
* add libelf; ok jsgjmc2019-02-081-2/+7
|
* minor formatting tweaks, and add the missing RETURN VALUES section;schwarze2019-02-071-13/+12
| | | | OK cheloha@ jmc@
* deraadt@ says "don't wait" re. adding timeradd.3 to this Makefile...cheloha2019-02-071-2/+3
|
* Add manpage for timer* macros, actually document timespec* macros.cheloha2019-02-071-0/+174
| | | | | | | | | | | | | | We use these all over the tree so they ought to be documented on a separate page; move them out of getitimer.2 into timeradd.3. While moving, clean up the language and markup here and there. Still needs to be added to share/man/man3/Makefile, pending any further cleanup in-tree. With input from schwarze@, jmc@, and millert@. "looks great" deraadt@, "(ok)" jmc@, ok tedu@, "we'll spruce it up in-tree" schwarze@
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-3/+3
|
* Make the HISTORY sections of the "intro" manuals less confusing andschwarze2018-09-301-3/+3
| | | | more uniform; potential for confusion noticed by aalm@; OK jmc@.
* /tmp/cvsJqyynmedd2018-08-241-2/+7
|
* no more i386_vm86.2;jmc2018-07-091-5/+3
|
* Add missing `l' prefix to linker flag and markup SIGHUP; ok jmc@anton2018-01-271-3/+3
|
* remove the ref to gcc-local. the alternative was to add clang-local,jmc2018-01-211-3/+2
| | | | but i think the ref to cc should suffice for this page;
* Sync cross references related to libutil; ok jmc@anton2017-12-181-2/+4
|
* remove libobjc;jmc2017-08-111-9/+3
|
* ansifyjca2017-07-241-3/+3
|
* update for the llvm libs; help/ok kettenisjmc2017-04-241-6/+15
|
* shorten introductory sentence and make deprecation clearer;schwarze2017-04-111-6/+4
| | | | disgussed with deraadt@
* Send and receive 1 byte of data in addition to the control message. This isotto2017-04-031-2/+14
| | | | | | | needed to make the code work in more cases. Sending actually is not really needed, but do it anyway, to avoid confusing mismatch between producer and consumer. Problem noted by Luke Small; ok deraadt@
* TAILQ_CONCAT() takes 3 arguments.mpi2017-01-121-3/+3
|
* Unhook sqlite3.sthen2016-09-231-7/+2
|
* no more libarm;jmc2016-08-121-8/+2
|
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-65/+1
| | | | | | | | | | | | 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
* no more i386_get_ioperm(2);jmc2016-03-241-4/+3
|
* some Xr; from michal mazurekjmc2016-03-142-4/+8
|
* Remove option USER_LDT and everything depending on it.naddy2016-03-031-3/+2
| | | | | | | | Remove machdep.userldt sysctl. Remove i386_[gs]et_ldt syscall stub from libi386. Remove i386_[gs]et_ldt regression test. ok mlarkin@ millert@ guenther@
* sysexits only caught on for mail programs. it is not actually recommendedtedu2015-12-301-10/+7
| | | | | for general use, so tone down the language. ok deraadt
* Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the endmillert2015-11-192-6/+36
| | | | of another one. Adapted from FreeBSD. OK jmc@ dlg@ nicm@
* libocurses can go to the Attic. last consumer of it was ramdisk more(1)deraadt2015-11-141-19/+2
| | | | conceptual ok guenther millert nicm
* update NAME section to include all documented functions,jmc2015-11-105-15/+15
| | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze
* Added missing curly bracket into LIST_EMPTY example.tobias2015-10-101-3/+3
| | | | ok deraadt@, otto@
* fix typo.sobrado2015-09-221-3/+3
|
* update the radius reference;jmc2015-07-301-4/+5
|
* some radius bits; help/ok yasuokajmc2015-07-251-2/+6
|
* Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively,naddy2015-02-161-3/+3
| | | | | except for instances where \*(Le and \*(Ge are clearly understood as mathematical symbols. Discussed with schwarze@
* HISTORY correction: v7, not v6.schwarze2014-12-101-4/+4
| | | | | | | 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