aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Simplify flow control.Konstantin Belousov2017-07-281-12/+11
* Use MFENCE to serialize RDTSC on non-Intel CPUs.Konstantin Belousov2017-07-271-38/+89
* Fix indent.Konstantin Belousov2017-07-251-1/+1
* Properly set userid for truncate_test.Bryan Drewery2017-07-211-1/+1
* Remove some private symbols from librtAlan Somers2017-07-201-9/+0
* Follow up to r320992, properly escape the backslash so it renders properly.Brad Davis2017-07-141-2/+2
* Add a complete example to tsearch(3)Brad Davis2017-07-141-1/+59
* Don't dlclose NSS modules from nss_atexit().Mark Johnston2017-07-111-6/+3
* Provide libdl.Konstantin Belousov2017-07-102-1/+19
* Fix warnings, adjust style.Konstantin Belousov2017-07-101-32/+44
* Simplify language.Konstantin Belousov2017-07-081-3/+5
* Correctly ignore branch operators in the top-level parser when applicable.Kyle Evans2017-07-071-1/+1
* Fix sparc64 libc build after r320742.Kyle Evans2017-07-061-4/+12
* The impending libregex will implement GNU extensions to bring BREs andKyle Evans2017-07-062-92/+224
* Fix cleanup in lib/libc/gen/setdomainname_testAlan Somers2017-07-061-0/+1
* Correct signatures of several pthreads stubs.Konstantin Belousov2017-07-021-4/+5
* In the stdio cleanup push and pop wrappers, always call libc stubs forKonstantin Belousov2017-06-302-3/+8
* Fix typo in the r320472 change to fgetws(). Return proper value.Konstantin Belousov2017-06-301-1/+1
* Revert r300385 and r300624 which was false positiveXin LI2017-06-301-3/+1
* Make stdio deferred cancel-safe.Konstantin Belousov2017-06-2938-138/+185
* Start to remove _libc_arm_fpu_present checks. We don't support the VFP onAndrew Turner2017-06-292-50/+10
* Implement address space guards.Konstantin Belousov2017-06-242-2/+42
* Remove the description of MAP_HASSEMAPHORE.Konstantin Belousov2017-06-241-4/+1
* Fix typo.Konstantin Belousov2017-06-241-1/+1
* Be sure to free allocated statfs11 buffer.Warner Losh2017-06-241-0/+1
* Remove redundant wording, minor edits for clarity.Warren Block2017-06-231-22/+22
* Forward compatibility for ino64.Warner Losh2017-06-2312-8/+533
* Clarify usage of aio(4) with kqueue(2)Alan Somers2017-06-231-26/+11
* Fix use-after-free introduced in r300388.Xin LI2017-06-221-1/+2
* Decrease relative branch brittleness.Jason Evans2017-06-201-2/+6
* pdwait4(2): Remove documentation of vaporwareConrad Meyer2017-06-173-24/+6
* Do not leak syslog_mutex on cancellation.Konstantin Belousov2017-06-171-21/+25
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-173-7/+36
* Move the description of kern.kq_calloutmax sysctl into a new paragraphKonstantin Belousov2017-06-161-4/+5
* Start a new sentence on the new line.Konstantin Belousov2017-06-161-1/+2
* Document st_flags in the stat(2).Maxim Sobolev2017-06-161-0/+5
* Update jemalloc to 5.0.0.Jason Evans2017-06-151-4/+4
* Add ptrace(PT_GET_SC_ARGS) command to return debuggee' current syscallKonstantin Belousov2017-06-121-1/+21
* getbsize(3): clarify that underflow/overflow warnings in regard to $BLOCKSIZEEnji Cooper2017-06-121-2/+3
* Remove an inaccuracy from socket.2.Mark Johnston2017-06-101-2/+2
* libc: Remove futimens() and utimensat() compat stubs.Jilles Tjoelker2017-06-074-221/+1
* tsearch_test: Test twalk & add some determinism.Will Andrews2017-06-061-1/+29
* Remove stale cap_rights_get(2) manpage.John Baldwin2017-06-021-1/+0
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-014-17/+47
* Mention that the basep argument to getdirentries(2) can be NULL.Konstantin Belousov2017-05-281-2/+5
* Update getdirentries(2) page for new struct dirent layout.Konstantin Belousov2017-05-281-5/+6
* hostent_test_getaddrinfo_eq(..): call freeaddrinfo on `ai` when doneEnji Cooper2017-05-281-8/+10
* hostent_test_getnameinfo_eq(..): initialize found_a_host to falseEnji Cooper2017-05-281-1/+1
* Bump WARNS from 1 to 3 after recent commits to fix warnings in theEnji Cooper2017-05-281-1/+1
* Push `snapshot_file` copying down into run_tests function, and mark snapshot_...Enji Cooper2017-05-282-25/+32