summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Implement an NSS backend for netgroups and add getnetgrent_r(3).markj2016-06-093-115/+470
* 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
* 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
* 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-041-1/+1
* Improve errno documentation in pthread_create(3) and thr_new(2)vangyzen2016-06-032-4/+11
* 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
* Document behavior of wait introduced in the r286698.oshogbo2016-06-011-1/+9
* Don't use fixup for C99 and up, the compiler result is already correct.ache2016-06-014-0/+8
* 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
* 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
* Mark jail(2), and the sysctls that it (and only it) uses as deprecated.jamie2016-05-301-1/+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
* Let l64a() properly null terminate its result.ed2016-05-261-22/+14
* Do not generate code for sbrk syscall -- sbrk support was removed.br2016-05-251-0/+1
* libc: regexec(3) adjustment.pfg2016-05-252-24/+50
* Remove legacy brk and sbrk from RISC-V.br2016-05-254-161/+1
* Fix Coverity CID 1016714 Resource leak in process_file_actions_entry()truckman2016-05-251-3/+6
* Fix 1016718 Resource leak.truckman2016-05-251-1/+3
* Fix up r300385ngie2016-05-241-2/+3
* Remove redundant NULLing of outbuf_pmapngie2016-05-241-1/+0
* Use reallocf instead of malloc to fix leak with outbuf_pmapngie2016-05-241-1/+3
* vfork(2): Mention some risks of calling vfork() from application code.jilles2016-05-221-12/+28
* 1) POSIX prohibits printing errors to stderr here and requireache2016-05-221-15/+10
* nis_rpcent: don't leak resultbuf from yp_first(..)/yp_next(..)ngie2016-05-221-0/+2
* Call endnetconfig on nc_handle sooner to avoid leaking nc_handle if tmpnconfngie2016-05-221-1/+1
* getnetid(..): consistently fclose fd at the end of the functionngie2016-05-221-11/+15
* Don't leak `handle` if svc_tp_create(..) succeeds and allocating a newngie2016-05-221-1/+3
* Don't leak `tmp` if `p->nc_lookups` can't be mallocedngie2016-05-221-0/+1
* libc/regex: fix two buffer underruns.pfg2016-05-211-9/+6
* FTS: Remove stale reference to nfs4 fs which was removed in r192578.bdrewery2016-05-212-2/+0
* Remove brk and sbrk from arm64. They were defined in The Single UNIXandrew2016-05-204-155/+2
* Document _umtx_op(2) interface for the implementation of robust mutexes.kib2016-05-191-12/+183
* Make armv6 hard float abi by default. Kill armv6hf.imp2016-05-184-5/+7
* Add implementation of robust mutexes, hopefully close enough to thekib2016-05-173-0/+14
OpenPOWER on IntegriCloud