summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the parsing code: always use the len and not 8.imp2016-05-201-1/+1
* Document _umtx_op(2) interface for the implementation of robust mutexes.kib2016-05-192-14/+221
* libufs: Simplify generation number calculation.pfg2016-05-181-1/+1
* libutil: minor spelling fixes.pfg2016-05-184-4/+4
* Make armv6 hard float abi by default. Kill armv6hf.imp2016-05-188-13/+21
* Add support for %S to libstand as well so /boot/loader and friends canimp2016-05-171-0/+5
* Add implementation of robust mutexes, hopefully close enough to thekib2016-05-1711-298/+632
* Fix off by one error in index limit calculationtruckman2016-05-161-1/+1
* Set retval in the empty password case to avoid a path through thetruckman2016-05-161-0/+1
* libthr(3): Fix xref to _umtx_op(2) now that we have it.jilles2016-05-161-2/+2
* Hoist the getpwnam() call outside the first if/else block intruckman2016-05-161-2/+2
* Don't call free_addrselectpolicy(&policyhead) before policyhead has beentruckman2016-05-161-1/+0
* Since rdata is only used as an argument to the immediately followingtruckman2016-05-161-5/+3
* Likely a false positive ... but make sure that -1 can't be used as antruckman2016-05-161-4/+6
* Add thr*.2 and _umtx_op.2 manpages to the build.kib2016-05-141-1/+8
* MFV r299716: file 5.27delphij2016-05-141-3/+3
* Document the non-obsoleted kernel interfaces used by libthr.kib2016-05-146-0/+1858
* iconvctl(3): remove superfluous NULL pointer testsvangyzen2016-05-144-6/+83
* Remove NO_WERROR from libbsnmp/Makefile.incngie2016-05-131-1/+0
* Read the contents of the snapshot files properlyngie2016-05-131-18/+15
* Update jemalloc to 4.2.0.jasone2016-05-131-1/+1
* Use strlcpy() instead of strncpy() to ensure that qf->fsname is NULtruckman2016-05-131-1/+1
* libc: Actually export fopencookie(3)cem2016-05-121-0/+1
* MFV r299425:mm2016-05-123-5/+115
* Use strlcpy() instead of strncpy() to copy the string returned bytruckman2016-05-121-1/+1
* print_positional_test: Fix misuse of wchar APIscem2016-05-121-3/+4
* libmp: Fix trivial buffer overruncem2016-05-121-2/+2
* nss/gethostby_test: fix broken vector iteration of gethostbyaddr h_aliasescem2016-05-121-1/+1
* libc: Add fopencookie(3) wrapper around funopen(3)cem2016-05-114-3/+329
* librpcsec_gss: remove redundant code.pfg2016-05-111-5/+0
* Rename dprintf into dbg_printf to avoid collision with dprintf(3)bapt2016-05-101-10/+10
* DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.bdrewery2016-05-092-3/+3
* libc/xdr: unsign some loop indexes.pfg2016-05-061-2/+2
* Limit Options.inc generation to desired targetsemaste2016-05-051-2/+3
* Do not leak THR_FLAGS_SUSPENDED from the previous suspend/resumekib2016-05-052-4/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-0448-640/+468
* Improve performance and functionality of the bitstring(3) apiasomers2016-05-041-1/+3
* Correct wording.kib2016-05-031-1/+1
* Add EVFILT_VNODE open, read and close notifications.kib2016-05-031-8/+26
* Issue NOTE_EXTEND when a directory entry is added to or removed fromkib2016-05-021-2/+8
* As a reader service, explain NOTE_LINK reporting for the directories.kib2016-05-011-0/+4
* lib: minor spelling fixes in comments.pfg2016-05-0114-19/+19
* Provide an example to the kqueue man page, showingbcr2016-05-011-1/+52
* Remove useless calls to basename().ed2016-05-011-2/+1
* Don't leak PML4 in _amd64_initvtop(..) if kvm_read2(..) failsngie2016-04-301-0/+1
* Remove a -Wunused-but-set-variable variable -- `pa`ngie2016-04-301-2/+0
* Remove kvm_getfiles(3)ngie2016-04-305-319/+4
* Fix memory allocation edgecases in kvm_argv(..)ngie2016-04-301-3/+12
* libc: spelling fixes.pfg2016-04-3034-43/+43
* Fix including Kyuafile in packaged base system.gjb2016-04-294-4/+8
OpenPOWER on IntegriCloud