aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove the nvlist_.*[fv] functions.Mariusz Zaborski2015-04-291-82/+0
* Remove the use of nvlist_.*[fv] functions from tests.Mariusz Zaborski2015-04-292-48/+24
* Remove the use of nvlist_.*[vf] functions from libcapsicum and replaceMariusz Zaborski2015-04-293-20/+59
* The presence/absence of CPU features should be tested withWarner Losh2015-04-281-1/+3
* Remove per-architecture checks for enabling HAVE_FENV_HEnji Cooper2015-04-271-4/+1
* Upgrade libxo to 0.3.2.Marcel Moolenaar2015-04-271-0/+2
* Correct the spelling of MACHINE_CPUARCH, MACHINE_CPU is not set on arm64.Andrew Turner2015-04-271-1/+1
* Disable the tests that use makecontext on arm64, it still needs to beAndrew Turner2015-04-272-0/+4
* Build/install libc, librt, libthr, and msun NetBSD test suites on allEnji Cooper2015-04-2712-52/+12
* mdoc: fix function declarationBaptiste Daroussin2015-04-261-2/+2
* mdoc: remove empty lineBaptiste Daroussin2015-04-261-1/+0
* Remove end of line whitespaceBaptiste Daroussin2015-04-261-3/+3
* mdoc: remove end of line whitespaceBaptiste Daroussin2015-04-261-1/+1
* mdoc: rendering fixesBaptiste Daroussin2015-04-262-4/+8
* Use mdoc(7) macros to handle parenthesisBaptiste Daroussin2015-04-261-1/+1
* mdoc: fix functions declarationsBaptiste Daroussin2015-04-261-1/+1
* Escape "Ed"Baptiste Daroussin2015-04-2611-11/+11
* Escape "Ed"Baptiste Daroussin2015-04-261-1/+1
* Do not modify localesBaptiste Daroussin2015-04-261-1/+1
* libarchive: Allow setting nanosecond timestamps.Jilles Tjoelker2015-04-251-0/+7
* Assuming a system has /bin/csh on it is a bad idea (especially it beingEnji Cooper2015-04-251-0/+1
* Avoid an infinite loop by ensuring that the amount of bytes read is greaterEnji Cooper2015-04-241-1/+1
* __xlocale_C_ctype should not be const. It contains a reference count that is...David Chisnall2015-04-241-1/+1
* Small changes to locale-related man pages.David Chisnall2015-04-245-5/+5
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-237-7/+7
* Reduce diffs between the three copies of libstand's MakefileEd Maste2015-04-231-15/+18
* A complete user message is signalled with the MSG_EOR flag, not the MSG_EOFMichael Tuexen2015-04-231-3/+3
* libgeom: plug memory leak in EndElement.Pedro F. Giffuni2015-04-221-0/+1
* computematchjumps(): fix allocator sizeof operand mismatch.Pedro F. Giffuni2015-04-221-2/+2
* _pthread_cleanup_push: fix allocator sizeof operand mismatchPedro F. Giffuni2015-04-221-1/+1
* Support file verification in MAC.Craig Rodrigues2015-04-221-0/+4
* Fix improbable memory leak in _citrus_prop_read_str().Pedro F. Giffuni2015-04-201-1/+3
* Minor mdoc fixes.Joel Dahl2015-04-202-2/+1
* Remove code to support the top of the stack layout for FreeBSD 1.x/2.xKonstantin Belousov2015-04-201-37/+36
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-1821-459/+9
* Implement hwpmc(4) for Freescale e500 core.Justin Hibbits2015-04-181-2/+22
* Make wait6(2), waitid(3) and ppoll(2) cancellation points. TheKonstantin Belousov2015-04-187-1/+160
* compiler_rt: add floatunsitf for arm64Ed Maste2015-04-161-0/+1
* Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans2015-04-1533-72/+69
* Remove obsolete bits about maximum number of file systems.Sergey Kandaurov2015-04-121-6/+1
* For reasons that I am not understand yet, using the libmd version ofXin LI2015-04-103-5/+12
* Fix overlinking in bhyve:Baptiste Daroussin2015-04-091-0/+2
* Convert mt(1) and libmt to LIBADDBaptiste Daroussin2015-04-091-2/+1
* MFV r281278:Xin LI2015-04-093-13/+414
* compiler-rt: include 128-bit quad precision fp support only on arm64Ed Maste2015-04-081-15/+19
* Fix powerpc setjmp FPR saving/restoring.Justin Hibbits2015-04-083-108/+108
* compiler-rt: add floatditf and floatunditfEd Maste2015-04-071-0/+2
* compiler-rt: Implement multc3 - quad-precision complex multiplicationEd Maste2015-04-071-0/+1
* Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDTakanori Watanabe2015-04-077-2/+10
* Add the start of libc and libstand for arm64. Not all of the machineAndrew Turner2015-04-0725-4/+1026