aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Let l64a() properly null terminate its result.Ed Schouten2016-05-261-21/+13
* Do not generate code for sbrk syscall -- sbrk support was removed.Ruslan Bukin2016-05-251-0/+1
* libc: regexec(3) adjustment.Pedro F. Giffuni2016-05-252-24/+50
* Remove legacy brk and sbrk from RISC-V.Ruslan Bukin2016-05-254-161/+1
* Fix Coverity CID 1016714 Resource leak in process_file_actions_entry()Don Lewis2016-05-251-3/+6
* Fix 1016718 Resource leak.Don Lewis2016-05-251-1/+3
* Fix up r300385Enji Cooper2016-05-241-2/+3
* Remove redundant NULLing of outbuf_pmapEnji Cooper2016-05-241-1/+0
* Use reallocf instead of malloc to fix leak with outbuf_pmapEnji Cooper2016-05-241-1/+3
* vfork(2): Mention some risks of calling vfork() from application code.Jilles Tjoelker2016-05-221-12/+28
* 1) POSIX prohibits printing errors to stderr here and requireAndrey A. Chernov2016-05-221-15/+10
* nis_rpcent: don't leak resultbuf from yp_first(..)/yp_next(..)Enji Cooper2016-05-221-0/+2
* Call endnetconfig on nc_handle sooner to avoid leaking nc_handle if tmpnconfEnji Cooper2016-05-221-1/+1
* getnetid(..): consistently fclose fd at the end of the functionEnji Cooper2016-05-221-11/+15
* Don't leak `handle` if svc_tp_create(..) succeeds and allocating a newEnji Cooper2016-05-221-1/+3
* Don't leak `tmp` if `p->nc_lookups` can't be mallocedEnji Cooper2016-05-221-0/+1
* libc/regex: fix two buffer underruns.Pedro F. Giffuni2016-05-211-9/+6
* FTS: Remove stale reference to nfs4 fs which was removed in r192578.Bryan Drewery2016-05-212-2/+0
* Remove brk and sbrk from arm64. They were defined in The Single UNIXAndrew Turner2016-05-204-155/+2
* Document _umtx_op(2) interface for the implementation of robust mutexes.Konstantin Belousov2016-05-191-12/+183
* Make armv6 hard float abi by default. Kill armv6hf.Warner Losh2016-05-184-5/+7
* Add implementation of robust mutexes, hopefully close enough to theKonstantin Belousov2016-05-173-0/+14
* Don't call free_addrselectpolicy(&policyhead) before policyhead has beenDon Lewis2016-05-161-1/+0
* Since rdata is only used as an argument to the immediately followingDon Lewis2016-05-161-5/+3
* Likely a false positive ... but make sure that -1 can't be used as anDon Lewis2016-05-161-4/+6
* Add thr*.2 and _umtx_op.2 manpages to the build.Konstantin Belousov2016-05-141-1/+8
* 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
* 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
* libc: Actually export fopencookie(3)Conrad Meyer2016-05-121-0/+1
* print_positional_test: Fix misuse of wchar APIsConrad Meyer2016-05-121-3/+4
* 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
* Rename dprintf into dbg_printf to avoid collision with dprintf(3)Baptiste Daroussin2016-05-101-10/+10
* libc/xdr: unsign some loop indexes.Pedro F. Giffuni2016-05-061-2/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-0427-149/+65
* 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
* Provide an example to the kqueue man page, showingBenedict Reuschling2016-05-011-1/+52
* libc: spelling fixes.Pedro F. Giffuni2016-04-3034-43/+43
* 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
* 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
* Fix double fclose of `fp1` when freopen failsEnji Cooper2016-04-201-1/+0