summaryrefslogtreecommitdiffstats
path: root/contrib/mdocml
Commit message (Collapse)AuthorAgeFilesLines
* Remove IPX support.glebius2014-03-141-1/+0
| | | | | | | | | | | IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TCP/IP as default transport in 1998. Later, in this century the Novell Open Enterprise Server became successor of Novell NetWare. The last release that claimed to still support IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco) discontinued support for IPX in 2011. Thus, IPX won't be supported in FreeBSD 11.0-RELEASE.
* Merge mdocml v1.12.3 into headuqs2014-02-0152-2426/+5279
| | | | MFC after: 2 weeks
* Please welcome casperd daemon. It (and its services) will be responsible forpjd2013-12-021-0/+1
| | | | | | | | | | | | | | | | | | | giving access to functionality that is not available in capability mode sandbox. The functionality can be precisely restricted. Start with the following services: - system.dns - provides API compatible to: - gethostbyname(3), - gethostbyname2(3), - gethostbyaddr(3), - getaddrinfo(3), - getnameinfo(3), - system.grp - provides getgrent(3)-compatible API, - system.pwd - provides getpwent(3)-compatible API, - system.random - allows to obtain entropy from /dev/random, - system.sysctl - provides sysctlbyname(3-compatible API. Sponsored by: The FreeBSD Foundation
* Bring in libnv library for managing name/value pairs. The following typespjd2013-11-121-0/+1
| | | | | | | | | | | | | | | | are currently supported: - NV_TYPE_NULL - only name, no data; - NV_TYPE_BOOL - boolean (true or false); - NV_TYPE_NUMBER - 64bit unsigned integer; - NV_TYPE_STRING - C string; - NV_TYPE_NVLIST - nested nvlist; - NV_TYPE_DESCRIPTOR - file descriptor; - NV_TYPE_BINARY - binary data. For detailed documentation and examples see nv(3) manual page. Sponsored by: The FreeBSD Foundation
* strcmp(3) will suffice here, also follow the style of the remaining file ↵uqs2012-10-201-1/+1
| | | | | | more closely. Prodded by: ed
* Apply local patches to mandoc and connect it to the build.uqs2012-10-203-13/+21
| | | | | | - adds a couple more library strings used in the tree - changes some more to the current groff spelling - changes page footer to match groff style
* Merge mandoc from vendor into contrib and provide the necessary Makefile glue.uqs2012-10-1975-0/+36386
It's not yet connected to the build.
OpenPOWER on IntegriCloud