aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Install the 32-bit compat sanitizer libraries.John Baldwin2018-08-031-0/+1
* MAXLOGNAME changed to 33 in r243023.Ruslan Bukin2018-08-032-2/+2
* Do not blindly include illumos kernel headers instead of user-space.Alexander Motin2018-08-021-1/+0
* Implement pt_fpreg_to_ucontext(), pt_ucontext_to_fpreg().Ruslan Bukin2018-08-021-2/+8
* Make cache coherency attributes definitions available in machine/vm.h on MIPS.Konstantin Belousov2018-08-011-0/+2
* bump lld version number after r336972 arm(v7) VFP tag supportEd Maste2018-07-311-1/+1
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-65/+0
* exec.3: Add BUGS section and document non-FreeBSD portabilityConrad Meyer2018-07-281-0/+52
* Move etc/shells to lib/libc/gen with getusershell(3).Brad Davis2018-07-282-0/+11
* Disable -Wcast-align in libbsm and libauditdAlan Somers2018-07-282-0/+14
* Clean up execl*(3) manual page prototype formattingConrad Meyer2018-07-281-9/+4
* Revert r336773: it removed too much.Warner Losh2018-07-276-0/+1994
* Detach from the child process before completing the test.Mark Johnston2018-07-271-6/+12
* Stop exporting __pw_scan and __pw_initpwd as freebsd-private libc functionsIan Lepore2018-07-272-4/+4
* Remove xscale supportWarner Losh2018-07-276-1994/+0
* Allow a EVFILT_TIMER kevent to be updated.David Bright2018-07-271-8/+15
* Make pw_scan(3) more compatible with getpwent(3) et. al. when processingIan Lepore2018-07-267-26/+49
* Fix fabs(3) for powerpcspe, this time for realJustin Hibbits2018-07-261-1/+2
* llvm: remove __FreeBSD_version conditionalsEd Maste2018-07-251-6/+1
* Fix register usage in fabs(3) for powerpcspeJustin Hibbits2018-07-241-1/+1
* Fix floating point exception definitions for powerpcspeJustin Hibbits2018-07-242-3/+3
* In C remquol() and thus also in C remainderl(), don't clobber the sign bitBruce Evans2018-07-241-6/+1
* Fix the conversion to use nan_mix() in r336362. fmod*(x, y),Bruce Evans2018-07-249-16/+23
* geli init: Allow initialization of multiple geli providers at once ifBen Woods2018-07-232-84/+210
* Revert r336619, it appears to cause problems with ssh, and probably otherIan Lepore2018-07-231-2/+1
* Fix setjmp for RISC-V:Ruslan Bukin2018-07-232-52/+52
* Set the pw_class field to NULL when scanning the non-master passwd file.Ian Lepore2018-07-221-1/+2
* geli attach: Fix exit codes and errors not being printed after r335673Ben Woods2018-07-221-11/+20
* Take the mapping's segment offset into account when resolving symbols.Mark Johnston2018-07-211-2/+4
* Disable optimization of the libproc test program.Mark Johnston2018-07-211-0/+1
* Move OFED libraries libmlx5.so.1 and libibverbs.so.1 to /lib.Konstantin Belousov2018-07-202-2/+2
* Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSDDimitry Andric2018-07-208-125/+58
* Centralize the complications for special efficient rounding to integers.Bruce Evans2018-07-209-75/+93
* libcrypt: There is no need to clear message digest context after theyXin LI2018-07-202-4/+0
* Get rid of unused variables.Xin LI2018-07-202-16/+2
* libmd: Always erase context in _Final method, and when doingXin LI2018-07-2011-25/+31
* Remove three stray instances of zfsloader.Warner Losh2018-07-201-2/+2
* Revert r336497 for now, as it breaks on architectures using gcc, with:Dimitry Andric2018-07-198-55/+125
* Fix powl, cpow, cpowf, and cpowl imports from OpenBSDDimitry Andric2018-07-198-125/+55
* Fix spurious and extra underflows and resulting inaccuracies for some casesBruce Evans2018-07-192-10/+10
* Oops, r336412 undid the fix of the overflow threshold in r323003. RestoreBruce Evans2018-07-191-6/+11
* Fix description.Mariusz Zaborski2018-07-181-2/+2
* Remove special cases for armeb in the build.Warner Losh2018-07-172-3/+2
* Minor cleanups to csqrt*(), mostly in comments.Bruce Evans2018-07-173-36/+14
* Fix scaling bugs which gave innaccuracies and spurious underflows in csqrt()Bruce Evans2018-07-172-28/+48
* Add a macro nan_mix() and use it to get NaN results that are (bitwise)Bruce Evans2018-07-1731-55/+77
* No longer install sys/nv.h and sys/cnv.h in lib/libnv/MakefileAlex Richardson2018-07-161-3/+0
* Fix declaration.Mariusz Zaborski2018-07-151-2/+2
* msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsdMatt Macy2018-07-1513-16/+1507
* regex/engine.c: error: variable 'dp' set but not usedToomas Soome2018-07-141-1/+1