aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* MFH: r282315-r282534Glen Barber2015-05-0624-57/+220
|\
| * Tweak seekdir, telldir and readdir so that when htere are deletes going on,Julian Elischer2015-05-055-1/+65
| * Fix major copy/paste and other style errors.Sergey Kandaurov2015-05-051-5/+10
| * Rework PRIVATELIBBaptiste Daroussin2015-05-042-2/+3
| * Various updates to the ftruncate(2) documentation:John Baldwin2015-05-041-7/+19
| * Partially revert r255486, the first argument to socketpair() is a socketJohn Baldwin2015-05-041-4/+4
| * Add test case for unpack with diffrent flags.Mariusz Zaborski2015-05-021-0/+35
| * Introduce the NV_FLAG_NO_UNIQUE flag. When set, it allows to storeMariusz Zaborski2015-05-021-0/+2
| * Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.Mariusz Zaborski2015-05-0213-39/+87
| * fork(2): Add a note to the effect that kqueue descriptors, unlike otherMark Johnston2015-05-021-2/+5
| * Apply the copyright the the same owners as the original malloc(3) where most ofBaptiste Daroussin2015-05-011-2/+3
| * libc now has reallocarrayBaptiste Daroussin2015-05-011-2/+0
| * Import reallocarray(3) from OpenBSDBaptiste Daroussin2015-05-014-2/+182
|/
* Add nvlist_flags() function, which returns nvlist's public flags.Mariusz Zaborski2015-05-012-1/+11
* Sort MLINKS alphabetically.Mariusz Zaborski2015-05-011-46/+46
* Unreak DNS usage through libcapsicum, which broke, e.g., ping in r282252Bjoern A. Zeeb2015-05-011-1/+1
* 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