aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add thr*.2 and _umtx_op.2 manpages to the build.Konstantin Belousov2016-05-141-1/+8
* MFV r299716: file 5.27Xin LI2016-05-141-3/+3
* Document the non-obsoleted kernel interfaces used by libthr.Konstantin Belousov2016-05-146-0/+1858
* iconvctl(3): remove superfluous NULL pointer testsEric van Gyzen2016-05-144-6/+83
* Remove NO_WERROR from libbsnmp/Makefile.incEnji Cooper2016-05-131-1/+0
* Read the contents of the snapshot files properlyEnji Cooper2016-05-131-18/+15
* Update jemalloc to 4.2.0.Jason Evans2016-05-131-1/+1
* Use strlcpy() instead of strncpy() to ensure that qf->fsname is NULDon Lewis2016-05-131-1/+1
* libc: Actually export fopencookie(3)Conrad Meyer2016-05-121-0/+1
* MFV r299425:Martin Matuska2016-05-123-5/+115
* Use strlcpy() instead of strncpy() to copy the string returned byDon Lewis2016-05-121-1/+1
* print_positional_test: Fix misuse of wchar APIsConrad Meyer2016-05-121-3/+4
* libmp: Fix trivial buffer overrunConrad Meyer2016-05-121-2/+2
* nss/gethostby_test: fix broken vector iteration of gethostbyaddr h_aliasesConrad Meyer2016-05-121-1/+1
* libc: Add fopencookie(3) wrapper around funopen(3)Conrad Meyer2016-05-114-3/+329
* librpcsec_gss: remove redundant code.Pedro F. Giffuni2016-05-111-5/+0
* Rename dprintf into dbg_printf to avoid collision with dprintf(3)Baptiste Daroussin2016-05-101-10/+10
* DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.Bryan Drewery2016-05-092-3/+3
* libc/xdr: unsign some loop indexes.Pedro F. Giffuni2016-05-061-2/+2
* Limit Options.inc generation to desired targetsEd Maste2016-05-051-2/+3
* Do not leak THR_FLAGS_SUSPENDED from the previous suspend/resumeKonstantin Belousov2016-05-052-4/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-0448-640/+468
* Improve performance and functionality of the bitstring(3) apiAlan Somers2016-05-041-1/+3
* Correct wording.Konstantin Belousov2016-05-031-1/+1
* Add EVFILT_VNODE open, read and close notifications.Konstantin Belousov2016-05-031-8/+26
* Issue NOTE_EXTEND when a directory entry is added to or removed fromKonstantin Belousov2016-05-021-2/+8
* As a reader service, explain NOTE_LINK reporting for the directories.Konstantin Belousov2016-05-011-0/+4
* lib: minor spelling fixes in comments.Pedro F. Giffuni2016-05-0114-19/+19
* Provide an example to the kqueue man page, showingBenedict Reuschling2016-05-011-1/+52
* Remove useless calls to basename().Ed Schouten2016-05-011-2/+1
* Don't leak PML4 in _amd64_initvtop(..) if kvm_read2(..) failsEnji Cooper2016-04-301-0/+1
* Remove a -Wunused-but-set-variable variable -- `pa`Enji Cooper2016-04-301-2/+0
* Remove kvm_getfiles(3)Enji Cooper2016-04-305-319/+4
* Fix memory allocation edgecases in kvm_argv(..)Enji Cooper2016-04-301-3/+12
* libc: spelling fixes.Pedro F. Giffuni2016-04-3034-43/+43
* Fix including Kyuafile in packaged base system.Glen Barber2016-04-294-4/+8
* Fix va_list handlingEnji Cooper2016-04-281-38/+41
* Add 'devctl delete' that calls device_delete_child().John Baldwin2016-04-273-2/+36
* Add a new rescan method to the bus interface.John Baldwin2016-04-273-2/+28
* libcuse: make more use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* libstand: make more use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* libc: make more use of the howmany() macro when available.Pedro F. Giffuni2016-04-262-3/+2
* regex: prevent two improbable signed integer overflows.Pedro F. Giffuni2016-04-231-2/+2
* Fix up pointer issues with lib/libkvmEnji Cooper2016-04-2210-35/+52
* Completely disable fmaxmin_test (follow up to r297952)Enji Cooper2016-04-211-3/+9
* elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeEd Maste2016-04-213-7/+7
* Restore the original ascii.c from prior to r290494Baptiste Daroussin2016-04-211-13/+10
* Check the returned value of memchr(3) before using itBaptiste Daroussin2016-04-201-1/+4
* Minor indentation issue.Pedro F. Giffuni2016-04-201-2/+1
* libc: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-203-6/+6