summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an infinite loop in setnetgrent(3) with NIS netgroups.markj2016-06-091-0/+4
* Use a more common spelling for "(char *)0" in the getnetgrent man page.markj2016-06-091-2/+2
* Revert r301707ngie2016-06-081-2/+2
* Use NULL instead of `0` in _ht_getnetbyname(..)ngie2016-06-081-2/+2
* Test for strchr(3) returning NULL, not 0ngie2016-06-081-1/+1
* Update to a June 8th snapshot of (un)vis form NetBSD.brooks2016-06-081-0/+1
* Replace _pam_verbose_error() with a macro. This was the last differencedes2016-06-084-74/+9
* Don't leak olinep if malloc() fails.truckman2016-06-081-0/+2
* Don't leak addrinfo if ai->ai_addrlen <= minsiz test fails.truckman2016-06-081-12/+13
* Introduce the PD_CLOEXEC for pdfork(2).oshogbo2016-06-081-1/+5
* Add flags to the Casper services.oshogbo2016-06-0810-47/+79
* Separate BLACKLIST vs BLACKLIST_SUPPORT properlylidl2016-06-071-1/+1
* Use the in-tree sys/elf_common.h to build libelftc.bdrewery2016-06-051-0/+13
* libc/locale: Fix type breakage in __collate_range_cmp().pfg2016-06-055-11/+25
* Reflect error indication according to POSIX and what those functionsache2016-06-051-2/+2
* Fix markup.kib2016-06-042-2/+2
* Import libucl snapshot 20160604bapt2016-06-041-2/+1
* DIRDEPS_BUILD: Connect new directories and update dependencies.bdrewery2016-06-032-0/+40
* For clang, move the definition of FREEBSD_CC_VERSION into its own headerdim2016-06-033-2/+6
* Improve errno documentation in pthread_create(3) and thr_new(2)vangyzen2016-06-032-4/+11
* Remove libstdc++ again.bdrewery2016-06-021-1/+0
* Pull in r271548 from upstream llvm trunk (by me):dim2016-06-021-1/+1
* Add basic blacklist build supportlidl2016-06-022-0/+35
* citrus: Remove redundant code in _citrus_esdb_get_list().pfg2016-06-021-12/+6
* thr_*(2): Add xrefs to what libthr implements using each syscall.jilles2016-06-015-8/+29
* Skein was not meant to be connected to libcryptoallanjude2016-06-011-16/+4
* Don't call setgrent() in an unportable way.ed2016-06-011-1/+3
* Document behavior of wait introduced in the r286698.oshogbo2016-06-011-1/+9
* libthr: Use formatted PANIC()cem2016-06-013-24/+10
* libthr: _thread_vprintf: Enhance support for %p, %#xcem2016-06-011-1/+8
* libthr: Add vprintf variant of _thread_printf, formatted PANIC()cem2016-06-013-11/+34
* Don't use fixup for C99 and up, the compiler result is already correct.ache2016-06-014-0/+8
* Coverity fixes for r300906asomers2016-05-312-15/+3
* For EILSEQ case in mbsnrtowcs() and wcsnrtombs() update src to point toache2016-05-312-0/+3
* Fix prototype of dbm_open().ed2016-05-312-2/+2
* r169386 (PR 112515) was incomplete: it treated 307 as an error exceptdes2016-05-311-0/+3
* libdevdctl: minor spelling fixes.pfg2016-05-301-2/+2
* Let dbm's datum::dptr use the right type.ed2016-05-301-2/+2
* Fix the signature of the psignal() function.ed2016-05-302-4/+4
* Bump __FreeBSD_cc_version after r300974.dim2016-05-301-1/+1
* Mark jail(2), and the sysctls that it (and only it) uses as deprecated.jamie2016-05-301-1/+1
* Stop inlining the struct ucond definition into struct pthread_cond.kib2016-05-292-15/+11
* Remove non-history libkse references and fix PTHREAD_PROCESSES_PRIVATE typo.jilles2016-05-291-3/+1
* Micro optimize: C standard guarantees that right shift for unsigned valueache2016-05-291-1/+1
* _umtx_op(2): Note deprecation of UMTX_OP_MUTEX_WAKE.jilles2016-05-291-1/+15
* _umtx_op(2),thr_*(2): Various spelling, grammar and mdoc fixes.jilles2016-05-296-60/+73
* 1) Unifdef USE_WEAK_SEEDING since it is too obsolete to support and makesache2016-05-291-41/+11
* 1) Unifdef USE_WEAK_SEEDING it is too obsolete to support and makes readingache2016-05-291-46/+14
* GCC External: Revert r300886, r300904, r300917, r300918bdrewery2016-05-292-2/+2
* Submitted by: philphil2016-05-292-8/+8
OpenPOWER on IntegriCloud