aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | build llvm-ar and llvm-nm with Clang (promote out of CLANG_EXTRAS)Ed Maste2019-06-041-3/+3
* | | | | | | Typo.Mark Johnston2019-06-031-1/+1
* | | | | | | jail_getid(3): add special-case immediate return for jid 0Kyle Evans2019-06-021-0/+9
* | | | | | | llvm-symbolizer: Move out of CLANG_EXTRAS, into CLANGKyle Evans2019-06-021-2/+2
* | | | | | | Partially revert r271349, which disabled the msun cexp test #4 on i386.Dimitry Andric2019-06-011-11/+15
* | | | | | | libatf: remove workaround not required after atf >= 0.18 updateEd Maste2019-06-011-5/+0
* | | | | | | libelftc: Add MLINKS.Mark Johnston2019-05-301-0/+13
* | | | | | | The KVM code also needs a fix similar to r344269.Gleb Smirnoff2019-05-291-0/+5
* | | | | | | typo: suppported.Pedro F. Giffuni2019-05-291-1/+1
* | | | | | | Chase r261913: hardcoded default crypt(3) algorithm is SHA-512 when DESXin LI2019-05-271-2/+2
* | | | | | | Correct the argument passed to g_eli_algo2str()Li-Wen Hsu2019-05-241-1/+1
* | | | | | | jail_getid(3): validate jid string inputKyle Evans2019-05-241-7/+12
* | | | | | | Add deprecation warnings for weaker algorithms to geli(4).John Baldwin2019-05-232-2/+30
* | | | | | | Move back group, master.passwd and shells to etc directoryBaptiste Daroussin2019-05-234-74/+1
* | | | | | | Link fhlinkat(2) man pageAlan Somers2019-05-221-0/+1
* | | | | | | Add admonitions against using MD5 and SHA1 to the API man pagesAllan Jude2019-05-212-6/+10
* | | | | | | Add missing errors section to md[2-5], ripemd160, sha*, and skein* manpagesAllan Jude2019-05-216-4/+124
* | | | | | | mips: remove 16-byte alignment from .init and .fini epiloguesEd Maste2019-05-201-2/+0
* | | | | | | Install missing data file forLi-Wen Hsu2019-05-201-0/+1
* | | | | | | MFV r347989:Martin Matuska2019-05-202-0/+23
* | | | | | | libsecureboot: allow control of when pseudo pcr is updatedSimon J. Gerraty2019-05-194-1/+38
* | | | | | | load_key_buf do not free data from dearmorSimon J. Gerraty2019-05-192-2/+6
* | | | | | | To avoid unnecessarily modifying ports, add a -lgomp symlink, since GCCDimitry Andric2019-05-191-0/+2
* | | | | | | Remove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC macros.Konstantin Belousov2019-05-167-9/+9
* | | | | | | libbe(3): Descend into children of datasets w/ mountpoint=noneKyle Evans2019-05-161-5/+5
* | | | | | | Move master.passwd and group to lib/libc/gen/Brad Davis2019-05-163-1/+79
* | | | | | | Add small EXAMPLE section to bsearch.3.Benedict Reuschling2019-05-151-1/+56
* | | | | | | Extend the libcap_sysctl tests.Mark Johnston2019-05-131-2/+122
* | | | | | | Convert the libcap_sysctl test cases to ATF.Mark Johnston2019-05-132-349/+401
* | | | | | | Add cap_sysctl(3) and cap_sysctlnametomib(3).Mark Johnston2019-05-135-738/+1054
* | | | | | | Provide separate accounting for user-wired pages.Mark Johnston2019-05-133-34/+32
* | | | | | | revert r346588 for nowJustin Hibbits2019-05-112-211/+0
* | | | | | | Atomically update the global gMsgId in libnetgraph.Mark Johnston2019-05-101-7/+4
* | | | | | | libsecureboot: make it easier to customize trust anchorsSimon J. Gerraty2019-05-097-69/+107
* | | | | | | Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.Xin LI2019-05-082-2/+2
* | | | | | | Fix libsbuf sbuf_printf_drain symbol versionConrad Meyer2019-05-072-1/+8
* | | | | | | Improve the legibility of the login.access.5 man page by separatingCy Schubert2019-05-071-1/+3
* | | | | | | device_printf: Use sbuf for more coherent prints on SMPConrad Meyer2019-05-073-0/+119
* | | | | | | Import libxo-1.0.4:Phil Shafer2019-05-062-8/+8
* | | | | | | Fix copying planar bitmaps when the horizontal start and end are both notBruce Evans2019-05-031-12/+9
* | | | | | | [libfetch] Fix compilation with WITHOUT_CRYPT.Adrian Chadd2019-05-031-0/+1
* | | | | | | directory.3: add a STANDARDS sectionAlan Somers2019-05-021-1/+25
* | | | | | | libbe: set mountpoint=none in be_importKyle Evans2019-05-021-1/+1
* | | | | | | libbe(3): Properly mount BEs with mountpoint=noneKyle Evans2019-05-021-21/+40
* | | | | | | Add MLINKS to atf-c.3.Edward Tomasz Napierala2019-05-011-0/+59
* | | | | | | Support all reasonable cursor sizes. Reduce the size of the standardBruce Evans2019-04-291-56/+146
* | | | | | | Oops, r346889 broke showing of the mouse cursor after clearing, byBruce Evans2019-04-291-1/+1
* | | | | | | Refactor and simplify hiding the mouse cursor and fix bugs caused byBruce Evans2019-04-294-50/+41
* | | | | | | Use __VGLBitmapCopy() directly to show the mouse cursor. The mouseBruce Evans2019-04-261-15/+2
* | | | | | | Merge __VGLGetXY() back into VGLGetXY(). They were split to simplifyBruce Evans2019-04-261-16/+10