| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | espie@ pointed out this page failed to mention the lists are intrusive, | 2019-12-30 | 1 | -9/+18 | |
| | | | | | | so add the term and very briefly describe the consequences; OK millert@ espie@ jmc@, also using input from guenther@ | ||||
| * | add libcbor and libfido2 | 2019-11-15 | 1 | -2/+10 | |
| | | | | | ok djm@ | ||||
| * | stdarg.3 -> va_start.3, because there is no stdarg(3) | 2019-08-30 | 1 | -2/+2 | |
| | | |||||
| * | Move 4 manual pages from not-a-function filenames to a correct filename, | 2019-08-30 | 3 | -9/+7 | |
| | | | | | | and correct Xr. ok jmc | ||||
| * | mop up for the pcap.3 rename; | 2019-08-30 | 1 | -3/+3 | |
| | | | | | help/ok deraadt | ||||
| * | listing all the libutil pages is getting cumbersome, and providing little | 2019-05-15 | 1 | -26/+2 | |
| | | | | | benefit - remove it; | ||||
| * | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | 2019-05-11 | 1 | -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(). | 2019-05-10 | 1 | -3/+32 | |
| | | | | | | | With input from schwarze@. "read ok" jmc@, "yep" deraadt@, ok schwarze@ | ||||
| * | Make the red-black tree example -Wmissing-prototypes clean by providing | 2019-05-10 | 1 | -2/+6 | |
| | | | | | prototypes with RB_PROTOTYPE. | ||||
| * | DES died ages ago; Randy Hartman | 2019-03-24 | 1 | -3/+3 | |
| | | |||||
| * | tweak previous; | 2019-03-05 | 1 | -2/+3 | |
| | | |||||
| * | add libLLVM | 2019-03-05 | 1 | -2/+4 | |
| | | |||||
| * | add libelf; ok jsg | 2019-02-08 | 1 | -2/+7 | |
| | | |||||
| * | minor formatting tweaks, and add the missing RETURN VALUES section; | 2019-02-07 | 1 | -13/+12 | |
| | | | | | OK cheloha@ jmc@ | ||||
| * | deraadt@ says "don't wait" re. adding timeradd.3 to this Makefile... | 2019-02-07 | 1 | -2/+3 | |
| | | |||||
| * | Add manpage for timer* macros, actually document timespec* macros. | 2019-02-07 | 1 | -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. | 2019-01-25 | 1 | -3/+3 | |
| | | |||||
| * | Make the HISTORY sections of the "intro" manuals less confusing and | 2018-09-30 | 1 | -3/+3 | |
| | | | | | more uniform; potential for confusion noticed by aalm@; OK jmc@. | ||||
| * | /tmp/cvsJqyynm | 2018-08-24 | 1 | -2/+7 | |
| | | |||||
| * | no more i386_vm86.2; | 2018-07-09 | 1 | -5/+3 | |
| | | |||||
| * | Add missing `l' prefix to linker flag and markup SIGHUP; ok jmc@ | 2018-01-27 | 1 | -3/+3 | |
| | | |||||
| * | remove the ref to gcc-local. the alternative was to add clang-local, | 2018-01-21 | 1 | -3/+2 | |
| | | | | | but i think the ref to cc should suffice for this page; | ||||
| * | Sync cross references related to libutil; ok jmc@ | 2017-12-18 | 1 | -2/+4 | |
| | | |||||
| * | remove libobjc; | 2017-08-11 | 1 | -9/+3 | |
| | | |||||
| * | ansify | 2017-07-24 | 1 | -3/+3 | |
| | | |||||
| * | update for the llvm libs; help/ok kettenis | 2017-04-24 | 1 | -6/+15 | |
| | | |||||
| * | shorten introductory sentence and make deprecation clearer; | 2017-04-11 | 1 | -6/+4 | |
| | | | | | disgussed with deraadt@ | ||||
| * | Send and receive 1 byte of data in addition to the control message. This is | 2017-04-03 | 1 | -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. | 2017-01-12 | 1 | -3/+3 | |
| | | |||||
| * | Unhook sqlite3. | 2016-09-23 | 1 | -7/+2 | |
| | | |||||
| * | no more libarm; | 2016-08-12 | 1 | -8/+2 | |
| | | |||||
| * | for some time now mandoc has not required MLINKS to function | 2016-03-30 | 1 | -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); | 2016-03-24 | 1 | -4/+3 | |
| | | |||||
| * | some Xr; from michal mazurek | 2016-03-14 | 2 | -4/+8 | |
| | | |||||
| * | Remove option USER_LDT and everything depending on it. | 2016-03-03 | 1 | -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 recommended | 2015-12-30 | 1 | -10/+7 | |
| | | | | | | for general use, so tone down the language. ok deraadt | ||||
| * | Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the end | 2015-11-19 | 2 | -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) | 2015-11-14 | 1 | -19/+2 | |
| | | | | | conceptual ok guenther millert nicm | ||||
| * | update NAME section to include all documented functions, | 2015-11-10 | 5 | -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. | 2015-10-10 | 1 | -3/+3 | |
| | | | | | ok deraadt@, otto@ | ||||
| * | fix typo. | 2015-09-22 | 1 | -3/+3 | |
| | | |||||
| * | update the radius reference; | 2015-07-30 | 1 | -4/+5 | |
| | | |||||
| * | some radius bits; help/ok yasuoka | 2015-07-25 | 1 | -2/+6 | |
| | | |||||
| * | Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively, | 2015-02-16 | 1 | -3/+3 | |
| | | | | | | except for instances where \*(Le and \*(Ge are clearly understood as mathematical symbols. Discussed with schwarze@ | ||||
| * | HISTORY correction: v7, not v6. | 2014-12-10 | 1 | -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 | ||||
| * | macro cleanup and RETURN VALUES section; from Kaspars Bankovskis | 2014-12-07 | 1 | -37/+32 | |
| | | |||||
| * | macro fixes from Kaspars at Bankovskis dot net | 2014-12-07 | 1 | -7/+7 | |
| | | |||||
| * | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. | 2014-11-30 | 1 | -4/+4 | |
| | | | | | | | 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. | ||||
| * | Add libtls to intro(3). | 2014-11-07 | 1 | -2/+7 | |
| | | | | | Prompted by jmc@ | ||||
| * | Add a simple man page for the makedev, major and minor macros. | 2014-10-13 | 2 | -2/+97 | |
| | | |||||
